@charset "UTF-8";
* {
	margin:0;
	padding:0;	
}
html, body {
	background-image:url(../src/background.jpg);
	background-size:100% auto;
	background-repeat:repeat-y;
}
body {
	min-width:1080px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}
body, input, label, select {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;	
	text-transform:uppercase;
}
h1 {
	margin-left:12px;
	margin-right:12px;
}
p {
	margin-bottom:18px;	
}
hr {
	border:0;
	border-top: 1px solid #77787b;
	margin-bottom:40px;	
	margin-left:12px;
	margin-right:12px;
}
a {
	color:inherit;
	text-decoration:underline;
}
img {
	border:none;	
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
  	hyphens: auto;
}
.clear {
	clear:both;	
}
.header {
	height: 320px;
	width:1070px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../src/header.png);
}
.wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #faf9f6;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}
.footer {
	margin-top:60px;
	width:100%;
	height:160px;
	background-color:#dcddde;
	text-align:center;
}
.footer img {
	vertical-align:bottom;	
}
.columns {
	
}
.columns.top {
	margin-top:80px;
	color:#7C7C7B;	
}
.columns > h3 {
	float:left;
	margin-bottom:18px;	
	letter-spacing:1px;
	font-size:20px;
	line-height:20px;
	width:738px;
	margin-right:12px;
}
.columns .col {
	float:left;
	width:355px;
	margin-right:20px;
	min-height:20px;
}
.columns .col.left {
	text-align:right;
	width:180px;
}
.columns .col.left h2 {
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:20px;
	line-height:20px;
	margin-bottom:12px;
	color:#dcddde;
	background-color:#000;
	letter-spacing:1px;
}
.columns .col.images {
	width:738px;
	margin-right:12px;
	margin-bottom:12px;
}
.columns .col.images img {
	margin-bottom:12px;
	vertical-align:middle;
}
form label {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	margin-right:12px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:14px;
}
form input {
	display:block;
	float:left;
	height:28px;
	border:1px solid #000;
	margin-top:6px;
	margin-bottom:6px;
	padding-right:6px;
	padding-left:6px;
	background-color:#dcddde;
	font-size:14px;
}
form select {
	display:block;
	float:left;
	height:28px;
	border:1px solid #000;
	margin-top:6px;
	margin-bottom:6px;
	padding-right:6px;
	padding-left:6px;
	background-color:#dcddde;
	font-size:14px;
}
.companions {
	margin-top:18px;	
	margin-left:12px;
	margin-right:12px;
}
.companions label {
	width:32px;
	text-align:left;
}
.companions input {
	width:405px;
}
.contact {
	margin-top:50px;	
	margin-left:12px;
	margin-right:12px;
	margin-bottom:30px;
}
.contact label {
	width:172px;
}
.contact input {
	width:728px;
}
.contact select {
	width:364px;
}

#menue{
	float:right;
	margin-right:60px;
	margin-top:255px;
}

.more-images {
	float:right;
	width:auto;
	padding:3px 6px;
	background-color:#000;
	color:#dcddde;
	text-transform: uppercase;
	margin-right:12px;
	margin-top:-24px;
	margin-bottom:12px;
}

.more-images a {
	text-decoration: none;
}

.more-images .gallery {
	display:none;
}

.awik-gallery .wrapper {
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.awik-gallery {
    background-color: rgba(255,255,255,.95);
}

.awik-gallery figure {
    background:none;
}