@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
CSS Styles for <Outvision>.
version:   1.0
--------------------------------------------------------------------------------------------------*/
/* =CSS Reset
-------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nobreakp{
	white-space:nowrap;
}
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/
/* =Toolkit
--------------------------------------------------------------------------------------------------*/
/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
/* End Toolkit
--------------------------------------------------------------------------------------------------*/
/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/
hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; font-weight: 100; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1.5em 0;}
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
i{font-style: italic;}
p{line-height: 1.6;}
ul{margin: 0;}
/* End Normalization
--------------------------------------------------------------------------------------------------*/
/* =Typography
--------------------------------------------------------------------------------------------------*/
/* Setting up the fonts */
body,html{
	font: 13px/14px Verdana, Helvetica, Arial, sans-serif;
	background: #fff;
	color: #656565;
	min-width: 320px;
}
a{color:#4e4e4e}
@font-face {
	font-family: 'AlwaysForever';
	src: url('/demandit/files/M_043C1CC4DCE33289065/dms/File/always-forever.eot');
	src: url('/demandit/files/M_043C1CC4DCE33289065/dms/File/always-forever?#iefix') format('embedded-opentype'),
	     url('/demandit/files/M_043C1CC4DCE33289065/dms/File/always-forever.woff') format('woff'),
	     url('/demandit/files/M_043C1CC4DCE33289065/dms/File/always-forever.ttf')  format('truetype'),
	     url('/demandit/files/M_043C1CC4DCE33289065/dms/File/always-forever.svg#svgFontName') format('svg');
}


/* End Typography
--------------------------------------------------------------------------------------------------*/
/* =Header
--------------------------------------------------------------------------------------------------*/
#header{
	margin: 13px 0 0 0;
	background: #626262;
	padding: 10px 0;
	position: relative;
}
.header-holder{
	position: relative;
	border-bottom: 1px solid #7c7c7c;
	border-top: 1px solid #7c7c7c;
}
.header-holder:after, #header:after, .header-inner:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header-inner{
	position: relative;
	max-width: 1110px;
	margin: 0 auto;
}
.header-holder .logo{
	margin: 0;
	position: absolute;
	top: -11px;
	text-indent: -9999em;
	width: 139px;
	height: 97px;
}
.header-holder .logo a{
	display: block;
	background: url(/demandit/files/M_4A171CC4DCECB2D7499/dms/Image/trx-logo.png) no-repeat;
	height: 100%;
}
#lang-selector{
		width: 76px;
		float: right;
		margin: 24px 0 0;
}
#lang-selector ul{
	list-style: none;
}
#lang-selector ul li{
	float: left;
	margin: 0 0 0 8px;
}
/* End Header
--------------------------------------------------------------------------------------------------*/
/* =Navigation
--------------------------------------------------------------------------------------------------*/
#main-nav{
	float: right;
	margin: 23px 0 14px;
}
#main-nav ul{
	list-style: none;
	overflow: hidden;
}
#main-nav ul li{
	float: left;
	margin: 0 0 0 18px;
}
#main-nav ul li.fw-nav-selected a{
	background: #737373;
}
#main-nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 4px 5px 4px;
	color: #ffffff;
	font: 16px/14px 'Roboto Condensed';
	display: block;
}
#main-nav ul li ul{
	display: none;
	position: absolute;
	width: 150px;
	z-index: 99;
	padding: 25px 0 0 0;
}
#main-nav ul li ul li{
	margin: 0 0 1px 0;
	width: 100%;
	padding: 0;
}
#main-nav ul li:hover ul{
	display: block;
}
#main-nav ul li ul li a{
	padding: 3px 15px 5px 15px;
	background: url(/demandit/files/M_043C1CC4DCE33289065/dms/Image/nav-bg.png) !important;
	text-transform: none;
}
#main-nav ul li ul li.fw-nav-selected a{
	background: url(/demandit/files/M_043C1CC4DCE33289065/dms/Image/nav-bg-selected.png) !important;
}

