/* ==============
Theme Name: Schoenerie 2018
Description: Responsive, SEO-friendly WordPress theme for www.schoenerie.at
Version: 4.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url("css/reset.css");
@import url("css/grid1.css");
@import url("css/basic.css");

/* Navigation 
@import url("css/nav.css"); */
@import url("css/nav_sf.css");
/* Slider */
@import url("css/slider.css");
/* Icons */
@import url("css/icons.css");

/*************************************************
* Webfonts

dunkel beige : #efede6
hell beige: #efede6
lila: #aa8ed6
weiß: #ffffff
schwarz: #000000

*************************************************/

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

/* eb-garamond-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/eb-garamond-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

/* noto-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/noto-sans-v36-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/noto-sans-v36-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/noto-sans-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/noto-sans-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body,
input,
select,
textarea {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
	font-size: 17px;
}

body {
	line-height: 1.7;
	color: #000;
	background: #fff;
	
	/*
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
    
}

#outer {
	background: #f5f3ec;
}

#logo a {
	display: block;
	text-indent: -9999px;
}

#navicon,
#mobnav {
	display: none;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.titleinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.round {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.bglight {
	background: #efede6;
}

.bgmedium {
	background: #efede6;
}

.bgdark {
	background: #ccc;
}


/*************************************************
* Typo

	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	    -ms-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	     	transition: all 200ms ease;
	     	
	color: #aa8ed6;
	color: #b6961a;
}

a:hover {
	color: #8065ab;
	color: #d4b025;
}

/*
#main a {
	color: #d4b025;
	color: #b6961a;
}

#main a:hover {
	color: #b6961a;
	color: #d4b025;
}
*/

strong, b {
	font-weight: 500;
}

h2, h3, h4 {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	
}

#main h1,
h2 {
	font-size: 48px;
	line-height: 1.1;	
	margin-bottom: 40px;
	color: #aa8ed6;
	color: #000;
}

h3 {
	font-size: 28px;
	line-height: 1.1;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #aa8ed6;
	color: #d4b025;
	
	letter-spacing: 0.02em;
}

h4 {
	font-size: 22px;
	line-height: 1.1;
	
	letter-spacing: 0.02em;
	
	margin-top: 40px;
	margin-bottom: 40px;
	
	color: #aa8ed6;
	color: #d4b025;
}

h5, h6 {
	font-weight: 400;
	margin-bottom: 0;
	
	font-size:16px;
	text-transform: uppercase;
}

#main h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#main h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	
}

#main ul, #main ol {
	margin-bottom: 1.2rem;
}

#main ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

#main ul.behalist,
#main ul.behalist li {
	list-style-type: none;
	margin: 0;
	
}

#main ul.behalist li a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;	
	padding: 0 0.8rem;
	margin: 0;
	margin-bottom: 0.5rem;
	
	font-size:   1.05rem;
	font-weight: 400;
	line-height: 3rem;
	
	color: #fff;
	background: #aa8ed6;
	border: 1px solid #aa8ed6;
	
	background: #aa8ed6;
	border-color: #aa8ed6;
	
	line-height: 1.3rem;
	padding: 1.7rem 0.8rem;
	background: transparent;
	color: #aa8ed6;
	
	background: #efede6;
	border-color: #efede6;
	
	color: #000;
	
/*
	border-color: #000;
	color: #000;
*/
}

#main ul.behalist li a:hover {
	background: #8065ab;
	border: 1px solid #8065ab; 
	
	background: transparent;
	border-color: #d4b025;
	
}

.behand_home {
	height: 0px;
	overflow: hidden;
}

ul.services {
	font-size: 0;	
}

ul.services li {
	display: inline-block;
	margin: 0;
	margin: 0 10px 10px 0;
}

ul.services li a {
	display: block;
	font-size: 13px;	
	line-height: 20px;
	padding: 4px 8px;
	color: #fff;
	background: #aa8ed6;
	border: 1px solid #aa8ed6;	
}



p {
	margin-bottom: 1rem;
}

p.zitat {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	line-height: 1.25;
	color: #aa8ed6;
	text-align: right;
}

