/**
 * Homepage Style
 *
 * mein-friseur.de
 *
 * Frontend Design mein-friseur.de
 *
 * @project   mein-friseur.de
 * @version   2.0
 * @package   xhtml-css
 * @author    Artkolchose
 * @copyright 2014 by the author
 * @cssdoc    version 1.0-pre
 * @license   GPL v3
 *
 * @colordef  #BBEEFF; hellblau
 * @colordef  #3399CC; blau
 * @colordef  #113366; dunkelblau
 * @colordef  #484540; dunkelgrau
 */
@font-face {
	font-family: 'websymbols';
	src: url('../media/fonts/websymbols-regular-webfont.eot');
	src: url('../media/fonts/websymbols-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../media/fonts/websymbols-regular-webfont.woff') format('woff'),
		url('../media/fonts/websymbols-regular-webfont.ttf')
		format('truetype'),
		url('../media/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'websymbolsliga';
	src: url('../media/fonts/websymbolsligaregular.eot');
	src: url('../media/fonts/websymbolsligaregular.eot?#iefix')
		format('embedded-opentype'),
		url('../media/fonts/websymbolsligaregular.woff') format('woff'),
		url('../media/fonts/websymbolsligaregular.ttf') format('truetype'),
		url('../media/fonts/websymbolsligaregular.svg#WebSymbolsRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-overflow-scrolling: touch;
}
html, body {
	background: #EEEAE9;
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #456;
	overflow-x: hidden;	
}

.fullwidth {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}

@media only screen and (max-width: 1024px) {
	.tablet-l-autowidth {
		width: auto !important;
	}
}

@media only screen and (max-width: 846px) {
	.tablet-p-rightblock {
		float: right;
	}
	.demologin {
		background-position: center 37%;
		padding-top: 20%;
	}
	.tablet-p-moveup {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-width: 667px) {
	.phone-l-halfwidth {
		width: 49% !important;
	}
	.phone-l-fullwidth {
		display: block;
		float: none;
		margin: 0 0 8px;
	}
	.phone-l-fullwidth.alignright {
		margin: 16px 0 0;
	}
	.phone-l-fullwidth.phone-l-alignleft.btn {
		width: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
	.phone-hide {
		display: none;
	}
}

table.fullwidth {
	table-layout: fixed;
	border-spacing: 4px;
	margin-left: -4px;
	margin-right: -4px;
	width: 100.7%;
}

table.fullwidth td, table.fullwidth th {
	vertical-align: top;
}

.block {
	display: block;
}

.center {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.tablet-l-center {
		text-align: center;
	}
}

.bottomright {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.rounder {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.borderbox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.rightpadd {
	padding-right: 20px;
}

.leftpadd {
	padding-left: 20px;
}

.padd {
	padding: 0 20px;
}

.smallpadd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}

@media only screen and (max-width: 667px) {
	.salonlist .smallpadd {
		padding: 0;
	}
	.salonlist .smallpadd+a {
		margin-bottom: -5px;
	}
	.salonlist h2 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.minipaddleft {
	border-left: 4px solid #EEEAE9;
	margin-left: -4px !important;
}

.paddlefttop {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 0 0 10px;
}

.slide-up {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 10px;
}

.slide-up .medium {
	font-size: 16px;
	word-break: break-word;
	float: left;
	width: calc(100% - 30px);
}

.nomargin {
	margin: 0;
}

.minibottomgap {
	margin-bottom: 4px !important;
}

@media only screen and (max-width: 846px) {
	.minibottomgap {
		margin-bottom: 2px !important;
	}
	label.minibottomgap {
		
	}
}

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

@media only screen and (max-width: 667px) {
	.salonlist .tinybottomgap {
		margin-bottom: 3px !important;
	}
}

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

.bottomgap {
	margin-bottom: 25px !important;
}

.mediumbottomgap {
	margin-bottom: 35px !important;
}

.bigbottomgap {
	margin-bottom: 60px !important;
}

@media only screen and (max-width: 1024px) {
	.listaddress.bigbottomgap {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width: 846px) {
	.bigbottomgap {
		margin-bottom: 30px !important;
	}
}

.biggerbottomgap {
	margin-bottom: 120px !important;
}

@media only screen and (max-width: 846px) {
	.steps.biggerbottomgap {
		margin-bottom: 190px !important;
	}
}

.minitopgap {
	margin-top: 4px;
}

.tinytopgap {
	margin-top: 10px;
}

.smalltopgap {
	margin-top: 15px;
}

.smalltopgap2 {
	margin-top: 18px;
}

.topgap {
	margin-top: 25px;
}

.mediumtopgap {
	margin-top: 35px;
}

.bigtopgap {
	margin-top: 50px !important;
}

@media only screen and (max-width: 1024px) {
	.tablet-p-nogap {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 846px) {
	.bigtopgap {
		margin-top: 25px !important;
	}
	#buchen.bigtopgap {
		margin-top: 0 !important;
		padding-top: 25px;
	}
	.tablet-p-nogap {
		margin: 0 !important;
	}
	.tablet-p-topgap {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 667px) {
	.phone-l-nogap {
		margin: 0 !important;
	}
	.phone-l-smallbottomgap {
		margin-bottom: 10px !important;
	}
	.phone-l-bottomgap {
		margin-bottom: 25px !important;
	}
	.phone-l-bigbottomgap {
		margin-bottom: 50px !important;
	}
	.phone-l-topgap {
		margin-top: 20px !important;
	}
	.phone-l-bigtopgap {
		margin-top: 90px;
	}
	.phone-logout-move {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.biggertopgap {
	margin-top: 120px;
}

.margright {
	margin-right: 40px;
}

.margleft {
	margin-left: 40px;
}

.hide {
	display: none;
}

.moveup {
	position: absolute;
	margin-top: -12%;
}

.nobreak {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.btn-move {
	margin: -4px;
	padding-left: 22px;
	padding-right: 22px;
}

@media only screen and (max-width: 480px) {
	.productprice {
		display: block;
		text-align: right;
	}
	.btn-move {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 6px 0 0;
	}
}

input[type="checkbox"]:checked+.btn-flat.btn-primary, [class*="grid-"] input[type="checkbox"]:checked+.btn-flat.btn-primary
	{
	background-color: #ff5757;
	color: #ff5757;
	position: relative;
}

input[type="checkbox"]:checked+.btn-flat.btn-primary:after, *[class*="grid-"] input[type="checkbox"]:checked+.btn-flat.btn-primary:after
	{
	content: 'Gewählt';
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

/* Selectmenu */
.ui-selectmenu {
	display: block;
	display: inline-block;
	position: relative;
	height: 46px;
	vertical-align: middle;
	text-decoration: none;
	overflow: hidden;
	zoom: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-selectmenu.ui-widget {
	color: #2b2b2b;
	background: #F7F7F7;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin-bottom: 4px;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: border 0.2s ease, box-shadow 0.2s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.workerShow .ui-selectmenu.ui-widget{
	margin: 20px 0;
}
.ui-selectmenu-icon {
	background: none !important;
	border-left: 1px dashed rgba(70, 70, 70, 0.5);
	height: 100%;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
}

.ui-selectmenu-icon:after {
	content: "›";
	font-size: 22px;
	height: 22px;
	left: 50%;
	line-height: 22px;
	margin: -11px 0 0 -8px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 22px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ui-state-active .ui-selectmenu-icon:after {
	content: '‹';
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1005;
}

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul {
	padding: 0;
	margin: -1px 0 0;
	list-style: none;
	position: relative;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 10px;
	border: 1px solid #484540;
	border-top: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: border 0.2s ease, box-shadow 0.2s ease;
	
}

.ui-selectmenu-open {
	display: block;
	z-index: 1104 !important;
}

.datelist .ui-selectmenu-open {
	z-index: 5 !important;
}

.ui-selectmenu-menu-popup {
	margin-top: -1px;
}

.ui-selectmenu-menu li {
	padding: 0;
	margin: 10px 0;
	display: block;
	font-weight: normal !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
	line-height: 1.4em;
	display: block;
	padding: 9px 15px;
	outline: none;
	text-decoration: none;
	color: #484540;
}

.ui-selectmenu-menu li.ui-state-hover a {
	color: #136;
	background: #F4F0F0;
}

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
	cursor: default;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status
	{
	padding-left: 20px;
	position: relative;
	margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
	position: absolute;
	top: 1em;
	margin-top: -8px;
	left: 0;
}

.ui-selectmenu-status {
	font-size: 22px;
	line-height: 26px;
	color: #484540;
	white-space: nowrap;
	margin-right: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
	display: block;
	margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: 1.4em;
	display: block;
	padding: .6em .5em 0;
	font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
	border-color: pink;
	filter: chroma(color =             pink);
	width: 100%;
}

* html .ui-selectmenu-menu li a {
	position: relative
}

/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a {
	color: silver;
}

/**
 * @section Hauptelemente
 * @css-for all browsers
 */
#wrapper {
	margin: 0 20px;
}

@media only screen and (max-width: 667px) {
	#wrapper {
		margin: 0;
	}
}

#header {
	margin: 0 -20px 50px;
}

@media only screen and (max-width: 667px) {
	#header {
		margin: 0;
	}
}

#header.fixed {
	position: fixed;
	width: 100%;
	z-index: 5;
	background: #F4F0F0;
	height: 76px;
	overflow: hidden;
	border-bottom: 2px solid #d4d4d4;
}

@media only screen and (max-width: 667px) {
	#header, #header.fixed {
		position: relative;
		width: 100%;
		z-index: 5;
		height: auto;
		overflow: visible;
		border-bottom: none;
	}
}

.datelist #header.fixed {
	height: 517px;
}

@media only screen and (max-width: 846px) {
	.datelist #header.fixed {
		height: 705px;
	}
}

@media only screen and (max-width: 667px) {
	.datelist #header.fixed {
		height: auto;
		padding-bottom: 20px;
	}
}

/*.datelist.contact #header.fixed {
	height: 547px;
}*/
.thanksforrating #header.fixed, .rate2 #header.fixed, .ratingmail #header.fixed /*, cancel #header.fixed*/ {
	height: 417px;
}

.datelist.contact #header.fixed {
	height: auto;
}

@media only screen and (max-width: 846px) {
	.datelist.contact.errors #header.fixed {
		height: auto;
	}
	.thanksforrating #header.fixed .searchformWrapper, .rate #header.fixed .searchformWrapper,
		.ratingmail #header.fixed .searchformWrapper /*, .cancel #header.fixed .searchformWrapper*/
		{
		display: block;
		height: auto;
		padding-top: 0;
		margin-top: 100px;
	}
	.thanksforrating #header.fixed, .rate #header.fixed, .ratingmail #header.fixed /*, .cancel #header.fixed*/ {
		height: auto;
	}
	.thanksforrating #header.fixed .searchform, .rate #header.fixed .searchform,
		.ratingmail #header.fixed .searchform/*, .cancel #header.fixed .searchform*/
		{
		padding-top: 50px;
	}
}

.datelist #header.fixed .ui-resizable-s, .salonmap .ui-resizable-s {
	background: #fff;
	height: 17px;
}

.datelist #header.fixed .ui-resizable-s:before, .salonmap .ui-resizable-s:before
	{
	content: "";
	background: #eceef0;
	display: block;
	height: 17px;
	margin: 0 auto;
	width: 104px;
}

