/* poiret-one-regular - latin */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poiret-one-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poiret One'), local('PoiretOne-Regular'),
       url('../fonts/poiret-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poiret-one-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poiret-one-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poiret-one-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poiret-one-v6-latin-regular.svg#PoiretOne') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('../fonts/poppins-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v5-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v5-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
@media only screen{
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
}
.img{
	border: 0px solid white;
}
a:link, a:visited, a:hover, a:focus, a:active{
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.link a:link, .link a:visited{
  font-weight: normal;
	text-decoration: underline;
	transition: .3s all ease;
}
.white a:link, .white a:visited{
	color: #FFF;
	text-decoration: none;
	transition: .3s all ease;
}
.white a:hover, .white a:focus, .white a:active{
	color: #FFF;
	text-decoration: underline;
  background: none;
}
.button a:link, .button a:visited, .button a:hover, .button a:focus, .button a:active,
.white .button a:link, .white .button a:visited, .white .button a:hover, .white .button a:focus, .white .button a:active{
  text-decoration: none;
  color: #333;
  text-shadow: none;
}
body, html {
	font-family: 'Poppins', 'Verdana', sans-serif;
	font-size: 14px;
  font-weight: 300;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	color: #333333;
	letter-spacing: .07em;
  height: 100%;
}
h1, h2, h3, h4, h5{
	font-weight: normal;
}
h2{
  font-size: 30px;
  font-family: 'Poiret One', sans-serif;
  text-transform: uppercase;
  color: #333;
  text-shadow: 2px 2px 0px #DDD;
}
h4{
  font-size: 25px;
  font-family: 'Poiret One', sans-serif;
}
h5{
  font-family: 'Poiret One', sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 400px){
  h2{
    font-size: 40px;
  }
  h4{
    font-size: 30px;
  }
}
@media only screen and (min-width: 600px){
  h2{
    font-size: 70px;
    color: #666;
    text-shadow: 4px 4px 0px #DDD;
  }
}
@media only screen and (min-width: 1000px){
  h2{
    font-size: 100px;
    text-shadow: 6px 6px 0px #DDD;
  }
  h4{
    font-size: 40px;
  }
}
@media only screen and (min-width: 1338px){
  h2{
    font-size: 120px;
  }
}
.duration{
  animation-duration: 2s;
}
.delay{
  animation-delay: .1s;
}
.white{
	color: #fff;
  text-shadow: 1px 1px 0px #333;
}
.block {
	display: block;
}
.bold{
	font-weight: 500;
}
.italic{
	font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.last{
  padding-bottom: 0;
  margin-bottom: 0;
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.red{
  color: #98252C;
}
.yellow{
  color: #F9CB51;
}
.visible{
	opacity: 1;
}
.invisible{
  visibility: hidden;
}
.linie{
  max-width: 100%;
  height: 50px;
  width: 900px;
  margin-left: -25px;
}
.line-through{
  text-decoration: line-through;
}
@media only screen and (min-width: 1520px){
  .linie{
    margin-left: -80px;
  }
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #003399 /*#F9D74D*/;
	text-align: center;
	font-size: 27px;
	box-shadow: 2px 2px 3px #333;
	transition: .1s all ease;
  text-shadow: 0px 0px 1px #666;
}
.uppercase{
	text-transform: uppercase;
}
.back_to_top:link, .back_to_top:visited, .back_to_top:focus, .back_to_top:active{
	color: #ffffff;
	opacity: .9;
}
.back_to_top:hover{
	opacity: 1;
	transform: translateY(-3px);
}
.button{
  float: left;
  text-align: center;
  box-shadow: 3px 3px 4px #666;
  transition: .1s all ease;
}
.button:hover{
  box-shadow: 3px 3px 3px #333;
}
/***************sidr***************************************************************/
#sidrwrapper{
	position: relative;
	z-index: 999;
	float: right;
}
.menu-button {
	display: block;
	background-size: auto auto;
	background-position: bottom left;
  padding-right: 5px;
  overflow: hidden;
  font-size: 40px;
  animation-delay: .5s;
  line-height: 1em;
}
.menu-button i{
  color: #003399 /*#F9D74D*/;
  text-shadow: 2px 2px 0px #333;
}
#sidr-wrapper a:hover, #sidr-wrapper a:focus, #sidr-wrapper a:active{
  color: #5e120e;
}
.menue{
	float: left;
	display: block;
}
.menu-button.right {
  right: 20px;
  left: auto;
}
.menu-button.bottom {
    top: 100px;
}
.menu-button.fixed {
    position: fixed;
}
#button-top{
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9;
}
#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2;
    display: none;
}
#sidr{
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #666;
}
.sidr {
  display: block;
  position: fixed;
	z-index: 3;
  top: 0;
  height: 100%;
  width: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #003399; /* Old browsers */
  background: -moz-linear-gradient(left, #003399 0%, #4F87FB 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003399 0%,#4F87FB 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003399 0%,#4F87FB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#4F87FB',GradientType=1 ); /* IE6-9 */
	box-shadow: 0 0 10px #000;
	color: #fff;
	margin-right: 7px;
}
.sidr > ul{
	clear: both;
  margin: 20px 20px 0 20px;
}
.sidr ul li{
	background-color: #003399;
	box-shadow: 2px 2px 3px #333;
  text-shadow: 1px 1px 1px #000;
	font-size: 16px;
	padding-left: 20px;
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
	margin-bottom: 8px;
  list-style-type: none;
  border-radius: 5px;
}
.sidr ul li a{
  display: block;
	list-style-type: none;
	line-height: 3em;
}
.sidr ul li a:link, .sidr ul li a:visited{
  color: #fff;
}
.sidr ul li ul li a:link, .sidr ul li ul li a:visited{
  color: #fff;
}
.sidr a:link, .sidr a:visited{
	color: #333;
}
.sidr a:hover, .sidr a:focus, .sidr a:active{
	text-decoration: none;
	color: #333;
}
.sidr .arrow{
	display: inline-block;
	position: relative;
  transition: .2s all ease;
}
.sidr .arrow:hover{
	transform: translateX(4px);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -270px;
}
.sidr.left {
  left: -270px;
  right: auto;
}
.sidr-open #overlay {
    display: block;
}
header{
  display: block;
  width: 100%;
  box-shadow: 0px 2px 4px #333;
  position: relative;
  z-index: 2;
}
#logo{
  width: 90%;
  max-width: 400px;
  padding: 20px 20px 20px 10px;
}
#logo img{
  width: 100%;
}
nav{
  display: none;
}
@media only screen and (min-width: 1151px){
	#sidrwrapper, #button-top{
		display: none;
	}
  header{
    display: block;
    width: 100%;
    height: 130px;
    box-shadow: 0px 2px 4px #333;
    position: relative;
    z-index: 2;
  }
  #logo{
    float: left;
    height: 130px;
  }
  #logo img{
    height: 100%;
    width: auto;
  }
  nav{
    display: block;
    float: right;
    height: 130px;
    font-family: 'Poiret One', sans-serif;
    font-size: 20px;
  }
  nav ul li .butn{
    height: 130px;
    display: block;
    padding: 0px 10px 12px 10px;
    transition: .2s all ease;
  }
  nav ul li{
    float: left;
    list-style-type: none;
    font-weight: bold;
  }
  nav .text{
    padding-top: 90px;
  }
  nav ul li .butn:hover, .active{
    background-color: #003399;
    background-image: linear-gradient(#4F87FB, #003399);
    color: #fff;
  }
  nav ul li.active a:link .butn .text, nav ul li.active a:visited .butn .text{
    color: #fff;
  }
}
.wrap{
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px 0;
}
.wrap2{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
#bg{
  width: 100%;
  max-width: 1800px;
  height: 200px;
  z-index: 1;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.start #bg{
  max-width: none;
  text-align: center;
  padding: 40px 15px;
  height: auto;
}
.start #bg{
  background-image: url(../img/bg.jpg);
}
#special-start{
  background-color: #ffffff;
  padding: 45px 25px;
  box-shadow: 3px 3px 3px #333;
}
@media only screen and (min-width: 545px){
  #special-start{
    background-image: url(../img/special-start.jpg);
    background-position: bottom 20px right 30px;
    background-size: 30% auto;
    background-repeat: no-repeat;
    padding: 45px 60px;
    display: inline-block;
  }
  .start #bg{
    padding: 0;
    height: 400px;
  }
}
@media only screen and (min-width: 546px) and (max-width: 1119px){
  #special-start{
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1120px){
  #special-start{
    position: absolute;
    bottom: 25px;
    right: 25px;
    min-width: 870px;
    display: block;
  }
}
#special-start .in{
  text-align: left;
}
#special-start .in p{
  max-width: 400px;
}
#special-start .button{
  display: inline-block;
  background-color: #003399;
  background-image: linear-gradient(#4F87FB, #003399);
  padding: 15px 15px;
  margin-top: 30px;
  font-size: 15px;
  border-radius: 6px;
}
@media only screen and (min-width: 400px){
  #special-start .button{
    padding: 15px 35px;
    font-size: 18px;
  }
}
#special-start .button a:link,
#special-start .button a:visited,
#special-start .button a:hover,
#special-start .button a:focus,
#special-start .button a:active{
  color: #fff;
}
#bg .linie{
  display: none;
}
#bg, #bg .inner{
  position: relative;
  height: 200px;
}
@media only screen and (min-width: 470px){
  #bg .inner{
    background-image: url(../img/bg3.jpg);
    background-position: top right;
    background-size: auto 40%;
    background-repeat: no-repeat;
  }
}
#bg .inner2{
  position: absolute;
  bottom: 2%;
  right: 25px;
}
#bg h2{
  text-align: right;
  background: rgba(255,255,255,0);
}
@media only screen and (min-width: 700px){
  #bg{
    height: 300px;
  }
  #bg .inner2{
    bottom: 10%;
  }
}
@media only screen and (min-width: 1000px){
  #bg, #bg .inner{
    height: 400px;
    position: relative;
  }
  #bg h2{
    text-align: right;
  }
}
@media only screen and (min-width: 1300px){
  #bg, #bg .inner{
    height: 500px;
    position: relative;
  }
  #bg .inner2{
    position: absolute;
    bottom: 15%;
    right: 25px;
  }
  #bg h2{
    text-align: left;
  }

  #bg .linie{
    width: 500px;
    display: block;
  }
}
.line{
  width: 100%;
  height: 40px;
  background: #003399; /* Old browsers */
  background: -moz-linear-gradient(left, #003399 0%, #4F87FB 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003399 0%,#4F87FB 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003399 0%,#4F87FB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#4F87FB',GradientType=1 ); /* IE6-9 */
  position: relative;
}
#main p, #main ul{
  font-size: 14px;
  line-height: 1.5em;
}
#behandlungen{
  text-align: center;
  position: relative;
  padding: 30px 0;
}
#behandlungen .button:first-of-type{
  margin-bottom: 12px;
}
#behandlungen .block a:link, #behandlungen .block a:visited{
  color: #fff;
  text-shadow: 1px 1px 0px #333;
}
@media only screen and (min-width: 1155px){
  #behandlungen .block{
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1489px){
  #behandlungen .block{
    display: inline-block;
    margin-left: 0;
  }
}
#behandlungen .button{
  width: 100%;
  padding: 30px 10px;
  background-color: #003399;
  background-image: linear-gradient(#4F87FB, #003399);
  border-radius: 10px;
}
#behandlungen .button.two{
  float: right;
}
@media only screen and (min-width: 460px){
  #behandlungen .button{
    width: 48%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 780px){
  #behandlungen .button{
    margin: 20px;
    font-size: 18px;
    max-width: none;
    width: 300px;
  }
  #behandlungen .button.two{
    float: left;
  }
}
#behandlungen h2{
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 924px){
  #behandlungen{
    background-image: url(../img/woman.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1155px){
  #behandlungen{
    background-image: url(../img/woman.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 120px 0;
  }
}
#behandlungen img{
  position: absolute;
  bottom: 0;
  right:0;
  width: 30%;
  max-width: 415px;
}
.info{
  padding: 50px 0 80px 0;
  background: #003399; /* Old browsers */
  background: -moz-linear-gradient(left, #003399 0%, #4F87FB 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003399 0%,#4F87FB 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003399 0%,#4F87FB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#4F87FB',GradientType=1 ); /* IE6-9 */
}
.info h4{
  text-shadow: 2px 2px 1px #DDD;
}
.column p{
  margin-bottom: 15px;
}
.start .info .column{
  max-width: 1050px;
  margin-top: 20px;
}
@media only screen and (min-width: 380px){
  .column p{
    text-align: justify;
  }
}
@media only screen and (min-width: 640px){
  .column{
    columns: 2;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 990px){
  .column{
    column-gap: 40px;
  }
  .column.three{
    columns: 3;
  }
  .column.three p{
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1300px){
  .column{
    column-gap: 70px;
  }
}
#creme{
  width: 100%;
}
#termin{
  padding: 50px 0 40px 0;
  background: #003399; /* Old browsers */
  background: -moz-linear-gradient(left, #003399 0%, #4F87FB 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003399 0%,#4F87FB 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003399 0%,#4F87FB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#4F87FB',GradientType=1 ); /* IE6-9 */
}
#wood, #wood img{
  width: 100%;
}
#termin .wrap2{
  position: relative;
}
#termin h4{
  font-family: 'Poiret One', sans-serif;
  text-shadow: 2px 2px 1px #ddd;
  text-transform: uppercase;
}
#termin .button{
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 20px 0 0;
  font-size: 22px;
  font-family: 'Poiret One', sans-serif;
  background-image: linear-gradient(#EAEAEA, #ddd);
  border-radius: 5px;
  box-shadow: 2px 2px 3px #333;
}
#termin .button:hover{
  box-shadow: 2px 2px 3px #000;
}
#termin i{
  color: #8DBA39;
  text-shadow: 1px 1px 0px #666;
}
#termin p{
  max-width: 700px;
}
#banner{
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 3px 3px 3px #333;
  max-width: 300px;
}
@media only screen and (min-width: 855px){
  #banner{
    position: absolute;
    right: 0px;
    top: -75px;
    width: 265px;
  }
}
#marken{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/bg3.jpg);
  background-position: top right;
  background-size: 40% auto;
  background-repeat: no-repeat;
  width: 100%;
}
@media only screen and (min-width: 600px){
  #marken{
    background-size: 20% auto;
  }
}
#marken img:first-of-type{
  display: none;
}
#marken img:nth-of-type(2){
  width: 100%;
}
@media only screen and (min-width: 460px){
  #marken img:first-of-type{
    width: 60%;
    opacity: .3;
    display: inline-block;
  }
  #marken img:nth-of-type(2){
    width: 30%;
    display: inline-block;
    margin-left: 5%;
  }
}
/*------------------kosmetikinstitut---------------------------------------------------------------------------*/
.institut #bg{
  background-image: url(../img/stones.jpg);
  background-size: auto 80%;
  background-position: bottom 20px left;
}
.institut .info .column{
  max-width: 1050px;
  margin-top: 20px;
}
#galerie{
  padding: 60px 0;
}
#galerie .inner{
  width: 100%;
  max-width: 700px;
}
#galerie .inner p{
  padding: 10px 0 0 2px;
}
.single-item{
  width: 100%;
}
@media only screen and (min-width: 570px){
  #galerie .inner, .single-item{
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px){
  #galerie{
    background-image: url(../img/bg4.jpg);
    background-position: bottom left;
    background-size: 40% auto;
    background-repeat: no-repeat;
  }
  #galerie .inner{
    width: 30%;
    float: left;
    margin-top: 10px;
  }
  .single-item{
    width: 50%;
    float: right;
    padding-right: 30px;
    margin: 0;
  }
}
@media only screen and (min-width: 1000px){
  #galerie .inner{
    margin: 60px 0 0 0;
  }
}
.single-item img{
  width: 100%;
  box-shadow: 3px 3px 5px #333;
}
.slider_wrapper, .slider_wrapper_small{
  padding: 5px;
}
.slider_wrapper_small img:hover{
  cursor: pointer;
}
.slick-next:before
{
  content: "\f0da";
  color: #DDB426;
  font-family: "FontAwesome";
  display: inline-block;
  width: 20px;
  text-shadow: 2px 2px 3px #333;
}
.slick-prev:before
{
  content: "\f0d9";
  color: #DDB426;
  font-family: "FontAwesome";
  display: inline-block;
  width: 20px;
  text-shadow: -2px 2px 3px #333;
}
#galerie h4{
  text-transform: uppercase;
}
.info.phil{
  padding-bottom: 50px;
}
.info.phil p{
  width: 100%;
}
#main .info.phil p:first-of-type{
  font-size: 20px;
  margin-top: 20px;
}
#main .info.phil p:nth-of-type(2){
  padding: 30px;
  background: rgba(255,255,255,.1);
  margin-top: 20px;
}
.info.phil .linie{
  height: 35px;
}
@media only screen and (min-width: 748px){
  .info.phil p, .info.phil .linie{
    width: 48%;
  }
  #main .info.phil p:first-of-type{
    font-size: 20px;
    float: left;
    margin-top: 20px;
  }
  #main .info.phil p:nth-of-type(2){
    padding: 50px;
    background: rgba(255,255,255,.1);
    float: right;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1360px){
  .info.phil .linie{
    width: 700px;
    height: 50px;
  }
}
/*------------------behandlungen---------------------------------------------------------------------*/
.behandlungen #bg{
  background-image: url(../img/bg_behandlungen.jpg);
  background-size: auto 100%;
  background-position: bottom left;
}
.behandlungen .info .column{
  max-width: 1050px;
  margin-top: 20px;
}
#anti-aging{
  padding: 60px 0 120px 0;
  background-image: url(../img/stones.jpg);
  background-position: bottom right;
  background-size: auto 100px;
  background-repeat: no-repeat;
}
#anti-aging .right{
  margin-top: 40px;
}
@media only screen and (min-width: 741px){
  #anti-aging{
    background-size: 300px auto;
    padding: 60px 20px 80px 20px;
  }
  #anti-aging .left{
    width: 45%;
    float: left;
  }
  #anti-aging .right{
    width: 45%;
    float: right;
    margin-top: 0;
  }
}
#anti-aging h4{
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ui-accordion .ui-accordion-header {
	padding: 1em .5em 1em .7em;
  text-shadow: 1px 1px 1px #999;
  font-size: 16px;
}
.accordion .bold{
  margin-bottom: 10px;
}
.accordion h5:last-of-type{
  margin-top: 25px;
}
.accordion ul{
  margin: 15px 0 0 12px;
  list-style-type: square;
}
.accordion .pad{
  padding-top: 25px;
}
.accordion{
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 541px) {
  #anti-aging .accordion{
    min-width: 500px;
    width: 60%;
  }
}
.p_link{
  margin: 30px 0;
  box-shadow: 2px 2px 2px #333;
  display: inline-block;
  border-radius: 8px;
}
.p_link a:link{
  padding: 10px 15px;
  background: #eee;
  border-radius: 8px;
  display: block;
}
.p_link:hover{
  box-shadow: 2px 2px 3px #000;
}
.p_link i{
  color: #DDB426;
}
#permanent-make-up .ui-accordion .ui-accordion-content{
  padding: 1.5em 2.2em;
}
#permanent-make-up.info{
  padding-top: 80px;
  padding-bottom: 80px;
}
#permanent-make-up .left{
  padding-bottom: 50px;
}
@media only screen and (min-width: 943px){
  #permanent-make-up .left{
    float: left;
    padding: 30px 10px 0 30px;
    width: 40%;
    max-width: 600px;
    text-align: justify;
    padding: 30px 50px;
    background: rgba(255,255,255,.1);
  }
  #permanent-make-up .right{
    float: right;
    width: 60%;
    padding-left: 80px;
  }
}
#permanent-make-up .left .head{
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: left;
}
#permanent-make-up h4{
  text-transform: uppercase;
  margin-bottom: 25px;
}
#perm-pics .img img{
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: auto;
  box-shadow: 2px 2px 3px #333;
}
#perm-pics .img{
  margin: 25px 0;
}
#perm-pics{
  padding: 40px 20px;
}
@media only screen and (min-width: 630px){
  #perm-pics{
    flex-wrap: wrap;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #perm-pics .img{
    margin: 15px 0;
    flex-basis: 75%;
  }
  #perm-pics .img.two{
    flex-basis: 25%;
  }
  #perm-pics .img img{
    margin: 0;
    width: auto;
    max-width: none;
    height: 200px;
  }
}
@media only screen and (min-width: 1014px){
  #perm-pics{
    flex-wrap: nowrap;
  }
  #perm-pics .img, #perm-pics .img.two{
    flex-basis: auto;
  }
}
#neue h4{
  text-transform: uppercase;
  margin-bottom: 25px;
}
#neue .accordion img{
  width: 100%;
  margin: 30px 0 20px 0;
}
@media only screen and (min-width: 650px){
  #neue .left{
    width: 65%;
    float: left;
  }
  #neue .right{
    width: 30%;
    float: right;
  }
}
#neue .video_wrapper{
  width: 100%;
}
/*------------------produkte---------------------------------------------------------------------*/
.produkte #bg{
  background-image: url(../img/bg_produkte.jpg);
  background-size: auto 100%;
}
#produkte{
  padding-bottom: 80px;
}
#prod_head{
  width: 100%;
  max-width: 600px;
}
.video_wrapper{
  margin: 25px auto;
}
.videos{
  margin-top: 100px;
  max-width: 600px;
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
@media only screen and (max-width: 1053px){
  .videos{
    padding-top: 50px;
    margin-top: 50px;
  }
}
.videos.first{
  margin-top: 0;
  border-top: none;
}
video{
	width: 100%		!important;
	height: auto	!important;
}
#produkte .left{
  width: 100%;
}
#produkte .left img{
  width: 100%;
  max-width: 600px;
}
#produkte .left .text{
  margin-top: 20px;
  max-width: 600px;
  margin: 15px auto 0 auto;
}
@media only screen and (min-width: 380px){
  #produkte .left .text{
    text-align: justify;
  }
}
#produkte .left .text h5{
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1054px){
  .video_wrapper{
  	width: 50%;
    float: left;
  	height: auto;
    margin: auto;
  }
  #produkte .left{
    float: left;
    width: 50%;
    padding-right: 40px;
  }
  #produkte .left .text{
    margin-top: 20px;
    text-align: justify;
    max-width: 600px;
    margin: 20px 0 0 0;
  }
  .videos{
    max-width: none;
  }
}
#devee{
  margin-top: 100px;
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
#devee p, #devee ol{
  margin-bottom: 15px;
  text-align: justify;
}
#devee .outer{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px auto;
}
@media only screen and (min-width: 1016px){
  #devee .outer{
    width: 33.33333333333333333334%;
    float: left;
    margin: 0;
  }
  .inner{
    width: 88%;
  }
  #devee .mitte{
    margin: 0 auto;
  }
  #devee .rechts{
    float: right;
  }
}
#devee ol{
  margin-left: 15px;
}
#devee ol li{
  padding-bottom: 10px;
}
#devee ol li:last-of-type{
  padding-bottom: 0;
}
#devee img{
  width: 100%;
}
#devee h5{
  margin: 20px 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
