@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
html, body { margin:0; padding: 0; }
html, button, input, select, textarea {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 300;
	color: #7f4c00;
}
html {
    font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
	font-size: 1.125em; line-height: 1.231;
	background-color: #fff;
}

::selection {
	background: #e58a00; background: rgba(255,102,0, 0.85);
	color: white; text-shadow: none;
}

/* Links */
a { color: #cc6600; }
a:hover { color: #e58a00; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #e58a00; text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.25em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
blockquote { margin: 1em 2.5em; }
dfn { font-style: italic; }
hr {
	border: none;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, 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; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 2.5em; }
menu, ol, ul { padding: 0 0 0 2.5em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */

figure { margin: 0; }

/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
input { border: 1px solid #ddd; padding: 0.2em; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; background: #838383; color: #FFF; }
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 14px; *width: 14px; }
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-cancel-button, 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; border: 1px solid #fff;}

::-webkit-input-placeholder { color: #7f4c00; }
:-moz-placeholder { color: #7f4c00; }
::-moz-placeholder { color: #7f4c00; }
:-ms-input-placeholder { color: #7f4c00; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* BUTTON */
a.button, button, input[type="submit"], input[type="button"] {
	background: #b65d04;
	border: 0;
	color: white; line-height: 140%; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 0.25em 0.5em;
	color:#FFF;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #e58a00;
	color: #fff;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* LANG SELECT */
#langselect {
	position: absolute; right: 0;
	text-transform: uppercase;
	color: #7e5b44;
	margin-top: 8px;
	font-size: 0.65em;
}
#langselect a {
	background-color: #ffe9bf;
	text-decoration: none;
	color: #cc6600;
	display: inline-block;
	padding: 0.2em;
	width: 1.25em;
	text-align: center;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	display: inline-block;
} 
#langselect a:hover {
	background-color: #e58a00;
	color: #fff;
}

/* LAYOUT */
.wrapper {
	max-width: 1040px;
	margin: 0 auto;
}
body > .wrapper { position: relative; z-index: 1; }
.maximage {
	position: fixed; z-index: -1; top: 0px; right: 0; bottom: 0; left: 0;
	background-image: url(/grafik/panorama/unserhaus_1.jpg);
	background-repeat:  no-repeat;
	background-position: center center; 
    background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
    
}

/* HEADER */
#header {
	position: fixed;
	left: 0; top: 0; right: 0;
	background-color: #fffdef;
	color: #c60;
	height: 100px;
	z-index: 2;
	box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.05); -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.05); -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.05);
}
#showhide, #nav_mobile { display: none;}
#header .wrapper {
	display: table;
	position: relative;
	width: 100%; height: 100%;
}
#logo, #nav_main { display: table-cell; }
#logo { width: 173px; height: 100px; }
#logo img { width: 100%; height: auto; }

/* NAV */
#nav_main {	
	padding-top: 40px;
	vertical-align: middle;
}
#nav_main ul { z-index: 2; float: right; margin-top: 0em; }
#nav_main.it ul { font-size: 94%; }
#nav_main.en ul { font-size: 96%; }
#nav_main li { display: table-cell; }

#nav_main li a {
	color: #C60;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 500;
}
#nav_main li a:hover, #nav_main ul li:hover a, #nav_main ul li.active:hover a, #nav_main ul li.active ul li:hover a {
	background-color: #e58a00;
	color: #fff;
}
#nav_main ul li.active a {
	color: #C60;
	background-color: #FFE1A7;
}
#nav_main li:hover ul { margin-top: 0.4em; display: block; }

#nav_main li ul { 
	display: none; 
	opacity: 1;
	position: absolute;
	z-index: 4;
	margin-top: 14px;
}
#nav_main ul li.active ul li, #nav_main li ul li {
	display: block;
	border-top: 1px solid #fffdef;
}
#nav_main li ul li a { 
	color: #fff;
	display: block;
	line-height: 1.231;
}
#nav_main li.active ul li a:hover, #nav_main li ul li a:hover, #nav_main ul li.active ul li a:hover { background-color: #d97f01; }


/* ARTICLE */
#main {
	background-color: rgba(255,255,255,0.96);
	display: table;
	width: 100%;
	margin-top: 5em;
	margin-top: 80%;
	z-index: 3;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