.datelist #header.fixed .ui-resizable-s:after, .salonmap .ui-resizable-s:after
	{
	content: "";
	display: block;
	height: 3px;
	margin: -11px auto 0;
	width: 80px;
	border-top: 1px solid #cbcfd4;
	border-bottom: 1px solid #cbcfd4;
}

.datelist.contact #header.fixed .ui-resizable-s, .datelist.contact #header.fixed .ui-resizable-s:before,
	.datelist.contact #header.fixed .ui-resizable-s:after {
	display: none !important;
}

#mainnav:after {
	content: '';
	clear: both;
	display: table;
}

#mainmenu {
	margin: 35px auto 0;
	padding: 0 20px;
	list-style-type: none;
	text-align: right;
	max-width: 1920px;
}

@media only screen and (max-width: 846px) {
	#mainmenu {
		margin-bottom: 81px;
		margin-top: 22px;
	}
	.login #mainmenu, .confirm #mainmenu, .resetpassword #mainmenu {
		margin-bottom: 0;
	}
}

#header.fixed #mainmenu {
	margin-top: 8px;
	margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
	#mainmenu, #header.fixed #mainmenu {
		background: #F4F0F0;
		box-sizing: border-box;
		height: 100px;
		margin-bottom: 0;
		margin-top: 0;
		position: fixed;
		width: 100%;
		z-index: 5;
		padding-top: 13px;
		border-bottom: 2px solid #fff;
	}
}

#mainmenu li {
	display: inline-block;
}

#mainmenu li.logo {
	float: left;
}

#mainmenu li.logo a {
	display: block;
	background-repeat: no-repeat;
}

#header.fixed li.logo a {
	height: 60px;
	width: 180px;
	background-size: auto 60px;
}

@media only screen and (max-width: 1114px) {
	#header.fixed #mainmenu li.logo a {
		width: 45px;
	}
}

@media only screen and (max-width: 990px) {
	#mainmenu li.logo a {
		width: 65px;
	}
}

@media only screen and (max-width: 846px) {
	#mainmenu li.logo a {
		height: 70px;
		background-size: auto 70px;
		width: 192px;
	}
}

@media only screen and (max-width: 667px) {
	#header.fixed li.logo a {
		height: 70px;
		background-size: auto 70px;
		width: 192px !important;
	}
}

@media only screen and (max-width: 425px) {
	#header li.logo a, #header.fixed li.logo a {
		width: 50px !important;
	}
}

#mainmenu li.logo a span {
	display: none;
}

#mainmenu li a {
	color: #484540;
	text-decoration: none;
}

#mainmenu li a:hover, #mainmenu li a:focus, #mainmenu li a:active {
	color: #456;
}

#header.fixed #mainmenu li a {
	color: #484540;
}

#header.fixed #mainmenu li a:hover, #header.fixed #mainmenu li a:focus,
	#header.fixed #mainmenu li a:active {
	color: #136;
}

#mainmenu li.info {
	margin-right: 30px;
	margin-top: 30px;
}

#mainmenu li.login {
	margin-top: 30px;
}

#header.fixed #mainmenu li.info, #header.fixed #mainmenu li.login {
	margin: 0;
	display: block;
}

#header.fixed #mainmenu li.info {
	padding-top: 9px;
}

#mainmenu li.info a:before, #mainmenu li.login a:before {
	content: '²';
	font-family: websymbols, sans-serif;
	position: relative;
	top: -1px;
	padding-right: 5px;
}

#mainmenu li.login a:before {
	content: 'X';
}

@media only screen and (max-width: 1258px) {
	#mainmenu li.info, #mainmenu li.login {
		margin: 0;
		display: block;
	}
	#mainmenu li.info a {
		display: inline-block;
		margin-top: 20px;
	}
	#header.fixed #mainmenu li.info, #header.fixed #mainmenu li.login span {
		display: none;
	}
	#header.fixed #mainmenu li.login a {
		margin-top: 18px;
		display: inline-block;
	}
	#header.fixed #mainmenu li.login a:before {
		font-size: 28px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 667px) {
	#header.fixed #mainmenu li.searcher, #header.fixed #mainmenu li.menu,
		#header.fixed #mainmenu li.login, #header #mainmenu li.searcher,
		#header #mainmenu li.menu, #header #mainmenu li.login {
		width: 54px;
		float: right;
		text-align: center;
		margin-left: 10px;
	}
	#header #mainmenu li.searcher>a, #header #mainmenu li.menu>a, #header #mainmenu li.login>a
		{
		color: #484540;
		margin-top: 0 !important;
		display: block;
	}
	#header #mainmenu li.searcher>a:before, #header #mainmenu li.menu>a:before,
		#header #mainmenu li.login>a:before {
		padding: 0;
		content: '';
		display: block;
		width: 54px;
		height: 58px;
		background: url('../media/design/button-login.svg');
	}
	#header #mainmenu li.menu>a:before {
		background: url('../media/design/button-menu.svg');
	}
	#header #mainmenu li.searcher>a:before {
		background: url('../media/design/button-buchen-lila.svg');
		/*background: url('../media/design/button-buchen.svg');*/
	}
	#header.fixed #mainmenu li.searcher span, #header.fixed #mainmenu li.menu span,
		#header.fixed #mainmenu li.login span {
		display: inline;
	}
	#header #mainmenu li.menu>a:after {
		background: #F4F0F0;
		border-bottom: 2px solid #fff;
		content: "";
		height: 98px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
		pointer-events: none;
		cursor: default;
	}
	#header #mainmenu li.menu>a.open span:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1000px;
		background: rgba(0, 0, 0, 0);
		z-index: -2;
	}
	#header #mainmenu li.menu>ul {
		position: absolute;
		width: 85%;
		left: -85%;
		top: 100px;
		background: #EEEAE9;
		margin: 0;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -2;
	}
	#header #mainmenu li.menu>ul:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		background: #fff;
		height: 100%;
	}
	#header #mainmenu li.menu>ul li {
		display: block;
		font-size: 28px;
		line-height: 30px;
		text-align: left;
		margin-bottom: 4px;
	}
	#header #mainmenu li.menu>ul li a {
		display: block;
		background: #F4F0F0;
		color: #484540;
		height: 30px;
		font-weight: bold;
		padding: 10px;
	}
	#header #mainmenu li.menu>ul li a:hover, #header #mainmenu li.menu>ul li a:focus,
		#header #mainmenu li.menu>ul li.active>a, #header #mainmenu li.menu>ul li a:active
		{
		background: #fff;
		color: #484540;
	}
	#header #mainmenu li.menu>ul ul {
		display: none;
		margin: 4px 0 0;
	}
	#header #mainmenu li.menu>ul li.active ul {
		display: block;
	}
	#header #mainmenu li.menu>ul ul a {
		font-weight: normal;
		font-size: 22px;
		font-style: italic;
		padding-left: 30px;
	}

	/* lila #7f007c */
	.lila, input.btn.btn-large[type="submit"] {
		background-color: #7f007c;
		border-color: #330033 !important;
	}
	.lila:hover, input.btn.btn-large[type="submit"]:hover {
		background-color: #330033;
		border-color: #330033;
		color: #fff !important;
	}
	a.datemakerboxLink {
		color: #fff !important;
		background-color: #ff5757 !important;
		opacity: 1 !important;
		z-index: 1000;
		font-size: 18px;
	}
	a.datemakerboxLink:hover {
		background-color: #f2a293 !important;
	}
}

/* SUCHFORMULAR STARTSEITE */
.searchformWrapper {
	clear: both;
	margin-top: 25px;
	height: 772px;
	position: relative;
}

.login .searchformWrapper, .resetpassword .searchformWrapper, .confirm .searchformWrapper
	{
	height: 324px;
}

@media only screen and (max-width: 667px) {
	.searchformWrapper, .login .searchformWrapper, .resetpassword .searchformWrapper,
		.confirm .searchformWrapper {
		height: auto;
		margin-top: 100px;
		padding-top: 61.6667%;
	}
	.login .searchformWrapper, .resetpassword .searchformWrapper, .confirm .searchformWrapper
		{
		padding-top: 0;
	}
}

#header.fixed .searchformWrapper {
	height: auto;
	margin: 0;
}
.account #header.fixed .searchformWrapper {
	top: 75px;
}
@media only screen and (max-width: 667px) {
	#header.fixed .searchformWrapper {
		display: none;
	}
	.datelist #header.fixed .searchformWrapper {
		display: block;
		padding-top: 100px;
		width: 100%;
	}
}

.searchform {
	position: relative;
	top: -70px;
	/*top: -88px;*/
	max-width: 426px;
	min-height: 398px;
	margin: 0 auto;
	padding: 40px 40px 80px;
	z-index: 2;
}

.datelist .searchform {
	max-width: inherit;
}

a+.searchform {
	top: -88px;
}

.searchform .search-by-name {
	display: inline-block;
	margin-top: 5px;
}

.search-by-name-wrapper input+span {
	color: #484540;
	display: inline-block;
	font-size: 21px;
	line-height: 30px;
	margin: 10px 0 0 -13px;
	position: absolute;
	text-align: right;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.search-by-name-wrapper input+span:before {
	content: attr(data-count);
}

.search-by-name-wrapper input+span:after {
	content: 'I';
	padding-left: 6px;
	position: relative;
	top: 0;
	font-family: websymbolsliga, sans-serif;
	font-size: 26px;
}

#header.fixed .search-by-name, #header.fixed .search-by-name-wrapper {
	display: none !important;
}

#header.fixed .search-by-date-wrapper {
	display: inline !important;
}

.searchform .search-by-date-wrapper[style*="none"]        ~
	.search-by-name span {
	display: none;
}

.searchform .search-by-date-wrapper[style*="none"]        ~
	.search-by-name:before {
	content: attr(data-alternate);
}

/* blau #39c */
input#btn_login.blue {
	background-color: #484540 !important;
	border-color: #136 !important;
}

input#btn_login.blue:hover {
	background-color: #136 !important;
	color: #EEEAE9 !important;
}

/* lila #7f007c */
.searchform .btn.lila {
background-image: linear-gradient(to bottom, #E76D60 0%, #ff5757 100%) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;

  color: #fff !important;
  border: 0 !important;
  border-radius: 10px;
  padding: 16px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.4px; /* macht es luftiger */
  box-shadow: 0 10px 25px rgba(255,87,87,0.25);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.searchform .btn.lila:hover {
background: linear-gradient(to bottom, #f14529 0%, #e03d24 100%);
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(255,87,87,0.35);
  font-style: normal;
  letter-spacing: 0.4px; /* macht es luftiger */
}

.searchform .btn.lila:focus {
background: linear-gradient(to bottom, #f14529 0%, #e03d24 100%);
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(255,87,87,0.35);
  font-style: normal;
  letter-spacing: 0.4px; /* macht es luftiger */
  }

input.btn.btn-large[type="submit"] {
  /* Wichtig: nicht background-color, sondern background-image */
  background-image: linear-gradient(to bottom, #E76D60 0%, #ff5757 100%) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;

  color: #fff !important;
  border: 0 !important;
  border-radius: 10px;
  padding: 16px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.4px; /* macht es luftiger */
  box-shadow: 0 10px 25px rgba(255,87,87,0.25);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  z-index: 1 !important;
}

input.btn.btn-large[type="submit"]:hover {
  background: linear-gradient(
    to bottom,
    #f14529 0%,
    #e03d24 100%
  );
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(255,87,87,0.35);
  font-style: normal;
  letter-spacing: 0.4px; /* macht es luftiger */

}

input.btn.btn-large[type="submit"]:focus {
  outline: none;
  border: 0px solid #ff5757 !important;
}

a.editproducts {
	color: #7f007c !important;
	display: none;
}

#kml {
	color: #7f007c;
}

#kml-button {
	border-color: #7f007c;
	color: #7f007c;
}

#kml-button span.ui-selectmenu-status {
	color: #7f007c;
}

#kml-button span.ui-selectmenu-icon {
	border-left: 1px dashed rgba(127, 0, 124, 0.4);
}

.ui-selectmenu-menu ul#kml-menu {
	border: 1px solid #7f007c;
	border-top: none;
}

