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

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	overflow-x: hidden;
}

em {
    font-weight: bold;
}
body {
	width: auto; 
	background-color: #ffffff; 
	margin:0; 
	padding:0; 
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: -40px;
}
div.wrapper01 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.heading {
	padding-left: 20px;
}

header {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

header img.header {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 5%;
}
header img.logo {
	max-width: 30%;
	height: auto;
	top: 2%;
}
:focus {
	outline: darkred solid 2px;
}

/* Main Content */

div#content div.main {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div#content div.main div.headline {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div#content div.main div.headline div.image img.hotel_01 {
	position: relative;
	width: 95%;
	text-align: center;
}
div#content div.main div.headline h1 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	font-weight: bold;
	font-size: 19px;
}
div#content div.main div.headline h2 {
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding-bottom: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #3d3d3d;
}
div#content div.main p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 40px;
}
div#content div.main div.image {
	text-align: center;
	max-width: 800px;
}
img.hotel_02 {
	position: relative;
	width: 100%;
	text-align: center;	
	padding-bottom: 10px;
}
div#content div.main div.imageleft {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 40px;	
}
div.image-left {
	width: 49%;
	margin-right: 2%;
	float: left;
}
div.image-right {
	width: 49%;
	float: left;
}
a { 
	color: rgba(179, 42, 94, 1);
}
a:hover { 
	color: rgba(179, 42, 94, 0.6);
}
img.social {
	width: 60px;
	margin-right: 10px;
}

/* Mobile */
@media screen and (max-width: 768px) {

header img.logo {
	max-width: 40%;
}
div#content div.main div.headline div.image img.hotel_01 {
	width: 90%;
}
div#content div.main div.image img.hotel_02 {
	width: 90%;
}
div#content div.main div.headline h1 {
	width: 80%;
	font-size: 20px;
	margin-top: 5%;
	margin-bottom: 5%;
}
div#content div.main div.headline h2 {
	width: 90%;
	font-size: 18px;
}
div.image-left {
	width: 100%;
	margin-right: 0;
	float: left;
	text-align: center;
}
div.image-right {
	width: 100%;
	float: left;
	text-align: center;
}
img.hotel_02 {
	width: 90%;
}
	
}
