@charset "UTF-8";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* Allgemeine File Info
 *
 * File: Corona Unger
 *
 * @site
 *
 * @author         Bastian Fritsch
 * @link
 * @version        Enter version
 *
 * @lastmodified
 */
/* Farbinfo
 * Global font color definitions
 *
 * @colordef       rgb(34,98,137) Top Navigation;
 *
 */
/* @group Less Werte */
/* @end */
/* @group CSSReset */
/* 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;
}
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;
}
/*
Useful basic stylings based on Stefan Nitzsche’s work
http://nitzsche.info
*/
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.ie7 address {
  font-style: normal;
}
.hideme {
  position: absolute;
  left: -999em;
  top: -999em;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}
q:lang(en) {
  quotes: '“' '”' "‘" "’";
}
abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}
a abbr {
  cursor: pointer !important;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
img {
  -ms-interpolation-mode: bicubic;
}
/* @end  */
/* @group HTMLElemente */
/**
 * @section        HTML Elemente
 *
 * Alle HTML Elemente
 *
 * @see            Enter an optional external reference url or link to internal section scope (e.g. #section)
 */
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Myriad Pro", "Myriad", Arial, sans-serif;
  line-height: 1.5;
  color: #656565;
}
h1 a {
  display: block;
  margin: 37px 0 144px 33px;
  margin-top: 4.1rem 0 14.4rem 1.3rem;
  height: 152px;
  width: 136px;
  text-indent: -9999999px;
}
hgroup {
  margin-bottom: 25px;
}
hgroup h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
hgroup h2 {
  line-height: 1;
  margin: .25em 0 0 0 !important;
  font-weight: bold;
}
hgroup h4 {
  margin: 0;
  line-height: 1;
}
p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .5em;
}
#contentLeft ul {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .5em;
}
h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: .5em 0 0 0;
}
h3.press {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
td {
  font-size: 12px;
  font-size: 1.2rem;
}
a {
  outline: none;
}
a:link,
a:visited {
  color: #656565;
}
p a:hover,
p a:focus {
  color: #000;
}
/* @end */
/* @end  */
/* @group Layout */
/**
 * @section        Lyout Elemente
 *
 * Wichtige Elemente des LAyouts
 *
 * @see            Enter an optional external reference url or link to internal section scope (e.g. #section)
 */
#wrapper {
  width: 980px;
  width: 98rem;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
section#sidebar {
  float: left;
  padding-right: 13px;
  width: 167px;
  width: 16.7rem;
}
section#sidebar ul li {
  text-align: right;
  white-space: nowrap;
}
section#sidebar ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
section#sidebar ul li a:hover,
section#sidebar ul li a:focus,
section#sidebar ul li a.current {
  font-weight: bold;
}
section#main {
  float: left;
  width: 799px;
  width: 79rem;
  background: #fff;
  min-height: 100%;
}
section#main header {
  height: 126px;
}
section#main section#content {
  min-height: 400px;
  padding: 25px 30px 25px 25px;
}
/* @group 2Spalter */
section#contentLeft,
section.contentLeft {
  width: 440px;
  float: left;
}
section#contentRight,
section.contentRight {
  float: right;
  width: 288px;
  padding-top: 43px;
}
#KabinettAusstellung section.contentRight,
#KabinettMore section.contentRight {
  padding-top: 25px;
}
/* @end */
/* @end  */
/* @group Navigation */
/**
 * @section        Navigation
 *
 * Alle Navigationselemente
 *
 * @see            Enter an optional external reference url or link to internal section scope (e.g. #section)
 */