.ui-selectmenu-menu ul#kml-menu li a {
	color: #7f007c;
}

.ui-selectmenu-menu ul#kml-menu li.ui-state-hover a {
	color: #fff;
	background-color: #7f007c;
}

@media only screen and (max-width: 667px) {
	.home a+.searchform {
		top: 0;
	}
}

#header.fixed .searchform {
	min-height: 0;
	max-width: none;
	padding: 14px 0 0;
	width: 67%;
	background: none;
	text-align: center;
	box-shadow: none;
    border-radius: 12px;
}

@media only screen and (max-width: 1258px) {
	#header.fixed .searchform {
		margin-left: 17%;
		width: 76%;
	}
}

@media only screen and (max-width: 1114px) {
	#header.fixed .searchform {
		margin-left: 8%;
		width: 78%;
	}
}

@media only screen and (max-width: 1024px) {
	#header.fixed .searchform {
		width: 83%;
	}
}

@media only screen and (max-width: 846px) {
	#header.fixed .searchform {
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width: 667px) {
	.searchform {
		max-width: 667px;
		min-height: 338px;
		padding: 20px 20px 40px;
		top: 0;
		border-top: 2px solid #fff;
	}
	#header.fixed .searchform {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding: 0 20px 0;
		margin-left: 0;
		border-top: none;
	}
	#header.fixed .searchform form, #header.fixed .searchform form fieldset
		{
		width: 100%;
		max-width: 100%;
	}
	.datelist #header.fixed .searchform {
		padding-top: 50px;
	}
	.datelist #header.fixed .topmargin-15 {
		padding-top: 15px;
	}
}

#header.fixed .formtext {
	display: none;
}

@media only screen and (max-width: 667px) {
	.formtext .teaser {
		display: none;
	}
}

#smallregistration {
	min-height: 429px;
}

#store-registration input[type="text"], #store-registration input[type="submit"],
	.searchform input[type="text"], .searchform input[type="submit"] {
	width: 100%;
}

#store-registration input[type="text"] {
	border-color: #484540;
}

#header.fixed .searchform fieldset {
	padding-top: 3px;
}

@media only screen and (max-width: 1258px) {
	#header.fixed .searchform fieldset {
		padding-left: 4px;
	}
}

@media only screen and (max-width: 667px) {
	#header.fixed .searchform fieldset {
		padding: 0;
	}
}

#header.fixed .searchform input[type="text"] {
	line-height: 26px;
}

#header.fixed .searchform input[type="text"], #header.fixed .searchform input[type="submit"]
	{
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
	width: 26%;
	font-size: 18px;
}

#header.fixed .searchform input[type="text"]#changeDate {
	font-size: 16px;
}

@media only screen and (max-width: 846px) {
	.account #header.fixed .searchform input[type="submit"], .notification #header.fixed .searchform input[type="submit"]
		{
		width: 46%;
	}
}

#header.fixed .searchform input[type="submit"].alignright {
	margin-right: 0;
}

input#location[type="text"] {
	background-image: url('../media/design/location.svg');
	background-position: center right;
	background-repeat: no-repeat;
}

#header input#location[type="text"] {
	background-size: auto 28px;
}

#header.fixed input#location[type="text"] {
	background-size: auto;
}

#header.fixed .searchform input[type="submit"] {
	padding: 12px 39px 10px;
}

#header.fixed .searchform .btn {
	padding-top: 13px;
}

#header.fixed .searchform form .btn {
	padding: 12px 39px 10px;
}

#header.fixed .searchform form .btn.cal {
	padding: 12px 19px 10px;
}

textarea.prefill {
	padding: 9px 15px;
}

textarea.prefill, input[type="text"].prefill, input[type="email"].prefill, input[type="tel"].prefill, input[type="number"].prefill, input[type="password"].prefill
	{
	color: #484540;
}

#header.fixed .searchform input[type="text"]#date, #header.fixed .searchform input[type="text"]#starttime
	{
	width: 21%;
}

#date2 {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 846px) {
	#header.fixed .searchform input[type="text"]#date {
		width: 23%;
	}
	#header.fixed .searchform input[type="text"]#starttime {
		width: 18%;
	}
}
/*
#extended_search {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
*/
#extended_search {
	text-align: right;
	margin: 4px 15px 0 0;
}

@media only screen and (max-width: 667px) {
	#extended_search {
		bottom: 20px;
	}
}

#header.fixed #extended_search {
	display: none;
}

#extended_search:after {
	content: '›';
	font-size: 22px;
	margin-left: 10px;
	position: absolute;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.searchform.open #extended_search span {
	display: none;
}

.searchform.open #extended_search:before {
	content: attr(rel);
}

.searchform.open #extended_search:after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#extended_search+fieldset {
	display: none;
}

.searchform.open #extended_search+fieldset {
	display: block;
}

@media only screen and (max-width: 667px) {
	.searchform.open #search_salon {
		margin-bottom: 20px;
	}
}

.extended_fieldset input, .searchform.open .teaser {
	display: none;
}

.extended_fieldset input+label {
	display: inline-block;
	border: 1px solid rgba(51, 153, 204, 0.4);
	width: 176px;
	height: 23px;
	margin-bottom: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #484540;
	line-height: 23px;
	text-transform: uppercase;
	cursor: pointer;
}

@media only screen and (max-width: 667px) {
	.extended_fieldset input+label {
		width: 100%;
		height: 46px;
		line-height: 46px;
	}
}

.extended_fieldset input+label:hover {
	background: rgba(51, 153, 204, 0.4);
}

.extended_fieldset input:checked+label {
	border-color: #484540;
	background: #39c;
	color: #fff;
}

.extended_fieldset input:checked+label:hover {
	background: rgba(51, 153, 204, 0.8);
}

.searchform input[type="checkbox"]+span label, .checkbox input[type="checkbox"]+span,
	#bigregistration input[type="checkbox"]+span label {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	top: 6px;
}

.searchform input[type="checkbox"]+span label {
	top: 0;
}

.searchform input[type="checkbox"]+span:before, .checkbox input[type="checkbox"]+span:before,
	.checkbox input[type="checkbox"]+span#ratingmail-label label:before,
	.checkbox input[type="checkbox"]+span#sms_reminder-label label:before,
	.checkbox input[type="checkbox"]+span#sms_confirm-label label:before,
	.checkbox input[type="checkbox"]+span#reminder-label label:before,
	.checkbox input[type="checkbox"]+span#newsletter-label label:before,
	#bigregistration input[type="checkbox"]+span#salon_agb-label label:before
	{
	position: absolute;
	left: 0;
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #39c;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	top: -6px;
}

#bigregistration input[type="checkbox"]:focus+span#salon_agb-label label:before,
	#bigregistration input[type="checkbox"]:hover+span#salon_agb-label label:before,
	.checkbox input[type="checkbox"]:focus+span:before, .checkbox input[type="checkbox"]:hover+span:before,
	.checkbox input[type="checkbox"]:focus+span#ratingmail-label label:before,
	.checkbox input[type="checkbox"]:hover+span#ratingmail-label label:before,
	.checkbox input[type="checkbox"]:focus+span#sms_reminder-label label:before,
	.checkbox input[type="checkbox"]:hover+span#sms_reminder-label label:before,
	.checkbox input[type="checkbox"]:focus+span#sms_confirm-label label:before,
	.checkbox input[type="checkbox"]:hover+span#sms_confirm-label label:before,
	.checkbox input[type="checkbox"]:focus+span#reminder-label label:before,
	.checkbox input[type="checkbox"]:hover+span#reminder-label label:before,
	.checkbox input[type="checkbox"]:focus+span#newsletter-label label:before,
	.checkbox input[type="checkbox"]:hover+span#newsletter-label label:before,
	.searchform input[type="checkbox"]:focus+span:before, .searchform input[type="checkbox"]:hover+span:before
	{
	content: 'X';
	color: rgba(51, 153, 204, 0.4);
}

.checkbox input[type="checkbox"]:checked+span:before, .searchform input[type="checkbox"]:checked+span:before,
	#bigregistration input[type="checkbox"]:checked+span#salon_agb-label label:before
	{
	content: 'X';
	color: #484540;
}

/* Searchform Tabs */
ul.searchform_tab {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 0 4px 0;
}

ul.searchform_tab li {
	display: table-cell;
	text-align: center;
}

ul.searchform_tab li a {
	width: 98%;
	padding: 15px 0px !important;
}

.jumpnav {
	display: inline-block;
	margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
	/*.account .jumpnav {
		display: none;
	}*/
	.account .searchform input[type="text"], .notification .searchform input[type="text"]
		{
		display: none !important;
	}
	.account .searchform input[type="submit"], .notification .searchform input[type="submit"]
		{
		float: right;
	}
}

.jumpnav li {
	display: inline-block;
	vertical-align: top;
}

.jumpnav li.blue a {
	color: #2b2b2b;
	background: #F7F7F7;
	display: inline-block;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: border 0.2s ease, box-shadow 0.2s ease;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
}

.jumpnav li.blue a:hover, .jumpnav li.blue a:focus, .jumpnav li.blue a:active,
	.jumpnav li.blue.active a {
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #ff5757;
    border-radius: 10px;
  	font-size: 18px;
    }
    



.address {
	float: left;
	padding-top: 10px;
	margin: 0 1.2%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 19%;
	display: none;
}

.address:before {
	content: '?';
	font-family: websymbols, sans-serif;
}

.address:hover:after {
	background: #EEEAE9;
	content: attr(data-name);
	left: 28.5px;
	margin-top: -10px;
	padding: 10px 15px 10px 0;
	position: absolute;
	-moz-box-shadow: 25px -20px 15px #EEEAE9, 25px 20px 15px #EEEAE9;
	-webkit-box-shadow: 25px -20px 15px #EEEAE9, 25px 20px 15px #EEEAE9;
	box-shadow: 25px -20px 15px #EEEAE9, 25px 20px 15px #EEEAE9;
}

@media only screen and (max-width: 1024px) {
	.address:hover:after {
		left: 32.5px;
	}
}

.datelist .address {
	padding-top: 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
}

.datelist .address:before {
	display: none;
}

.datelist .abbortDate {
	margin-top: 31px;
	margin-left: 0;
}

.datelist .abbortDate.aligntop {
	margin-top: 15px;
}

.datelist .abbortDate:after {
	content: '  ×';
	white-space: pre;
	font-size: 18px;
}

@media only screen and (max-width: 667px) {
	.datelist .abbortDateWrapper {
		position: absolute;
		right: 20px;
		top: 10px;
		width: auto;
	}
	.datelist .abbortDate {
		margin-top: 0;
	}
}

#storeDatesForm .scrollContainer, #storeDatesForm .scrollContainerBar {
	height: 181px;
	/*overflow: hidden;*/
	display: block;
}

@media only screen and (max-width: 846px) {
	#storeDatesForm .scrollContainer, #storeDatesForm .scrollContainerBar {
		height: auto;
	}
}

