/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html { 
    overflow-y: scroll; 
}

html,
button,
input,
select,
textarea {
    color: #333333;
    font-size: 10px;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 1.2rem;
    line-height: 2rem;
}

::-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;
}

a:link { 
    color: #333333;
}

a:visited { 
    color: #333333;
}

/* ==========================================================================
   Container
   ========================================================================== */

nav {
    width: 888px;
    margin: 0 auto;
    margin-top: 17px;
}

header {
    width: 888px;
    height:88px;
    margin: 0 auto;
    margin-top: 2px;
    position: relative;
}

article {
    width: 888px;
    height: 100%;
    margin: 0 auto;
    clear: both;
    border-bottom: #000 1px solid;
}

section.content {
    border-left: #000 1px solid;
    margin-left: 222px;
    width: 665px;
    float: left;
}

footer {
    border-top: #666 4px solid;
    width: 886px;
    height: 50px;
    margin: 0 auto;
}

.clearfix:after {
   clear: both;
   content: " ";
   display: block;
   font-size: 0;
   height: 0;
   visibility: hidden;
}

.border {
    border-left: #000 1px solid;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
}

.padtop {
    padding-top: 15px;
}

.padbot {
    padding-bottom: 15px;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ==========================================================================
   Navigation
   ========================================================================== */

nav ul {
    margin: 0 0 0 227px;
    padding: 0;
}

nav ul li {
    display: inline;
    font-size: 110%;
    padding: 3px 6px;
    cursor: pointer;
}

.touch nav ul li {
    display: inline;
    font-size: 110%;
    padding: 6px 9px;
    background-color: #EFEFEF;
    cursor: pointer;
}

nav ul li:hover {
    color: #000000;
    background-color: #EFEFEF;
}

nav ul li:hover a {
    color: #000000;
}

nav a {
    text-decoration: none;
    color: #444444;
    cursor: pointer;
}

nav.secnav {
    margin-top: 24px;
    width: 222px;
    height: 100%;
    float: left;
}

.secnav ul {
    margin-left: 0px;
}

.secnav ul li, .touch .secnav ul li {
    background-color: #18315A;
    padding: 3px 0 3px 11px;
    display: block;
    color: #EFEFEF;
}

.secnav ul li:hover {
    background-color: #FFEFEF;
}

.secnav ul li:hover a {
    color: #333333;
}

.secnav ul li a {
    color: #EFEFEF;
}

.secnav ul li.active {
    background-color: #F7F7FF;
}

.secnav ul li.active a {
    color: #333333;
}

/* ==========================================================================
   Header
   ========================================================================== */

.gradient {
    background: #18315a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4MzE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE4MzE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #18315a 0%, #18315a 50%, #d6efef 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#18315a), color-stop(50%,#18315a), color-stop(100%,#d6efef));
    background: -webkit-linear-gradient(left,  #18315a 0%,#18315a 50%,#d6efef 100%);
    background: -o-linear-gradient(left,  #18315a 0%,#18315a 50%,#d6efef 100%);
    background: -ms-linear-gradient(left,  #18315a 0%,#18315a 50%,#d6efef 100%);
    background: linear-gradient(to right,  #18315a 0%,#18315a 50%,#d6efef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18315a', endColorstr='#d6efef',GradientType=1 );
}

.logo {
    background: url('../img/misc/ursula-rasch.png') no-repeat 0 11px;
    text-indent: -9999px;
    width: 270px;
    height: 88px;
    float: right;
}

.indicator {
    height: 24px;
    position: absolute;
    font-size: 140%;
    color: #3b312c;
    top: 60px;
    left: 222px;
    background-color: #F7F7FF;
    padding: 3px 13px 0 13px;
}

/* ==========================================================================
   Index
   ========================================================================== */

.overview div {
    margin: 22px 0 20px 20px; 
    height: 70px !important;
    width: 200px;
    float: left;
    padding: 0;
}

.overview div a img {
    margin-right: 10px;
    float: left;
}

.overview div a label {
    font-size: 90%;
    color: #333333;
    cursor: pointer;
}

.overview div a:hover {
    text-decoration: none;
}

/* ==========================================================================
   Content
   ========================================================================== */

section h1 {
    padding: 17px 0 0 12px;
    font-size: 120%;
    font-weight: bold;
}

section h2 {
    padding: 11px 0 0 12px;
    font-size: 100%;
    font-weight: bold;
    color: #666;
}

article.start {
    background: url('../img/misc/lc_just-harry.jpg') repeat-y 0 0;
}

article.vita {
    background: url('../img/misc/lc_wiesn.jpg') repeat-y 0 0;
}

article.ausstellungen {
    background: url('../img/misc/lc_dialog.jpg') repeat-y 0 0;
}

article.kontakt {
    background: url('../img/misc/lc_burma.jpg') repeat-y 0 0;
}

article.impressum {
    background: url('../img/misc/just-harry.jpg') repeat-y 0 0;
}

article.disclaimer {
    background: url('../img/misc/just-harry.jpg') repeat-y 0 0;
}

article p {
    padding: 0 25px 0 13px;
}

.bold {
    font-weight: bold;
}

.rose {
    background-color: #FFEFEF;
}
    
.blue {
    background-color: #F7F7FF;
}

.black {
    background-color: #333333;
}

.border-top {
    border-top: #000 1px solid;
}

.portrait {
    margin: 8px 20px;
}

article.vita section, article.kontakt section {
    min-height: 321px;
}
.
/* ==========================================================================
   Gallery
   ========================================================================== */

.ausstellungen section > div {
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

.ausstellungen p.year {
    width: 15%;
    float: left;
    font-weight: bold;
    padding-right: 0px;
}

.ausstellungen p.exebit {
    padding-left: 0px;
    width: 78%;
    float: left;
}

article.disclaimer {
    background-color: #18315A;
}

article.galleries {
    background-color: #18315A;
}

article.galleries .content {
    border-left: 1px solid #000000;
    float: right;
    margin-left: 0;
    width: 665px;
}

.galleries section > div {
    margin: 22px 0 20px 20px;
    height: 70px;
    width: 100%;
    float: left;
    padding: 0;
}

.galleries h2 {
    margin: 0; 
    padding: 0;
    font-size: 1.2em;
}

.galleries div a img {
    margin-right: 10px;
    float: left;
}

.galleries div a label {
    /*font-size: 90%;*/
    color: #333333;
    cursor: pointer;
}

.galleries div a {
    text-decoration: none;
}

.galleries div a:hover {
    text-decoration: underline;
}

article.gallery {
    background-color: #18315A;
}

article.gallery .content {
    border-left: #000 1px solid;
    margin-left: 0px;
    width: 665px;
    float: right;
}

.slideshow {
    background: url('../img/misc/tos-play-cricle.png') no-repeat 250px 95px;
    height: 100%;
    width: 100%;
    display: block;
}

.slideshow:hover {
    background: url('../img/misc/tos-play-cricle.png') no-repeat 251px 96px;
}

.black div {
    height: 330px;
}

.freischneider {
    background: url('../img/freischneider/freischneider-start.jpg') no-repeat -1px -90px;
    height: 330px;
}

.wohin {
    background: url('../img/wohin/wohin-start.jpg') no-repeat -1px -1px;
}

.panmongolica {
    background: url('../img/panmongolica/panmongolica-start.jpg') no-repeat -1px -19px;
}

.oktoberfest {
    background: url('../img/oktoberfest/oktoberfest-start.jpg') no-repeat -1px -40px;
}

.fenster-zum-hof {
    background: url('../img/fenster-zum-hof/fenster-zum-hof-start.jpg') no-repeat -1px -80px;
}

.just-harry {
    background: url('../img/just-harry/harry-start.jpg') no-repeat -1px -115px;
}

.dialog {
    background: url('../img/dialog/dialog-start.jpg') no-repeat -1px -64px;
}

.night-line {
    background: url('../img/night-line/night-line-start.jpg') no-repeat -1px -80px;
    height: 330px;
}

.schaufenster {
    background: url('../img/schaufenster/schaufenster-start.jpg') no-repeat -1px -80px;
}

.burma-klb {
    background: url('../img/burma-klb/burma-klb-start.jpg') no-repeat -1px -40px;
}

.burma-pano {
    background: url('../img/burma-pano/burma-pano-start.jpg') no-repeat -1px -1px;
}
.alex {
    background: url('../img/alex/alex-start.jpg') no-repeat -1px -1px;
}
.mikroskop {
    background: url('../img/mikroskop/mikroskop-start.jpg') no-repeat -1px -1px;
}
.mongolei {
    background: url('../img/mongolei/mongolei-start.jpg') no-repeat -1px -1px;
}
.taiwan-pano {
    background: url('../img/taiwan-pano/taiwan-pano-start.jpg') no-repeat -1px -1px;
}
.taiwan-klb {
    background: url('../img/taiwan-klb/taiwan-klb-start.jpg') no-repeat -1px -1px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer p {
    margin: 3px 0 0 233px;
    font-size: 80%;
    color: #666666;
}

footer a {
    text-decoration: none;
    color: #666666;
    cursor: pointer;
}

footer a:hover {
    text-decoration: underline;
    color: #000000;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-height: 800px) {

.black div {
    height: 445px;
}

.slideshow {
    background: url('../img/misc/tos-play-cricle.png') no-repeat 250px 155px;
    height: 100%;
    width: 100%;
    display: block;
}

.slideshow:hover {
    background: url('../img/misc/tos-play-cricle.png') no-repeat 251px 156px;
}

.freischneider {
    background: url('../img/freischneider/freischneider-start.jpg') no-repeat -1px -1px;
}

.wohin {
    background: url('../img/wohin/wohin-start.jpg') no-repeat -1px -1px;
}

.panmongolica {
    background: url('../img/panmongolica/panmongolica-start.jpg') no-repeat -1px -1px;
}

.oktoberfest {
    background: url('../img/oktoberfest/oktoberfest-start.jpg') no-repeat -1px -1px;
}

.fenster-zum-hof {
    background: url('../img/fenster-zum-hof/fenster-zum-hof-start.jpg') no-repeat -1px -1px;
}

.just-harry {
    background: url('../img/just-harry/harry-start.jpg') no-repeat -1px -1px;
}

.dialog {
    background: url('../img/dialog/dialog-start.jpg') no-repeat -1px -1px;
}

.night-line {
    background: url('../img/night-line/night-line-start.jpg') no-repeat -1px -1px;
}

.schaufenster {
    background: url('../img/schaufenster/schaufenster-start.jpg') no-repeat -1px -1px;
}

.burma-klb {
    background: url('../img/burma-klb/burma-klb-start.jpg') no-repeat -1px -1px;
}

.burma-pano {
    background: url('../img/burma-pano/burma-pano-start.jpg') no-repeat -1px -1px;
}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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;
    }

    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;
    }
}