#meta p {
	margin: 0;
}

#subfooter p {
	margin: 0;
	font-size: 14px;
}

blockquote {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #aa8ed6;
	font-style: italic;
	margin: 2rem 1.8rem 2rem 0;
	padding: 0 0 0 1.8rem;
	border-left: 3px solid grey;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #aa8ed6;
}

.line {
	width: 100%;
	height: 1px;
	background: #aa8ed6;
}

#behandlungen .line {
	background: #d9d9d9;
}



.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.nobreak {
	white-space: nowrap;
}

/*************************************************
* Topbar
*************************************************/

#topbar {
	font-size: 16px;
	padding: 18px 0;
	background: #efede6;
}

#topbar p {
	margin: 0;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	color: #aa8ed6;
	color: #000;
}

#topbar a {
	color: #000;
}

#topbar a:hover {
	color: #aa8ed6;
	color: #d4b025;
}

#monatsaktion {
	padding: 24px 0 28px 0;
	border-top: 4px solid #af769a;
	background: #aa8ed6;
}

#monatsaktion h3 {
	color: #8065ab;
	font-size: 26px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
	
}

#monatsaktion p {
	margin: 0;
	line-height: 24px;
	color: #fff;
}

#monatsaktion .button a {
	margin: 0;
	border: 1px solid #8065ab;
}

@media (max-width:768px) {
	#monatsaktion {
		padding: 12px 0;
	}

	#monatsaktion .button a {
		margin: 12px 0 6px 0;
	}
}

/*
#infobox {
	position: fixed;
	left: 	0;
	right: 	0;
	top: 	0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(242, 242, 242, 0.95);	
	
	-webkit-transition: opacity 500ms ease;
    -moz-transition: 	opacity 500ms ease;
    -ms-transition: 	opacity 500ms ease;
    -o-transition: 		opacity 500ms ease;
    transition: 		opacity 500ms ease;
	
	z-index: -1;
	opacity: 0;	
}


#infobox.hidden {
	
}

#infobox.active {
	z-index: 24001;
	opacity: 1;
}



#infoinner {	
	background: #fff;
	
	position: absolute;
    top:   20px;
    left:  20px;
    right: 20px;
	
	width: 100%;
	max-width: 90%;
	max-height: 90%;
	
	
	margin: 0 auto;	
	
	overflow: auto;
	
	-webkit-box-shadow: 0 5px 30px -5px rgba(80,80,80,0.6);
			box-shadow: 0 5px 30px -5px rgba(80,80,80,0.6);
}

@media (min-width:768.02px) {
	#infoinner {	
		position: relative;
		left: auto;
		right: auto;
		width: 800px;
		max-width: 90%;
	    top: 50%;
	    transform: translateY(-50%);
	}
}



#infoinner img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 80vh;
}

#infocontent {
	padding: 60px;
	position: relative;
	
	overflow: auto;
}

#infocontent.infoinnersmall {
	padding: 20px;
}


#infobox h3 {
	font-size: 26px;
	line-height: 1.4;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
}

#infobox p {
	margin-bottom: 10px;
}

#infobox_hide {
	position: absolute;
	right: 0;
	top: 0;
	width:  60px;
	height: 60px;
	
	cursor: pointer;
}

#infobox_hide span {
	
}

#infobox_hide span,
#infobox_hide span:before,
#infobox_hide span:after {
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 30px;
		 	
	background-color: #aa8ed6;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
}

#infobox_hide span {
    left:  15px;
    top:   28px;
	background: transparent;
}

#infobox_hide span:before,
#infobox_hide span:after {
    content: "";
    left: 0;
	top: 0;
	width: 30px;
}

#infobox_hide span:before {
	-webkit-transform: 	rotate(-45deg);
    -moz-transform: 	rotate(-45deg);
    -o-transform: 		rotate(-45deg);
    -ms-transform: 		rotate(-45deg);
    transform: 			rotate(-45deg);
}

#infobox_hide span:after {
     -webkit-transform: rotate(45deg);
     -moz-transform: 	rotate(45deg);
     -o-transform: 		rotate(45deg);
     -ms-transform: 	rotate(45deg);
     transform: 		rotate(45deg);
}
*/

