@charset "UTF-8";
#pl_full {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.directlink a {cursor: pointer;
    line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
	display: inline-block;
	position: relative;
text-decoration: none;}


.pl_full_title {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    background: #999;
    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;
}
.pl_full_item {
    float:left;
    margin-top: 10px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: relative;
	border-top: 1px solid #7ba0a4;
	float: left;
	color: #3b5969;
	
}
.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;
}




.pl_full_item_inhalt{
	position: relative;
	height: auto;
	width: 78%;
	float: left;
	}





.pl_full_item_text {
	height: auto;
	float: right;
	width: 100%;
	position: relative;
	}
	.pl_full_item_text p {
	margin-top: 10px;
	}





.pl_full_item_date {
    font-weight: 300;
    background: #7ba0a4;
    color: white;
    line-height: 1.5;
    padding: 0px 0 0px 10px;
    position: relative;
    letter-spacing: 1px;
}



.pl_full_facts {
    position: relative;
}

.pl_full_facts_text {
    height: auto;
    width: 75%;
    float: left;
}
.pl_full_betitelung {
    border-top: 1px solid #e3eeee;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-shadow: 1px 1px 1px #000000;
    background: rgba(60, 90, 100, 0.6);
    padding: 5px 0 10px 0;
}
.pl_full_seitentitel {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
}
.pl_full_seitenuntertitel {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width: 999px) {
    .pl_full_item {
        margin-top: 0px;
    }
	
	.pl_full_item_inhalt{
	position: relative;
	height: auto;
	min-height:200px;
	width: 78%;
	float: left;
	}
	
	.pl_full_item_img {
    height: auto; 
	width: 20%;
    position: relative;
	float: left; 
    padding-right: 00px;
	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;
  
}
	
	 
}




@media screen and (max-width: 700px) {
    .pl_full_item {
      
		padding:10px 0 10px 0;
    }
	
	.pl_full_item_inhalt{
	position: relative;
	height: auto;
	min-height:200px;
	width: 100%;
	float: left;
	}
	
	.pl_full_item_img {
    height: auto; 
	width: 30%;
    position: relative;
	float: left; 
    padding-right: 00px;
	overflow: hidden;
	margin-right: 0%;
	}

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

.pl_full_item_img_capture {
  display: none;
  
}
}
