article,footer,header,nav,section{display:block;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}h1{font-size:2em;margin:.67em 0;}h2{font-size:1.5em;margin:.83em 0;}h3{font-size:1.17em;margin:1em 0;}h4{font-size:1em;margin:1.33em 0;}h5{font-size:.83em;margin:1.67em 0;}h6{font-size:.67em;margin:2.33em 0;}p,pre{margin:1em 0;}code,kbd,pre,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;}ol,ul{margin:1em 0;padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}svg:not(:root){overflow:hidden;}

nav {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Links
*****************************************************************/
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	outline: none;
	text-decoration:none;
	color:#000;
	}
a:focus, a:hover, a { 
	outline: 0px;
	color:#666;
}


@media all and (min-width: 0px) and (orientation: landscape) {
body {
	overflow: hidden;
	overflow-x: hidden;
	background: url(../images/background01_s.jpg) no-repeat center center fixed; 
	font-size:14px;
	line-height:24px;	
}

#karte {
	padding: 0; 
	margin: 0 auto; 
	width: 300px;
	height: 205px; 
	background: url(../images/karte01_s.png) no-repeat;
}

#inhalt {
	position: relative;
	top:36px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
   	-o-transform: rotate(-6deg);
	writing-mode: lr-tb;
	font-family: 'Noticia Text', serif;
	text-align:center;
}

#karte h1 {
	margin-top: 55px;
	color:#2E2E2E;
	font-size: 1.55em;
	letter-spacing: 0.1em;
	line-height: 1.2em; 
}

#karte article {
	color:#000;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	line-height: 1.6em; 
}

#karte p {
	margin-top: 11px;
}
}

@media all and (min-width: 0px) and (orientation: portrait) {

body {
	overflow: hidden;
	overflow-x: hidden;
	background: url(../images/background01_s.jpg) no-repeat center center fixed; 
	font-size:14px;
	line-height:24px;	
}

#karte {
	padding: 0; 
	margin: 0 auto; 
	width: 300px;
	height: 205px; 
	background: url(../images/karte01_s.png) no-repeat;
}

#inhalt {
	position: relative;
	top:36px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
   	-o-transform: rotate(-6deg);
	writing-mode: lr-tb;
	font-family: 'Noticia Text', serif;
	text-align:center;
}

#karte h1 {
	margin-top: 55px;
	color:#2E2E2E;
	font-size: 1.55em;
	letter-spacing: 0.1em;
	line-height: 1.2em; 
}

#karte article {
	color:#000;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	line-height: 1.6em; 
}

#karte p {
	margin-top: 11px;
}
}



/* 600 px and higher */
@media all and (min-width: 600px) {
	
body {
	background: url(../images/background01.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	font-size:16px!important;
	line-height:24px;
}

#karte {
	padding: 0; 
	margin: 0 auto; 
	width: 424px;
	height: 290px; 
	left: 20%;
	top: 20%;
	background: url(../images/karte01.png) no-repeat; 
	position: absolute; 	
}

#inhalt {
	position: relative;
	top:0px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	writing-mode: lr-tb;
	font-family: 'Noticia Text', serif;
	text-align:center;
}

#karte h1 {
	margin-top: 55px;
	color:#2E2E2E;
	font-size: 1.55em;
	letter-spacing: 0.1em;
	line-height: 1.5em; 
}

#karte article {
	color:#000;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	line-height: 1.6em; 
}

#karte p {
	margin-top: 26px;
}
}