#storeDatesForm .scrollContainer:after {
	display: none;
	content: '';
	position: absolute;
	height: 43px;
	width: 100%;
	bottom: 0;
	left: 0;
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0ibGdyYWQiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiID48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoMTg3LDIzOCwyNTUpO3N0b3Atb3BhY2l0eToxIiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDE4NywyMzgsMjU1KTtzdG9wLW9wYWNpdHk6MCIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2xncmFkKSIvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, rgba(187, 238, 255, 1) 25%,
		rgba(187, 238, 255, 0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(187
		, 238, 255, 0)), color-stop(100%, rgba(187, 238, 255, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(187, 238, 255, 1) 25%,
		rgba(187, 238, 255, 0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(187, 238, 255, 1) 25%,
		rgba(187, 238, 255, 0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(187, 238, 255, 1) 25%,
		rgba(187, 238, 255, 0) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(187, 238, 255, 1) 25%,
		rgba(187, 238, 255, 0) 100%); /* w3c */
}

.neverbreak, .nobreak {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.neverbreak:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
	background-image:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0ibGdyYWQiIHgxPSIwJSIgeTE9IjUwJSIgeDI9IjEwMCUiIHkyPSI1MCUiID48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoMTg3LDIzOCwyNTUpO3N0b3Atb3BhY2l0eTowIiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDE4NywyMzgsMjU1KTtzdG9wLW9wYWNpdHk6MSIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2xncmFkKSIvPjwvc3ZnPg==);
	background: -moz-linear-gradient(0deg, rgba(187, 238, 255, 0) 0%,
		rgba(187, 238, 255, 1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(187,
		238, 255, 0)), color-stop(100%, rgba(187, 238, 255, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(187, 238, 255, 0) 0%,
		rgba(187, 238, 255, 1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(187, 238, 255, 0) 0%,
		rgba(187, 238, 255, 1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(187, 238, 255, 0) 0%,
		rgba(187, 238, 255, 1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(187, 238, 255, 0) 0%,
		rgba(187, 238, 255, 1) 100%); /* w3c */
}

@media only screen and (max-width: 846px) {
	.datelist .scrollContainer.employeeSelector:after {
		display: none;
	}
}

@media only screen and (max-width: 667px) {
	.ui-resizable-handle {
		display: none !important;
	}
	.datelist .scrollContainer.employeeSelector, .datelist .scrollContainer
		{
		height: auto;
	}
	.neverbreak {
		white-space: inherit;
	}
	.neverbreak:after, .datelist .scrollContainer:after {
		display: none;
	}
	.phone-dateselector {
		cursor: pointer;
		z-index: 2;
	}
	.phone-dateselector.fixed {
		position: fixed;
		top: 100px;
		left: 0;
		z-index: 1;
	}
	.phone-dateselector.fixed .dblue, .phone-dateselector.fixed .halfwhite {
		border-left: 20px solid #EEEAE9;
		border-right: 20px solid #EEEAE9;
	}
	.phone-dateselector+div {
		height: 0;
		overflow: hidden;
	}
	.phone-dateselector.fixed+div {
		margin-top: 40px;
	}
	.phone-dateselector .smallbox:after {
		content: ';';
		font-family: websymbols, sans-serif;
		font-size: 16px;
		line-height: 16px;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -8px;
	}
	.phone-dateselector.open .smallbox:after {
		content: ':';
	}
	.phone-dateselector.fixed .smallbox:after {
		right: 30px;
	}
}

.datelist .scrollContainer label {
	text-align: center;
	cursor: pointer;
}

.datelist .scrollContainer input[type="radio"] {
	position: absolute;
	z-index: -1;
}

.datelist .scrollContainer input[type="radio"]:checked+span, .datelist .scrollContainer label:hover input[type="radio"]+span,
	.termin .scrollContainer input[type="radio"]:checked+span, .termin .scrollContainer label:hover input[type="radio"]+span
	{
	background: #39c;
	margin: -10px;
	padding: 10px;
	color: #EEEAE9;
}

.scrollContainerBar {
	position: relative;
	width: 38px;
	background: rgba(255, 255, 255, 0.15);
	margin: 0 auto;
	top: -42px;
}

@media only screen and (max-width: 846px) {
	.scrollContainerBar {
		
	}
}

.scrollContainerBar .scroller {
	position: absolute;
	top: 0;
	display: block;
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.5);
}

.scrollContainerBar .scroller.disabled {
	cursor: default;
}

.scrollContainerBar .scroller:after {
	content: ':';
	color: #484540;
	font-family: websymbols, sans-serif;
	font-size: 22px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -11px;
}

.scrollContainerBar .scroller.disabled:after {
	color: #EEEAE9;
}

.scrollContainerBar .scrolldown {
	top: auto;
	bottom: 0;
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scrollContainerBar .scroller span {
	display: none;
}

.editproducts:before {
	content: 'ì';
	font-family: websymbolsliga, sans-serif;
	float: right;
	margin-top: 8px;
	font-size: 28px;
}

.editproducts span {
	display: none;
}

.datetimer {
	padding-left: 45px;
}

.datetimer:before {
	position: absolute;
	left: 10px;
	content: 'P';
	font-family: websymbols, sans-serif;
	font-size: 28px;
	line-height: 33px;
	color: #484540;
}

.welcome:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../media/design/willkommen.svg');
	background-size: contain;
}

.welcome.cancel:after {
	background-image: url('../media/design/cancel.svg');
}

/* EMOTIONAL IMAGE VIEWER */
.imageviewerWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.account #header.fixed+.imageviewerWrapper, .notification #header.fixed+.imageviewerWrapper,
	.staticshome #header.fixed+.imageviewerWrapper, .imprint #header.fixed+.imageviewerWrapper,
	.contact #header.fixed+.imageviewerWrapper {
	position: absolute;
	top: 80px;
	height: 324px;
}

@media only screen and (max-width: 667px) {
	.account #header.fixed+.imageviewerWrapper, .notification #header.fixed+.imageviewerWrapper,
		.staticshome #header.fixed+.imageviewerWrapper, .imprint #header.fixed+.imageviewerWrapper,
		.contact #header.fixed+.imageviewerWrapper {
		margin-top: 100px;
		position: static;
		padding-bottom: 67.1%;
		height: 0;
		margin-bottom: 20px;
	}
}

#header.fixed .imageviewerWrapper {
	display: none;
}

.imageviewer {
	width: 1996px;
	max-height: 772px;
	position: absolute;
	left: 50%;
	margin-left: -998px;
}

.imageviewer .column {
	width: 396px;
	display: table-cell;
	vertical-align: top;
	padding-right: 4px;
}

.imageviewer .column.bottom {
	vertical-align: bottom;
}

.imageviewer img {
	display: block;
	margin-bottom: 4px;
	max-width: none;
	min-width: 0;
	height: 324px;
}

.imageviewer img[height="444"] {
	height: 444px;
}

@media only screen and (max-width: 667px) {
	.imageviewer {
		margin-left: 0;
		left: 0;
		width: 100%;
		top: 0;
		height: 0;
		overflow: hidden;
		padding-bottom: 67.1%;
		position: relative;
		margin-bottom: 20px;
	}
	/*.login .imageviewer {
		margin-top: -18px;
	}*/
	.imageviewer .column {
		width: 100%;
		display: none;
	}
	.imageviewer .column:nth-child(3) {
		display: block;
	}
	.imageviewer img {
		margin-bottom: 0;
		max-width: 100%;
		min-width: 100%;
		height: auto;
	}
	.imageviewer img[height="444"] {
		display: none;
	}
}

.downloadcal {
	position: relative;
	padding-left: 46px;
	display: inline-block;
}

.downloadcal:before {
	position: absolute;
	left: 0;
	top: -9px;
	content: ';';
	font-family: websymbolsliga, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}

/* SALONLISTE */
.salonmap {
	height: 379px;
	left: 0;
	/*position: fixed;*/
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: 3;
	padding-bottom: 17px;
}

@media only screen and (max-width: 667px) {
	.salonmap {
		top: 100px;
		padding-bottom: 0;
		height: 0px;
		display: none !important;
	}
}

#salonmap {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #cbcfd4;
	top: -1px;
}

.salonlist li[data-letter]:before {
	content: attr(data-letter);
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 38px;
	background: url('../media/design/pin.svg');
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	padding-top: 26px;
	padding-right: 2px;
	text-align: center;
	z-index: 2;
}

.salonlist li:hover {
	background: #F7F7F7;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: border 0.2s ease, box-shadow 0.2s ease;
}

.salonlist li:hover a.makedate {
	background-color: #EEEAE9;
}

.salonlist a.fullblock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.salonlist a.makedate {
	z-index: 2;
}

@media only screen and (max-width: 667px) {
	.salonlist a.makedate .btn {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -14.5px;
	}
}

.salonlist a.mapcenter {
	position: relative;
	z-index: 2;
}

.salonlist.favorites li .rating .jStar {
	background-image: url('../media/design/rating-grey.svg') !important;
}

.salonlist li:hover .rating .jStar {
	background-image: url('../media/design/rating-grey.svg') !important;
}

@media only screen and (max-width: 667px) {
	.userdates .box {
		padding: 10px;
	}
	.account #save_user {
		margin-bottom: 40px;
	}
}

/* CONTENT */
#page {
	position: relative;
	clear: both;
	margin-bottom: 0px;
}

.home #header.fixed+#page {
	padding-top: 972px;
}

.termin #header.fixed+#page {
	margin: 0 auto;
}

@media only screen and (max-width: 846px) {
	.home #header.fixed+#page {
		padding-top: 1012px;
	}
}

@media only screen and (max-width: 667px) {
	#page {
		margin-bottom: 0;
	}
	.home #header.fixed+#page {
		padding-top: 962px;
	}
}

#header.fixed+#page {
	padding-top: 70px;
}

@media only screen and (max-width: 667px) {
	#header.fixed+#page {
		padding-top: 100px;
	}
}

.account #header.fixed+.imageviewerWrapper+#page, .notification #header.fixed+.imageviewerWrapper+#page,
	.staticshome #header.fixed+.imageviewerWrapper+#page, .imprint #header.fixed+.imageviewerWrapper+#page,
	.contact #header.fixed+.imageviewerWrapper+#page {
	padding-top: 454px;
}

.datelist #header.fixed+#page {
	padding-top: 120px;
	background: #EEEAE9;
}

@media only screen and (max-width: 846px) {
	.datelist #header.fixed+#page {
		padding-top: 688px;
	}
}

@media only screen and (max-width: 667px) {
	.datelist #header.fixed+#page {
		padding-top: 0;
	}
	.account #header.fixed+.imageviewerWrapper+#page, .notification #header.fixed+.imageviewerWrapper+#page,
		.staticshome #header.fixed+.imageviewerWrapper+#page, .imprint #header.fixed+.imageviewerWrapper+#page,
		.contact #header.fixed+.imageviewerWrapper+#page {
		padding-top: 0;
	}
}

.thanksforrating #header.fixed+#page, .rate2 #header.fixed+#page,
	.ratingmail #header.fixed+#page /*, .cancel #header.fixed+#page*/ {
	padding-top: 400px;
}

.salonmap+#page {
	padding-top: 493px;
}

@media only screen and (max-width: 667px) {
	.salonmap+#page {
		padding-top: 100px;
	}
}

