@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body {
	background-color: #FF802C;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/vika_2942-glow.jpg);
	background-attachment: scroll;
	color: #540000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.92em;
	line-height: 1.95em;
	background-size: cover;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

a {text-decoration: none;
	color:#FFFFFF;
	/*
	border-width: 0;
	*/
}
	
a:visited {
	color:#FBEAEA;
	}

a:hover {
	color: #AF7B7B;
		
}
address {
	font-style:normal;
	font-size:0.86em;
}

strong {
		color:#FBEAEA;
		font-weight:normal;
}
h1, h2, h3, h4 {
	color:#FBEAEA;
	font-weight:normal;
	}
	
figure  {
		width: 35%;
		float: left;
		margin-right: 1em;
	
			}
.figurelandscape {
	width: 48%;
}

/* device abhängig definiert
.figurelandscape-wide {
	width: 64%;
}
*/
	
.schatten {	
	-moz-box-shadow: 7px 7px 4px #540000; /* Mozilla Firefox */
	-webkit-box-shadow: 7px 7px 4px #540000; /* Google Chrome */
	box-shadow: 7px 7px 4px #540000;
	margin-bottom: 4px;
		}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.header {
	background: url(../images/sensual-views-logo-01.png) top left no-repeat;
	background-size: contain;	
}
.header h1 {
	font-size: 2em;
	color: rgba(251,108,29,0.1);
	line-height: 1em;
	text-align: right;	
}
.header a {
	color: rgba(251,108,29,0.1);
}

.navigation {
}
.navlist {
}
.mainnav {
}
.navelement {
width: 100%;
clear: both;
margin-left: 0;
}

.figurelandscape-wide {
	width: 97%;
}


.maincontent {
position: static;
}

.maincontent h1 {
	font-size: 1.6em;
}
.maincontent h2 {
	font-size: 1.1em;
}
.maincontent h3 {
font-size: 1em;
}

.info
{
	font-size: 0.9em;
	line-height: 1em;
	margin-left: 3em;
	margin-right: 1em;
}
.footer {
}
.leftspace {
width: 100%;
position: static;
height: auto;
margin-left: 0;
}
.rightspace {
clear: both;
margin-left: 0;
width: 100%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.header h1 {
	font-size: 6em;
	color: rgba(251,108,29,0.1);
	line-height: 1em;
	text-align: right;
}
.navigation {
}
.navlist {
}
.mainnav {
}
.navelement {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.maincontent {
position: static;
}


.footer {
}
.leftspace {
width: 100%;
position: static;
height: auto;
margin-left: 0;
}
.rightspace {
clear: both;
margin-left: 0;
width: 100%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.navigation {
}
.navlist {
}
.mainnav {
}
.navelement {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.maincontent {
position: static;
}

.figurelandscape-wide {
	width: 62%;
}

.footer {
}
.leftspace {
width: 23.7288%;
margin-left: 0;
position: static;
height: auto;
}
.rightspace {
margin-top: 4em;
margin-bottom: 4em;
margin-left: 1.6949%;
clear: none;
width: 66.1016%;
}
.rightspace p {
	padding-right: 25%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}