/*
Theme Name: Furtnerlifte
Theme URI: http://www.amstein.at
Description: Main Theme for furtnerlifte.at
Version: 1.0
Author: Bernhard Stranz
Author URI: http://www.amstein.at
*/

@charset "UTF-8";

/* ====================================================================== */
/* IMPORT RELEVANTE STYLESHEETS */
/* ====================================================================== */

@import url("css/fonts.css");
@import url("css/font-awesome.min.css");
@import url("css/jquery.mmenu.all.css");
/*
@import url("css/jquery.fancybox.css");
@import url("css/uni-form.css");
*/
/* ====================================================================== */
/* RESETS */
/* ====================================================================== */

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}:focus{outline:0}
/* ====================================================================== */
/* STYLES */
/* ====================================================================== */
html {
	position:relative;
	min-height: 100%;
 }
body {
	font-family: "Nexa-Light","Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:16px;
	margin: 0 0 150px; /* bottom = footer Höhe! */
	font-weight:normal;
	color:#535353;
	line-height:140%;
	background:#eae4dd;
}

a {
    color:#957955;
 	text-decoration:none;
    -o-transition: color 0.5s linear;
    -ms-transition: color 0.5s linear;
	-moz-transition: color .5s linear;
	-webkit-transition: color .5s linear;
}

a:hover {
	text-decoration:underline;
	transition: color .25s linear;
}
a[href^="http://"]:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: none;
	padding-left: 3px;
	font-size:10px;
}
a[href^="http://d26955.ispservices.at"]:after, a[href^="http://furtnerlifte.at"]:after, a[href^="http://www.furtnerlifte.at"]:after, #map_canvas a:after, a.no_icon:after {
	content:"" !important;
	padding-left: 0;
}


/* ====================================================================== */
/* PAGE */
/* ====================================================================== */

#wrap {
	margin:0 auto;
}

header {
	position:relative;
	width:100%;
	height:420px;
	min-height:420px;
	/*background:url("img/header-001.jpg") no-repeat scroll 0 0;
	background-size:cover;*/
	padding-top:30px;
	padding-bottom:40px;
}

#header-galerie {
	position:absolute !important;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 450px;
	overflow: hidden;
	width:100%;
}

#header-galerie img {width:100%;height:auto !important;position:absolute !important;}

section {
	position:relative;
	min-width:975px;
}
/* ====================================================================== */
/* NAVIGATION */
/* ====================================================================== */
.logo a{
    width:180px;
    height:200px;
    display: block;
    margin: auto;
    text-indent:-9999px;
    background:#000;
	background:transparent url("img/header-logo@2x.png") no-repeat scroll center -20px;
	background-size: 180px 200px;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
	-moz-transition: background .2s linear;
	-webkit-transition: background .2s linear;
}
nav#main ul li.logo{
    width:180px;
    height:200px;
    margin:0 30px;
}
nav#main ul li.logo a {
    position:absolute;
    top:-30px;
	padding:0;
}

/* #main-sticky-wrapper.is-sticky nav#main ul li.logo {position:relative;margin-top:-30px;} */

#main-sticky-wrapper {position:relative;z-index:9;}

#main-sticky-wrapper.hey nav#main {/*background:#fff;*/z-index:10;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4/xQAAuYB5e33aXgAAAAASUVORK5CYII=); }
#main-sticky-wrapper.hey nav#main ul li.logo a {background:transparent url("img/header-logo@2x.png") no-repeat scroll center -0px;background-size:180px 200px;}

nav#main {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4PxMAApoBmTi3amgAAAAASUVORK5CYII=);
	height:90px;
	width:100%;
	position:relative;
	}
nav#main ul {
	padding-top:30px;
	list-style-type:none;
	width:975px;
	margin:0 auto;
}
nav#main ul li {
    float: left;
    margin-right: 30px;
}

nav#main ul li:last-child, nav#main ul li:nth-child(3) {
	margin-right:0;
}

nav#main ul li a {
    display: block;
    font-family: "Nexa-Bold","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.5px;

	display: inline-block;
    position: relative;
	}


nav#main ul li.current-menu-item {}


nav#main ul li a:hover, nav#main ul li.current-menu-item a, nav#main ul li.current-page-ancestor a {color:#303030;text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);}
nav#main ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
	}