.list, .inline-list {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

@media only screen and (max-width: 667px) {
	.list.salonlist {
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ratio-11-7.salonlistimage {
		height: 95px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.ratio-11-7.salonlistimage img {
		width: auto;
		max-width: none;
		min-width: 0;
		min-height: 100%;
		max-height: 100%;
	}
}

.inline-list li {
	display: inline-block;
}

.inline-list li:after {
	content: '  |  ';
	white-space: pre;
}

.inline-list li:last-child:after {
	display: none;
}

.pluslist {
	margin: 0;
	padding-bottom: 60px;
	list-style-type: none;
}

.pluslist li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}

.pluslist li:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '+';
	font-weight: bold;
	font-size: 22px;
}

@media only screen and (max-width: 846px) {
	.pluslist {
		height: 0 !important;
		padding-top: 0;
		padding-bottom: 49.3%;
	}
	.pluslist li:first-child {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 667px) {
	.pluslist {
		height: auto !important;
		padding-top: 0;
		padding-bottom: 10px;
	}
}

.image-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.image-caption span.block {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.image-caption p {
	margin: 0;
}

.round {
	border-radius: 100%;
}
/*.round:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: url("../media/design/kreisrund.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
*/
.round.blue {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.round.blue:before {
	background-image: url("../media/design/kreisrund-blau.svg");
}

#whoCanDoIt-button img, #whoCanDoIt-menu img {
	float: left;
	margin-right: 5px;
	max-height: 30px;
	max-width: 30px;
	min-width: 0;
	position: relative;
	top: -2px;
}

.dot:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../media/design/kreis-blau.svg") no-repeat;
	background-size: contain;
	width: 40%;
	height: 40%;
}

.move {
	margin-bottom: -70px !important;
	top: -70px;
}

@media only screen and (max-width: 846px) {
	.move {
		top: 0;
		margin-bottom: 0 !important;
	}
	.tablet-p-move {
		margin-top: -40px !important;
	}
}

@media only screen and (max-width: 667px) {
	.tablet-p-move {
		margin-top: 10px !important;
	}
	.move {
		margin-bottom: -90px !important;
		top: -20px;
	}
	.btn-rueckruf {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* SCHRITTE */
.steps {
	height: 500px;
}

.steps .step {
	position: absolute;
	top: 0;
}

.stepphoto {
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 846px) {
	.stepphoto {
		display: none !important;
	}
}

@media only screen and (max-width: 667px) {
	.steptext {
		display: none;
	}
}

.stepphoto img {
	min-width: 0;
	max-width: none;
	width: 596px;
	height: 500px;
	position: absolute;
	z-index: -1;
}

.stepphoto img.active {
	z-index: 1;
}

.keyvisuals {
	height: 500px;
}

.keyvisuals img {
	min-width: 0;
	max-width: none;
	position: absolute;
	bottom: -61px;
	left: -50px;
	z-index: -1;
}

.keyvisuals img.active {
	z-index: 1;
}

@media only screen and (max-width: 846px) {
	.keyvisuals img {
		width: 397px;
		height: auto;
		bottom: -146px;
		left: 15px;
	}
	.keyvisuals img.active {
		z-index: 4;
	}
}

.steps .phone {
	top: -43px;
	position: absolute;
}

.steps .phone img {
	min-width: 0;
	max-width: none;
	position: absolute;
	right: 400px;
	z-index: 2;
}

@media only screen and (max-width: 846px) {
	.steps .phone img {
		right: auto;
		left: 0;
	}
}

.steps .phone img[class*="step-"] {
	z-index: -1;
}

.steps .phone img[class*="step-"].active {
	z-index: 1;
}

.steps .fixedwidth {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 396px;
	position: absolute;
	right: 0;
	background: #fff;
	height: 100%;
	padding-left: 4px;
	z-index: 3;
}

@media only screen and (max-width: 846px) {
	.steps .fixedwidth {
		width: auto;
		left: 296px;
	}
}

.steps .fixedwidth li {
	position: relative;
	padding: 20px;
	margin-bottom: 4px;
	height: 60px;
	background: #eceef0;
	color: #484540;
	background-image: url("../media/design/kreis-grau.svg");
	background-repeat: no-repeat;
	background-position: 20px 16px;
}

.steps .fixedwidth li:hover {
	background-image: url("../media/design/kreis-gruen.svg");
}

.steps .fixedwidth li:before {
	content: attr(rel);
	position: absolute;
	top: 40px;
	left: 33px;
	z-index: 1;
	color: #fff;
	font-size: 22px;
	width: 30px;
	text-align: center;
	font-weight: bold;
}

.steps .fixedwidth li div {
	height: 100%;
	overflow: hidden;
	padding-left: 70px;
}

.steps .fixedwidth li div h4, .steps .fixedwidth li div p.medium {
	cursor: pointer;
}

.steps .fixedwidth li.active {
	height: 252px;
	background-color: #dfc;
	color: #461;
	background-image: url("../media/design/kreis-gruen.svg");
}

.steps .fixedwidth li.active div {
	overflow: visible;
}

.steps .fixedwidth li.step-1.active:after, .steps .fixedwidth li.step-2.active:after,
	.steps .fixedwidth li.step-3.active:after {
	content: '';
	background: url("../media/teaser/steps/markierung-01.svg") no-repeat;
	position: absolute;
	width: 326px;
	height: 211px;
	top: 75px;
	left: -277px;
	z-index: 4;
}

.steps .fixedwidth li.step-2.active:after {
	background: url("../media/teaser/steps/markierung-02.svg") no-repeat;
	height: 220px;
}

.steps .fixedwidth li.step-3.active:after {
	background: url("../media/teaser/steps/markierung-03.svg") no-repeat;
	height: 175px;
	width: 335px;
	left: -285px;
}

/* VORTEILE */
@media only screen and (max-width: 846px) {
	.benefits {
		margin-top: 30px !important;
	}
}

.benefitslinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.benefitslinks li a, .benefitslinks li a:visited {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px;
	margin-bottom: 4px;
	background: #F7F7F7;
	color: #484540;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

.benefitslinks li a:hover, .benefitslinks li a:focus, .benefitslinks li a:active,
	.benefitslinks li.active a {
	color: #484540;
	border: 1px solid #ff5757;
}

.benefitslinks li.active a {
	background: #f2a293;
}

.benefitsimages img {
	position: absolute;
	z-index: -1;
}

.benefitsimages img.active {
	z-index: 1;
}

.benefitstexts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tablet-benefits-text {
	display: none;
}

@media only screen and (max-width: 846px) {
	.tablet-benefits-text {
		margin-bottom: 4px;
		display: block;
	}
}

/* FAQ */
.faq h3 {
	cursor: pointer;
}

/* PREISLISTE */
tr.websymbols .yes, tr.websymbols .no, tr.websymbols .txt_center {
	text-align: center;
}

tr.websymbols .yes span, tr.websymbols .no span {
	display: none;
}

tr.websymbols .yes:before, tr.websymbols .no:before {
	content: '/';
	font-family: websymbols, sans-serif;
	color: #8b2;
}

tr.websymbols .no:before {
	content: '-';
	color: #b36;
}

/* REGISTRATION */
.packagewrapper>div:first-child {
	display: none;
}

#package .packagewrapper>div:first-child {
	display: inline-block;
}

.package-radio {
	display: none;
}

.package-radio+label {
	display: block;
	padding: 96% 20px 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #484540;
	cursor: pointer;
}

@media only screen and (max-width: 667px) {
	.packagewrapper>div:first-child {
		display: block;
	}
	.packagewrapper>div:first-child .package-radio+label {
/**		padding-top: 20px;  */
	}
}

.package-radio+label img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.package-radio+label:after {
	content: '';
	background: url('../media/design/radio.svg');
	position: absolute;
	bottom: -24px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	border-radius: 24px;
}

.package-radio:checked+label img {
	opacity: 1;
}

.package-radio[value="0"]:checked+label, .package-radio[value="1"]:checked+label
	{
	color: #484540;
}

.package-radio[value="0"]:checked+label:after, .package-radio[value="1"]:checked+label:after
	{
	background: url('../media/design/radio-blue.svg');
}

.package-radio[value="2"]:checked+label {
	color: #da2;
}

.package-radio[value="2"]:checked+label:after {
	background: url('../media/design/radio-yellow.svg');
}

.package-radio[value="3"]:checked+label {
	color: #c6c;
}

.package-radio[value="3"]:checked+label:after {
	background: url('../media/design/radio-pink.svg');
}

/* RATING */
.ratingcount {
	float: right;
	position: relative;
	top: 5px;
}

.listrating .ratingcount {
	top: 0;
}

.rating {
	top: 6px;
	right: 50px;
}

@media only screen and (max-width: 667px) {
	.ratingcount {
		position: static;
		margin-right: -50%;
	}
	.rating {
		top: 0;
		right: auto;
	}
	.salonlist .ratingcount {
		margin-right: 0;
	}
}

.daterating {
	float: right;
	margin-top: -3px;
}

@media only screen and (max-width: 667px) {
	.daterating.phone-l-alignleft {
		float: left;
		margin-bottom: 4px;
	}
}

.jRatingColor {
	background-color: #ff5757;
	height: 16px;
	left: 0;
	position: relative;
	top: 0;
	z-index: 2;
}

.daterating .jRatingColor {
	background-color: #fff;
}

.jRatingAverage {
	background-color: #ff5757;
	height: 16px;
	left: 0;
	position: relative;
	top: 0;
	z-index: 2;
}

.daterating .jRatingColor {
	background-color: #F4F0F0;
}

.jStar {
	left: 0;
	position: relative;
	z-index: 3;
}

.listrating .rating {
	right: auto;
	top: 0;
}

.gridrating .rating {
	right: auto;
}

@media only screen and (max-width: 667px) {
	.listrating, .gridrating {
		height: 32px;
	}
}

.ratenow {
	margin-top: -7px;
}

.newdater {
	clear: both;
	margin-bottom: -10px;
}

.bewertung-container {
	float: left;
	margin-top: 10px;
}

.bewertung-container.nolabel label {
	display: none;
}

@media only screen and (max-width: 667px) {
	.bewertung-container {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

div.star-rating {
	background: none repeat scroll 0 0 transparent !important;
	overflow: hidden !important;
}

div.star-rating, div.star-rating a {
	background: url("../media/design/rating-dgrey.svg") no-repeat;
}

.bewertung-container.nolabel div.star-rating, .bewertung-container.nolabel div.star-rating a
	{
	background-image: url("../media/design/rating-blue.svg");
	background-position: 0 0;
	background-size: auto 28px;
}

div.rating-cancel, div.star-rating {
	background: none repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
	width: 28px;
	margin-right: 5px;
}

div.rating-cancel a, div.star-rating a {
	background-position: 0 0;
	background-size: auto 28px;
	border: 0 none;
	display: block;
	height: 28px;
	width: 28px;
}

div.star-rating.star-rating-hover a, div.star-rating.star-rating-on a {
	background-color: #484540;
}

.rating-cancel, div#rating-rate0 {
	display: none !important;
}

.bewertung-container label>input+span {
	display: none;
}

/* FAVORITEN */
.favorite {
	position: relative;
	top: -10px;
	display: block;
	float: right;
	z-index: 4;
}

.favorite:before {
	content: 'O ';
	font-family: websymbols, sans-serif;
}

.favorite.active:before {
	content: 'N '
}

@media only screen and (max-width: 667px) {
	.favorite {
		float: left;
		top: -25px;
	}
}

/* BILDERGALERIE */
@media only screen and (max-width: 846px) {
	.salonaddressbox.ratio-99-49 {
		padding-bottom: 104.495%;
	}
	.businesshours .padd {
		padding: 0;
	}
	.productselections .minibottomgap {
		margin-bottom: 2px !important;
	}
	.productselections .paddlefttop {
		padding-bottom: 4px;
		border-bottom: 2px solid #fff;
	}
}
	.productselections .minibottomgap .paddlefttop:after {
		content: ';';
		font-family: websymbols, sans-serif;
		position: absolute;
		height: 17px;
		width: 16px;
		overflow: hidden;
		font-size: 16px;
		line-height: 17px;
		right: 10px;
		top: 50%;
		margin-top: -8px;
	}
	.productselections .minibottomgap dl {
		height: 0;
		max-height: 0;
		overflow: hidden;
	}
	.productselections .minibottomgap .paddlefttop.open+dl {
		height: auto;
		max-height: none;
		overflow: visible;
	}

@media only screen and (max-width: 667px) {
	.salonaddressbox.ratio-99-49 {
		background-color: #fff;
	}
	.productselections dl {
		height: 0;
		max-height: 0;
		overflow: hidden;
	}
	.productselections .minibottomgap .paddlefttop {
		margin-bottom: -7px;
	}
	.productselections .minibottomgap .paddlefttop:after {
		content: ';';
		font-family: websymbols, sans-serif;
		position: absolute;
		height: 17px;
		width: 16px;
		overflow: hidden;
		font-size: 16px;
		line-height: 17px;
		right: 10px;
		top: 50%;
		margin-top: -8px;
	}
	.productselections .minibottomgap .paddlefttop.open+dl {
		height: auto;
		max-height: none;
		overflow: visible;
	}
	.productselections .minibottomgap .paddlefttop.open {
		margin-bottom: 0;
	}
	.productselections .minibottomgap .paddlefttop.open:after {
		content: ':';
	}
}

.salongallery {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.salongallery+.controls {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.salongallery+.controls .prev, .salongallery+.controls .next {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
}

.salongallery+.controls .next {
	left: auto;
	right: 0;
}

.salongallery+.controls .prev:before, .salongallery+.controls .next:before
	{
	content: '>';
	font-family: websymbols, sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	height: 40px;
	width: 26px;
}

.salongallery+.controls .prev:before {
	content: '<';
	right: auto;
	left: 20px;
}

.salongallery+.controls .prev:hover:before, .salongallery+.controls .next:hover:before,
	.salongallery+.controls .prev:focus:before, .salongallery+.controls .next:focus:before
	{
	display: block;
}

.salongallery .galleryitem {
	float: left;
	position: relative;
	height: 100%;
	overflow: hidden;
}

/* TERMINPRODUKTWAHL */
#productform .active {
	color: #ff5757;
}

.datemakerboxLink {
	display: none;
}

@media only screen and (max-width: 667px) {
	.datemakerboxLink {
		position: fixed;
		padding: 15px 20px 13px;
		border-bottom: 2px solid #fff;
		width: 100%;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		left: 0;
		top: 100px;
		background: #F4F0F0;
	}
}

@media only screen and (min-width: 668px) {
	.datemakerboxLink {
		display: none !important;
	}
}

.dateproducts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dateproducts .productprice{
	display: none;
}
.dateproducts li {
	padding: 6px 10px 10px;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
}

.productremove {
	color: #fff;
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
}

.productremove:before {
	color: #dadde0;
	content: "-";
	font-family: websymbols;
}

.productremove:hover:before {
	color: #ff5757;
}

.selectedproductname {
	padding-right: 20px;
}

a.pricelist {
	display: inline-block;
	color: #fff !important;
	background: #ff5757;
	padding: 6px;
	border-radius: 10px;
}

/* SALONLISTE FILTER */
.filter, .filter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.filter {
	float: right;
	margin: -5px 0 0;
}

.filter li {
	display: inline-block;
}

.filter>li {
	margin-left: 20px;
}

.filter li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 5px 5px 0 0;
	position: relative;
	color: rgba(252, 144, 144, 0.84);
}

.filter li a.active {
	color: ff5757;
}

.filter li a:before {
	position: absolute;
	top: 0;
	font-family: websymbols, sans-serif;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.filter li a span {
	display: none;
}

.filter .listing a:before {
	content: '³';
}

.filter .grid a:before {
	content: '¹';
}

.filter .date a:before {
	content: '';
	width: 28px;
	height: 28px;
	background-image:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOXB4IiBoZWlnaHQ9IjI5cHgiID48cGF0aCBmaWxsPSIjQkJFRUZGIiBkPSJNMjguOTk5LDguMTc0TDI3LjIsNS4xOTVjLTAuMDg0LDAuMDUxLTYuNDAyLDMuODY2LTEyLjI4NCw3LjI2N2MtMC43ODMtMC40NDgtMS41NTEtMC44ODUtMi4yNzctMS4yOTJjMS41OTgtMy44MzYsMC42MzctNi40OTgtMC4xNjEtNy44MjVDMTEuMTkzLDEuMjA4LDguODQxLTAuMDcsNi4zMzQsMC4wMDJDMy45MzIsMC4wNzUsMS44MTYsMS40MjIsMC42NzYsMy42MDZjLTEuOTAxLDMuNjQzLDAuNTc5LDUuMzQ3LDMuMjgzLDYuNzgxYzEuMDAzLDAuNTMxLDIuMzQ3LDEuMjY1LDUuNTU4LDMuMDI5YzAuNTk0LDAuMzI3LDEuMjI4LDAuNjgxLDEuODg4LDEuMDUzYy0wLjY2LDAuMzcxLTEuMjk0LDAuNzI1LTEuODg4LDEuMDUyYy0zLjIxMiwxLjc2NS00LjU1NiwyLjQ5OC01LjU1OSwzLjAzYy0yLjcwNCwxLjQzMy01LjE4NSwzLjEzOC0zLjI4Myw2Ljc4YzEuMTQsMi4xODUsMy4yNTUsMy41MzEsNS42NTgsMy42MDRjMC4wNywwLjAwMiwwLjE0LDAuMDAzLDAuMjA5LDAuMDAzYzIuNDI2LDAsNC42ODYtMS4yNjgsNS45MzQtMy4zNDVjMC43OTgtMS4zMjgsMS43Ni0zLjk4OSwwLjE2MS03LjgyNWMwLjcyNy0wLjQwNywxLjQ5NC0wLjg0NCwyLjI3Ny0xLjI5MmM1Ljg4MiwzLjQwMSwxMi4yLDcuMjE2LDEyLjI4NCw3LjI2N2wxLjc5OS0yLjk3OWMtMC4wNzUtMC4wNDYtNS4yNS0zLjE3LTEwLjYxLTYuMjk2QzIzLjc0OSwxMS4zNDQsMjguOTI0LDguMjIsMjguOTk5LDguMTc0eiBNOS41NjUsOS40NzJDNy40Niw4LjMxOCw2LjQxMSw3Ljc0OCw1LjU4OSw3LjMxMkMzLjgxMSw2LjM2OSwzLjUxNSw1Ljk3NywzLjQ4MSw1LjkzOWMwLTAuMDA4LDAuMDAzLTAuMTksMC4yOC0wLjcyMmMwLjc2NC0xLjQ2MywyLjAwNS0xLjcxNiwyLjY3OC0xLjczNkM2LjQ3MiwzLjQ4LDYuNTA1LDMuNDgsNi41MzksMy40OGMxLjE5NCwwLDIuMzQ2LDAuNjQzLDIuOTU2LDEuNjU4QzEwLjE3NSw2LjI3LDEwLjE5MSw3Ljc3MSw5LjU2NSw5LjQ3MnogTTkuNDk1LDIzLjgwMWMtMC42MjcsMS4wNDMtMS44MTUsMS43MDctMy4wNTYsMS42NTZjLTAuNjcyLTAuMDIxLTEuOTE0LTAuMjcyLTIuNjc4LTEuNzM2Yy0wLjI0Ny0wLjQ3NC0wLjI3Ni0wLjY3LTAuMjktMC42N2MwLjA2MS0wLjExMSwwLjM4OC0wLjUwNywyLjExOC0xLjQyNWMwLjgyMi0wLjQzNiwxLjg3MS0xLjAwNiwzLjk3Ni0yLjE2QzEwLjE5MSwyMS4xNjYsMTAuMTc1LDIyLjY2OSw5LjQ5NSwyMy44MDF6Ii8+PC9zdmc+);
	background-size: contain;
}

.filter .date a.active:before {
	background-image:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOXB4IiBoZWlnaHQ9IjI5cHgiID48cGF0aCBmaWxsPSIjMzM5OUNDIiBkPSJNMjguOTk5LDguMTc0TDI3LjIsNS4xOTVjLTAuMDg0LDAuMDUxLTYuNDAyLDMuODY2LTEyLjI4NCw3LjI2N2MtMC43ODMtMC40NDgtMS41NTEtMC44ODUtMi4yNzctMS4yOTJjMS41OTgtMy44MzYsMC42MzctNi40OTgtMC4xNjEtNy44MjVDMTEuMTkzLDEuMjA4LDguODQxLTAuMDcsNi4zMzQsMC4wMDJDMy45MzIsMC4wNzUsMS44MTYsMS40MjIsMC42NzYsMy42MDZjLTEuOTAxLDMuNjQzLDAuNTc5LDUuMzQ3LDMuMjgzLDYuNzgxYzEuMDAzLDAuNTMxLDIuMzQ3LDEuMjY1LDUuNTU4LDMuMDI5YzAuNTk0LDAuMzI3LDEuMjI4LDAuNjgxLDEuODg4LDEuMDUzYy0wLjY2LDAuMzcxLTEuMjk0LDAuNzI1LTEuODg4LDEuMDUyYy0zLjIxMiwxLjc2NS00LjU1NiwyLjQ5OC01LjU1OSwzLjAzYy0yLjcwNCwxLjQzMy01LjE4NSwzLjEzOC0zLjI4Myw2Ljc4YzEuMTQsMi4xODUsMy4yNTUsMy41MzEsNS42NTgsMy42MDRjMC4wNywwLjAwMiwwLjE0LDAuMDAzLDAuMjA5LDAuMDAzYzIuNDI2LDAsNC42ODYtMS4yNjgsNS45MzQtMy4zNDVjMC43OTgtMS4zMjgsMS43Ni0zLjk4OSwwLjE2MS03LjgyNWMwLjcyNy0wLjQwNywxLjQ5NC0wLjg0NCwyLjI3Ny0xLjI5MmM1Ljg4MiwzLjQwMSwxMi4yLDcuMjE2LDEyLjI4NCw3LjI2N2wxLjc5OS0yLjk3OWMtMC4wNzUtMC4wNDYtNS4yNS0zLjE3LTEwLjYxLTYuMjk2QzIzLjc0OSwxMS4zNDQsMjguOTI0LDguMjIsMjguOTk5LDguMTc0eiBNOS41NjUsOS40NzJDNy40Niw4LjMxOCw2LjQxMSw3Ljc0OCw1LjU4OSw3LjMxMkMzLjgxMSw2LjM2OSwzLjUxNSw1Ljk3NywzLjQ4MSw1LjkzOWMwLTAuMDA4LDAuMDAzLTAuMTksMC4yOC0wLjcyMmMwLjc2NC0xLjQ2MywyLjAwNS0xLjcxNiwyLjY3OC0xLjczNkM2LjQ3MiwzLjQ4LDYuNTA1LDMuNDgsNi41MzksMy40OGMxLjE5NCwwLDIuMzQ2LDAuNjQzLDIuOTU2LDEuNjU4QzEwLjE3NSw2LjI3LDEwLjE5MSw3Ljc3MSw5LjU2NSw5LjQ3MnogTTkuNDk1LDIzLjgwMWMtMC42MjcsMS4wNDMtMS44MTUsMS43MDctMy4wNTYsMS42NTZjLTAuNjcyLTAuMDIxLTEuOTE0LTAuMjcyLTIuNjc4LTEuNzM2Yy0wLjI0Ny0wLjQ3NC0wLjI3Ni0wLjY3LTAuMjktMC42N2MwLjA2MS0wLjExMSwwLjM4OC0wLjUwNywyLjExOC0xLjQyNWMwLjgyMi0wLjQzNiwxLjg3MS0xLjAwNiwzLjk3Ni0yLjE2QzEwLjE5MSwyMS4xNjYsMTAuMTc1LDIyLjY2OSw5LjQ5NSwyMy44MDF6Ii8+PC9zdmc+);
}

.filter .letter a:before {
	content: 'A';
	font-family: Asap, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 28px;
}

.filter .rate a:before {
	content: 'R';
}

.filter .location a:before {
	content: '?';
}

.filter .desc a:before {
	content: ';';
}

.filter .asc a:before {
	content: ':';
}

/* FEHLERMELDUNGEN */
div.error {
	position: relative;
	top: -46px;
}

@media only screen and (max-width: 667px) {
	.resetpassword div.error {
		top: -18px;
	}
	.login div.error {
		top: -18px;
	}
	#bigregistration div.error {
		top: -18px;
	}
	.contact div.error {
		top: -18px;
	}
}

#fancybox-content div.error, div.error.profil {
	top: 0;
}

div.error.contact+div, div.error.contact        ~ div.formdiv .contact-submit
	{
	top: -46px;
}

@media only screen and (max-width: 667px) {
	div.error.contact+div, div.error.contact        ~ div.formdiv {
		top: -18px;
	}
	div.error.contact        ~ div.formdiv .contact-submit {
		top: 0;
	}
}

div.error.red:before, div.error.red:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	left: -100%;
	width: 100%;
	background-color: #f2a293;
}

div.error.red:after {
	left: auto;
	right: -100%;
}

.mapcenter {
	font-style: italic;
}

.mapcenter:before {
	content: '? ';
	font-family: websymbols, sans-serif;
	font-style: normal;
}

@media only screen and (max-width: 667px) {
	.mapcenter {
		padding: 10px;
		margin: -10px;
	}
}

.gm-infowindow {
	font-family: "DM Sans", sans-serif;
	width: 300px;
	height: 170px;
	padding: 5px 0;
	position: relative;
}

@media only screen and (max-width: 667px) {
	.gm-infowindow {
		width: 200px;
	}
}

/* USERPROFIL */
.datesymbol:before {
	content: 'P';
	font-family: websymbols, sans-serif;
	padding-right: 10px;
}

@media only screen and (max-width: 667px) {
	.datesymbol:before {
		left: 10px;
		position: absolute;
		top: 10px;
	}
	.datesymbol {
		padding-left: 30px;
	}
}

/* FOOTER */
#footer {
	position: relative;
	margin: 0 -20px;
}

