/*
Theme Name: 	Massageraum Denise Umericelli
Theme URI: 		http://massageraum-du.ch
Version: 		1.0
Author: 		mohnrot
Author URI: 	http://mohnrot.ch
*/



/*** Sensible Defaults ***/

@import "css/reset.css";
@import "typo.css?v=2";
@import "blocks.css";
@import url("https://use.typekit.net/tro6map.css");



div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }

::-moz-selection 	{ background:#C6E1D7; color:#fff; }
::selection 		{ background:#C6E1D7; color:#fff; }

* {
	box-sizing: border-box;
}

/* Helper Classes */

.clear { clear: both; }
strong { font-weight: bold; }
em { font-style: italic; }
a, a:link, a:visited, a:hover, a:focus { color: inherit; }


html, body {
	background: #FFF;
	color: #2a5146;
	font-family: "serenity", sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: 300;
	overflow-x: hidden;
}


@media (min-width: 499px) {
	html, body {
		font-size: 15px;
		line-height: 120%;
		font-weight: 300;
	}
}


.imprint {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    opacity: 0.5
}

article ul {
	padding-left: 1rem;
	margin: 0 0 1em 0
}
