/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;

}

#mc_embed_signup{
	clear:left; font:14px Helvetica,Arial,sans-serif;
	width:400px;
	text-align: left;
}

#mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin-top: 0.5em;
    min-width: 90px;
}

#mc_embed_signup input.email {
    display: block;
    padding: 8px 0px;
    text-indent: 5px;
    width: 58%;
    min-width: 130px;
    text-align: left;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family:"Georgia", Times, serif !important;
    line-height: 24px;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {

}

.footer-container,
.main aside {
    text-align: center;
}

.header-container,
.footer-container,
.main aside {

}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {

    text-align: center;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: black;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {

    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
        color: #000;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

* { margin:0; padding:0; } /* to remove the top and left whitespace */
html, body { width:100%; height:100%; } /* just to be sure these are full screen*/
canvas { display:block; } /* To remove the scrollbars */

#logo {
	position: fixed;
	left: 0.5em; top: 0.6em;
	z-index: 1;
}

#canvas-bg {
	z-index: 1;
	position: fixed;
	left: 0px; top: 0px;
}

canvas#a {
	z-index: 1;
}



#imageheader {
	width: 100%;
	height: 400px;
	background: url("http://legacy.palaisdesbeauxarts.at/Palais-des-Beaux-Arts-w3.jpg") no-repeat top center;
}

.panel {
	width: 460px;
	float: left;
	border: 0px solid #ff0000;
	z-index: 50;
	height: 100%;
	padding: 0 0.7em 0 0.7em;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



.panel-inner {

	background-image: url('/80transparent.png');
	width: 100%;
	height: 100%;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	z-index: 99;
	padding:  0.5em 0.7em;
}

.longtext {
	overflow-y: auto;
	overflow-x: hide;
}



#panel-wrapper {
	position: absolute;
	z-index: 50;
	height: 100%;
}

#navigation {
	position: fixed;
	bottom: 1em;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;


}

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

}

#navigation li {

}

 a:link, a:visited {
	color: #000;


}


#navigation a:link, #navigation a:visited {
	color: #000;
	text-decoration: none;
	background-image: url('/80transparent.png');

}

ul#primary-navigation{
    display: table;
    table-layout: fixed;
    width: 241px;
}

ul#primary-navigation li {
	margin: 0 0 1em 0;
	list-style-type: none;
	display: table-row;

}

#primary-navigation a {
	padding: 0.3em 0.4em 0em 0.3em;
	display: block;
	border: 0;
	margin: 0 0 1px 0;
}



#primary-navigation a:link, #primary-navigation a:visited {

}

ul#secondary-navigation {
    display: table;
    table-layout: fixed;
    width: 242px;
    margin-top: 0;
    padding-top: 0;
    border-spacing: 0;
    outline: 0;
}

ul#secondary-navigation li {
	font-size: 0.7em;

	list-style-type: none;
	text-align: left;
	display: table-cell;
	line-height: 1.2em;


}

#secondary-navigation {
    margin-top: 0;
    padding-top: 0;
    border-spacing: 0;
    outline: 0;
}


#secondary-navigation a {
	padding: 0.3em 0.4em 0em 0.5em;
	display: block;
	margin: 0 1px 1px 0;

}

#secondary-navigation a:link, #secondary-navigation a:visited {

}

*:focus {
	outline: none;
	}
*::-moz-focus-inner {
	border: none;
	}

div#panel-foto-palais  {
  background: url("http://legacy.palaisdesbeauxarts.at/Palais-des-Beaux-Arts-w3.jpg") no-repeat top center; background-size:auto 110%;
  overflow: hidden;
}

div#panel-foto-figuren  {
  background: url("http://legacy.palaisdesbeauxarts.at/img/figuren.jpg") no-repeat top center; background-size:auto 110%;
}

#panel-foto-palais div.panel-inner, #panel-foto-figuren div.panel-inner {
	background: none!important;
}

div.panel-archiv-extend {
	display: none;
}

h1 {
	font-family: "SAA Series W01 E D", "Helvetica Neue";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.5px;
}

h2 {
	font-family: "SAA Series W01 E D", "Helvetica Neue";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.5px;
}

div#panel-2 h2, div#panel-1 h2  {

		margin: 0;
		padding: 0;
		margin-bottom: 0.3em;
}



h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: 0.5px;
	margin-bottom: 0.3em;

}

.authorinfo {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;


}

#map-canvas {

width: 410px;
height: 360px;

}

.daterange {
font-style: italic;
font-size: 1em;

}

.medium {
  font-style: italic;
  font-size: 1em;
  margin-bottom: 0.47em;
  line-height: 1.2em;

}

div#panel-archiv img, div#panel-archiv-extend img {
	padding-bottom: 0.9em;
	padding-top: 0.9em;
}

div#panel-archiv img.archiveimg.first, div#panel-archiv-extend img.archiveimg.first   {
	padding-bottom: 0.9em;
	padding-top: 0;
}

img.inarchiveimg {
	margin-bottom: 1em;
}

.archivehover {
	text-decoration: underline;
}



@media only screen and (max-width: 480px) {
	.panel {
		float: none;
		height: auto!important;
		padding: 0.5em 0.7em 0.5em 0.7em;
	}

#panel-foto-palais div.panel-inner, #panel-foto-figuren div.panel-inner {
		height: 52em;
}

	div#panel-archiv {
		height: auto!important;
	}

	div#panel-archiv-extend {
		height: auto!important;
	}

	div#panel-2 {
		margin-top: 22em;
	}


	ul#primary-navigation {
	    display: table;
	    table-layout: fixed;
	    width: 98%!important;
	    margin-top: 0;
	    padding-top: 0;
	    border-spacing: 0;
	    outline: 0;
	}

	ul#primary-navigation li {
		font-size: 1em;
		list-style-type: none;
		text-align: left;
		display: table-row;
		line-height: 1.2em;


	}

	#primary-navigation {
	    margin-top: 0;
	    padding-top: 0;
	    border-spacing: 0;
	    outline: 0;
	}


	#primary-navigation a {



	}


	ul#secondary-navigation {
	    width: 98%!important;

	}



	#secondary-navigation a {


	}

}

@media screen and (min-width:600px) and (max-width:960px) {

.panel {
    display: table-cell;
    width: 6.666%;
    font-size: 200%;
    letter-spacing: 1px;
    line-height: 60px;
    padding: 0;
    height: 100%;
    min-width: 300px;
}

#panel-wrapper {
    display: table;
    height: 100%;
    width: 2000% !important;
    overflow: hidden;
}

div#panel-foto-palais, div#panel-foto-figuren {
    background-size: 900px;
}

body, html {
    width: 100%;
    height: 100%;
}

.panel-inner.longtext {
    height: 100%;
}

.panel img {
    display: block;
}

}
