html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #e9e9e9;
	font-family: 'Arial Round', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	text-decoration: none;
	color: #8C8C8C;
}

a:hover
{
	color: #363636;
}

a img
{
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #e9e9e9;
}

.container
{
	width: 900px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
	position: relative;
	height: 150px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 1em;
		left: 0;
		width: 412px;
		height: 120px;
		background: url('images/logo.png') no-repeat center;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		right: 0;
		top: 0;
		left: 464px
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		display: block;
		padding: 0em 1.5em;
		height: 150px;
		letter-spacing: 0.20em;
		line-height: 150px;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #dcdcdc;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		color: #363636;
	}
	
	#menu .current_page_item a
	{		
		background: #e6b9ca;
		color: #FFF;
	}
	#menu .current_page_item a:hover
	{		
		background: #e6b9ca;
		color: #FFF;
	}
	
	#language
	{
		float: right;
		margin-top: 150px;
	}
	#language ul
	{
		display: inline-block;
	}
	#language li
	{
		display: block;
		float: left;
		text-align: center;
	}
	#language li a
	{
	display: block;
	padding: 0.5em 0.5em;
	letter-spacing: 0.20em;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	color: #dcdcdc;
}
	#language li:hover a, #language li.active a, #language li.active span
	{
		color: #363636;
	}
	
	#language .current_lang a
	{		
		background: #e6b9ca;
		color: #FFF;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		overflow: hidden;
		padding: 1em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#collapsible-content
	{
		display:none;
	}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: left;
		width: 345px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
	height: 500px
}

[data-slides] {
	background-image: url(./images/slide_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: background-image 1s linear;
  -webkit-transition-timing-function: linear;
  -webkit-transition: background-image 1s;
}

#header-wrapper2
{
	background: #FFF;
	box-shadow: inset 0px -4px 0px 0px rgba(230,185,202,1);
}

	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		background: #FFF;
		padding: 3em 0em;
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
		color: #a0a0a0;
	}
	
	#portfolio .title h2
	{
		color: #000;
	}

	#portfolio .byline
	{
		color: #FFC0BE;
	}
	
	#portfolio .button
	{
		background: #e6b9ca !important;
	}
	
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 202px;
	}
	
	#column1,
	#column2
	{
		float: left;
		margin-right: 30px;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 3em 0em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1.5em;
	}

	.title h2
	{
		font-family: 'Dancing Script', cursive;
		letter-spacing: 0.10em;
		font-weight: 700;
		font-size: 2.45em;
		color: #323232;
	}
	
	.title .byline
	{
		float: right;
		margin-top: 2px;
		letter-spacing: 0.15em;
		font-style: italic;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.9em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button, .button:active, .button:focus
	{
		display: inline-block;
		margin-top: 2em;
		padding: 1em 3em;
		background: #e6b9ca;
		border-radius: 10px;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.90em;
		color: #FFF;
		border: none;
		outline: none;
		-webkit-appearance: none;
	}

	.button:hover
	{
	background: #e9e9e9;
	color: #363636;
	}


/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

	#two-column
	{
		padding-top: 3em;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		float: left;
		width: 370px;
		text-align: center;
	}

	#two-column #tbox2
	{
		float: right;
		width: 370px;
		text-align: center;
	}

	#two-column #tbox1 ul.style2,
	#two-column #tbox2 ul.style2	
	{
		margin-top: 2.2em;
	}

	#featured-wrapper
	{
		overflow: hidden;
		padding: 3em 0em;
		background: #FFF;
	}
	
	#featured h2
	{
		text-align: center;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		font-weight: 500;
		color: #a0a0a0;
		padding-bottom: 2em;
		text-transform: uppercase;
	}

	#featured .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 20px auto;
		line-height:  normal;
		font-size: 6em;
		text-align: center;
		color: #E7392D;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 370px;
	}
	
	.column1
	{
		float: left;
	}
	.column2
	{
		float: right;
	}	
	.column3
	{
		float: left;
	}
	
	.column4
	{
		float: right;
	}

	.icon
	{
		text-decoration: none;
		width: 150px;
		height: 150px;
	}
	
	.icon-behandlung
	{
		background-image: url('images/icon_behandlung.png');
	  background-size: cover
	}
	
	.icon-leistungen
	{
		background-image: url('images/icon_leistungen.png');
	  background-size: cover
	}

	.icon-uebermich
	{
		background-image: url('images/icon_uebermich.png');
	  background-size: cover
	}

	.icon-kontakt
	{
		background-image: url('images/icon_kontakt.png');
	  background-size: cover
	}
	
	.expandable 
	{
		overflow: hidden;
    display: none;
    clear: both;
   	line-height: 180%;
	}
	
	#map
	{
	  width: 900px;
	  height: 400px;
		border-radius: 10px;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
	}
	
	input, input:focus
	{
		display: inline;
		padding: 1px 1px;
		width: 398px;
		font-family: 'Arial Round', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		border: solid 1px #a0a0a0;
		outline: none;
	}
	
	textarea, textarea:focus
	{
		display: inline;
		width: 396px;
		min-height: 250px;
		font-family: 'Arial Round', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		border: solid 1px #a0a0a0;
		outline: none;
	}	
	
	#note
	{
		text-align: center;
		font-family: 'Arial Round', sans-serif;
		font-size: 12pt;
		font-weight: 600;
		line-height: 180%;
  }

#seeSlide {
  width: 900px;
  height: 500px;
	border-radius: 10px;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
  margin: 20px auto 0;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

#seeSlide img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

#debug {
}

#arrows {
  display: table;
  position: absolute;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
  top: 40%;
  font-size: 80px;
}

#arrows a {
  text-decoration: none;
  color: #a0a0a0; 
}

#slideLeftArrow, #slideRightArrow {
  opacity: 0.5;
}

#slideLeftArrow {
  float: left;
  margin-left: 30px;
}

#slideRightArrow {
  float: right;
  margin-right: 30px;
}

.hidden {
  visibility: hidden;
}

ul#slideDiscs {
  display: table;
  position: relative;
  z-index: 20;
  top: 85%;
}

ul#slideDiscs li {
  font-size: 38px;
  list-style: circle;
  color: #a0a0a0;
  float: left;
  padding-right: 35px;
}

ul#slideDiscs li.selected {
  list-style: disc;
  color: #cacaca;
}