body.infopage #main {
	margin-top: 150px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;	
}
#main, #main.ontop {
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	-o-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;
}
#main.ontop {
    box-shadow: none;
    background-color: transparent;
}
#main.ontop header h1 {
    display: inline-block;
    border-radius: 2px;
    background-color: #fffdef; opacity: 0.8;
    padding: 0.2em;
    color: #7f4c00;
    margin-bottom: 1.5em;
}
#main.ontop .asidecontainer { display: none; }
#main.ontop #aside { display: table-cell; vertical-align: top; }
#main.ontop a.arrowup {
    width: 1em;
    height: 1em;
    display: block;
    float: right;
    background-color: #cc6600;
    color: #fff;
    padding: 0.75em;
    text-shadow: none;
    margin-top: 2.5em;
    text-decoration: none;
    transition: background-color linear 250ms;
    cursor: pointer;
    z-index: 4000;
}
#main.ontop #aside a:hover { background-color: #000; }
#main a.arrowup { display: none; }

#article {
	padding: 2.5em;
	display: table-cell;
	line-height: 1.65em;
	width: 70%;
	font-weight: 300;
	color: #7f4c00;
}
#article h1, #article h2, #article h3 {
	text-align: left;
	font-weight: 500;
	line-height: 100%;
}
#article h1, #article h2 { color: #cc6600; }
#article h1 {
	font-size: 2.25em;
	margin: 0 0 0.25em 0;
	text-transform: none;
}
#article h2 { font-size: 1.5em; }
#article h3 { font-size: 1.25em; font-weight: normal; }
#article ul { list-style-type: square; }
#article hr { clear: both; }

#article blockquote {
	margin: 1em 0;
	padding: 0.25em;
	padding-left: 2em; padding-right: 1em;
	/*background-color: rgba(255, 233, 191, 0.25);*/
}
#article .imagebox { width: 100%; display: table; }
/*#article a { display: table-cell; padding: 0 2px;}*/
#article .imagebox a img { width: 100%!important; margin: 0 2px; height: auto; }

#articleimage > * { 
	margin-right: 1%;
	width: 32.66%; height: auto;
}
#articleimage img { width: 100%!important; height: auto; }
#articleimage > *:nth-child(3n) { margin-right: 0; }

/* ASIDE */
#aside {
	display: table-cell;
	width: 30%;
	padding-top: 2.5em; padding-right: 2.5em;
	color: #7f4c00;
	vertical-align: top;
}
#aside a.button { display: block; }
#aside .asidecontainer { width: 100%; }
#aside .asidecontainer.fixed {
	position: fixed;
	top: 120px;
	width: 267px;
}
#aside dl {
	background-color: #ffe9bf; background-color: rgba(255,233,191,0.25);
	font-style: normal;
	padding: 1em;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#aside dt, #aside dd {
	margin: 0;
	padding: 0;
}
#aside dt {
	font-weight: bold;
	text-transform: uppercase;
}
#aside dd { padding-top: 0.5em; }
#aside dl dt a, #aside h3 a { color: #7f4c00; text-decoration: none; }
#aside h3 {
	padding: 0; margin: 0;
	font-size: 1em;
	font-weight: bold;
}
#aside .asidecontainer dl:first-child { margin-top: 0; }

/* CTA */
#aside .cta dd { padding-top: 0; }
#aside .cta a.button {
	text-align: left;
	font-weight: bolder;
	font-size: 1.125em;
	line-height: 1.125em;
	vertical-align: middle;
	display: block;
}
#aside a.phone span {
	transform: rotate(-270deg); -webkit-transform: rotate(-270deg); moz-transform: rotate(-270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
#aside a span {
	float: right;
	vertical-align: middle!important;
	font-size: 1em;
	display: block;
}
#aside a.mail, #aside a.mail span { line-height: 1.65em; font-size: 0.9em!important; }
#aside a.mail span { font-size: 1.25em; line-height: 1.3em; }
#aside a.mail { white-space: nowrap; }
#aside a.request { background-color: #e58a00!important; }
#aside a.button {
	text-transform: none;
	margin: 0.5em 0;
	padding: 0.5em;
}
#aside a.request:hover { background-color: #7f4c00!important; }



#aside dl.buttons dd p { margin: 0.25em 0 1em 0; }
#aside dl.buttons dd .button { display: inline-block; }

#aside dl.weatherapp dd img {
	float: left;
	margin-right: 10px;
}

/* LOGOS */
#aside figure.logo {
	width: 100%;
	text-align: center;
	margin: 2em 0;
}

/* FOOTER */
#footer {
	padding: 1em 0 0 0;
	margin-top: 8em;
	background-color: #e58a00;
	color: #fff;
}
#footer a { color: white; text-decoration: none;}
#footer a.active { color: #98755e; }
#footer a:hover { color: #fff; }
#footer span { margin: 0 3px; color: #98755e; }