#footer:after {
	content: '';
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff;
}

#footer .row-1 {
	min-height: 180px;
	margin-left: -4px;
	border-left: 4px solid #fff;
}

#footer .row-2 {
	min-height: 286px;
}

@media only screen and (max-width: 667px) {
	#footer {
		margin: 40px 0 0;
	}
	#footer:after {
		display: none;
	}
	#footer .row-2 {
		min-height: 160px;
	}
	.show #footer, .datelist #footer {
		margin-bottom: 100px;
	}
	#googlemaps.ratio-99-74:after {
		background: transparent;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

@media (max-width: 667px) {
  #googlemaps {
    display: none !important;
  }
}


@media (max-width: 667px) {
  .ratio-99-74 {
    display: none !important;
  }
}

@media (max-width: 667px) {
  #googlemaps,
  #googlemaps.parent,
  #googlemaps.ratio-99-74,
  .ratio-99-74:has(#googlemaps) {
    display: none !important;
  }
}

#footer .grey.row-2.c3:before {
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	bottom: 0;
	width: 4px;
	background: #fff;
}

.social li {
	display: inline-block;
	padding-right: 5px;
}

.social li a span {
	display: none;
}

.social li a:before {
	content: 'ê';
	font-family: websymbolsliga, sans-serif;
	font-size: 36px;
	line-height: 43px;
}

