@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700italic);

html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff url('whitediamond.png');
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

h3{
	margin-bottom: 10px;
}

h4{
	margin-bottom: 5px;
}

a{
	text-decoration: none;
	color: #44a;
}

p{
	margin-top: 0px;
	margin-bottom: 10px;
}

blockquote{
	margin-left: 20px;
}

body {counter-reset: h2}
  h2 {counter-reset: h3}
  h3 {counter-reset: h4}
  h4 {counter-reset: h5}
  h5 {counter-reset: h6}

h1{
	font-family: 'Playfair Display', serif;
	color: #292321;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 1.7em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 10px 0 0px;
	text-align: left;
}

img{
	vertical-align: middle;
}

h2{
	font-family: 'Playfair Display', serif;
	color: #292321;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 5px 0 0px;
	text-align: left;
}

h3{
	font-family: 'Playfair Display', serif;
	color: #292321;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 5px 0 0px;
	text-align: left;
	text-decoration: underline;
}

.container{
	margin: auto;
	max-width: 768px;
}

#carouselContainer{
	background-color: rgba(0, 0, 0, 0.15);
	margin-bottom: -30px;
}

#telefon{
	float: right;
	font-size: 20px;
	padding-top: 16px;
}
#telefon img{
	width: 25px;
	vertical-align: bottom;
}


#carousel{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}

#carousel a, #carousel img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	max-width: 768px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease;
}

#pageContent{
	padding: 10px;
	padding-bottom: 100px;
}
