@charset "UTF-8";

.img-responsive{
	width: 100%;
	height: auto;
}
div#page-content{
}

/* ----------------------------------------------------------------------- FONTS */

@font-face {
	font-family: "Avant Garde Gothic";
	src: url("../_fonts/27ddd406-3391-44b8-ad25-1f09b24ead8ad41d.html?#iefix");
	src: url("../_fonts/27ddd406-3391-44b8-ad25-1f09b24ead8ad41d.html?#iefix") format("eot"), url("../_fonts/735440fb-3c21-44c6-a8fc-d881eb1f0ee0.woff2") format("woff2"), url("../_fonts/13f5a0c5-43bb-47aa-99be-84958d7aaedf.woff") format("woff"), url("../_fonts/7f1dd606-d478-4b83-86d3-5e059a1a5165.html") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Avant Garde Gothic";
	src: url("../_fonts/f16377dc-5142-4e74-8583-86ada1a03483d41d.html?#iefix");
	src: url("../_fonts/f16377dc-5142-4e74-8583-86ada1a03483d41d.html?#iefix") format("eot"), url("../_fonts/7a4aeff8-d212-4135-86a0-fef9ad776892.woff2") format("woff2"), url("../_fonts/5e636559-5992-4c97-a50a-a8f46570feba.woff") format("woff"), url("../_fonts/b9c39b69-c596-4e97-8f56-bd7a9716d7e1.html") format("truetype");
	font-style: normal;
	font-weight: 700;
}


/* ----------------------------------------------------------------------- GENERAL */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Avant Garde Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0 62px 0 62px;
	background:#222222;
}

div#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../_img/_layout/background.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

div#page-wrapper {
	position: relative;
	max-width: 1150px;
	margin: auto;
	text-align: left;
}

div.noscript {
	box-sizing:border-box;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	padding:20px;
	color:#FFF;
	background:#622027;
	z-index:10000;
}


@media (min-width: 768px) {
	/* ------------------------------- DEVICES  >768 Pixel Screen-Width */
	div#page-wrapper.home {
		height: 100%;
	}
}

div#page-wrapper.home {
	min-height: 700px;
}

div#page-wrapper * {
	outline: none;
	transition: all 0.3s ease-in-out;
}

.clear {
	clear: both;
}

.clear.spacer {
	height: 20px;
}


/*
BROWN #622027
GREEN #83BC06
*/


/* ----------------------------------------------------------------------- HEADER */

div#page-header {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
}

div#page-header div.title {
	position: fixed;
	font-size: 15px;
	color: #622027;
	top: 30px;
	transform-origin: 0 100%;
	z-index: 500;
	letter-spacing: 2px;
	text-transform: none;
}

div#page-header div.title a {
	color: #622027;
	text-decoration: none;
}

div#page-header div.title span.tb {
	font-weight: 700;
}

div#page-header div.title span.description {}

div#page-header div.title.aside {
	top: 50px;
	margin-left: -40px;
	transform: rotate(-270deg);
}

div#page-header div.logo {
	position: fixed;
	width: 222px;
	height: 222px;
	left: 50%;
	top: 20%;
	margin-left: -111px;
	background: url(../_img/_layout/logo.svg) no-repeat 0 0;
	z-index: 500;
}
div#page-header div.logo.hidden {
	opacity:0;
	margin-top:-100px;
}

div#page-header div.logo a {
	display: block;
	height: 100%;
	width: 100%;
}


/* ----------------------------------------------------------------------- Navigation */

div#main-navigation {
	position: absolute;
	bottom: 280px;
	z-index: 600;
}

div#page-wrapper div#main-navigation {
	transition: bottom 0s;
}

div#main-navigation.off-canvas {
	position: fixed;
	bottom: auto;
	top: 24px;
}

div#main-navigation ul,
div.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.main-navigation {
	margin: 0 0 0 -25px;
}