.social li.facebook a:before {
	content: 'ä';
}

.social li.google a:before {
	content: 'ò';
}

.social li.skype a:before {
	content: 'ï';
	color: #484540;
}

.social li.skype.offline a:before {
	color: #484540;
}

.social li.xing a:before {
	content: 'ò';
	color: rgba(255, 255, 255, 0);
	background: url('../media/design/xing.svg') no-repeat center;
}

.footernav li {
	display: inline-block;
}

.footernav li:after {
	content: '|';
	display: inline-block;
	margin: 0 3px 0 6px;
	color: #484540;
}

.footernav li:last-child:after, .footernav li:nth-last-child(2):after {
	content: '';
}

.footernav li:last-child {
	display: block;
	margin-top: 20px;
}

/**
 * @section Hintergründe
 * @css-for all browsers
 */
.lightblue, .lightblue-behind:before {
background-color: #F4F0F0;
	box-shadow: 10px 20px 60px rgba(0,0,0,0.08);
	border-radius: 12px;
}

.lightblue2, .lightblue-behind:before {
background-color: #F4F0F0;
	box-shadow: 10px 20px 60px rgba(0,0,0,0.08);
	border-radius: 12px;
	    text-align: center !important;
}

@media only screen and (max-width: 667px) {
	.lightblue.saloninfoteaser {
		background-color: #F4F0F0;
		margin-top: 20px;
	}
}

.lightblue-behind:before, .lighterblue-behind:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.lighterblue-behind {
	z-index: 0;
}

.lighterblue, .lighterblue-behind:before {
	background-color: #EEEAE9;
}

.blueborder {
	border: 1px solid rgba(51, 153, 204, 0.4);
	background-color: #EEEAE9;
}

.dblue {
	background: #39c;
}

.grey {
	background-color: #F4F0F0;
}

.grey.faq:hover {
	background-color: #f2a293;
}

.lgrey {
	background-color: #F4F0F0;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: border 0.2s ease, box-shadow 0.2s ease;
}

.dgrey {
	background-color: #dadde0;
}

.ddgrey {
	background-color: #484540;
}

.white {
	background-color: #EEEAE9;
}


.halfwhite {
	background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 667px) {
	.phone-dateselector .halfwhite {
		background-color: #EEEAE9;
	}
}

.fifthwhite {
	background-color: rgba(255, 255, 255, 0.2);
}

.pink {
	background-color: #f2a293;
}

.yellow {
	background-color: #fffaeb;
}

.red {
	background-color: #f2a293;
}

.opaque-grey {
	background-color: rgb(241 241 241 / 80%)
}

.topsalon:hover .opaque-grey.image-caption {
	background-color: rgba(227, 107, 97, 0.8);
}

.demologin {
	background-image: url("../media/teaser/demozugang-big.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: -3px;
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution :
	192dpi) {
	.demologin {
		background-image: url("../media/teaser/demozugang-big@2x.png");
	}
}

@media only screen and (max-width: 667px) {
	.demologin {
		background-image: none;
		padding-top: 0;
		margin-bottom: -5px;
	}
	#bigregistration {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 0 !important;
	}
	.home #bigregistration {
		position: absolute !important;
		top: -1000px !important;
		left: -1000px !important;
		z-index: -1 !important;
	}
}

/**
 * @section Schriftdefinitionen
 * @css-for all browsers
 */
dl {
	margin: 0;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: normal;
	clear: both;
	width: 120px;
}

.uc {
	text-transform: uppercase;
}

.anchor {
	position: relative;
	top: -120px;
	display: inline-block;
}
#karte.anchor {
	display: block;
}
#googlemaps .leaflet-pane,
#googlemaps .leaflet-control,
#googlemaps .leaflet-top,
#googlemaps .leaflet-bottom {
	z-index: unset;
}

@media only screen and (max-width: 667px) {
	.anchor {
		top: -130px;
	}
	#termin-buchen.anchor {
		top: -186px;
	}
	#buchen.anchor {
		top: -94px;
	}
	#registrierung.anchor {
		top: -147px;
	}
	#karte.anchor {
		top: -100px;
	}
}

.txt_right {
	text-align: right;
}

.small {
	font-size: 13px;
	line-height: 15px;
}

.normal {
	font-size: 15px;
	line-height: 20px;
}

.big {
	font-size: 28px;
	line-height: 33px;
}

.medium {
	font-size: 22px;
	line-height: 26px;
}

.medium-2 {
	font-size: 18px;
	line-height: 21px;
}

.medium-3 {
	font-size: 24px;
	line-height: 28px;
}

.medium-3 {
	font-size: 16px;
	line-height: 19px;
}

.bold {
	font-weight: bold;
}

.thin {
	font-weight: normal;
}

@media only screen and (max-width: 846px) {
	.feedback .thin {
		display: block;
	}
}

@media only screen and (max-width: 667px) {
	.phone-l-thin {
		font-weight: normal;
	}
}

.txt_lblue {
	color: #EEEAE9;
}

.txt_blue_price {
	color: #484540;
	text-decoration: none;
}

.txt_blue, a:link, a:visited, .makedate:hover, .makedate:focus {
	color: #484540;
	text-decoration: none;
}

.txt_detail {
	color: #484540;
	text-decoration: none;
}


.txt_dblue, a:hover, a:focus, a:active {
	color: #484540;
}

@media only screen and (max-width: 667px) {
	.txt_dblue, a:hover, a:focus, a:active {
		color: #484540;
	}
}

.txt_green {
	color: #8b2;
}

.txt_lgrey {
	color: #484540;
}

.txt_white, a.txt_white {
	color: #484540;
}

.txt_yellow {
	color: #da2;
}

.txt_pink {
	color: #484540;
}

/* ZEITENTABELLE */
.ui-datepicker.medium {
	width: auto;
}

.ui-widget {
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
}

.ui-widget-content {
	background: rgba(51, 153, 204, 0.98);
}

#ui-timepicker-div, #ui-datepicker-div {
	margin: 0;
	padding: 0;
	z-index: 10055 !important;
}

#ui-datepicker-div {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 25px 20px;
}

@media only screen and (max-width: 667px) {
	#ui-datepicker-div {
		width: auto;
		padding: 10px 10px 10px;
	}
}

#ui-datepicker-div.medium {
	padding: 10px 17px 15px;
}

.ui-timepicker-table {
	background: rgba(51, 153, 204, 0.98);
	display: table;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 10px 20px 20px;
	margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
	.ui-timepicker-table {
		padding: 10px;
	}
}

.ui-timepicker.medium .ui-timepicker-table {
	padding: 10px 13px 15px;
}

.ui-datepicker.medium table {
	width: auto;
}

.ui-datepicker td, .ui-timepicker-table td {
	width: 38px;
	height: 38px;
	vertical-align: middle;
	border: none;
	padding: 0.17em;
}

@media only screen and (max-width: 667px) {
	.ui-datepicker td, .ui-timepicker-table td {
		width: 30px;
		height: 30px;
	}
}