#infobox {
	position: fixed;
/* 	z-index: 24001; */
	left: 	0;
	right: 	0;
	top: 	0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(242, 242, 242, 0.95);
	
	transition: 		opacity 500ms ease;
	
	z-index: -1;
	opacity: 0;
}


#infobox.hidden {
	
}

#infobox.active {
	z-index: 30009;
	opacity: 1;
}



#infoinner {	
	background: #fff;
	
	position: absolute;
    top:   30px;
    left:  20px;
    right: 20px;
	
	width: 100%;
	max-width: 90%;
	max-height: 90%;
	
	overflow: auto;
	
	border-radius: 10px;
	
	margin: 0 auto;	
	
	-webkit-box-shadow: 0 5px 30px -5px rgba(80,80,80,0.6);
			box-shadow: 0 5px 30px -5px rgba(80,80,80,0.6);
}

@media (min-width:768.02px) {
	#infoinner {	
		position: relative;
		left: auto;
		right: auto;
		width: 500px;
		max-width: 90%;
	    top: 50%;
	    transform: translateY(-50%);
	    
	    overflow: auto;
	}
}

#infocontent {
	padding: 40px;
	position: relative;
	
	overflow: auto;
}

@media (max-width:720px) {
	#infocontent {
		padding: 20px 20px 20px 20px;
		position: relative;
	}
}


#infobox h3.sectiontitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
	
	padding-right: 40px;
}

#infobox p {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}

#infobox p.hidelink {
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

#infobox p.nomargin {
	margin-bottom: 0;
}

#infobox .button a {
	width: auto;
	display: inline-block;
	
	border: 1px solid #b6961a;
	background: transparent;
	color: #b6961a;
	
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	
	padding-left: 20px;
	padding-right: 20px;
}

#infobox .button a:hover {
	border-color: #000;
}

#infobox_hide {
	position: absolute;
	right: 10px;
	top: 10px;
	width:  60px;
	height: 60px;
	
	cursor: pointer;
}

#infobox_hide span {
	
}

#infobox a img {
	transition: all 400ms ease;
}

#infobox a:hover img {
	opacity: 0.8;
}

#infobox_hide span,
#infobox_hide span:before,
#infobox_hide span:after {
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 30px;
		 	
	background-color: #d4b025;
	
	border-radius: 2px;
}

#infobox_hide span {
    left:  15px;
    top:   28px;
	background: transparent;
}

#infobox_hide span:before,
#infobox_hide span:after {
    content: "";
    left: 0;
	top: 0;
	width: 30px;
}

#infobox_hide span:before {
	transform: 			rotate(-45deg);
}

#infobox_hide span:after {
    transform: 		rotate(45deg);
}

/*************************************************
* Header
*************************************************/

#header {
	background: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0 4px 0 0 rgba(255,255,255,0.3);
			box-shadow: 0 4px 0 0 rgba(255,255,255,0.3);
	
	position: relative;
	z-index: 12999;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
}

.scroll #header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	
	/*
	-webkit-box-shadow: 0 4px 0 0 rgba(140,58,110,0.3);
			box-shadow: 0 4px 0 0 rgba(140,58,110,0.3);
	*/
}


#headerpadding {
	height: 0;
}

#anchorpadding {
	height: 0;
}


#logo {
	background-image: url(images/logo24b.png);
	background-positon: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	
	-webkit-transition: height 500ms ease;
	   -moz-transition: height 500ms ease;
		-ms-transition: height 500ms ease;
		 -o-transition: height 500ms ease;
		 	transition: height 500ms ease;
}

#logo,
#logo a {
	width: 100%;
	height: 98px;
}

.scroll #logo,
.scroll #logo a {
	height: 70px;
}

/*************************************************
* Nav
*************************************************/