/*Mobile Navigation*/
#mobile-nav-opener{
	display: none;
	margin: 10px 0 14px 0;
	float: right;
}
#mobile-nav{
	display: none;
	margin: 0 0 14px;
}
#mobile-nav ul{
	list-style: none;
	overflow: hidden;
}
#mobile-nav ul li{
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
#mobile-nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 4px 5px 4px;
	color: #666666;
	font: 16px/14px 'Roboto Condensed';
	display: block;
}
#mobile-nav ul li.fw-nav-selected a{
	background: #eeeeee;
}
#mobile-nav ul li ul{
	margin: 0 0 0 20px;
	display: none;
}
#mobile-nav ul li ul li{
	margin: 5px 0;
}
#mobile-nav ul li ul li a{
	background: none !important;
	text-transform: none;
}
#mobile-nav ul li ul li.fw-nav-selected a{
	color: #000;
}
/* End Navigtion
--------------------------------------------------------------------------------------------------*/
/* =Visual
--------------------------------------------------------------------------------------------------*/
.visual{
	max-height: 537px;
	background: url(/demandit/files/M_4A171CC4DCECB2D7499/dms/Image/visual-bg.png);
	margin: -94px 0 0;
	border-bottom: 1px solid #fff;
	padding: 125px 0 35px;
}
.visual-holder{
	max-width: 1096px;
	margin: 0 auto;
	background: #fff;
	padding: 7px;
	position: relative;
}
.visual-holder img{
	width: 100%;
}
.visual .visual-teaser{
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 45px;
	font: italic 34px/36px 'Roboto Condensed';
	padding: 8px 17px;
}
/*Visual Subpage*/
.visual-subpage{
	max-height: 385px;
	margin: -94px 0 0;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.visual-subpage img{
	width: 100%;
}
/* End Visual
--------------------------------------------------------------------------------------------------*/
/* =General Content
--------------------------------------------------------------------------------------------------*/
.www{
	overflow: hidden;
}
.main{
	border-top: 7px solid #e5e5e5;
}
.content-holder{
	margin: 0 auto;
	max-width: 1110px;
	min-height: 200px;
}
.content h2{
	font: 300 24px/24px 'Roboto Condensed';
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	margin: 0 0 50px 0;
	text-align: center;
	padding: 30px 0;
}
.content h2 span{
	font: italic 24px/24px 'Roboto Condensed';
	text-transform: uppercase;
}
.content.c4 h3{
	font: 300 24px/24px 'Roboto Condensed';
	margin: 0 0 20px 0;
}
.content ul{
	list-style: disc;
	margin: 1.5em 0 1.5em 20px;
	line-height: 1.6;
}
.content.bg-dark{background: #dcdcdc;}
.content.bg-light{background: #ffffff;}
.content.bg-middark{background: #f5f5f5;}

.content .content-holder.title{
		padding: 20px 0 70px;
}
.content .content-holder{
	padding: 70px 0;
}
.content.c1 .content-holder{
	padding: 60px 0;
}
.content.c2 .content-holder{
	padding: 38px 0 0;
}
.content.c3 .content-holder{
	padding: 58px 0 65px 0;
}
/* End General Content
--------------------------------------------------------------------------------------------------*/
/* =C1 (Features & Camp)
--------------------------------------------------------------------------------------------------*/
.content.c1 h2{
	color:#333333;
	font: 300 22px/35px 'Roboto Condensed';
	padding: 0;
	margin: 0 0 10px 0;
	height: 35px;
	overflow: hidden;
}
.features{
	float: left;
	width: 333px;
	margin: 0 70px 0 0;
}
.features h2.surfer{
	background: url(/demandit/files/M_043C1CC4DCE33289065/dms/Image/icon-surfer.png) no-repeat left;
	border: none;
	text-align: left;
}
.features .img-wrapper{
	position: relative;
}
.features img{
	border: 6px solid #ffffff;
}
.features .play-button{
	border: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0 0 -32px;
}
.camp{
	overflow: hidden;
}
.camp h2.sunset{
	background: url(/demandit/files/M_043C1CC4DCE33289065/dms/Image/icon-sunset.png) no-repeat left;
	border: none;
	text-align: left;
}
.camp .text-wrapper img{
	float: left;
	margin: 0 15px 10px 0;
	border: 6px solid #ffffff;
}
.camp .text-wrapper > p{
	margin: 0 0 10px 0;
}
.camp .text-wrapper p{
	line-height: 1.2;
	font-family: 'Roboto Condensed';
}
/* End C1
--------------------------------------------------------------------------------------------------*/
/* =C2 (Referencelist)
--------------------------------------------------------------------------------------------------*/

.content.c2 .references-list{
	margin: 0 30px 0 -60px;
	list-style: none;
}
.content.c2 .references-list li{
	display: inline-block;
	margin: 0 0 50px 90px;
	vertical-align: top;
}
.content.c2 .reference{
	border: 1px solid #ededed;
	background: #ececec;
	padding: 14px 19px;
	overflow: hidden;
	min-height: 160px;
}
.content.c2 .reference .img-wrapper{
	width: 110px;
	float: left;
	margin: 0 13px 0 0;
}
.content.c2 .reference .img-wrapper span{
	color: #343434;
	font: italic 12px/12px Arial;
	display: block;
	margin: 5px 0 0;
}
.content.c2 .reference .text-wrapper{
	width: 314px;
	float: left;
}
.content.c2 .reference .text-wrapper div{
	text-align: center;
}
.content.c2 .reference .text-wrapper h3{
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	text-align: center;
	font: italic 20px/22px 'Roboto Condensed';
	padding: 5px 0;
	margin: 0 0 5px 0;
}
.content.c2 .reference .text-wrapper p{
	font: 12px/15px Arial;
	margin:0;
}
.content.c2 .reference .text-wrapper .read-more{
	color: #343434;
	text-decoration: none;
	display: block;
	text-align: right;
	font: 12px/15px Arial;
	margin: 5px 0 0;
}
/* End C2
--------------------------------------------------------------------------------------------------*/
/* =C3
--------------------------------------------------------------------------------------------------*/
.content.c3 h2{
	font: 300 24px/24px 'Roboto Condensed';
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	margin: 0 0 50px 0;
	text-align: center;
	padding: 30px 0;
}
.content.c3 h2 span{
	font: italic 24px/24px 'Roboto Condensed';
	text-transform: uppercase;
}
.content.c3 .img{
	float: left;
	margin: 0 40px 0 0;
	max-width: 605px;
}
.content.c3 .text-wrapper{
	float: right;
	width: 460px;
}
.content.c3 h3{
	font: 300 30px/32px 'Roboto Condensed';
	margin: 0 0 20px 0;
}
.content.c3 p{
	font: 300 18px/31px 'Roboto Condensed';
	margin: 0 0 10px 0;
}
.content.c3 .read-more{
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font: 300 14px/14px 'Roboto Condensed';
	background: #313131;
}
/* End C3
--------------------------------------------------------------------------------------------------*/
/* =C4
--------------------------------------------------------------------------------------------------*/

/*Activities*/
.content.c4 .activities{
	overflow: hidden;
}
.content.c4 .activities .img-wrapper{
	float: left;
	width: 580px;
	margin: 0 60px 0 0;
}
.content.c4 .activities .text-wrapper{
	overflow: hidden;
}
.content.c4 .activities .text-wrapper h3{
	font: 300 24px/24px 'Roboto Condensed';
	margin: 0 0 20px 0;
}
.content.c4 .activities .video-wrapper{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin-bottom: 1em;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*Neighborhood & Food*/
.content.c4 .lead{
		margin: 0 0 60px 0;
}
.content.c4 .food-wrapper{
	overflow: hidden;
}
.content.c4 .food-wrapper .food-l{
	float: left;
	width: 50%;
	padding-right: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.content.c4 .food-wrapper .food-r{
	float: right;
	width: 50%;
	padding-left: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.content.c4 .food-wrapper .img-wrapper{
	margin: 0 0 15px 0;
}
.content.c4 .food-wrapper .img-wrapper img{
	width: 100%;
	max-width: 500px;
}
.content.c4 .food-wrapper .text-wrapper{
	overflow: hidden;
}
.content.c4 .food-wrapper .text-wrapper img{
	float: left;
	margin: 0 25px 0 0;
}
.content.c4 .food-wrapper .text-wrapper a{
	font: 300 24px/24px 'Roboto Condensed';
	color: #303030;
	margin: 0 0 10px 0;
	display: block;
}
.content.c4 .food-wrapper .text-wrapper span{
	display: block;
}

/* Rates*/
.content.c4 .rates-wrapper{
	max-width: 	755px;
	margin: 40px auto 0 auto;
}
.content.c4 .header{
	border: 1px solid #cdcdcd;
}
.content.c4 .rates{
	width: 100%;
	margin: 0;
}
.content.c4 .rates .spacer{
	height: 5px;
	background: none;
	padding: 0;
}
.content.c4 .rates th{
	background: #dcdcdc;
	padding: 9px 10px;
	color: #4f4f4f;
	text-align: left;
}
.content.c4 .rates td{
	background: #fdfdfd;
	padding: 9px 10px;
}
.content.c4 .rates tr:hover td{
	background: #fbfafa;
}

/*Services*/
.content.c4 .services{
	overflow: hidden;
}
.content.c4 .services .img-wrapper{
	float: right;
	margin: 0 0 0 60px;
	width: 580px;
}
.content.c4 .services .img-wrapper img{
	max-width: 	540px;
}
.content.c4 .services .text-wrapper{
	overflow: hidden;
}
.content.c4 .services .video-wrapper{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin-bottom: 1em;
}

/*Team*/
.team-wrapper h3{
	font: italic 18px/20px 'Roboto Condensed';
	text-align: center;
	color: #383838;
}
.team-list{
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin: 0 !important;
}
.team-list li{
	background: #f1f0e6;
	border: 1px solid #c5c5bc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	padding: 16px 22px;
	margin: 0 -2px 23px 60px;
	max-width: 308px;
}
.team-list li:first-child{
	margin-left: 0;
}
.team-list li img{
	margin: 0 0 10px 0;
}
.team-list li span{
	display: block;
	color: #094eb6;
	text-align: center;
	font: 40px/40px 'AlwaysForever';
}
.team-list li span.state{
	font-size: 32px;
}

/*Pinterest*/
.pintrest{
	text-align: center;
}
.pintrest span{
	max-width: 770px;
	width: 99%;
	overflow: hidden;
}

/*Videos*/
.content .videos{
	list-style: none;
	margin: 0;
}
.content .videos li{
	float: left;
	margin: 0 20px 20px 0;
}

/*Gallery*/
.gallery{

}
.gallery ul{
	list-style: none;
	margin: 0;
}
.gallery ul li{
	float: left;
	width: 33.33%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 32px 0;
}
.gallery img{
	 border: 6px solid #FFFFFF;
}
.gallery a{
	text-decoration: none;
	font-size: 14px;
}
.gallery.detail li{
	width: 20%;
	padding-left: 38px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

/* End C4
--------------------------------------------------------------------------------------------------*/
/* =Forms
--------------------------------------------------------------------------------------------------*/
.form-wrapper .dem_meldung{
	color: red;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 12px;
	margin: 0;
}
.form-wrapper .form-row{
	overflow: hidden;
	margin: 0 0 10px;
}
.form-wrapper .form-row.left{
	width: 50%;
	float: left;
}
.form-wrapper .form-row.right{
	width: 50%;
	float: left;
}
.form-wrapper .form-row .form-row{
	margin: 0;
}
.form-wrapper label{
	float: left;
	width: 140px;
	margin: 0 0 10px 0;
}
.form-wrapper .form_element{
	height: 30px;
	line-height: 30px;
	float: left;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	padding: 0 5px;
}
.form-wrapper .form_bg_color_false{
	border: 1px solid red;
}
.form-wrapper textarea.form_element{
	height: 100px;
	resize: none;
}
.form-wrapper select.form_element{
	width: 212px;
	padding: 5px;
}
.form-wrapper .checkbox input{
	float: left;
	margin: 0 10px 0 0;
}
.btn{
	background: url(/demandit/files/M_A09E1CC4DCE214C2FB2/dms/Image/button-bg.png) repeat-x;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	color: #555555;
	padding: 0 13px;
	margin: 10px 0 0 0;
}

/* End Forms
--------------------------------------------------------------------------------------------------*/
/* =Footer
--------------------------------------------------------------------------------------------------*/
#footer{
	background: #272727;
	padding: 56px 0 98px;
}
#footer .footer-holder{
	max-width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .footer-row1{
	width: 260px;
	float: left;
	margin: 0 105px 0 0;
}
#footer .footer-row1 span a{
	text-transform: uppercase;
	font: 300 18px/18px 'Roboto Condensed';
}
#footer .footer-row2{
	width: 165px;
	float: left;
	margin: 0 80px 0 0;
}
#footer .footer-row2 span a{
	font: 300 16px/18px 'Roboto Condensed';
}
#footer .footer-row3{
	width: 132px;
	float: left;
}
#footer .footer-row3 ul{
	list-style: none;
}
#footer .footer-row3 ul li{
	float: left;
	margin: 0 22px 22px 0;
}
/* End Footer
--------------------------------------------------------------------------------------------------*/
/* =Media Queries
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
	.header-holder{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.content, #footer .footer-holder{
		padding: 0 20px;
	}
	.content.c2 .references-list li{
		display: block;
	}
	.content.c2 .reference .text-wrapper{
		float: none;
		overflow: hidden;
		width: auto;
	}
}
@media only screen and (max-width: 1100px) {
	.content.c3 .img{
		float: none;
		margin: 0 0 20px;
	}
	.content.c3 .text-wrapper{
		float: none;
		width: 100%;
	}
	.features{
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	.header-holder .logo{
		float: none;
	}
	#lang-selector{
		position: absolute;
		top: 0;
		right: 20px;
	}

	.visual-subpage{
		display: none;
	}
	.content.c4 .activities .img-wrapper{
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
	.content.c4 .activities .text-wrapper{
		float: none;
	}
}
@media only screen and (max-width: 850px) {
	.camp{
		float: none;
		width: 100%;
	}
	.content.c4 .services .img-wrapper{
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}
	.content.c4 .services .img-wrapper img{
		width: 100%;
	}
	.content.c4 .services .text-wrapper{
		float: none;
	}
	.content.c3 .img{
		width: 100%;
	}
}
@media only screen and (max-width: 780px) {
	.content.c4 .team-list li{
		margin-left: 0;
	}
	.form-wrapper .form-row.left,
	.form-wrapper .form-row.right{
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
}
@media only screen and (max-width: 650px) {
	#lang-selector{
		position: relative;
		margin: 0;
		right: auto;
		top: auto;
	}
	#main-nav{
		float: none;
		display: none;
	}
	#mobile-nav-opener{
		display: inline-block;
	}
	#mobile-nav{
		display: none;
	}
	.camp .text-wrapper img{
		float: none;
		margin-right: 0;
	}
	.content.c2 .references-list{
		margin: 0;
	}
	.content.c2 .references-list li{
		margin: 0 0 20px 0;
		width: 100%;
	}
	.content.c2 .reference .img-wrapper{
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.content.c2 .reference .text-wrapper{
		width: auto;
	}
	.content.c4 .activities .img-wrapper img{
		width: 100%;
	}
	.content.c4 .food-wrapper .food-l,
	.content.c4 .food-wrapper .food-r{
		float: none;
		width: 100%;
		padding: 0;
	}
	.content.c4 .food-wrapper .food-l{
		margin: 0 0 20px;
	}
	.content.c4 .food-wrapper .text-wrapper img{
		display: none;
	}
	.content.c4 .food-wrapper .text-wrapper span{
		display: none;
	}
	#footer .footer-row1{
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 450px) {
	.visual .visual-teaser{
		display: none;
	}
	.features .img-wrapper img{
		margin: 0 0 20px 0;
	}
	.camp .text-wrapper img{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.team-list li{
		margin-right: 0;
	}
	.team-list li img{
		width: 100%;
	}
	.form-wrapper .form_element{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-row.button label{
		width: 0;
	}
}