.ui-datepicker.medium td, .ui-timepicker.medium .ui-timepicker-table td
	{
	padding: 2px;
}

.ui-timepicker.medium .ui-timepicker-table td {
	width: 28px;
	height: 28px;
}

.ui-datepicker.medium th {
	font-size: 15px;
	padding: 0;
	width: 28px;
}

.ui-datepicker.medium td, .ui-timepicker-table.medium td {
	width: 28px;
	height: 28px;
}

.ui-datepicker td a, .ui-datepicker td span, .ui-timepicker-table td a,
	.ui-timepicker-table td span {
	padding: 3px 0 0;
	width: 38px;
	height: 35px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-family: "DM Sans", sans-serif;
}

.ui-timepicker-table td a, .ui-timepicker-table td span {
	height: 35px;
	padding-top: 3px;
}

@media only screen and (max-width: 667px) {
	.ui-datepicker td a, .ui-datepicker td span, .ui-timepicker-table td a,
		.ui-timepicker-table td span {
		width: 30px;
		height: 30px;
		padding-top: 0;
	}
}

.ui-datepicker.medium td a, .ui-datepicker.medium td span,
	.ui-timepicker.medium .ui-timepicker-table td a, .ui-timepicker.medium .ui-timepicker-table td span
	{
	padding-top: 1px;
	width: 28px;
	height: 27px;
	font-size: 15px;
}

.ui-datepicker.medium th {
	font-size: 15px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background: #F4F0F0;
	color: #484540;
	border: none;
}

.ui-timepicker-minute-cell .ui-state-default {
	opacity: 0.7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
	opacity: 0.28;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
	color: #484540;
	opacity: 1;
	background: #fff;
}

.ui-widget-header {
	font-size: 18px;
	background: none;
	border: none;
	color: #EEEAE9;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-family: "DM Sans", sans-serif;
}

.ui-datepicker-header {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
}

.ui-datepicker.medium .ui-datepicker-header {
	font-size: 18px;
}

.ui-timepicker.medium .ui-widget-header {
	font-size: 15px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width: 28px;
	height: 28px;
}

.ui-datepicker.medium .ui-datepicker-prev, .ui-datepicker.medium .ui-datepicker-next
	{
	height: 22px;
	width: 22px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
	{
	top: 2px;
	cursor: pointer;
}

.ui-datepicker-header .ui-icon, .ui-datepicker-header .ui-state-hover .ui-icon
	{
	background: #EEEAE9;
	width: 28px;
	height: 28px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.ui-datepicker.medium .ui-datepicker-header .ui-icon, .ui-datepicker.medium .ui-datepicker-header .ui-state-hover .ui-icon
	{
	height: 22px;
	width: 22px;
}

.ui-datepicker-header .ui-state-hover .ui-icon {
	background: #136;
	color: #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
	{
	margin-left: -14px;
	margin-top: -6px;
}

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before
	{
	color: #484540;
	content: '‹';
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	height: 28px;
	position: relative;
	text-align: center;
	top: 4px;
	width: 28px;
	z-index: 2;
}

.ui-datepicker.medium .ui-datepicker-prev:before, .ui-datepicker.medium .ui-datepicker-next:before
	{
	height: 22px;
	left: -3px;
	top: 2px;
	width: 22px;
}

.ui-datepicker .ui-datepicker-next:before {
	content: '›';
}

table .ui-state-hover, .ui-widget-content table .ui-state-hover,
	.ui-widget-header table .ui-state-hover, table .ui-state-focus, table .ui-widget-content .ui-state-focus,
	table .ui-widget-header .ui-state-focus {
	color: #fff;
	background: #136;
}

.ui-datepicker th {
	color: #EEEAE9;
	text-transform: uppercase;
	font-size: 18px;
}

#fancybox-close:before {
	color: #484540;
	content: "X";
	font-family: "DM Sans", sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 33px;
}

#fancybox-close {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 7px;
	top: 20px;
}

/* Youtube Videos */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

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

a.iframe {
	color: #136;
}

/* Fancybox Scrolling iPhone/iPad */
div#fancybox-content {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Fixed ServiceContainer */
div.datemakerbox.fixed {
	position: fixed;
	top: 76px;
}

.align-right {
	text-align: right;
}

#termin-suchen {
	background: url("../_images/termin-suchen.gif") no-repeat center center;
	background-size: 100px 100px;
	background-color: rgba(255, 255, 255, 0.7);
}

#termin-prüfen {
	background: url("../_images/termin-pruefen.gif") no-repeat center center;
	background-size: 100px 100px;
	background-color: rgba(255, 255, 255, 0.7);
}

.ajax-loader {
	display: none;
	background-size: 100px 100px;
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}
/*
.float-left, .elements>* {
	float: left;
}
*/
.elements>#right {
	float: right;
}

.float-right {
	float: right;
}

.elements .w90 {
	width: 90%;
}

.w90 .nogridmargin {
	
}

.elements .w10 {
	width: 10%;
}

.elements .margint25 {
	margin-top: 25px;
}

.elements>*:first-child {
	
}

#WhoCanDoit {
	width: 49%;
	padding-left: 10%;
}

label.WhoCanDoit {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid rgba(51, 153, 204, 0.4);
	width: 25%;
	width: calc(33.33% -       26px);
	float: left;
	text-align: center;
	margin: 2px;
	height: auto;
	padding: 10px;
	display: inline-block;
	z-index: 1;
}

.hideName {
	-webkit-transition: top 0.5s; /* Safari */
	transition: top 0.5s;
	position: absolute;
	left: 0%;
	top: -300%;
	width: 72px;
	background-color: rgba(51, 153, 204, 0.6);
	color: white;
	height: 100%;
	width: 100%;
	z-index: -1;
	padding: 80% 0 0 0px;
	font-size: 14px;
	hyphens: auto;
}

label.WhoCanDoit:hover .hideName {
	top: 0%;
}

.hideName em {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	text-align: justify;
}

label.WhoCanDoit.active, label.WhoCanDoit:hover {
	border: 1px solid #39c;
	background: #39c;
	color: #EEEAE9;
}

label.WhoCanDoit .round {
	border-radius: 100%;
	position: relative;
	z-index: -2;
}

label.WhoCanDoit:hover .round:before, label.WhoCanDoit.active .round:before
	{
	
}

label.WhoCanDoit em, label.WhoCanDoit p {
	width: 100%;
	float: left;
	text-align: center;
}

p.alingcenter {
	padding-left: 20%;
}

label.WhoCanDoit input {
	position: absolute;
	display: inline-block;
	left: -300em;
}

label.WhoCanDoit img {
	width: 100%;
	min-width: inherit;
}

@media ( max-width : 850px) {
	label.WhoCanDoit {
		position: relative;
		display: inline-block;
		overflow: hidden;
		cursor: pointer;
		border: 1px solid rgba(51, 153, 204, 0.4);
		height: auto;
		float: left;
		text-align: center;
		margin: 2px;
		padding: 10px;
		display: inline-block;
		z-index: 1;
	}
	#WhoCanDoit {
		width: 100%;
		padding-left: 0%;
	}
}

#buchung1 {
	padding: 35px;
}

input.dateElement {
	position: relative;
	left: -300em;
}

label.pointer, a.pointer {
	cursor: pointer;
	border: none;
	padding: 0;
	text-align: center;
	height: 25px;
	width: 100%;
	font-size: 12px;
	color: #484540;
}

a.pointer {
	display: inline-block;
	width: auto;
	padding: 15px 5px;
	border: 1px solid #39c;
}

label.pointer em, a.pointer em {
	top: -15px;
}

a.pointer.float-left {
	text-align: left;
}

a.pointer.float-right {
	text-align: right;
}

a.pointer {
	color: #484540;
	text-decoration: none;
}

label.pointer:hover, a.pointer:hover {
	color: #fff;
	background-color: #484540;
}

@media ( min-width : 1024px) {
	.grid-12 .c2 .c2 {
		width: 50%;
	}
}

.terminTable {
	font-size: 10px !important;
	width: calc(14% -   4px) !important;
	float: left;
	border-bottom: 1px solid rgba(51, 153, 204, 0.4);
	margin: 2px;
	text-align: center;
}

.terminTable.noborder {
	border: none;
	margin: 2px;
}

.terminTable .minibottomgap {
	margin-bottom: 0 !important;
}

#changeDate {
	font-size: 14px;
}

.marginTB30 {
	margin: 0 0 0px 0 !important;
}

.marginTB30 .name {
	text-transform: uppercase;
	font-style: italic;
}

@media ( max-width : 480px) {
	p.alingcenter {
		padding-left: 0%;
	}
	.desktop-hide {
		display: block !important;
	}
	.phone-hide {
		display: none !important;
	}
}

.abbortDate.alignright.phone-l-alignleft {
	float: right;
}

.ajax {
	cursor: pointer;
}

#detail-search-form {
	position: relative;
}

#kontoNavi {
	position: relative;
	top: -70px;
	left: 100px;
}

.header-wunsch {
	color: #484540;
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
}

.mitarbeiter {
	padding: 20px 0;
}

.mitarbeiter img {
	border-radius: 50%;
}

img.selectImages {
	min-width: inherit;
	border-radius: 50%;
	height: 26px;
	margin-right: 13px;
}
span.selectDesc{
	line-height: 40px;
	margin-left: 10px;
}

.service-description {
	float: right;
	position: relative;
	cursor: pointer;
}
.service-description:after {
	clear: right;
	content: '';
}
.service-description-content {
	display: none;
	position: absolute;
	left: 0;
	top: 38px;
	border: 1px solid #484540;
	border-radius: 10px;
	box-shadow: 0 5px 5px rgba(165, 165, 165, 0.25);
	background: #fff;
	padding: 5px;
	min-width: 150px;
	max-width: 500px;
	max-height: 250px;
	overflow: auto;
	white-space: pre-wrap;
    z-index: 100;
}
.service-description-category {
	top: 3px;
}

#cookie-note {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	/*height: 100px;*/
	border-top: 4px solid #fff;
	z-index: 99999;
	padding: 10px 20px;
}

#cookie-note.highlight-out,
#cookie-note.highlight-out > #cookie-message > p,
#cookie-note.highlight-out > #cookie-message > #cookie-learnmore {
	-webkit-transition: all 3s; /* Safari */
	-moz-transition: all 3s; /* Mozilla */
	-o-transition: all 3s; /* Opera */
	transition: all 3s;
}

#cookie-note.highlight-in,
#cookie-note.highlight-in > #cookie-message > p,
#cookie-note.highlight-in > #cookie-message > #cookie-learnmore {
	-webkit-transition: all 1s; /* Safari */
	-moz-transition: all 1s; /* Mozilla */
	-o-transition: all 1s; /* Opera */
	transition: all 1s;
}

#cookie-note.highlight-note {
	background: #3399CC;
}

#cookie-note > #cookie-message {
	display: inline-block;
	position: relative;
}

#cookie-note > #cookie-message > p {
	margin-bottom: 0;
}

#cookie-note.highlight-note > #cookie-message > p,
#cookie-note.highlight-note > #cookie-message > #cookie-learnmore {
	color: #fff;
}

#cookie-note > #cookie-message > #cookie-learnmore {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	/* font-weight: bold; */
}

#cookie-note > #cookie-confirm {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 6px;
}

@media only screen and (max-width: 1150px) {
	#cookie-note > #cookie-confirm {
		display: block;
		position: static;
		margin-top: 5px;
	}	
}