@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html {  
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
        background: #FAB1FB no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
	}

body {
	font-family: 'Open Sans', Arial, sans-serif, Helvetica;
	font-size: 1em;
	color: #333;
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
	-ms-hyphens: auto; 
  	hyphens: auto; 
  	margin:0;
  	padding:0;
  	min-height:100%;
}

#teaser-container {
	width:auto;
	height:auto;
	margin:50px auto;
}

#teaser-logo {
	width:557px;
	height:570px;
	margin: 0 auto;
	background: url(../images/harmonieblume.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

#teaser {
	margin: 50px auto 0 auto;
	text-align:center;
}




h1 {font-size: 1.5em;}
h3 {color: #c00;}
h4 {font-size: 1.1em;}

a {color: #c00; text-decoration:underline;}
a:hover {color: #c00; text-decoration:none;}

noscript {display:none;}
.noscript {font-size: 0.8em; background-color:#EEC692;width:100%;}





/* ------------- tablet / phablet -------------- */
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
/*@media all and (max-width: 785px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)*/
{

/*body {
	font-size: 1em;
}*/

#teaser-logo {
	width:293px;
	height:300px;
	margin: 0 auto;
	background: url(../images/harmonieblume.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

}


/* ------------- smartphone landscape -------------- */
@media only screen and (max-width: 785px)
{
	noscript {display:block;}
	
#teaser-logo {
	width:293px;
	height:300px;
	margin: 0 auto;
	background: url(../images/harmonieblume.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

}

/* ------------- smartphone landscape -------------- */
@media only screen and (max-width: 650px)
{

#teaser-logo {
	width:293px;
	height:300px;
	margin: 0 auto;
	background: url(../images/harmonieblume.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

}


/* ------------- smartphone landscape -------------- */
@media only screen and (max-width: 550px)
{

#teaser-logo {
	width:293px;
	height:300px;
	margin: 0 auto;
	background: url(../images/harmonieblume.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

}


/* ------------- smartphone portrait -------------- */
@media only screen and (max-width: 350px) 
{

#teaser-logo {
	width:293px;
	height:300px;
	margin: 0 auto;
	background: url(../images/harmonieblume.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

}




/* Firefox Scrollbar Hack ------------------------------------------------ */

html {
	height: 100%; 
	padding: 0 0 1px 0;
}