/*------------------specials---------------------------------------------------------------------*/
.specials #bg{
  background-image: url(../img/bg_specials.jpg);
  background-size: auto 95%;
  background-position: bottom left;
}
.specials .info .column{
  max-width: 1050px;
  margin-top: 20px;
}
.info.april .linie{
  height: 50px;
  width: auto;
  max-width: 100%;
}
.info.april .left{
  margin-top: 30px;
}
.info.april .right{
  width: 100%;
  max-width: 500px;
  box-shadow: 3px 3px 3px #333;
}
.info.april p{
  max-width: 450px;
  text-align: justify;
}
@media only screen and (min-width: 966px){
  .info.april .linie{
    width: 700px;
    height: 50px;
  }
  .info.april .right{
    float: right;
    width: 50%;
    max-width: none;
  }
  .info.april .left{
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-top: 0;
  }
}
.info.april .button{
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 20px 0 0;
  font-size: 22px;
  font-family: 'Poiret One', sans-serif;
  background-image: linear-gradient(#EAEAEA, #ddd);
  border-radius: 5px;
  box-shadow: 2px 2px 3px #333;
}
.info.april .button:hover{
  box-shadow: 2px 2px 3px #000;
}
.info.april p:first-of-type{
  margin-top: 20px;
}
.info.april p:last-of-type{
  margin-top: 40px;
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,.2);
}
#cream .left{
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  box-shadow: 3px 3px 3px #333;
}
@media only screen and (min-width: 1200px){
  #cream .left{
    width: 40%;
  }
}
#cream .right{
}
#cream .right p{
  max-width: 450px;
  text-align: justify;
  margin-top: 20px;
}
#cream .linie{
  height: 50px;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 966px){
  #cream .left{
    width: 30%;
    float: left;
    max-width: none;
    margin-bottom: 0;
  }
  #cream .right{
    width: 60%;
    float: right;
  }
  #cream .right p{
    max-width: 450px;
    margin-top: 20px;
  }
  #cream .linie{
    width: 700px;
    height: 50px;
  }
}
/*------------------kontakt---------------------------------------------------------------------*/
.kontakt #bg{
  background-image: url(../img/bg_kontakt.jpg);
  background-size: auto 100%;
}
#main p.maps{
  padding-top: 5px;
  margin-top: 40px;
  border-top: 1px solid white;
  font-size: 11px;
}
.kontakt .info .button{
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 20px 0 0;
  font-size: 22px;
  font-family: 'Poiret One', sans-serif;
  background-image: linear-gradient(#EAEAEA, #ddd);
}
.kontakt .info i{
  color: #8DBA39;
  text-shadow: 1px 1px 0px #666;
}
/*------------------impressum---------------------------------------------------------------------*/
.impressum #bg{
  background-image: url(../img/bg_kontakt.jpg);
  background-size: auto 100%;
}
.info2{
  padding: 60px 20px;
}
.impressum #main h5{
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 20px;
}
.impressum #main p, .impressum #main ul{
  margin-bottom: 15px;
}
.impressum #main ul li{
  list-style-type: square;
  margin-left: 12px;
}
/*------------------footer---------------------------------------------------------------------------*/
footer{
  padding: 20px 60px 20px 20px;
  background: #003399; /* Old browsers */
  background: -moz-linear-gradient(left, #003399 0%, #4F87FB 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003399 0%,#4F87FB 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003399 0%,#4F87FB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#4F87FB',GradientType=1 ); /* IE6-9 */
}
footer .left, footer .right{
  text-align: center;
  margin: 10px 0;
}
@media only screen and (min-width: 560px){
  footer .left{
    float: left;
    text-align: left;
  }
  footer .right{
    float: right;
    text-align: left;
  }
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: ;
	}
  p{
    margin-bottom: 15px;
  }
	header, #galerie, footer, img, .print, .single-item, .hidden_text, .back_to_top, nav, #sidrwrapper, #button-top, .video_wrapper, video {
		display: none !important;
	}
	.bold{
		font-weight: bold;
	}
	h1, h2, h3, h4,h5 {
		font-weight: bold;
		font-size: 16px;
    margin-bottom: 15px;
    padding: 0;
	}
	.heading{
		font-size: 16px;
		font-weight: 700;
	}
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