nav#main ul li.current-menu-item:not(.logo) a:after, nav#main ul li:not(.logo) a:hover:after {
    width: 100%;
    background: #303030;
	margin-top:10px;
}



/*
nav#main ul li a:hover, nav#main ul li.current-menu-item a, nav#main ul li.current-page-ancestor a {color:#fff;background:#957955;text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);}
nav#main ul li.current-menu-item a::before, nav#main ul li.current-menu-item a::after, nav#main ul li:not(.logo) a:hover::after, nav#main ul li:not(.logo) a:hover::before{
    content: "";
    border-style: solid;
    border-width: 0px;
    height: 0px;
    position: absolute;
    width: 0px;
}


nav#main ul li.current-menu-item a:before, nav#main ul li:not(.logo) a:hover:before {
	border-color: #957955 #957955 #957955 transparent;
	border-width: 18px;
	left: -26px;
}
nav#main ul li.current-menu-item a:after, nav#main ul li:not(.logo) a:hover:after {
	border-color: #957955 transparent #957955 #957955;
	border-width: 18px;
	right: -26px;
}

nav#main ul li.current-menu-item a:before, nav#main ul li.current-menu-item a:after, nav#main ul li:not(.logo) a:after, nav#main ul li:not(.logo) a:before {
    top: 0px;
}
*/

/* ====================================================================== */
/* LANG-NAVIGATION */
/* ====================================================================== */
nav#lang-nav {padding-top:12px;margin-left:20px;float: left;font-size: 12px; line-height: 12px;color:#448FAE;}
nav#lang-nav ul {
	list-style-type:none;
}


nav#lang-nav ul li:after { content: "|"; padding: 0 .5em; color:#9ec0d0;}
nav#lang-nav ul li:last-child:after { content:"";}
nav#lang-nav ul li {
    float: left;
    margin-right: 0px;
}

nav#lang-nav ul li:last-child {
	margin-right:0;
}

nav#lang-nav ul li a {
    display: inline-block;
    font-family: "DINWeb","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 12px;
    line-height: 12px;
	color:#9ec0d0;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.5px;
}

nav#lang-nav ul li a:hover {color:#448FAE;}

.responsiveLanguage {
    display: block;
	font-weight:bold;
    font-size: 10px;
	color:#FFF;
	text-transform:uppercase;
	position:relative;
}


/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */

article {
/*
	position:absolute;
	left:280px;
	top:50px;
*/
	margin:0 auto;
}

article p {
	margin: 10px 0 10px 0;
}


.article-content {
	/* margin:0 15px; VISUAL COMPOSER ISSUE */
	margin:0 auto;
	width:990px;
}

aside {
	position:absolute;
	left:810px;
	top:230px;
	width:200px;
}

