/* ----------------------------------------------------------------------------------------- 
   stylesheet.css 20.02.2015
   author True Grace Duftkerzen
   copyright True Grace Duftkerzen
   link http://www.true-grace-duftkerzen.de
   ---------------------------------------------------------------------------------------*/

body {
	background: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	line-height: 22px;
	margin: 0;
	height: 100%;
	z-index: 200
}

img {
	border: 0
}

a {
  color: #0671b5;
  text-decoration: underline
}

a:hover {
  color: #2c2c2c;
  text-decoration: none
}

:focus {
	outline: 0
}

ol {
	margin-right: 40px
}

p { margin: 8px 0px 8px 0px }

h1, h2, h3, h4 { font-weight: normal; text-align: left; padding: 0; color: #2c2c2c }
h1 { font-size: 19px; margin: 0 0 16px 0 }
h2 { font-size: 19px; margin: 16px 0 }
h3 { font-size: 19px; margin: 16px 0 }
h4 { font-size: 17px; margin: 16px 0 }

form {
	display: inline		   
}

.clear {
	clear: both
}

.blue { color: #0671b5; }
.brown { color: #4a1964; }

.semibold { font-weight: 600; }
.bold { font-weight: 700; }

.image-left { border: 1px solid #d3d3d3; margin: 5px 20px 0 0; padding: 9px; position: relative; display: inline; float: left }
.image-right { border: 1px solid #d3d3d3; margin: 5px 0 0 20px; padding: 9px; display: inline; float: right }

.image-left-partner { margin: 5px 20px 0 0; position: relative; display: inline; float: left }
.image-right-partner {  margin: 5px 0 0 20px; display: inline; float: right }

.video20-20 { border: 1px solid #d3d3d3; margin: 20px 0 20px 0; padding: 9px }
.video20-0 { border: 1px solid #d3d3d3; margin: 20px 0 0 0; padding: 9px }

.space10 { height: 10px }
.space15 { height: 15px }
.space20 { height: 20px }
.space30 { height: 30px }
.space40 { height: 40px }

.height225 { min-height: 225px }
.height325 { min-height: 325px }

.border {
	height: 10px;
	border-bottom: 1px solid #d3d3d3
}

#wrapper {
	padding: 0;
	width: 0;
	z-index: 200
}

#container {
	width: 100%;
	position: relative
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: visible;
	visibility: visible;
	z-index: 100
}

.close-icon {
	float: right;
	width: 24px;
	height: 24px;
}

.information-icon {
	width: 16px;
	height: 16px;
	margin-top: 30px;
}

/* ----------------------------------------------------------------------------------------- 
	 HEADER
	 ----------------------------------------------------------------------------------------- */
#header {
	background: #ffffff;
	width: 910px;
	height: 200px;
	padding: 10px 25px;
	margin: 30px auto 0 auto;
	position: relative
}

#header-site {
	background: #ffffff;
	width: 910px;
	padding: 10px 25px;
	margin: 30px auto 0 auto;
	position: relative
}

#header .header-navigation {
	height: 100px;
	width: 960px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	float: left
}

#header .header-navigation ul {
	list-style: outside url(img/list_arrow.png);
	height: 50px;
	margin: 0 auto;
	padding: 0
}

#header .header-navigation li {
	margin: 5px 15px;
	padding-left: 0
}

/* ----------------------------------------------------------------------------------------- 
	 NAVIGATION
	 ----------------------------------------------------------------------------------------- */
ul#navigation {
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 200
}

ul#navigation li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 200
}

ul#navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 200
}

ul#navigation li ul li {
	margin: 0;
	padding-left: 15px;
	z-index: 200
}

ul#navigation a, ul#navigation span {
	z-index: 200
}

ul#navigation a:hover, ul#navigation span, li a#top:hover {
	z-index: 200
}

li a#top {
	z-index: 200
}

ul#navigation li ul span {
	z-index: 200
}
ul#navigation li a:active {
	z-index: 200
}

/* Visibility */

ul#navigation li ul {
	display: none;
	z-index: 200;
}

ul#navigation li ul li ul {
	display: inline;
	position: relative;
}

ul#navigation li ul li ul li {
	list-style: outside url(img/list_arrow.png);
	margin-left: 40px;
}

ul#navigation li:hover>ul {
	display: block;
	z-index: 200
}

ul#navigation>li:hover>a {
	z-index: 200
}


/* ----------------------------------------------------------------------------------------- 
	 SITE CONTENT
	 ----------------------------------------------------------------------------------------- */

#site {
	width: 960px;
	padding: 0
}

.site-main {
	background: #ffffff;
	width: 910px;
	margin: 0 auto 30px auto;
	padding: 25px
}

.textHeading {
	color: #2c2c2c;
	font-size: 21px;
	line-height: 23px;
	height: 24px;	
	margin: 0 0 25px 0;
	vertical-align: text-top;
	border-bottom: 1px solid #d3d3d3
}

.textHeading h1, .textHeading h2 ,.textHeading h3 {
	color: #2c2c2c;
	font-size: 21px
}

.text {
	font-size: 14px;
	color: #2c2c2c;
	line-height: 22px;
	text-align: justify;
	margin-top: 10px
}