header ul {
  float: right;
  /* @group Unternavigation */
  /* specific to non IE browsers */
  /* @end */
}
header ul li {
  width: 106px;
  width: 10.6rem;
  float: left;
  text-align: center;
  position: relative;
}
header ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #656565;
  display: block;
  padding-top: 18px;
  height: 108px;
}
header ul li ul {
  display: none;
}
header ul li:hover ul,
header ul li.current ul,
header ul li.section ul {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: .25em;
  color: #000 !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
header ul li ul li {
  display: block;
  padding: 0;
  margin: 0;
  text-align: right;
  width: 100%;
}
header ul li ul li a {
  height: auto;
  padding: 0;
  padding-right: 13px;
  font-size: 12px;
  font-size: 1.2rem;
  background: none !important;
}
header ul li ul li a:link,
header ul li ul li a:visited {
  color: #989898;
}
header ul li ul li a:focus,
header ul li ul li a:hover,
header ul li ul li a.current {
  color: #656565;
}
li#Page a.current,
li#ExhibitionHolder a.current,
li#ExhibitionHolder a.section,
li#ExhibitionHolder a:hover,
li#ExhibitionHolder a:focus,
li#ExhibitionHolder a.jsCurrent {
  background: #e9efd3;
}
li#ArtistHolder a.section,
li#ArtistHolder a.current,
li#ArtistHolder a:hover,
li#ArtistHolder a:focus {
  background: #c8e9f2;
}
li#KabinettHolder a.current,
li#KabinettHolder a:hover,
li#KabinettHolder a:focus {
  /*background: lighten(@kabinett, 50%); */
  background: #cec8f2;
}
.kabinettheadline {
  font-weight: lighter !important;
  font-size: 13px;
  font-size: 1.3rem;
}
li#GalleryPage a.current,
li#GalleryPage a:hover,
li#GalleryPage a:focus {
  background: #e8c8d3;
}
li#ContactPage a.current,
li#ContactPage a:hover,
li#ContactPage a:focus {
  background: #fde1bc;
}
/* @group Language Nav */
ul#lang {
  position: absolute;
  top: 0;
  right: -36px;
}
ul#lang li {
  margin-bottom: 1px;
  background: #fff;
  padding: .5em;
}
ul#lang li a {
  text-decoration: none;
}
/* @end */
/* @end  */
/* @group Content */
/**
 * @section        Content
 *
 * Styling von Inhaltselementen
 *
 * @see            Enter an optional external reference url or link to internal section scope (e.g. #section)
 */