#footer .wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 1em;
}
#footer .wrapper .box {
	display: table-cell;
	vertical-align: top;
	min-height: 8em;
	width: 25%;
	padding-right: 1em;
	padding-top: 20px;
}
#footer .box:first-child { width: 30%; }
#footer .box:last-child { 
	padding-right: 0;
	width: 20%;
}
#footer .wrapper .logo { text-align: center; }
#footer .wrapper .logo figure {
	vertical-align: bottom;
	margin-top: 0.5em;
}
#footer .wrapper .logo figure:first-child { margin-top: 0; }
#footer h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
}
#footer p { margin: 0.5em 0 0 0; padding: 0; } 
#footer address { font-style: normal; }
#footer a.button, #footer .newsletter input[type=submit]  {
	text-transform: none;
	padding-right: 1em;
	background-color: #b65d04;
}
#footer div.box.newsletter p { margin: 0.25em 0; }
#footer a.button.mail {
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer a.button span { 
	color: #fff;
	line-height: 140%;
}
#footer a.button:hover, #footer input[type=submit]:hover { background-color: #7f4c00; }
#footer .socialmedia a, #footer .socialmedia li span { color: #fff; }
#footer .newsletter form, .newsletter fieldset {
	padding: 0;
	margin: 0;
}

#footer .newsletter input[type=submit] { padding-left: 1em; text-transform: none; }
#footer .newsletter input[type="email"] {
	border: none;
	background-color: #fff;
	padding-left: 0.5em;
	margin: 0 0 1em 0;
	width: 90%;
}

#footer #fb-logo {
	background: #3b5998;
	border-radius: 5px;
	display: inline-block;
	margin-top: 0.5em;
	width: 40px; height: 40px;
}
#footer #fb-logo img {
	display: block;
	height: auto;
	width: 100%;
}


/* COPYRIGHT */
#nav_copyright {
	padding: 0 0 0.5em 0;
	font-size: 70%;
}
#nav_copyright span { color: #983638; color: rgba(255,255,255,0.25);}

/* Tabelle */
.table { width: 100%; }
.table th { text-align: left; }
.table th, .table td { padding: 0.2em 0.5em; }
.table tr td { border-top: 1px solid #f2ede5; border-top-color: rgba(127,76,0,0.1);  }
.table tr:hover { background-color: #fff9e5; }

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Custom (kann je nach Template variieren) */


/* MEDIAQUERIES */
@media screen and (max-width: 1040px){
	#nav_main ul li a { font-size: 90%; padding: 0.75em 1em!important;}
	#main.ontop a.arrowup {
	    position: absolute;
	    right: 1em;
		left: auto;
		z-index: 50000;
	}
	#langselect { padding-right: 1em; }
	#aside dl.news dd .button {	display: block; }
}

/* kleiner als 980 */
@media screen and (max-width: 980px) {
	#nav_main ul li a { padding: 0.75em 0.5em!important;}
	#aside .button { font-size: 100%; }
	#article, #aside {
		display: block;
		width: auto;
		padding: 2em;
	}
	#footer .wrapper { overflow: auto; }
	#footer .wrapper .box {
		width: 50%;
		display: block;
		float: left;
		padding: 1em;
		box-sizing: border-box;
		min-height: 235px;
	}
	#footer .socialmedia ul { max-width: 100%; }
	#footer .wrapper .box:nth-child(2) { clear: right; }
	#main #aside dl.offer dd div.cycle_offer { min-height: auto; }
	#aside dl.news dd .button {	display: inline; }
	#aside a.mail, #aside a.mail span { font-size: 1em!important; }
}
@media screen and (min-width: 900px) {
	#main, #footer { display: block!important; }
}

/* kleiner als 900 */
@media screen and (max-width: 900px) {
	body { background-position: 0 70px!important; }
	#header {
		color: #fff;
		position: fixed; left: 0; top: 0; right: 0; z-index: 500;
	}
	.maximage { top: 100px; }
	#logo {
		display: block;
		margin: 0 auto;
		text-align: center!important;
	}
	#nav_main { display: none; }
	#main.ontop a.arrowup { margin-top: 2em; }
	#article { padding: 2em; padding-bottom: 0; }
	#showhide {
		position: absolute!important;
		display: block;
		width: 40px;
		height: 40px;
		top: 30px;
		left: 0.5em!important;
		margin: 0;
		padding: 0;
		overflow: hidden;
		z-index: 10000;
		background-color: rgb(204,102,0);
	}
	#showhide a {
		display: block!important;
		width: 40px; height: 40px;
		background-color: #fff;
		background: #e58a00 url('/grafik/template/nav_icon.svg') no-repeat center center;
		text-indent: 99em;
		max-width: 60px;
	}
	#showhide a:hover { background-color: rgb(204,102,0); }
	#nav_mobile {
		display: block;
		position: fixed;
		top: 100px; left: -999px; bottom: 0;
		padding: 0;
		overflow: auto;
		background-color: #cc6600;  background-color: rgba(204,102,0,0.96);
		width: 100%;
	}
	#nav_mobile li a {
		color: #fff;
		padding: 0.5em 1.5em;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: 500;
		display: block;
	}
	#nav_mobile ul li.active ul li a, #nav_mobile li ul li {
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		display: block;
		border-bottom: thin solid #fff;
	}
	#nav_mobile li > ul { display: none; }
	#nav_mobile li.active > ul { display: block; }
	#nav_mobile li ul li a { 
		color: #996f41;
		display: block;
		line-height: 1.231;
	}
	#nav_mobile ul li ul li ul { position: static; margin-top: 0; }
	#nav_mobile ul li ul li ul li {
		text-indent: 1em;
		font-size: 80%;
	}
	#nav_mobile ul li ul li ul li, #nav_mobile ul li ul li ul li a { background-color: #eae3df!important; }
	#nav_mobile ul li ul li ul li a:hover, #nav_mobile ul li ul li ul li.active a {	background-color: #d7cac2!important; }
	#langselect { position: absolute; top: 0; right: -0.3em; }
}