div#main-navigation.off-canvas ul {
	margin-left: -500px;
}

div#main-navigation.off-canvas.visible ul {
	margin-left: 0px !important;
}

div#main-navigation ul li,
div.main-navigation ul li {
	height: 30px;
	display: block;
	margin-bottom: 2px;
}

div#main-navigation ul li a,
div.main-navigation ul li a {
	float: left;
	display: block;
	text-decoration: none;
	height: 30px;
	/* background: #FFFFFF; */
	line-height: 30px;
	font-size: 22px;
	padding: 0 15px 0 10px;
	color: #622027;
	letter-spacing: 0;
	text-transform:lowercase;
}

div#main-navigation ul li a.current, div#main-navigation ul li a:hover,
div.main-navigation ul li a.current, div.main-navigation ul li a:hover{
	/* background: #622027; */
	font-weight:bold;
	color: #622027;
}

a#toggle-main-navigation {
	position: absolute;
	left: -50px;
	top: -4px;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 700;
}

a#toggle-main-navigation:hover {
	background: #622027;
}

a#toggle-main-navigation span.bar {
	position: absolute;
	display: block;
	background: #622027;
	height: 2px;
	width: 14px;
	left: 12px;
}

a#toggle-main-navigation span.bar:nth-child(1) {
	top: 13px;
}

a#toggle-main-navigation span.bar:nth-child(2) {
	top: 18px;
}

a#toggle-main-navigation span.bar:nth-child(3) {
	top: 23px;
}

a#toggle-main-navigation:hover span.bar {
	background: #FFFFFF;
}

a#toggle-main-navigation.close span.bar:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}

a#toggle-main-navigation.close span.bar:nth-child(2) {
	left: -30px;
}

a#toggle-main-navigation.close span.bar:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}


/* ----------------------------------------------------------------------- Meta Navigation */

div#meta-navigation {
	position: fixed;
	bottom: auto;
	top: 20px;
	right: 0;
	z-index: 500;
}
div#page-wrapper div#meta-navigation {
	transition: right 0s;
	transition: margin-right 0.3s;
}

div#meta-navigation.aside {
	width: 46px;
	margin-right: -50px;
}

@media (min-width: 768px) {
	/* ------------------------------- DEVICES  >768 Pixel Screen-Width */
	.home div#meta-navigation {
		position: absolute;
		bottom: 480px;
		top: auto;
		right: 0 !important;
	}
	div#page-wrapper.home div#meta-navigation {
		transition: bottom 0s;
	}
}

div#meta-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#meta-navigation ul li {
	width: 38px;
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}

div#meta-navigation ul li a {
	display: block;
	text-decoration: none;
	height: 38px;
	width: 38px;
	border-radius: 19px;
	background: #FFFFFF;
}
div#page-wrapper div#meta-navigation ul li a {
	transition: background-image 0s;
	transition: background-color 0.3s;
}
div#meta-navigation ul li a:hover {
	background: #622027;
}

div#meta-navigation ul li a.phone {
	background: #FFFFFF url(../_img/_layout/icons.svg) no-repeat 0 -38px;
}

div#meta-navigation ul li a.mail {
	background: #FFFFFF url(../_img/_layout/icons.svg) no-repeat -38px -38px;
}

div#meta-navigation ul li a.location {
	background: #FFFFFF url(../_img/_layout/icons.svg) no-repeat -76px -38px;
}

div#meta-navigation ul li a.facebook {
	background: #FFFFFF url(../_img/_layout/icons.svg) no-repeat -114px -38px;
}

div#meta-navigation ul li a.phone:hover {
	background: #622027 url(../_img/_layout/icons.svg) no-repeat 0 -114px;
}

div#meta-navigation ul li a.mail:hover {
	background: #622027 url(../_img/_layout/icons.svg) no-repeat -38px -114px;
}

div#meta-navigation ul li a.location:hover {
	background: #622027 url(../_img/_layout/icons.svg) no-repeat -76px -114px;
}