/*
#nav {
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

#nav ul.menu {
	float: right;
	margin: 24px 0 0 0;
	
	-webkit-transition: margin 500ms ease;
	   -moz-transition: margin 500ms ease;
		-ms-transition: margin 500ms ease;
		 -o-transition: margin 500ms ease;
		 	transition: margin 500ms ease;
}

.scroll #nav ul.menu {
	margin: 15px 0 0 0;
}

#nav ul.menu li {
	float: left;
	margin: 0 0 0 30px;
}

#nav ul.menu li a {
	color: #69667e;
	display: block;
}

#nav ul.menu li a:hover,
#nav ul.menu li.current-menu-item a {
	color: #aa8ed6;
}
*/


#nav {
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

#nav .menu {
	float: right;
	margin: 29px 0 0 0;
	
	-webkit-transition: margin 500ms ease;
	   -moz-transition: margin 500ms ease;
		-ms-transition: margin 500ms ease;
		 -o-transition: margin 500ms ease;
		 	transition: margin 500ms ease;

}

.scroll #nav .menu {
	margin: 15px 0 0 0;
}

#nav .menu li {
	margin: 0 0 0 20px;
}

#nav .menu a {
	padding: 0;
	color: #69667e;
	color: #000;
/* 	font-weight: 300; */
	letter-spacing: 0.05em;
}

#nav .menu ul {
	padding-top: 5px;
	margin-left: -40px;	
}

#nav .menu ul li {
	line-height: 30px;
	min-width: 160px;
}

#nav .menu ul li a {
	font-size: 15px;
	text-transform: none;	
	background: #fff;
	background: #f8f8f8;
	padding-left:  20px;
	padding-right: 20px;
	
	padding-left: 40px;
}

#nav .menu ul li.menusection a {
	text-transform: uppercase;
	padding-left:  20px;
}

#nav .menu ul li:first-child a {
	padding-top: 10px;
}

#nav .menu ul li:last-child a {
	padding-bottom: 10px;
}

#nav .menu > li a:hover,  
#nav .menu > li.sfHover > a,
#nav .menu > li.current-page-ancestor > a,
#nav .menu > li.current-menu-ancestor > a, 
#nav .menu > li.current-menu-item > a, 
#nav .menu > li.current-post-ancestor > a, 
#nav .menu > li.current-post-parent > a,
#nav .menu > li li.current-menu-item > a,
#nav .menu > li li.current-page-ancestor > a {
    color: #aa8ed6;
    color: #d4b025;
}




#anchornav {
	background: #aa8ed6;
	position: relative;
	z-index: 12998;
	/* text-transform: uppercase; */
	font-size: 16px;
}

.scroll #anchornav {
	position: fixed;
	left: 0;
	right: 0;
}

#anchornav ul {
	text-align: center;
}

#anchornav ul li {
	text-align: center;
	display: inline-block;
}

#anchornav ul li a {
	font-weight: 400;
	color: #efede6;
	line-height: 80px;
	padding: 0 18px;
	display: block;
}

#anchornav ul li a:hover {
	color: #8065ab;
}


/*************************************************
* Footer
*************************************************/

#footer {
	background: #fff;
	border-top: 1px solid #eaeaea;
	font-size: 14px;
	padding: 30px 0;
	line-height: 20px;
	font-weight: 400;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #69667e;
}

#footer a:hover {
	color: #8065ab;
}

/*************************************************
* Slider
*************************************************/

#slider h3 {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

#slider p {
	font-size: 1.2rem;
}

#slider a {
	display: block;
}

#slider a h3,
#slider a p {
	color: #fff;
}

#slider a:hover h3,
#slider a:hover p {
	opacity: 0.7;
}

.singleslide {
	position: relative;
	
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sliderolay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(255,255,255,0.1); */
	
	background-image: url(images/logo5.png);
	background-image: url(images/logo24b-xl.png);
	background-position: center center;
	background-size: 780px auto;
	background-repeat: no-repeat;
}

.slidertext {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/*************************************************
* Teaser, Subpages
*************************************************/


/*************************************************
* Behandlungen
*************************************************/


#behandlungen {
	/* background: #fff; */
}

#behandlungen h4 {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#behandlungen h4.lowh4 {
	margin-bottom: 0;
}

#behandlungen p {
	margin-bottom: 5px;
	font-size: 16px;
}

#behandlungen .lowmargin p {
	margin-bottom: 10px;
}

