/*
 * Schrader.io
 * SchraderSimpleCMS
 * 
 * for Haus Teichmann
 * ferienwohnung-brueckenau.de
 */

/* FONTS */
@font-face { font-family:"Calluna"; src:url("../fonts/Calluna-Regular.otf") format("opentype"); } /* A font by Jos Buivenga: http://exljbris.nl */



body {
  color: #333;
  font-family:"Calluna", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

a, a:visited {
	color: #333;
}

div#container {
  margin: 5% 10%;
}

div#textspalte {
	text-align: left;
}

div#navigation ul#menu {
	display: none;
}

div#footer {
	clear: both;
	font-size: 75%;
}

div#footer a img {
	display: none;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

p#untertitel {
	font-size: 118%;
}

div#textspalte div.phone {
	display: none;
}

div#navigation hr {
	display: none;
}

div#navigation h2 {
	display: none;
}

div.phone {
	margin-top: 2em;
}

em {
	font-style: italic;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}

strong {
	font-weight: bold;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}

div.embed {
	text-align: center;
}