@charset "UTF-8";
/* CSS Document */

html {
  font-family: 'Cinzel', serif;
}

body {
	margin: 0 auto;
	overflow-y:scroll;
	overflow-x:hidden;
	letter-spacing: 0.02em;
	background: #f0e6cd;
	font-size: 20px; 
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-weight: 100;
	margin: 0 0 0 0px;
	color: #41273A;
	font-size: 3.2em;
	line-height: 1.0em;
	padding: 3% 0 2% 0;
}

h1 a {
	color: #41273A;
	text-decoration: none;
}

h1 a hover {
	color: #41273A;
	text-decoration: none;
}

h2 {
	font-weight: 100;
	color: #41273A;
	font-size: 2.2em;
	line-height: 1.0em;
	padding: 0 0 0 0px;
}

h3 {
	font-weight: 100;
	color: #41273A;
	font-size: 1.8em;
	line-height: 1.0em;
	padding: 0 0 0 0px;
}

p {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #41273A;
	font-size: 0.8em;
	line-height: 1.4em;
	word-wrap: break-word;
	padding: 0 10px 0 10px;
}

p a {
	color: #41273A;
}

p a hover {
	color: #694300;
}

.nav {
	font-weight: 100;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #41273A;
	margin: 0 auto;
	padding: 12px 0px 18px 0px;
	width: 100%;
}

.nav a {
	color: #41273A;
}

.nav a hover {
	color: #694300;
}

.clear {
	clear: both;
}

.slider {
	max-width: 1200px;
	margin: 0 auto;
	align-content: center;
}

.slider img {
	width: 100%;
	height: auto;
}

img {
	border: 0;
}

hr {
    background-color: #41273A; /* Farbe für Opera und Firefox */
    color: #41273A; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
}

.footer {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	margin-bottom: 0;	
	padding: 10px 0 10px 0;
	line-height: 1.5em;
	font-size: 1.0em;
	color: #41273A;
}

.footer a {
	text-decoration: none;	
	color: #41273A;	
}

.footer a:hover {
	color: #694300;
}



@media only screen and (max-width: 600px){ 
/* styles fuer mobilephones portrait */

h1 {
	font-size: 2.0em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

.nav {
	font-size: 1.0em;
	line-height: 1.6em;
}
	
p {
	font-size: 0.9em;
	line-height: 1.2em;
}

.footer {
	font-size: 0.9em;
	line-height: 1.2em;
}	