.entry {border-bottom:1px solid #cabcaa;padding:20px 0;}
.entry:first-child {padding-top:0px !important;}

h1, h2, h3, h4 {
	font-family: "Nexa-Bold","Lucida Sans Unicode","Lucida Grande",sans-serif;
	color:#957955;
	font-weight:normal;
	letter-spacing:0.02em;
    text-transform: uppercase;
}

h1:first-of-type {margin-top:0;}
h1 {
	margin:30px 0 10px 0;
	font-size:25px;
	line-height:25px;
}
h2, h2 a {
	margin:0 0 10px 0;
	font-size:28px;
	line-height:28px;
	font-family:"StayGold", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
}
h3, h3 a {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:18px;
}
h4, h4 a {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:16px;
	}


/* ====================================================================== */
/* FOOTER */
/* ====================================================================== */

footer { position: absolute;left: 0;bottom: 0;width:100%;height:120px;background:#303030;}
.footer-content {width:975px;height:100px;margin:0 auto; padding:20px 20px 0px 20px;color:#938c89;font-size:12px;line-height:16px;}
.footer-content a {color:#938c89;text-decoration:none;}
.footer-content h6 {text-transform:uppercase;font-weight:bold;margin-bottom:10px;}
.footer-content .impressum {text-transform:uppercase;}
.footer-content .fb {margin-left:15px;font-size:20px;margin-top:-5px;display:block;}
.footer-content a:hover {color:#fff;}


/* ====================================================================== */
/* SONSTIGES */
/* ====================================================================== */
article ul li, aside ul li {
	margin: 0 0 0 15px;
}

article ul li:not(.vc_tta-tab):before, aside ul li:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 5px 0 -10px;
	vertical-align: middle;
}

ul.dlm-downloads li { margin:0;}
ul.dlm-downloads li:before {content:"";margin:0;}


.lft {float:left;}
.rgt {float:right;}
.trigger {cursor:pointer;}

hr {
    display: block;
    height: 1px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #CCC -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 10px 0px 20px;
    padding: 0px;
}

a[href$=".pdf"]::before, a[href$=".PDF"]::before {
    font-family: "FontAwesome";
    content: "\f1c1";
    margin: 0px 5px 0px 0px;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

a[href$=".doc"]::before, a[href$=".docx"]::before, a[href$=".DOC"]::before, a[href$=".DOCX"]::before, {
    font-family: "FontAwesome";
    content: "\f1c2";
    margin: 0px 5px 0px 0px;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

a[href$=".xls"]::before, a[href$=".XLS"]::before, a[href$=".XLSX"]::before, a[href$=".xlsx"]::before, {
    font-family: "FontAwesome";
    content: "\f1c3";
    margin: 0px 5px 0px 0px;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

#map_canvas {width:100%;height:400px;position:absolute !important;top:0;}
#map_mobile {display:none;}

/* ====================================================================== */
/* TABLES */
/* ====================================================================== */

.parameter {width:100%;border-collapse:collapse;}
table.parameter tbody tr  {border-bottom:1px solid #ccc;padding:10px 0 10px 0;display:block;}
table.parameter td {vertical-align: top;}
table.parameter tr td:first-child {width:220px;font-weight: bold;}
.parameter tr:hover {
    background: none repeat scroll 0 0 #e2eef2;
    color: #0068a7;
}

/* ====================================================================== */
/* PREISE */
/* ====================================================================== */

.preise, .liftpreise {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
	margin-bottom:20px;
}
.preise th, .liftpreise th {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 15px;
}
.preise td, .liftpreise td {
    border-top: 1px solid #fff;
    padding: 5px 10px;
	vertical-align:top;
	width:100%;
}
/*
.liftpreise td {width:39%;}
.liftpreise td:nth-child(1) {}
.liftpreise td:nth-child(2) {}
.liftpreise td:nth-child(3) {}
*/

.liftpreise td {
	width:25%;
}

.liftpreise td.hl:nth-child(1) {
	width:50%;
}

.liftpreise td:nth-child(1) {
	padding-left:0px;
}


.preise td:nth-child(2), .preise td:nth-child(3), .preise td:nth-child(4), .preise td:nth-child(5), .preise td:nth-child(6),
.liftpreise td:nth-child(2), .liftpreise td:nth-child(3), .liftpreise td:nth-child(4), .liftpreise td:nth-child(5), .liftpreise td:nth-child(6) {
	text-align:right;
    font-size: 14px;
}

.liftpreise td:nth-child(2), .liftpreise td:nth-child(3), .liftpreise td:nth-child(4), .liftpreise td:nth-child(5), .liftpreise td:nth-child(6) {
	font-size:inherit;
}

.liftpreise td.hl {
    background-color: #8C9CB3;
    color: #ffffff;
	font-weight:bold;
}
.liftpreise td.hl h3, .liftpreise td.hl {
    font-size: 16px;
    margin: 0;
	color:#fff !important;
	font-family: "Nexa-Bold","Lucida Sans Unicode","Lucida Grande",sans-serif;
    text-transform: uppercase;
	font-weight:normal;
}
.preise td.noborder, .liftpreise td.noborder {
    border-top: medium none;
    padding: 5px 10px;
	vertical-align:middle;
}

.preise td.noborder:nth-child(2), .preise td.noborder:nth-child(3), .preise td.noborder:nth-child(4), .preise td.noborder:nth-child(5), .preise td.noborder:nth-child(6),
.liftpreise td.noborder:nth-child(2), .liftpreise td.noborder:nth-child(3), .liftpreise td.noborder:nth-child(4), .liftpreise td.noborder:nth-child(5), .liftpreise td.noborder:nth-child(6)
    {
	vertical-align:top;
}

.preise td.noborder h4, .preise td.noborder sup, .liftpreise td.noborder h4, .liftpreise td.noborder sup {
    display: inline-block;
	font-weight:normal;
	font-size:14px;
}


.tooltip{
    display: inline;
    position: relative;
	text-decoration:none !important;
	line-height:18px;
}

.tooltip:hover:after{
    background: #77b6e3;
    background: rgba(119, 182, 227, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	font-size:12px;
}

.tooltip:hover:before{
    border: solid;
    border-color: #77b6e3 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}



/*
.termine_date {min-width:130px;font-weight:bold;color:#0066B3;}
.termine_date:not(:empty):before {	content: "\f133";font-family: FontAwesome;font-weight: normal;font-style: normal;display: inline-block;text-decoration: none;margin-right: 10px;font-size:10px;color:#5581A7;}
.termine_time {min-width:120px;font-weight:bold;color:#0066B3;}
.termine_time:not(:empty)::before {	content: "\f017";font-family: FontAwesome;font-weight: normal;font-style: normal;display: inline-block;text-decoration: none;margin-right: 5px;font-size:10px;color:#5581A7;}
.termine_desc {vertical-align:top;padding-left:20px;}
*/

/* ====================================================================== */
/* FORMS */
/* ====================================================================== */

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
 color: #6e6e6e;
}
/*
.uniForm label,
.wpcf7-form label {
	display:none !important;
}
*/
.wpcf7-form span.vorname input, .wpcf7-form span.nachname input, .wpcf7-form .plz input, .wpcf7-form .strasse_nr input, .wpcf7-form .telefon input, .wpcf7-form .email input {
	width:43%;
}

.page-id-708 .wpcf7-form .email input {width:94%;}

.wpcf7-form span.vorname input, .wpcf7-form span.telefon input, .wpcf7-form span.strasse input  {margin-right:10px;}
.wpcf7-form span.firma input { width: 94%;}
.wpcf7-form .nachricht textarea {width:94%;}
.wpcf7-form span.strasse_nr input {width:9%;float:left;}
.wpcf7-form span.datum input, .wpcf7-form span.datum_von input  {width:43%;float:left;margin-right:10px;}
.wpcf7-form span.uhrzeit input, .wpcf7-form span.datum_bis input {width:41%;float:left;}
.wpcf7-form span.plz input {width:9%;margin-right:10px;}
.wpcf7-form span.strasse input, .wpcf7-form span.wohnort input {width:79%;}
.wpcf7-form span.captcha-690 input {width:15%;}
.wpcf7-form img.wpcf7-form-control {margin:5px 10px 0 10px;}



.wpcf7-not-valid {
	border:1px solid red !important;
}

.wpcf7-validation-errors {
 	border:0 !important;
	color:#E31818;
	padding:0 !important;
	margin:0;
}

.wpcf7-validation-errors:before {
	font-family: 'FontAwesome';
	content: '\f071';
	margin:0 5px 0 0px;
	vertical-align: middle;
	font-size:14px;
}

.wpcf7-response-output {
	margin-top:0 !important;
}

.wpcf7-not-valid-tip {display:none !important;}

.wpcf7-form select,
.uniForm select {
	background-color: #FFFFFF;
	border: 1px solid #9EC0D0;
	line-height: 30px;
	display: inline-block;
	line-height: 20px;
	padding: 8px 6px !important;
	vertical-align: middle;
	color:#333;
}
.wpcf7-form select option,
.uniForm select option {
	color:#666
}


.wpcf7-form select[multiple] {
height: auto;
}

.wpcf7-form select[multiple] option {
padding:10px;
}

.wpcf7-form select[multiple] option:checked,
.uniForm select[multiple] option:checked,
{
color:#448FAE;
font-weight:bold;
}


.wpcf7-form select.error,
.uniForm select.error {
	border:1px solid #9C0E12;
}
.wpcf7-form .textInput,
.uniForm .textInput {
	border: 1px solid #9EC0D0;
	padding:8px 12px;
	color:#333;
}
.wpcf7-form .error,
.uniForm .error {
	background:none;
	border: 1px solid #ff0000;
}
.wpcf7-form .ctrlHolder .textInput:focus,
.uniForm .ctrlHolder .textInput:focus {
	outline: none;
	border: 1px solid #0069A4;
	transition: border .25s ease-in-out;
	-moz-transition: border .25s ease-in-out;
	-webkit-transition: border .25s ease-in-out;
/* Get rid of the 'glow' effect in WebKit */ }
.wpcf7-form label em, .wpcf7-form .label em, .wpcf7-form .blockLabels label em, .wpcf7-form .blockLabels .label em,
.uniForm label em, .uniForm .label em, .uniForm .blockLabels label em, .uniForm .blockLabels .label em {
	left: -15px;
}

.button-small, .btn-primary, #searchsubmit {
	color: #fff !important;
	word-spacing: 0.25em;
	text-transform: uppercase;
	font-weight:normal;
	border: none;
    border-radius: 0;
	line-height: 22px;
	padding: 6px 12px 5px;
	text-align: center;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 18px;
	text-decoration: none;
	cursor:pointer;
	background:#957955;
	font-size: 14px;
	text-shadow: none;
	-webkit-appearance: none;
}

 #searchsubmit {padding:0px 5px 0px;}

.button-small:visited {
}
.button-small:active {
}
.button-small:hover, .btn-primary:hover {
	text-decoration: none;
	background-color:#9EC0D0;
	font-weight:normal;
	transition: background .25s linear;
	-moz-transition: background .25s linear;
	-webkit-transition: background .25s linear;
}

.button-small.wide {width:100%;}


#map-route .button-small {
	margin-bottom:0;
	padding: 3px 6px 2px;
}

.pp_pic_holder .ppt {display:none !important;}

.webcam {width:100%;height:auto;}

/* ====================================================================== */
/* WORDPRESS */
/* ====================================================================== */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption.alignright {padding: 0 0 20px 20px;}


/* GASTHAUS */
.page-id-6 h1,
.page-id-6 h2,
.page-id-6 h3,
.page-id-6 h4,
.page-id-6 h5,
.page-id-6 article a {color:#8b7578 !important;}
body.page-id-6 {background:#e5e0e1;}


/* CAMPEN */
.page-id-10 h1,
.page-id-10 h2,
.page-id-10 h3,
.page-id-10 h4,
.page-id-10 h5,
.page-id-10 article a {color:#a8b185;};
body.page-id-10 {background:#eeefe7;}

/* SCHILIFTE */
.page-id-8 h1,
.page-id-8 h2,
.page-id-8 h3,
.page-id-8 h4,
.page-id-8 h5,
.page-id-8 article ul li:not(.vc_tta-tab):before,
.page-id-8 aside ul li:before,
.page-id-8 article a {color:#8c9cb3 !important;}
body.page-id-8 {background:#e9e8e6;}


/* ====================================================================== */
/* VISUAL COMPOSER */
/* ====================================================================== */
.boxed {}

.vc_separator.vc_separator_align_center h4 {font-size:35px;}
.vc_separator {padding-bottom:20px;}
.vc_separator:after {position: absolute;text-align: center;width: 20px;left: 48%;top: 40px;content:"";width:32px;height:32px;display:block;}
.vc_separator.campen:after {background:url("img/icon-separator-campen.png") no-repeat scroll 0 0;}
.vc_separator.schilifte:after {background:url("img/icon-separator-schilifte.png") no-repeat scroll 0 0;}
.vc_separator.allgemein:after {background:url("img/icon-separator.png") no-repeat scroll 0 0;height:25px;}
.vc_separator.gasthaus:after {background:url("img/icon-separator-gasthaus.png") no-repeat scroll 0 0;}
.vc_separator.region:after {background:url("img/icon-separator-region.png") no-repeat scroll 0 0;}
.vc_custom_1448445374909 {min-height:350px !important;}


h2.wpb_singleimage_heading {color:#fff !important;}
.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {border:0 !important;}



/* ====================================================================== */
/* MOBILE VERSION */
/* ====================================================================== */
@media only screen and (max-width: 568px) {
/*
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
*/

html, body {-webkit-text-size-adjust:100%;margin:0 0 130px; }
body {font-size:110%;margin-bottom:0;}
#wrap, header, .header-image, section, article, article.full, aside, aside img, footer {width:100%;min-width:inherit;}
section, article, aside {display:block !important;padding:0;}
aside img {width:100%;height:auto;}

header {padding-top:0;height:auto;}
#header-galerie {
	z-index:1;height:inherit;min-height: 100%;position: relative !important;top: inherit;left: inherit;overflow: visible;
}

#header-galerie, #header-galerie img{width:100% !important;height:inherit;}
#map_canvas {position:relative !important;}
#map_mobile {display:none;}
#map_mobile img {width:100%;height:auto;}


.uniForm .blockLabels .ctrlHolder {padding:0;}
.uniForm .textInput, .uniForm select {width:95% !important;float:none !important;margin:10px 0;}


.preise {
    width: 100%;
}

.gallery .gallery-item {
	float: none;
	margin-top: 10px;
	text-align: left;
	width: 100%;
}
.gallery img {
	border: 0;
	width:100%;
	height:auto;
}
.gallery .gallery-caption {
	margin-left: 0;
}


.article-content {padding:20px;width:auto;}
.article-content img {width:100%;height:auto;}

.wpb_column {padding-bottom:40px;}

h4.vc_tta-panel-title a span {font-size:16px !important;}
.vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {margin:0 auto;}
.wpb_text_column.wpb_content_element img {float:none !important;}
.wpb_text_column.wpb_content_element .wpb_wrapper h3 {margin-top:20px;}
.vc_sep_width_60 {width:100% !important;}

#menu-responsive {
    background:#957955;
    color: #FFF;
    cursor: pointer;
    display: block;
    height: 50px;
    width: 100%;
}

    #menu-responsive a {
	font-family: 'Nexa', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#fff;
    text-decoration:none;
    padding: 15px 0 0 35px;
    display:block;
    height:35px;
	text-align:left;
	font-weight:normal;
	font-size:24px;
	text-transform:uppercase;
    }

	#menu-responsive a:before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	margin:0 5px 0 -15px;
	vertical-align: top;
	font-size:22px;
	}

nav#main {background:none;height:auto;width:100%;position:inherit;}
nav#main ul {width:120px;padding-top:0;}
nav#main ul li:not(.logo) {display:none;}
/*
nav#main ul li.logo {margin:0;float:none;}
nav#main ul li.logo a {top:50px;}
*/

nav#main ul li.logo {margin:0;float:none;position: absolute;z-index: 20;top: 0px;}
nav#main ul li.logo a {top:inherit;}

    /* CSS for high-resolution devices */
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
	    nav#main ul li.logo a {
            background:transparent url("img/header-logo@2x.png") no-repeat scroll 0 0;
			background-size: 120px 133px;
			width: 120px;
			height:133px;
        }
    }

nav#lang {display:none;}

form.wpcf7-form {width:95%;}
form.wpcf7-form .wpcf7-captchac {width:inherit !important;}


.mm-ismenu { font-family: 'Nexa', "Lucida Sans Unicode", "Lucida Grande", sans-serif;text-transform:uppercase;background: #957955; color: rgba(0, 0, 0, 1);}
.mm-list {font-size:16px;}
.mm-list a.mm-subopen:before {border-left-width:0;}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before { border-color: rgba(0, 0, 0, 1);border-color:#71afe0;bottom:45%;}
.mm-menu .mm-list > li:after {border-color:#eaf5fb;}
.mm-list > li > a, .mm-list > li > span {color:#FFF;}
.mm-list a.mm-subclose {padding-top:20px;background:none !important;color:#71afe0 !important;font-weight:normal;font-size:19px;}
.mm-list a.mm-subclose:before { margin-bottom: -7px;}

.mm-menu .sub-menu {display:block !important;position:inherit !important;}
.mm-menu .mm-opened {}
#mm-main .logo {display:none;}



footer {position:inherit; height:auto;}
.footer-content {height:150px;font-size:16px;line-height: 20px;}
.footer-content {padding:20px;width:auto;}
.footer-content h3 {font-size:20px;line-height:24px;}
.footer-content a.rgt {float:none;display:block;margin-top:10px;}
.footer-content a.fb {margin-left:0;}
}