#behandlungen span.preis {
	float: right;
}

#behandlungen .behandlung {
	padding: 30px;
	border: 1px solid #efede6;
	background: #fff;
}

@media (max-width:767px) {
	#behandlungen .behandlung {
		padding: 15px;
	}
}

#behandlungen .line.lightline {
	background: #efede6;
	margin: 0;
}

#behandlungen p.dauer {
	margin-bottom: 0;
	
}

/*************************************************
* Button
*************************************************/

.button {
	
}

.button a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;	
	padding: 0 0.8rem;
	margin: 0;
	margin-bottom: 0.5rem;
	
	font-size:   1rem;
	line-height: 3rem;
	
	color: #fff;
	background: #aa8ed6;
	border: 1px solid #aa8ed6;
}

.button.ghost a {
	color: #aa8ed6;
	background: #fff;
	border: 1px solid #aa8ed6;
}

.button a:hover {
	background: #8065ab;
}

.button.ghost a:hover {
	background: #aa8ed6;
	color: #fff;
}

.mobilebutton {
	display: none;
}

.mobilebutton a .icon {
	position: relative;
	top: 2px;
	padding: 0 5px 0 0;
}

/*************************************************
* Kontakt-Box
*************************************************/

#kontaktieren {
	
}

#kontaktieren h4 {
	margin-top: 0;
}


/*************************************************
* Seitenanfang
*************************************************/

#totop {
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	background: #aa8ed6;
	
	z-index: 999;
	display: none;
}

#totop a {
	text-align: center;
	display: block;
	width: 	40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
}

/*************************************************
* Edit-Link
*************************************************/

.editbutton {
	clear: both;
	margin: 10px 0;
}

.editbutton a {
	border: 2px solid #aa8ed6;
	padding: 10px 20px;
	font-size: 0.94rem;
	font-weight: 400;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.editbutton a:hover {
	border: 2px solid #8065ab; 
}

.editlink {
	margin: 20px 0;
	font-size: 16px;
	font-weight: 400;
}

.editlink .icon {
	font-size: 0.6rem;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

/*************************************************
* Formulare
*************************************************/
label {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

input,
input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select  {
	width: 100%;
	font-weight: 400;
}

input,
input[type="text"], 
input[type="tel"],
input[type="email"], 
input[type="submit"],
textarea {
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
    
    line-height: 1.2;
	font-size: 16px;
	background: white;
	padding: 8px 16px;
	border: 1px solid #e9e8e8;
}

input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #8065ab;
}


.wpcf7-list-item,
.wpcf7-checkbox label {
	display: block;
	width: 100%;
}

span.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}

input[type="checkbox"],
input.wpcf7-acceptance {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;	
	border: 1px solid #aa8ed6;
	width:  18px;
	height: 18px;
	
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type="checkbox"]:checked,
input.wpcf7-acceptance:checked {
	background: #aa8ed6;
	border: 1px solid #aa8ed6;
}

.wpcf7-acceptance label {
	font-size: 0.90rem;
	line-height: 1.6 !important;
	display: inline-block;
	margin-bottom: 10px;
}


input[type="submit"] {
	width: auto;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select:	 none;
	-ms-user-select:	 none;
	user-select:		 none;
	
	
	padding: 8px 40px;
	border: 1px solid #aa8ed6;
	background: #aa8ed6;	
	color: #fff;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   	    border-radius: 3px;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid #8065ab;
	background: #8065ab;
}

input[type="submit"]:disabled {
	opacity: 0.2;
}


.wpcf7 p {
	line-height: 1.8;
	margin-bottom: 0.5rem;
}

span.wpcf7-not-valid-tip {
	color: #c0523a !important;
}

div.wpcf7-response-output {
	border: 2px solid #aa8ed6 !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #c0523a !important;
}



/*************************************************
* Google Maps
*************************************************/

.responsive_map {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 40%; /* desired aspect ratio */
}

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

@media (max-width:767px) {
	.responsive_map {
		padding-bottom: 80%; /* desired aspect ratio */
	}
}	



/*************************************************
* Video
*************************************************/

.video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

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

.page-id-1359 .video,
.page-id-1359 .video iframe,
.page-id-1359 .wp-video {
	width: 400px !important;
	max-width: 100% !important;
	margin: 30px auto;
}

/*************************************************
* Responsive 
*************************************************/

@media (max-width: 479px) {
	input,
	input[type="text"], 
	input[type="email"], 
	textarea,
	select  {
		width: 100%;
	}
	
	.sliderolay {
		background-size: 90% auto;
	}
	
	h2 {
		font-size: 28px;
	}
	
	#behandlungen h3 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	#behandlungen h4 {
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.5;
	}
	
	#behandlungen h4.lowh4 {
		margin-bottom: 0;
	}
	
	#behandlungen span.preis {
		/*
		float: right;
		display: block;
		width: 100%;
		text-align: right;
		*/
	}
	
	#footer .textright {
		height: 0px;
		overflow: hidden;
		
	}
	
}