#content h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
/* @group ExhibitionHolder */
.ExhibitionHolder,
.ExhibitionPage,
.KabinettHolder,
.Page {
  background: #aaca5d;
}
.ExhibitionHolder h1 a,
.ExhibitionPage h1 a,
.KabinettHolder h1 a,
.Page h1 a {
  background: url(/assets/website/galerie-corona-unger-logo-gruen.jpg) no-repeat;
}
.Page #content a:link,
.ExhibitionHolder #content a:link,
.ExhibitionPage #content a:link,
.KabinettHolder #content a:link,
.Page #content a:visited,
.ExhibitionHolder #content a:visited,
.ExhibitionPage #content a:visited,
.KabinettHolder #content a:visited {
  color: #aaca5d;
  text-decoration: none;
}
.Page #content a:focus,
.ExhibitionHolder #content a:focus,
.ExhibitionPage #content a:focus,
.KabinettHolder #content a:focus,
.Page #content a:hover,
.ExhibitionHolder #content a:hover,
.ExhibitionPage #content a:hover,
.KabinettHolder #content a:hover {
  color: #656565;
}
.Page section#main header,
.ExhibitionHolder section#main header,
.ExhibitionPage section#main header,
.KabinettHolder section#main header {
  border-bottom: 1px solid #aaca5d;
}
.Page article,
.ExhibitionHolder article,
.ExhibitionPage article,
.KabinettHolder article {
  margin-bottom: 8em;
}
.Page ul#workList,
.ExhibitionHolder ul#workList,
.ExhibitionPage ul#workList,
.KabinettHolder ul#workList,
.ExhibitionHolder ul.workList,
.ExhibitionPage ul.workList,
.KabinettHolder ul.workList {
  margin-top: 25px;
}
.Page h2,
.ExhibitionHolder h2,
.ExhibitionPage h2,
.KabinettHolder h2 {
  font-weight: normal;
}
.Page h3,
.ExhibitionHolder h3,
.ExhibitionPage h3,
.KabinettHolder h3 {
  font-weight: bold;
}
.Page h4,
.ExhibitionHolder h4,
.ExhibitionPage h4,
.KabinettHolder h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
.Page #eroeffnung,
.ExhibitionHolder #eroeffnung,
.ExhibitionPage #eroeffnung,
.KabinettHolder #eroeffnung {
  position: absolute;
  right: 10px;
  top: 415px;
  height: 33px;
  width: 229px;
  background: url(/assets/website/eroeffnung.jpg) no-repeat;
}
/* @end  */
/* @group ArtistHolder */
.ArtistHolder,
.ArtistPage {
  background: #00aace;
}
.ArtistHolder h1 a,
.ArtistPage h1 a {
  background: url(/assets/website/galerie-corona-unger-logo-blau.jpg) no-repeat;
}
.ArtistHolder section#main header,
.ArtistPage section#main header {
  border-bottom: 1px solid #00aace;
}
.ArtistHolder td.year,
.ArtistPage td.year {
  width: 75px;
}
.ArtistHolder img#portrait,
.ArtistPage img#portrait {
  margin-bottom: 25px;
}
.ArtistHolder td.lebtIn,
.ArtistPage td.lebtIn {
  padding-top: .75em;
}
.ArtistHolder h3,
.ArtistPage h3 {
  margin-bottom: .25em;
}
.archiv img {
  float: left;
}
.archiv hgroup {
  margin-left: 235px;
}
.archiv hgroup h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
.archiv hgroup h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
/* @end  */
/* @group Kabinett */
.KabinettHolder {
  background: #8200cc;
  /* abstand muss verändert werden zum normalen imgVert ausrichtung an schrift ausstellungen */
}
.KabinettHolder h1 a {
  background: url(/assets/website/galerie-corona-unger-logo-kabinett.jpg) no-repeat;
}
.KabinettHolder section#main header {
  border-bottom: 1px solid #8200cc;
}
.KabinettHolder #content a:link,
.KabinettHolder #content a:visited {
  color: #8200cc;
  text-decoration: none;
}
.KabinettHolder #content a:focus,
.KabinettHolder #content a:hover {
  color: #656565;
}
.KabinettHolder article {
  margin-bottom: 25px;
}
.KabinettHolder .teaserKabinett {
  margin-bottom: 25px;
}
.KabinettHolder span img {
  margin-right: 40px;
  margin-bottom: 30px !important;
  display: block;
  width: 310px;
  float: left;
  margin-right: 25px;
}
.KabinettHolder p {
  margin-bottom: 1em;
}
/* @end  */
/* @group Galerie */
.GalleryPage {
  background: #b6005c;
  /* abstand muss verändert werden zum normalen imgVert ausrichtung an schrift ausstellungen */
}
.GalleryPage h1 a {
  background: url(/assets/website/galerie-corona-unger-logo-rot.jpg) no-repeat;
}
.GalleryPage section#main header {
  border-bottom: 1px solid #b6005c;
}
.GalleryPage article {
  margin-bottom: 25px;
}
.GalleryPage span.imgVertLeft {
  margin-right: 40px;
  margin-bottom: 30px !important;
  display: block;
  float: left;
  width: 310px;
}
.GalleryPage span.imgVertRight {
  margin-left: 40px !important;
  display: block;
  float: right;
  width: 310px;
  text-align: right;
}
.GalleryPage img.column-1 {
  float: right;
  margin-left: 25px;
}
.GalleryPage img.column- {
  float: left;
  margin-right: 25px;
}
.GalleryPage p {
  margin-bottom: 1em;
}
.GalleryPage #formLink {
  display: none;
}
/* @end  */
/* @group Contact */
.ContactPage {
  background: #f29605;
  /* kontaktanfhartsbild soll ganz nach rechts*/
  /*headnline öffnungszeiten oben kein abstand*/
}
.ContactPage h1 a {
  background: url(/assets/website/galerie-corona-unger-logo-orange.jpg) no-repeat;
}
.ContactPage section#content {
  padding-right: 0px !important;
}
.ContactPage section#main header {
  border-bottom: 1px solid #f29605;
}
.ContactPage article .imageVert {
  float: left;
  margin-right: 25px;
}
.ContactPage .mobile {
  padding-right: .65em;
}
.ContactPage section#contentRight {
  width: 289px !important;
}
.ContactPage img {
  text-align: right;
}
.ContactPage td {
  font-size: 14px;
  font-size: 1.4rem;
}
.ContactPage td.day {
  width: 30px;
}
.ContactPage h3 {
  font-weight: bold;
  margin-top: 0;
}
.ContactPage .impressum {
  margin-top: 6em;
}
/* @end  */
/* @group Colorbox */
#formLink,
#cboxformDiv {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 5px;
}
a#formLink:link,
a#formLink:visited {
  text-decoration: none;
  margin-top: 1.2em;
}
#cboxTitle {
  margin-bottom: 2em !important;
}
#Form_OrderForm {
  margin-top: 1em;
}
#cboxBoxRight p {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 5px;
}
/* @end */
/* @end  */
/* @group Allgemeines */
.fright {
  float: right;
}
/* bildblock links wird bei ausstellungen und in der galerie benutzt */
.imgVert {
  display: block;
  float: left;
  width: 310px;
  margin-right: 30px;
}
/* @group Künsterbilderliste */
ul.workList {
  clear: left;
}
ul#workList,
ul.workList {
  margin-top: 1px;
  /* wird auf der künsterseite genommen */
  /* wenn man 100% breite hat */
}
ul#workList li,
ul.workList li {
  float: left;
  margin-bottom: 25px;
}
ul#workList li.verticalLeft,
ul.workList li.verticalLeft {
  margin-right: 25px;
  width: 175px;
  height: 200px;
}
ul#workList li.full,
ul.workList li.full {
  margin-right: 25px;
}
ul#workList li.vertical,
ul.workList li.vertical {
  width: 175px;
  height: 200px;
}
/* @end */
#breadcrumb {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: .5em;
}
/**
 * @section        Allegimeins
 *
 * Allgeim gültige Regeln
 *
 * @see            Enter an optional external reference url or link to internal section scope (e.g. #section)
 */