.text a {
	color: #0671b5;
	text-decoration: underline
}

.text a:hover {
	color: #6f6f6f;
	text-decoration: none
}

.partnerText {
	font-size: 12px;
	color: #2c2c2c;
	line-height: 18px;
	text-align: justify
}

.partnerText a {
	color: #0671b5;
	text-decoration: underline
}

.partnerText a:hover {
	color: #6f6f6f;
	text-decoration: none
}

/* Description START */
div.content-main h1 {
	color: #2c2c2c;
	font-size: 21px;
	line-height: 23px;
	height: 24px;	
	vertical-align: text-top;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px	
}

div.content-main {
	text-align: justify
}

div.content-main li {
	list-style: outside url(img/list_arrow.png)
}

#description ul {
	margin-left: -40px
}

#description ul li {
	list-style: disc;
	float: none
}

#description .description {
	display: inline-block;
	margin-bottom: 25px !important;
	width: 100%
}

#description .description,
#description .description li {
	margin: 0 0 0 -20px; 
	list-style: none
}

#description .description li {
	border-bottom: 1px dotted #d3d3d3;
	padding: 10px 0;
	float: left;
	width: 100%	
}

#description .description li .name {
	display: block;
	float: left;
	width: 30%;
	font-weight: 600
}

#description .description li .value {
	display: block;
	float: left;
	width: 70%
}
/* Description END*/


/* General Content */
#content-info-box {
	font-size: 14px
}

#content-info-box ul {
	margin-left: -40px
}

#content-info-box ul li {
	list-style: disc;
	float: none
}

#content-info-box .content-info-box {
	display: inline-block;
	margin-bottom: 25px !important;
	width: 100%
}

#content-info-box .content-info-box,
#content-info-box .content-info-box li {
	margin: 0; 
	list-style: none
}

#content-info-box .content-info-box li {
	border-bottom: 1px dotted #d3d3d3;
	padding: 10px 0;
	float: left;
	width: 100%	
}

#content-info-box .content-info-box li .name {
	display: block;
	float: left;
	width: 30%;
	font-weight: bold;
	text-align: left
}

#content-info-box .content-info-box li .name p {
	margin-right: 20px
}

#content-info-box .content-info-box li .value {
	display: block;
	float: left;
	width: 70%
}

#content-info-box .content-info-box li .value p {
	text-align: justify
}


/* ----------------------------------------------------------------------------------------- 
	 FOOTER & COPYRIGHT
	 ----------------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 100px;
	position: relative;
	bottom: 0;
	margin: 0 auto 0 auto
}

#footer .footer-content {
	background: #ffffff;	
	width: 910px;	
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	padding: 5px 25px 5px 25px
}

#footer .footer-content a {
	color: #2c2c2c;
	text-decoration: underline
}

#footer .footer-content a:hover {
  color: #4a1964;
  text-decoration: none
}

#footer .footer-copyright {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	color: #838383;
	font-size: 12px;
	line-height: 18px;
  text-align: center;
	vertical-align: middle	
}


/* ----------------------------------------------------------------------------------------- 
	 NIVO SLIDER
	 ----------------------------------------------------------------------------------------- */

#slider {
	height: 440px; /* Make sure your images are the same size */
	width: 440px; /* Make sure your images are the same size */ 
	background: url(img/slider/loading.gif) no-repeat 50% 50%;
	z-index: 1;
	border: 1px solid #d3d3d3;
	float: right;
	margin: 0 0 20px 30px
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none
}

#slider a {
	border: 0;
	display: block
}

#slider span {
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden
}

/* Nivo Slider styles */
.nivoSlider {
	position: relative
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 3;
	display: none
}

/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 2;
	height: 100%
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #000000;
	color: #e1e1e1;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 420px;
	z-index: 4
}

.nivo-caption p {
	padding: 5px 10px;
	margin: 0
}

.nivo-caption {
	text-shadow: none;
	font-family: Tahoma, Geneva, sans-serif
}

.nivo-caption a { 
	color: #aa1612;
	text-decoration: underline
}

.nivo-caption a {
	display: inline !important
}

.nivo-html-caption {
	display: none
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	background: url(img/slider/bullets_bg.png) no-repeat;
	width: 66px;
	height: 27px;
	position: absolute;
	left: 19px;
	bottom: 19px;
	padding: 0 0 0 3px;
	z-index: 5
}

.nivo-controlNav a {
	display: block;
	width: 21px;
	height: 27px;
	background: url(img/slider/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	float: left;
	cursor: pointer		
}

.nivo-controlNav a.active {
	background-position: 0 -27px
}

.nivo-directionNav a {
	display: block;
	width: 52px;
	height: 52px;
	background: url(img/slider/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	position: absolute;
	top: 153px;
	z-index: 9;
	cursor: pointer
}

a.nivo-nextNav {
	background-position: -52px 0;
	right: 9px
}

a.nivo-prevNav {
	left: 9px
}


/* CSS-Button */
.button-int {
	background: #0671b5;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block
}

.button-int:hover {
	background: #4d494a;
	text-decoration: none;
	color: #ffffff;
	box-shadow: none
}