@media (min-width: 480px) and (max-width: 767px) {
	.sliderolay {
		background-size: 480px auto;
	}
}

@media (max-width: 767px) {
	
	.mobilebutton {
		display: block;
	}
	
	
}

@media (max-width:1024px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav,
	#meta,
	#topbar {
		display: none;
	}
	
	#logo,
	#logo a {
		height: 70px;
	}
	
	#logo {
		
	}
	
	#navicon,
	#mobnav {
		display: block;
	}
	
	#slider img {
		max-width: 150%;
		margin-left: -25%;
	}
	
	#anchornav ul {
		padding: 15px 0;
	}
	
	#anchornav ul li a {
		line-height: 35px;
	}
	
	#subfooter {
		padding-bottom: 60px;
	}
	
	
	
	#outer {
		
	}
	
	#outer.navactive {
		-webkit-filter: blur(4px);
		   -moz-filter: blur(4px);
		     -o-filter: blur(4px);
		    -ms-filter: blur(4px);
			    filter: blur(4px);
			    
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
			-ms-transition: all 250ms ease;
			 -o-transition: all 250ms ease;
			 	transition: all 250ms ease;
	}
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 19999;
		right: 10px;
		top: 10px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;		
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 2px;
		position: absolute;
		width: 30px;
			 	
		background-color: #fff;
		background-color: #aa8ed6;
		background-color: #b6961a;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		
		-webkit-box-shadow: 0px 0px 2px 1px #fff;
				box-shadow: 0px 0px 2px 1px #fff;
		
				
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
			-ms-transition: all 250ms ease;
			 -o-transition: all 250ms ease;
			 	transition: all 250ms ease;

	}
	
	#navicon span {
	    left:   5px;
	    top:   18px;

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background-color: #fff;
		
	}
	
	#navicon.active {
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
		
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		background-color: #fff;
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    background-color: #b6961a;
	    
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);

	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	    -moz-transform: 	rotate(-45deg);
	    -o-transform: 		rotate(-45deg);
	    -ms-transform: 		rotate(-45deg);
	    transform: 			rotate(-45deg);
	}
	
	#navicon.active span:after {
	     -webkit-transform: rotate(45deg);
	     -moz-transform: 	rotate(45deg);
	     -o-transform: 		rotate(45deg);
	     -ms-transform: 	rotate(45deg);
	     transform: 		rotate(45deg);
	}
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 19998;
		top: -100%;
		height: 100%;
		right: 0;
		width: 100%;
		
		font-weight: 400;
		
		background: rgba(255,255,255,0.8);
		padding-top: 90px;
		
		opacity: 0;
		
		-webkit-transition: top 800ms ease, opacity 400ms ease;
		   -moz-transition: top 800ms ease, opacity 400ms ease;
			-ms-transition: top 800ms ease, opacity 400ms ease;
			 -o-transition: top 800ms ease, opacity 400ms ease;
			 	transition: top 800ms ease, opacity 400ms ease;
		
		
	}
	
	#mobnav.active {
		top: 0;
		opacity: 1;
		
		-webkit-transition: top 100ms ease, opacity 800ms ease;
		   -moz-transition: top 100ms ease, opacity 800ms ease;
			-ms-transition: top 100ms ease, opacity 800ms ease;
			 -o-transition: top 100ms ease, opacity 800ms ease;
			 	transition: top 100ms ease, opacity 800ms ease;
	}
	
	/* Mobile Menu */
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobmenu a {
		color: #aa8ed6;
		color: #000;
	}
	
	#mobmenu ul li a {
		display: block;
		padding: 0 20px 0 20px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
	}
	
	#mobmenu ul li.current-menu-item > a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: #8065ab;
		color: #d4b025;
	}
	
	#mobnav ul.menu>li > a,
	#mobnav ul.menu li > ul > li.menu-item-has-children > a {
	}
	
	#mobmenu ul li:first-child a {
		
	}
	
	#mobmenu ul li ul {
		display: none;
		padding-top:    8px;
		padding-bottom: 8px;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
		padding: 2px 0;
	}
	
	#mobmenu ul li ul li a {
		padding-left: 35px;
		padding: 2px 20px;
		line-height: 24px;
		font-size: 16px;
		text-transform: none;
	}
	
	#mobmenu ul li ul li:first-child a {
		border-top: 0;
	}
	
	#mobmenu ul li ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li ul li a {
		padding-left: 50px;
	}
	
	/* Subnav */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  40px;
		height: 40px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #aa8ed6;
		background: #b6961a;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		-webkit-transition: opacity 500ms ease;
		   -moz-transition: opacity 500ms ease;
			-ms-transition: opacity 500ms ease;
			 -o-transition: opacity 500ms ease;
			 	transition: opacity 500ms ease;
	}
	
	.subnavicon:before {
		top: 19px;
	}
	
	.subnavicon:after {
		top: 19px;
		transform: rotate( -90deg );
	}
	
	/*
	#mobnav .menu li.current-page-parent>.subnavicon.sub-menu-active {
		background: white;
	}
	
	#mobnav .menu li.current-page-parent>ul {
		background: white;
	}
	*/
	
	#mobnav .menu li .subnavicon.sub-menu-active {
		background: rgba(255,255,255,0.6);
	}
	
	#mobnav .menu>li>ul {
		background: rgba(255,255,255,0.6);
	}
	
	#mobnav .menu>li.current-page-ancestor>a {
		/*
		background: #f6f6f6;
		*/
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
	#mobnavcontact a {
		color: #8065ab;
		color: #b6961a;
	}
	
	#mobnav .menu ul li.menusection > a {
		text-transform: uppercase;
		padding-top: 12px;
	}
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sliderolay {
		background-size: 700px auto;
	}
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1024px) and (max-width: 1179px) {
    #nav li#menu-item-16 {
	    display: none;
    }
}