div#meta-navigation ul li a.facebook:hover {
	background: #622027 url(../_img/_layout/icons.svg) no-repeat -114px -114px;
}

div#meta-navigation ul li a span.text {
	display:none;
}


/* ----------------------------------------------------------------------- CONTENT */

div#page-content {
	position: relative;
	padding-bottom: 100px;
	margin-top: 100%;
	z-index: 500;
}
div#page-content.home2018 {
	margin-top: 100px;
}

div.home-image-wrapper {
	width:100%;
	box-sizing:border-box;
	height:calc(100vh - 180px);
	min-height:200px;
}
div.home-image-wrapper img {
	object-fit: cover;
	width:100%;
	height:100%;
	object-position: center center;
}
div.home-image-wrapper div.logo {
	position: absolute;
	width: 150px;
	height: 150px;
	left: 30px;
	top: 30px;
	background: url(../_img/_layout/logo.svg) no-repeat 0 0;
	background-size:100% 100%;
}

@media (max-width: 767px) {
	/* ------------------------------- DEVICES < 768 Pixel Screen-Width */
	div#page-content.home2018 {
		margin-top: 80px;
	}
	div.home-image-wrapper {
		height:calc(100vh - 180px);
	}
	div.home-image-wrapper div.logo {
		position: absolute;
		width: 100px;
		height: 100px;
		left: 15px;
		top: 15px;
		background: url(../_img/_layout/logo.svg) no-repeat 0 0;
		background-size:100% 100%;
	}
}


@media (min-width: 1024px) {
	/* ------------------------------- DEVICES  >1023 Pixel Screen-Width */
	.home div#page-content {
		position: absolute;
		bottom: 50px;
		width: 100%;
		padding-top: 0;
	}
}


div.content-block {
	position: relative;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	/* ------------------------------- DEVICES  >768 Pixel Screen-Width */
	.home div.content-block {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
	}
}

div.columns-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

div.content-block div.column {
	position: relative;
	/* float: left; */
	margin-bottom:20px;
}

div.content-block div.column.x25 {
	width: 24%;
}

div.content-block div.column.x33 {
	width: 32.333%;
}

div.content-block div.column.x50 {
	width: 49%;
}

div.content-block div.column.x66 {
	width: 65.666%;
}

div.content-block div.column.x75 {
	width: 74%;
}

div.content-block div.column.x100 {
	width: 100%;
	margin: 0 !important;
}

div.content-block div.column:nth-child(odd) {
	margin-right: 1%;
}

div.content-block div.column:nth-child(even) {
	margin-left: 1%;
}

div.content-block div.column div.box {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	/* min-height: 130px; */
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}

div#page-wrapper div.content-block div.column div.box {
	transition: min-height 0s;
}

div.content-block div.column div.box div.wrapper {
	padding: 30px 30px 10px 30px;
}
div.content-block div.column div.box div.wrapper.nopad {
	padding: 0 !important;
	height:100%;
}
div.content-block div.column div.box div.wrapper.nopad p {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
	margin:0 !important;
	overflow:hidden;
}
div.content-block div.column div.box div.wrapper.nopad img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	object-position: center center;
}

div.content-block div.column div.box.with-image {
	min-height:280px;
}
div.content-block div.column div.box.tentsizes {
	min-height:180px;
	margin-bottom:20px;
}
div.content-block div.column div.box.tentsizes div.wrapper {
	margin-right:200px;
}

div.image {
	position:absolute;
	top:0;
	left:0;
	width:64%;
	height:100%;
	background-size:cover;
	background-position: center center;
}

div.box.tentsizes div.image {
	position:absolute;
	top:20px;
	left:auto;
	right:20px;
	width:180px;
	height:135px;
	background-size:cover;
	background-position: center center;
	background-color:#CCCCCC;
}
div.box.tentsizes div.image a {
	width:100%;
	height:100%;
	display:block;
}


