/* Body & menu */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	height: 100%;
	margin: 0;
}

.header {
    width: 100%;
    min-width: 1000px;
    height: 500px;
    background: url('../img/cover.png') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header2 {
	width: 100%;
    min-width: 1000px;
    height: 134px;
    background-color: #7d7d86;
}

.header-center {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}

.logo a {
	background: url('../img/logonew.png');
    width: 200px;
    height: 48px;
    display: block;
    float: left;
    margin-top: 44px;
}

.menu ul {
    float: right;
    list-style-type: none;
}

.menu li {
    margin: 56px 0 0 30px;
    float: left;
}

.menu li a {
	font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.menu li a:hover {
    text-decoration: underline;
}

/* Page */

a {
	color: #000000
}

h1 {
	padding-bottom: 20px;
	text-align: center;
	color: rgba(72, 72, 72, 1);
}

h2	{
	color: rgba(72, 72, 72, 1);
	text-align: center;
}

h3 {
	padding-bottom: 13px;
	color: rgba(72, 72, 72, 1);	
}

h4{
	text-align: center;
	color: rgba(72, 72, 72, 0.7);
}

p {
	display: block;
	padding: 10px 20px 10px 20px;
}

.clear {
	clear: both;
	text-align: center;
}

.content {
	width: 1000px;
	min-height: 100%;
	margin: 0px auto;
	font-weight: 300;
	padding-top: 30px;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -70px;
}

.text {
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 32px;
	color: #222222;	
}

.line2 {
	height: 30px;
	width: 940px;
	border-bottom: 1.5px solid rgba(234, 234, 234, 1);
	display: block;
	margin: 0px auto 40px;
}

.footer,
.push{
	height: 70px;
}

.collumwrapper {
	width: 1000px;
	overflow: hidden;
	padding-bottom: 40px;
	margin: 0px auto;
}

.leftcollum {
	width: 480px;
	float: left;
	padding: 8px 20px 0 0 ;
}

.rightcollum {
	border-left: 1.5px solid rgba(234, 234, 234, 1);
	overflow: hidden;
	padding: 5px 0 0 30px;
}

.rightcollumbl {
	overflow: hidden;
	padding: 5px 0 0 30px;
}

#textboxc{
	width: 806px;
	display: block;
	margin: -20px auto 60px;
	font-weight: 300;
}

.line {
	width: 470px;
	height: 1px;
	margin: 20px 0 20px 5px ;
	border-top: 1px solid rgba(234, 234, 234, 1);
}

.titelwrap {
	width: 1000px;
	display: block;
	height: 50px;
}

.left {
	width: 500px;
	float: left;
	margin: auto;
}

.right {
	overflow: hidden;
	margin: auto;
}

.dates {
	width: 250px;
	float: left;
	margin: auto;
}

.prices {
	overflow: hidden;
	margin: auto;
}

/* Media */

.image {
	padding: 8px 0px 26px 0px;
	float: left;
}

.imagenopad {
	padding: 8px 0px 26px 0px;
}

.imager {
	padding: 20px 100px 20px 10px;
    float: right;
}

.imagel {
	padding: 20px 10px 20px 100px;
    float: left;
}
div.img {
    margin: 5px;
    border: 1px solid #e4e4e4;
    width: 310px;
    float: left;
}
div.img:hover {
    border: 1px solid #7d7d7d;
}

div.img img {
    width: 100%;
    height: auto;
}
.imcenter{
	float: left;
}
div.im {
    margin: 5px;
    border: 1px solid #e4e4e4;
    width: 310px;
    float: right;
}
div.im:hover {
    border: 1px solid #7d7d7d;
}

div.im img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
 
}

#imagewrap {
	padding-left: 23px;
	height: 925px;
}

#tourism {
	padding-top: 5px;
	float: right;
}

#googlemaps {
	margin: 13px 0px 40px 0px;
}

#iframe {
	width: 672px;
	height: 378px;
	display: block;
	margin: 0px auto;
	padding-bottom: 55px;
	padding-top: 10px;
}

/* Form */

input[type="text"] {
	padding:10px;font-size:14px;outline:none;background: #f1f1f1;width:150px;
}

input[type="email"]{
	padding:10px;font-size:14px;outline:none;background: #f1f1f1;width:150px;
}

textarea{
	padding: 10px;
	font-size: 14px;
	outline: none;
	background: #f1f1f1;
	width: 440px;
	height: 160px;
	border-color: #d5d5d5;
}

input[type="submit"]{
	margin: auto;
	display: block;
	width: 130px;
	font-size: 14px;
}

td {
    padding-top: 3.5px;
}

/* Social */

.social {
	width: 100%;
	height: 30px;
	padding: 20px 0;
  	bottom: 0;
	background-color: #7d7d86;
}

.smwrap {
	width: 200px;
	margin: auto;
	color: white;
	overflow: hidden;
}

.facebook a {
	background: url('../img/linksocial.png');
    width: 28px;
    height: 29px;
    display: block;
    overflow: hidden;
}

.follow {
	width: 102px;
	padding: 6px 0 0 40px;
 	float: left;
}

.follow a {
	color: white;
	text-decoration: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {

.logo a { background: url('../img/logonew@2x.png'); background-size: 200px 48px; width: 200px; height: 48px; }

.facebook a { background: url('../img/linksocial@2x.png'); background-size: 28px 29px; width: 28px; height: 29px; }

}