@media screen and (max-width: 800px) {
	.maximage { 
		height: 51vw; min-height: 200px;
		margin-top: 100px;
		position: relative!important; top: auto; left: auto; right: auto; bottom: auto; 
	}
	body.infopage .maximage { display: none!important; }
	#header { box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); }
	#main { 
		background: #FFF;
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		margin-top: 0!important;
	}
	body.infopage #main { margin-top: 100px!important; }
	#article { margin-top: 1em; }
}

@media screen and (max-width: 600px) {
	#articleimage > * { width: 49%; }
	#articleimage > *:nth-child(3n) { margin-right: 1%; }
	#articleimage > *:nth-child(2n) { margin-right: 0; }
	#article, #aside { padding: 1em; }
}

/* kleiner als 580 */
@media screen and (max-width: 580px) {
	#logo { text-align: center; padding: 0; }
	#logo a img { padding: 0; }
	#footer .wrapper .box {
		width: 100%;
		display: block;
		min-height: initial!important;
	}
	#main #aside dl.offer dd div.cycle_offer {
		min-height: auto!important;
		height: auto!important;
	}
	#footer .newsletter form input[type=email] { width: 90%; }
	#aside dl.weatherapp dd img {
		float: none!important;
		text-align: center;
		display: block;
		margin: 0 0 1em 0;
		width: 70%!important;
		height: auto!important;
	}
}


/* kleiner als 560 */
@media screen and (max-width: 560px) {
	#main { display: block; }
	#main.ontop a.arrowup { margin-top: 1.5em; }
	#article { padding: 1.5em; padding-bottom: 0; }
	#article h1 {
		font-size: 1.5em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}
	#article h2 { font-size: 1.25em; }
	#article h3 { font-size: 1em; }
	#aside dl.news dd .button {	display: block; }
	#article figure, #article figure img { width: 100%!important; }
	
}

@media screen and (max-width: 500px) {
	#main.ontop a.arrowup { display: none; }
}

@media screen and (max-width: 350px) {
	#nav_cta span { display: none!important; }
}

/* PRINT STYLES */

@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}

/* GALLERY */
.imageselector {
	background: #fff;
	background: #fffdf0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	height: 150px;
	padding: 5px;
	/* position: absolute; z-index: 100; bottom: 10px; left: 10px; right: 10px; */
}
.imageselector.hideimages { background: none; }
.imageselector .thumbnails {
	display: table;
	width: 100%;
}
.imageselector .thumbnails > div { display: table-cell; }
.imageselector .controls {
	font-size: 250%; font-weight: 500;
	text-align: center;
	vertical-align: middle;
	width: 40px; height: 100%;
}
.imageselector.hideimages .controls div {
	background-color: #cc6600;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	line-height: 73%;
}
.imageselector .controls:hover {
	background-color: #cc6600;
	color: #fff;
	cursor: pointer;
}
.imageselector.hideimages .controls:hover { 
	background: none;
	cursor: default;
}
.imageselector.hideimages .controls:hover div {
	background-color: #cc6600;
	cursor: pointer;
}
.imageselector .inner-container {
	height: 140px;
	overflow: hidden;
	position: relative;
	max-width: 10px;
}
.imageselector .inner-container .images {
	clear: left;
	height: 140px;
	position: absolute; left: 0; bottom: 0;
	width: 10000px;
}
.imageselector .inner-container .images .imgcontainer { 
	border: 3px solid transparent;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-left: 5px;
	width: 195px;
	z-index: 10;
} 
.imageselector.hideimages .inner-container { visibility: hidden; }
.imageselector img {
	vertical-align: middle;
	width: 100%; height: auto;
}

.imageselector .inner-container .images .imgcontainer.active { border-color: #657241; }
.imageselector .inner-container img:hover { cursor: pointer; } 