/* ----------------------------------------------------------------------- Buttons */

a.button {
	position: relative;
	display: block;
	float: left;
	min-height: 32px;
	box-sizing:border-box;
	line-height: 20px;
	padding: 6px 12px 6px 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
}

a.button.dark {
	background: #622027;
	font-weight: 400;
}

a.button.down {
	padding-right: 35px;
}

a.button.down span.icon {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 38px;
	height: 32px;
	background: url(../_img/_layout/icons.svg) no-repeat -76px -80px;
}

a.button.back span.icon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 38px;
	height: 38px;
	background: url(../_img/_layout/icons.svg) no-repeat -114px -79px;
}

a.button.light {
	background: #83BC06;
}

a.button.back {
	position: absolute;
	right: 0;
	top: -78px;
	padding-left: 35px;
}

a.button span.icon.dots {
	display: block;
	float: left;
	font-size: 16px;
	height: 20px;
	padding-right: 5px;
	line-height: 18px;
}

a.button span.icon.dots.request {
	background: url(../_img/_layout/pen.svg) no-repeat 0 2px;
	padding-left: 12px;
}

div.more {
	float: right;
	margin: -10px -10px -10px 0;
}
div.more.abs {
	margin:0;
	position:absolute;
	bottom:20px;
	right:20px;
}
div.more.abs.left {
	position: relative;
	float: none;
	margin:0;
	right: unset;
	margin-bottom: 0px;
}

div.more.abs.left a.button {
	float: none;
	margin-top:20px;
	display: inline-block;
}

a.button.more-images {
	left:50%;
	margin-left:-90px;
}

a.scroll-down {
	display: block;
	text-decoration: none;
	height: 38px;
	width: 38px;
	border-radius: 19px;
	background: #FFFFFF url(../_img/_layout/icons.svg) no-repeat -76px 0;
	margin: -20px auto 24px auto;
}

a.scroll-down span.text {
	display: none;
}

div#page-wrapper a.scroll-down {
	transition: background-image 0s;
	transition: background-color 0.3s;
}


/* ----------------------------------------------------------------------- Typo */

div#page-content h1 {
	margin: 0;
	padding: 0;
	color: #622027;
	font-size: 60px;
	font-weight: 400;
	max-width: 60%;
	line-height: 60px;
	margin-bottom: 40px;
	clear: left;
	font-weight: 400;
	text-transform: lowercase;
}

div#page-content h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	color: #622027;
	font-weight: 400;
	max-width: 80%;
	text-transform: lowercase;
}

div#page-content h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #622027;
	font-weight: 400;
	max-width: 80%;
}

div#page-content h4 {
	margin: 0;
	padding: 0;
}

div#page-content p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #3e3e35;
	font-size: 15px;
	line-height: 22px;
}

div.table-wrapper {
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom:16px;
}

div#page-content table.tabelle td {
	padding: 5px 20px 5px 5px;
	color: #3e3e35;
	font-size: 15px;
	line-height: 22px;
	vertical-align:top;
}
div#page-content table.tabelle td ul {
	margin-bottom:0;
}
div#page-content table.tabelle tr:nth-child(odd) {
	background:#F2F2F2;
}
div#page-content table.tabelle th {
	padding: 5px 20px 5px 5px;
	color: #3e3e35;
	font-size: 15px;
	line-height: 22px;
	vertical-align:top;
}

div#page-content p.big {
	font-size: 17px;
	line-height: 28px;
}

div#page-content p img {
	max-width:100%;
	height:auto;
	margin-bottom:-20px;
}

div#page-content p.request {
	margin-right: 40%;
}
div#page-content p.request.short {
	position:absolute;
	margin: 0 !important;
	right:0;
	bottom:0;
	width: 36%;
	right: 0;
	padding: 30px;
	box-sizing: border-box;
}

