@charset utf-8;
.pl_full {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
	-webkit-text-size-adjust: none;	
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    word-wrap: break-word;
}
.pl_full_title {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
	margin-bottom: 0px;
}
.pl_full_item {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #D9d6bd;
    margin-bottom: 15px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #bcb78d;
  }


.pl_mwv_item {
position: relative;
float: left;
width: 100%;
height: auto;
padding: 10px;
background: #D9d6bd;
margin-bottom: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px solid #bcb78d;
}


.pl_werke_item {
	position: relative;
    float: left;
    width: 100%;
    height: auto;
	
    padding: 10px;
    background: white;
    margin-bottom: 5px;
	border: 2px solid #bcb78d;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;}


.pl_werke_item_text {
	position: relative; 
	float: left;   
	height: auto; 
	min-height: 90px;  
	width: calc(100% - 90px); 
	
	-webkit-text-size-adjust: none;	
	-webkit-hyphens: none;


-ms-hyphens: none;

	}
 




.pl_werke_item_link {
	display: table;
    right: 0px;
	position: absolute;
	height: 80px;
    width: 80px;
    overflow: hidden;
    padding-top: -10%;
	background: #D9d6bd;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	border: 2px solid #bcb78d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  	}


.pl_werke_item_link:hover {border: 2px solid #676964;}




.pl_werke_item_link .material-icons {
	display: table-cell;
    vertical-align: middle;
	position: relative; 
	margin: auto;
	font-size: 30px;}








.pl_skip {
	
	position: relative;
    float: right;
    width: calc(100% - 10px);
    height: auto;
	padding: 0px;
	}
	
.pl_skip_title {
	
	position: relative;
    height: auto;
	background: #676964;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
	}
	
.pl_skip_item {
	position: relative;
    height: auto;
	font-size: 14px;
	background: #D9d6bd;
	border: 2px solid #bcb78d;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
	}
		
.pl_skip_item:hover {
	border: 2px solid #676964;
	}






		
.pl_count {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: 600;
	}
 
 
 
 
 
 .pl_ausgabe { 
 float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;}

.pl_ausgabe_item {
	margin: 10px 0 0px 0;
	width: 100%;
	float:left;
	padding: 10px;
    border-top: 1px solid #676964;
	}

.pl_ausgabe_text {
	width: calc(100% - 160px);
	height: auto;
	float:left;
	margin-left: 10px;
	-webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;}


.pl_ausgabe_img {
	
	width: 150px;
padding-top: 4px;
padding-bottom: 20px;
	border-right: 1px solid #676964;
	float: left;
	}

.pl_ausgabe_item_link {
	
    position: relative;
	margin-top: 20px!important;
	
	line-height: 40px;
    width: 50%;
    

	background: #D9d6bd;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	border: 2px solid #bcb78d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	}
.pl_ausgabe_item_link:hover {border: 2px solid #676964;}





.pl_full_item a {
    color: #676964;
}

.pl_full_item:hover {} 

.pl_full_item_img {
    height: auto; 
	width: 20%;
    position: relative;
	float: left; 
    padding-right: 20px;
	overflow: hidden;
	margin-right: 2%;
	
	}

.pl_full_item_img img {
    position: relative;
	float: left; 
	height: auto;
	max-height: 100%;
	max-width: 100%;
  
}

.pl_full_item_img_capture {
  height: auto; 
	width: 100%;
    position: relative;
	float: left; 
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1;
	padding-bottom: 3px;
  
}
.pl_full_item_daten {
    float: right;
    height: auto;
    padding-left: 5px;
    border-left: 1px solid #e0e4e9;
    width: 78%;
}
.pl_full_item_daten b,
.pl_full_item_daten strong {
    font-weight: 400;
}

.pl_full_edit {
    position: absolute;
    top: 10px;
    right: 10px;
	
}
.edit .material-icons {
    font-size: 24px;
}












.acco,
.acco i {
	
    cursor: pointer;
    margin: 10px 0px 0px 0px;
	font-size: 16px;
	width: 20%;
	
	
	
}
.acco:after {
    content: "mehr >>";
	
}
.acco.active,
button.acco:hover {
    cursor: pointer;
	
}
.acco.active:after {
    color: #990000;
    content: "<< weniger";
}


div.panel {
    max-height: 5px;
    overflow: hidden;
    transition: 0.0s ease-in-out;
    opacity: 0;
    border-top: 1px dotted grey;
	
	
	
}
div.panel a {
    background: none;
    margin: 0;
    padding: 0;
	
	color: #990000!important;
}

div.panel a:hover {
    
	cursor: pointer!important;
	
}
div.panel.show {
    opacity: 1;
    max-height: 5000px;
    border-bottom: 1px dotted #676964;
    margin:10px 0px;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f0f0f0",GradientType=1);
    padding: 10px 20px 10px 20px;
	width: calc(100% - 85px);
	
		
}

div.panel.show p{
    line-height: 1.5;
	margin-bottom: 10px;
		
}

.info {
    position: relative;
}
.infolink {
    right: 10px;
    top: -27px;
    position: absolute;
    cursor: pointer;
    color: white;
}
.infobox {
    position: absolute;
    width: auto;
    max-width: 50%;
    height: 0px;
    background: #ececec;
    padding: 10px;
    display: none;
    -webkit-transition: height 2s;
    /* Safari */
    
    transition: height 2s;
    transition-timing-function: linear;
    float: right;
    right: -50px;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
    border-radius: 10px;
}
.infolink:hover~.infobox {
    display: block;
    height: auto;
    margin-top: 10px;
}
.info ul,
.info ol {
    padding-left: 20px;
    margin: 20px 0;
}





@media screen and (max-width: 999px) {


.pl_full_item_img {
    float: left;
    height: auto;
    width: 20%;
    float: left;
    margin-right: 0px;
}
.pl_full_item_img img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 95%;
}
.pl_full_item_img_capture {
    height: auto;
    width: 95%;
    position: relative;
    float: left;
    overflow: hidden;
    font-size: 10px;
    margin-top: 5px;
}

.pl_full_item_daten {
    float: right;
    height: auto;
    padding-left: 5px;
    border-left: 1px solid #e0e4e9;
    width: 80%;
}
}

@media screen and (max-width: 700px) {
	
	.pl_full_title {
    margin-bottom: 10px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
 
}
	
	.pl_full_item {
  
}
	
	.pl_full_item_img {
  
	
  
}
	
	.pl_full_item_daten {
 border-left: 0px solid #e0e4e9;
    width: 100%;
}
	
	
	
	
	.pl_full_item_img_capture {
   display: none;
}


	
	
	
	.pl_skip {
	
	
    width: calc(100% - 20px);
		float: left;
		margin-left: 10px;
    
	}
	
.pl_skip_title {
	
	position: relative;
    height: auto;
	background: #676964;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
	}
	
	.pl_skip_item {
	position: relative;
    height: auto;
	font-size: 14px;
	background: #D9d6bd;
	border: 2px solid #bcb78d;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
	}

	
	
	
	 .pl_ausgabe { 
 float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;}

.pl_ausgabe_item {
	margin: 10px 0 0px 0;
	width: 100%;
	float:left;
	padding: 10px;
    border-top: 1px solid #676964;
	}

.pl_ausgabe_text {
	width: 100%;
	
	float:none;
	margin-left: 0px;
	}


.pl_ausgabe_img {
	
	width: 90px;
padding-top: 0px;

	border-right: 0px solid #676964;
	float: none;
	}
	
	.pl_ausgabe_img img{
	
	width: 90px;
		height: auto;

	}

.pl_ausgabe_item_link {
	
    position: relative;
	margin-top: 20px!important;
	margin-bottom: 20px!important;
	
	line-height: 40px;
    width: 80%!important;

	background: #D9d6bd;
	text-align: center;
	
	margin-right: 0px;
	border: 2px solid #bcb78d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	}
.pl_ausgabe_item_link:hover {border: 2px solid #676964;}
	
	
	
	
	
	
	
	
	
.acco,
.acco i {width: 100%;}
	
	

 div.panel.show {
		
	font-size: 14px !important;
	padding: 10px 0px;
	background: none;
	
}
div.panel.show p{
    line-height: 1.5;
		
}