/*
 * Non-semantic helper classes
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}
/* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
/* (de) IE-Clearing:Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
#ie_clearing {
  display: none;
}
/* skiplinks:technical setup */
#skiplinks {
  position: absolute;
  top: 0px;
  left: -32768px;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#skiplinks a.skip:focus,
#skiplinks a.skip:active {
  left: 32768px;
  outline: 0 none;
  position: absolute;
  width: 100%;
}
.top1 {
  margin-top: 1em;
}
/* @end  */
/* @group Mediaqueries */
/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  /* Don't show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* @end  */
/* @group Internet Explorer */
/* @group ie8 */
.ie9 body {
  font-family: "Myriad Pro", "Myriad", "Trebuchet MS", sans-serif !important;
}
.i9 #workList,
.ie9 .workList {
  white-space: nowrap;
}
.ie9 #workList li,
.ie9 .workList li {
  margin-right: 10px !important;
}
.ie8 .imgVert {
  margin-right: 40px;
}
.ie8 #eroeffnung {
  right: 1px;
}
.ie8 .imgVertLeft {
  margin-right: 49px !important;
}
/* @end  */
/* @group ie7 */
.ie8 body,
.ie7 body {
  font-family: Arial, sans-serif !important;
}
.ie7 .imgVert {
  margin-right: 40px;
}
.ie7 #eroeffnung {
  right: 1px;
}
.ie7 .imgVertLeft {
  margin-right: 49px !important;
}
.ie7 #contentRight {
  zoom: 1;
}
/* @end  */
/* @group ie6 */
.ie6 #wrapper {
  width: 990px;
}
.ie6 #sidebar a {
  font-size: 12px;
}
.ie6 .imgVert {
  margin-right: 37px;
}
.ie6 #eroeffnung {
  right: 9px;
}
/* @end  */
/* @end  */
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  /* opera */
  .imgVert {
    margin-right: 39px;
  }
  #eroeffnung {
    right: 1px !important;
  }
}
/* firefox 3*/


.footer{
  text-align:right;
  padding:2em;
}
  .footer a{
    text-decoration: none;
    font-size:14px;
    display:inline-block;
    padding-left:2em;
  }