div#page-content ul, div#page-content ol {
	margin: 0 0 20px 0;
	padding: 0;
	color: #3e3e35;
	font-size: 15px;
	line-height: 22px;
	padding-left: 16px;
}
div#page-content div.tentsizes ul {
	margin: -10px 0 -10px 0;
	font-size: 15px;
	line-height: 18px;
}

div#page-content p a, div#page-content ul a, div#page-content ol a {
	text-decoration: none;
	color: #622027;
}


/* ----------------------------------------------------------------------- Gallery */

div.gallery {}

div.gallery div.item {
	width: 20%;
	float: left;
}
div.gallery.big div.item {
	width: 25%;
}
div.gallery div.item a {
	position:relative;
	display: block;
	width: 90%;
	height: 85%;
	min-height: 120px;
	margin: 5%;
	padding: 0%;
	background: #FFFFFF;
}
div.gallery div.item a span.thumbnail {
	display: block;
	width: 100%;
	height: 120px;
	background-size:cover;
	background-position:center center;
}
div.gallery div.item a span.text {
	display: none;
}

div.gallery.big div.item a span.thumbnail {
	height: 130px;
}
div.gallery div.item div.meta {
	display:none;
}


/* ----------------------------------------------------------------------- Table */

table.table {}

table.table th {}

table.table td {}


/* ----------------------------------------------------------------------- Form */

form div.fieldset {
	margin-bottom:30px;
}
form div.fieldset.hidden {
	position:relative;
	height:0;
	opacity:0;
	left:-10000px;
}
form label.label {}

form span.error-help {
	color:#622027;
	font-weight:bold;
	font-size:12px;
	padding-bottom:10px;
	display:block;
}
div.success p {
	color:#83BC06 !important;
	font-weight:bold;
	font-size:16px !important;
}

form input.text {
	font-family: "Avant Garde Gothic";
	font-size: 15px;
	color: #3e3e35;
	height: 32px;
	border-radius: 3px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	border: none;
	margin-bottom: 10px;
	width: 90%;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}

form input.text#tel {
	max-width: 200px;
}

form input.text#m2 {
	max-width: 100px;
}

form select.select {
	height: 32px;
	margin-bottom: 10px;
	width: 50%;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	background:#FFF;
	border-radius:3px;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Avant Garde Gothic";
	font-size: 15px;
	color: #3e3e35;
}

form textarea.textarea {
	font-family: "Avant Garde Gothic";
	font-size: 15px;
	color: #3e3e35;
	height: 200px;
	border-radius: 3px;
	line-height: 20px;
	padding: 10px;
	border: none;
	margin-bottom: 10px;
	width: 80%;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}

form input.submit {
	font-family: "Avant Garde Gothic";
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
	background:#622027;
	height: 32px;
	border-radius: 3px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	border: none;
	margin-bottom: 10px;
	width: 200px;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* ----------------------------------------------------------------------- FOOTER */

div#page-footer {
	position: relative;
}

div#page-footer a {
	color:white;
	font-size:14px;
}


/* ----------------------------------------------------------------------- PAGE OVERLAY */

div#page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(253, 240, 222, 0.90);
	opacity: 0;
	z-index: -100;
}

div#page-overlay.visible {
	opacity: 1;
	z-index: 550;
}


/* ----------------------------------------------------------------------- MOBILE DEVICES  <1025 Pixel Screen-Width */

@media (max-width: 1024px) {

	body, div#bg {
		background:#EEE1CF url('../_img/_layout/bg-repeat.jpg');
	}

}

/* ----------------------------------------------------------------------- MOBILE DEVICES  <1024 Pixel Screen-Width */

