@charset "utf-8";
/*
 * Content
 * =======
 * 01. Core Setup
 * 02. Header
 * 03. Navigation
 * 04. Content
 * 05. Responsive
 * 06. jScrollPane
 */

/*
 * 01. Core Setup
 */
/* CSS Document */
/*************************************************** CSS RESET ***********************/
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
/* end of reset */

body {
	font-family: HelveticaNeueLT-Light;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
strong {
	font-family: HelveticaNeueLT-Bold;
	font-weight: normal;
	font-style: normal;
}
.inner {
	margin: 0 auto;
	width: 1024px;
	height: 100%;
	/*border-left: 25px solid #EFEFEF;
	border-right: 25px solid #EFEFEF;
	border-image:none;*/
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	-webkit-border-image: url(../images/bg_shadow.png) 10 repeat;
	-webkit-border-image: url(../images/bg_shadow.png) 10 repeat;
	border-image: url(../images/bg_shadow.png) 25% repeat;
}
  
::-webkit-scrollbar-track {
 background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
 background-color: #7c2929;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
 background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
/*
 * 02. Header
 */
 .slicknav_menu {
	display: none;
}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
header img {
	margin: 18px 0px 0px 30px;
	float: left;
}
.headerText {
	float: right;
	margin: 45px 35px 25px 0px;
	text-align: right;
}
.headerText span {
	font-size: 18px;
	line-height: 20px;
	color: #ad9d77;
}
/*
 * 03. Navigation
 */

nav {
	width: 100%;
	min-height: 30px;
	clear: both;
}
nav ul {
	border-top: 1px solid #ad9d77;
}
nav ul li {
	width: 256px;
	border-bottom: 1px solid #ad9d77;
	float: left;
	height: 30px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
}
nav ul li ul {
	display: none;
}
nav ul li:hover ul {
	display: block;
	z-index: 20;
	position: absolute;
	top: 30px;
	min-height: 30px;
}
nav ul li a {
	display: block;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #ad9d77;
	text-decoration: none;
	font-size: 16px;
	font-family: HelveticaNeueLT-Bold;
}
/*
 * 04. Content
 */
.content {
	width: 100%;
	position: fixed;
	left: 0;
	top: 160px;
	bottom: 40px;
	z-index: 50;
}
.content .inner {
	overflow-y: auto;
	scrollbar-face-color: #dfceb9;
}
.slideable {
	cursor: pointer;
}
article {
	padding: 55px 225px 30px 200px;
}
.quotation {
	font-size: 50px;
	line-height: 65px;
	color: #FFF;
	font-family: HelveticaNeueLT-Light;
}
.quotationAuthor {
	font-size: 22px;
	line-height: 27px;
	text-align: right;
	color: #FFF;
	font-family: HelveticaNeueLT-Light;
	margin-top: 10px;
	margin-right: 140px;
}
.footerNaviWhite {
	float: right;
	margin-top: 380px;
}
.footerNaviWhite a {
	color: #FFF !important;
	text-transform: uppercase;
	margin-left: 30px;
	font-size: 10px;
}
.footerNaviWhite a:hover, .footerNaviWhite a:focus {
	color: #ad9d77 !important;
	text-decoration: none !important;
}
footer {
	width: 100%;
	position: absolute;
	height: 40px;
	bottom: 0px;
}
footer a {
	float: right;
	color: #ad9d77 !important;
	text-transform: uppercase;
	margin-right: 35px;
	font-size: 10px;
	margin-top: 15px;
}
footer a:hover, footer a:focus {
	color: #dfceb9 !important;
}
form, form table {
	width: 580px;
}
form td {
	height: 38px;
}
form input {
	height: 24px;
	background-color: #f6f2eb;
	border: solid 1px #ad9d77;
}
form textarea {
	height: 50px;
	background-color: #f6f2eb;
	resize: none;
	margin-top: 2px;
	overflow: hidden;
}
form table td {
	line-height: 38px;
	vertical-align: middle;
}
 form table td:last {
 vertical-align:top;
}
form table input[type=submit] {
	background-color: #ad9d77;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	height: 34px;
	line-height: 28px;
	vertical-align: middle;
}
form table input[type=submit]:hover, form table input[type=submit]:focus {
	background-color: #f6f2eb;
	color: #ad9d77;
	cursor: pointer;
}
/* HTML STYLING */

article h1, article h1 a {
	font-family: HelveticaNeueLT-Light;
	font-weight: normal;
	font-size: 50px;
	line-height: 65px;
	color: #ad9d77;
	margin: 0 0 15px 0 !important;
}
article h2 {
	font-family: HelveticaNeueLT-Light;
	font-weight: normal;
	font-size: 26px;
	line-height: 31px;
	color: #000;
	margin: 0 0 15px 0;
}
article h3 {
	font-family: HelveticaNeueLT-Light;
	font-weight: normal;
	font-size: 22px;
	color: #ad9d77;
	margin: 0 0 12px 0;
}
article h4 {
	font-family: HelveticaNeueLT-Light;
	font-weight: normal;
	font-size: 22px;
	color: #000;
	margin: 0 0 12px 0;
}
article p, article td, article th, article li, article a {
	color: #000;
	line-height: 21px;
	margin: 0 0 12px 0;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
article td, article th {
	vertical-align: top;
}
article li {
	margin: 0;
}
article article ul, article article ol {
	margin: 0 0 12px 16px;
	padding: 0 0 0 12px;
	display: block;
}
article ul {
	list-style-type: disc;
	margin-left: 30px;
}
article ol {
	list-style-type: decimal;
	margin-left: 30px;
}
article a:link, article a:visited {
	text-decoration: none;
	color: #ad9d77;
	vertical-align: baseline;
}
article a:hover, article a:focus, article a:active {
	text-decoration: underline;
}
strong {
	vertical-align: baseline;
	font-weight: normal;
}
article em {
	font-style: italic;
}
article sup {
	vertical-align: super;
	font-size: 12px;
}
article sub {
	vertical-align: sub;
	font-size: 12px;
}
article .tinymce-image-left {
	float: left;
	margin: 0 10px 0 10px;
	border: none;
}
article .tinymce-image-right {
	float: right;
	margin: 0 0 10px 10px;
	border: none;
}
article input, article select, article textarea {
	width: 300px;
	padding: 4px;
	font-family: HelveticaNeueLT-Light;
	color: #000;
	border: 1px solid #808080;
}
article input[type=radio], article input[type=checkbox] {
	width: 20px;
}
article input[type="submit"] {
	width: 150px;
}


article form tr td input::-webkit-input-placeholder, article form tr td textarea::-webkit-input-placeholder {
   color:#f6f2eb;
}

article form tr td input:-moz-placeholder, article form tr td textarea:-moz-placeholder { /* Firefox 18- */
   color:#f6f2eb;
}

article form tr td input::-moz-placeholder, article form tr td textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#f6f2eb;
}

article form tr td input:-ms-input-placeholder, article form tr td textarea:-ms-input-placeholder {  
   color:#f6f2eb;
}

/*
 * 05. Responsive
 */
 
 
@media (max-width: 1074px) {
.slicknav_nav li a {
	color: #AD9D77 !important;
}
.slicknav_btn {
	background: #AD9D77 !important;
}
.slicknav_menutxt, .slicknav_icon-bar {
	text-shadow: none !important;
	box-shadow: none !important;
}
.slicknav_menu {
	display: block;
	background-color:#F9F9F9 !important;
}
.slicknav_arrow {
	color: #be9f56;
}
.slicknav_menu .selectedSub, .slicknav_menu .selectedRoot, .slicknav_nav .selectedRoot + .slicknav_arrow {
	color: #000 !important;
}
.slicknav_nav {
	font-size: 1em !important;
}
body {
	width:100%;	
}
nav {
	display: none;
}
header {
	position:relative;	
}
.content {
	clear:both;
	position:relative;	
	top:auto;
	bottom:auto;
}
.inner {
	width:100%;	
	height:auto;
	border:none;
	-webkit-border-image: none;
	-webkit-border-image: none;
}

article {
	padding:5% !important;	
}

article img {
	max-width:100%;
	height:auto;	
}

article iframe {
	max-width:100%;
	height:auto;	
}

article form tr td:nth-child(2n+1) {
	display:none;
}

article form tr td {
	width:100%;
}

.quotationAuthor {
	margin-right:0px;
}

footer {
	position:relative;	
}

footer a {
	margin-right:5%;	
}

article table td:before {
	/*content: "<br />";	*/
}

article .impressum {
	width: 100%;	
}

article .impressum tr td:nth-child(1n+1) {
	width: 35%;	
}

article .impressum tr td:nth-child(2n+2) {
	width:65%;	
}

article form tr td input::-webkit-input-placeholder, article form tr td textarea::-webkit-input-placeholder {
   color:#ad9d77;
}

article form tr td input:-moz-placeholder, article form tr td textarea:-moz-placeholder { /* Firefox 18- */
   color:#ad9d77;
}

article form tr td input::-moz-placeholder, article form tr td textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#ad9d77;
}

article form tr td input:-ms-input-placeholder, article form tr td textarea:-ms-input-placeholder {  
   color:#ad9d77;
}

article form, article form table {
	width:100%;	
}

article form td, article form input, article form textarea, article form img {
	width:100%;	
}

}
/*
 * 06. jScrollPane
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dde;
	position: relative;
}
.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.jspTrack {
	background: #dfceb9; /* changed from #dde */
	position: relative;
}
.jspDrag {
	background: #ad9d77; /* changed from #bbd */
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* Let's get this party started */
::-webkit-scrollbar {
 width: 12px;
}
::-webkit-scrollbar-track {
 background: #dfceb9;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
 background: #ad9d77;;
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
 background: #dfceb9;;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
