/* General styling */
* {
   margin: 0px;
   padding: 0px;
}
 
body {
    font-family: Arial;
    font-size: 16px;
}
 
ul
{
    margin: 10px 0;
    list-style-type: none;
}
.page{
	width: 100%;
}

img{
	max-width: 100%;
}
p{
	line-height: 1.5em;
}

.listing-content,
.listing-footer {
    padding: 2%;
    max-width: 980px;
}

.listing-content p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
.listing-content p  {
width: 90%;
}
.item-description li{
	list-style-type: disc;
	margin-left: 20px;
}

/* Responsive */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) {
.listing-content,
.listing-footer  {
	width: 94%;
	max-width: 980px;
	}
.listing-content p  {
width: auto;}
}
@media only screen 
and (min-device-width : 768px) {
.table-responsive .table td:first-of-type{width:200px;}
}
.table-responsive {margin-bottom:20px;}

/* Clearfix */
.clearfix:before,
.clearfix:after,
.PlentyArticleCharacter {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
 
.clearfix:after, .PlentyArticleCharacter:after {
    clear: both;
}

.single_image {
    border:0 solid #e5e5e5;
    width: 100%;
}

.single_one_image {
    display: block;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.single_image a > img {
    max-height: 350px;
}

.PreviewImagesContainer {
    margin-top: 25px;
}

.PreviewImagesContainer li {
    border: 1px solid #e5e5e5;
    float: left;
    height: 75px;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 75px;
}

.PreviewImagesContainer li > a {
    display: table-cell;
    height: 75px;
    line-height: 250%;
    text-align: center;
    vertical-align: middle;
    width: 75px;
}

.PreviewImage {
    max-height: 70px;
    max-width: 70px;
}

.image-gallery {
    width: 100%;
}

.image-gallery .big-image {
    
    overflow: hidden;
    vertical-align: top;
    width: 95%;
    height: auto;
	min-height: 50px;
    padding-top: 25px;
    
}

.image-gallery .big-image img {
    display: none;
    position: relative;
    height: auto;
    /* min-height: 430px; */
}

.image-gallery .big-image img:target {
    display: block;
}

.image-gallery .big-image img#Bild1 {
	display:block;
}

.image-gallery .big-image img:target ~ img#Bild1 {
    display: none;
}

.image-gallery ul {
    margin-top: 15px;
}

.image-gallery li {
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.image-gallery li:hover {
    background-color: rgba(255, 255, 255, 0.8);
}



plenty_appendix{visibility: hidden;}