@media (min-width: 1180px) {
	
}

@media (min-width: 1180px) and (max-width: 1419px) {
    
}

@media (min-width:1420px) {
	html,
	body {
		
	}
}

@media (min-width:1420px) and (max-width:1599px) {
    
}

@media (min-width:1600px) {
	html,
	body {
		
	}  
	
	#outer {
		background: #f5f3ec;
		-webkit-box-shadow: 0 0 10px 0 #333;
				box-shadow: 0 0 10px 0 #333;
	}
  
	#header,
	#anchornav {
		width: 1600px;
		margin: 0 auto;
	}
  
}


.page-id-2 #main {
	background-image: url('images/blume-r2.png');
	background-position: right 70%;
	background-repeat: no-repeat;
	background-size: 30% auto;
}

.page-id-10 #main {
	background-image: url('images/blume-l2.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30% auto;
}

.page-id-12 #main {
	background-image: url('images/blume-l2.png');
	background-position: left bottom 30px;
	background-repeat: no-repeat;
	background-size: 30% auto;
}

@media (max-width:768px) {
	.page-id-2 #main {
		background-position: right bottom 40px;
		background-size: 80% auto;
		padding-bottom: 120px;
	}
	
	.page-id-10 #main {
		background-position: left center;
		background-size: 70% auto;
	}
	
	.page-id-12 #main {
		background-position: left bottom;
		background-size: 70% auto;
		padding-bottom: 180px;
	}
	
}