@media (max-width: 1023px) {
	div#page-wrapper.home {
		min-height: 780px;
	}
	.homepage div.logo {
		margin-top:-40px;
	}
	.home div#page-header {
		position:absolute;
	}
	div#page-header div.title {
		letter-spacing: 1px;
	}
	div.content-block div.column.x25, div.content-block div.column.x33, div.content-block div.column.x50, div.content-block div.column.x66, div.content-block div.column.x75, div.content-block div.column.x100 {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	div.clear.spacer {
		height: 0;
	}
	div#page-content h1 {
		font-size: 50px;
		max-width: 75%;
		line-height: 50px;
	}
	div.gallery div.item {
		width: 25%;
	}
	div.more.abs {
		margin:0;
		position:absolute;
		bottom:10px;
		right:10px;
		margin-bottom: 10px !important;
	}
	.homepage p.big {
		margin-bottom:40px !important;
	}
	div#page-footer a {
		color:#622027;
	}
}


/* ----------------------------------------------------------------------- MOBILE DEVICES  <767 Pixel Screen-Width */

@media (max-width: 767px) {
	body {
		padding: 0 20px 0 20px;
	}
	.homepage div.logo {
		margin-top:0;
	}
	div#page-wrapper.home {
		min-height: 1px;
	}
	div#page-header div.title {
		text-align: center;
		width: 100%;
		margin-left: -12px;
	}
	div.main-navigation {
		display:none;
	}
	div#page-header div.title span.description {
		display: none;
	}
	div#page-header div.logo {
		width: 180px;
		height: 180px;
		top: 15%;
		margin-left: -90px;
		background: url(../_img/_layout/logo.svg) no-repeat 0 0;
		background-size: 180px 180px;
	}
	a#toggle-main-navigation {
		left: -5px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
	div#main-navigation {
		position: fixed;
		bottom: auto;
		top: 24px;
	}
	div#main-navigation ul {
		margin-left: -500px;
	}
	div#main-navigation.visible ul, div#main-navigation.off-canvas.visible ul {
		margin-left: 48px !important;
	}
	div#meta-navigation, div#meta-navigation.aside {
		width: auto;
		margin-right: -200px;
		z-index: 1000;
	}
	div#meta-navigation.visible, div#meta-navigation.aside.visible {
		width: auto;
		margin-right: -5px;
	}
	.homepage div#page-content {
		padding-top:200px !important;
	}
	div.content-block div.column div.box div.wrapper {
		padding: 20px 20px 0px 20px;
	}
	div.content-block div.column div.box div.wrapper.nopad {
		padding: 0 !important;
	}
	div#page-content h1 {
		font-size: 40px;
		max-width: 85%;
		line-height: 40px;
	}
	a.button.back {
		padding-left:26px;
	}
	a.button.back span.text {
		display:none;
	}
	div.more.abs {
		bottom:0px !important;
		margin-bottom: 20px !important;
	}
	div.gallery div.item {
		width: 50% !important;
	}
	div.gallery div.item a {
		min-height: 120px;
	}
	div.gallery div.item a span.thumbnail {
		height: 120px;
	}
	div#page-content p.request.short {
		padding:20px;
	}
}


/* ----------------------------------------------------------------------- MOBILE DEVICES  <421 Pixel Screen-Width */

@media (max-width: 420px) {

	div.box.with-image {
		min-height:300px !important;
	}
	div.box.with-image div.image {
		position:relative;
		height: 130px;
		width: calc(100% + 40px);
		float:none;
		margin:-20px 0 30px -20px;
	}
	div.box.with-image p {
		position:relative;
		float:none;
		width:auto !important;
		padding-left:20px !important;
	}
	div#page-header div.logo {
		top: 14%;
	}
	div#meta-navigation, div#meta-navigation.aside, div#meta-navigation.visible, div#meta-navigation.aside.visible {
		width: 46px;
	}
	div.box.tentsizes div.image {
		clear:left;
		position:relative;
		height:150px;
		width:100%;
		margin:20px 20px 0 20px;
	}
	div.content-block div.column div.box.tentsizes div.wrapper {
		margin-right:0;
		margin-bottom:0;
	}

}
