@charset "utf-8";
/* CSS Document */

/*
lightbox
*/
.lightbox #lightboxinhalt {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    background: rgba(0, 0, 0, 0.70);
    z-index: 6;
/*
  -webkit-transition: opacity 1.5s;
*/
}
.lightbox #lightboxinhalt:target {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.lightbox #lightboxinhalt:target a {
    display: block;
    height: 25px;
    margin: 0px auto;
    width: 25px;
}
.lightbox #lightboxinhalt:target img {
    max-width: 100%;
    height: auto;
}
.lightbox #bildzurück {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    right: 70px;
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 43px;
}
.lightbox #bildschließen {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 43px;
}
.lightbox #bildvor {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    position: relative;
    left: 70px;
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 43px;
}
.lightbox #bild {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.lightbox #bild img {
    border-top: 40px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-bottom: 8px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.lightbox #bild p {
    position: relative;
    top: -4px;
    background-color: #FFFFFF;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 738px) and (orientation: landscape) {
.lightbox #lightboxinhalt:target img {
    margin-top: -45px;
}
.lightbox #bildzurück {
    top: 8px;
}
.lightbox #bildschließen {
    top: 8px;
}
.lightbox #bildvor {
    top: 8px;
}
.lightbox #bild img, .lightbox #bild p {
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
}
}

@media screen and (max-width: 440px) and (orientation: portrait) {
.lightbox #lightboxinhalt:target img {
    margin-top: -45px;
}
.lightbox #bildzurück {
    top: 8px;
}
.lightbox #bildschließen {
    top: 8px;
}
.lightbox #bildvor {
    top: 8px;
}
.lightbox #bild img, .lightbox #bild p {
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
}
}
