/* CSS Document */
.Schatten {
	filter: Shadow(Color='222222', Direction=125, Strength=3);
}
.Clear {
    display:block;
    clear: both;
}
.DynArticlePage {
	width: 100%;
	list-style-type: none;
	list-style: none; 
	list-style-image: none;
	margin: 0; 
	padding: 0;
	float:left;
}
.DynArticlePage:after {
	content: "";
	display: block;
	clear: both; 
}
.DynArticleColumn {
	float:left;
}
.DynArticleList {
	list-style-type: none;
    list-style: none; 
	list-style-image: none;
    margin: 0; 
    padding: 0;
    display: table;
    clear: both;
}
.DynArticleItem {
    border: 1px solid #009;
    width: 100%;
		padding: 0;
    margin-bottom: 18px;
    margin-right: 18px;
}
@media only screen and (min-width: 600px) {
	.DynArticleItem {
			width: 28em; /*100%; /*600px;*/
	}
}
.DynArticleTitle {
	font-weight:bold;
	color: #FFF;
	background-color: #009;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 1em;
	margin: 0;
	position: relative;
}
.DynArticleShowVideo {
	float: right;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0.2em;
  border-radius: 0 0 0 0.5em;
	font-weight: normal;

	position: absolute;
	top: 0;
	right: 0;
}
.DynArticleDescription {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	display: block;
	margin: 0;
}
.DynArticleVideo {
	padding: 18px;
	text-align: center;
	margin: 0;
}
.DynArticleComment {
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	display: block;
	margin: 0px;
}
.DynArticleScriptLink {
    font-size: 0.8em;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	background-color: #FFDCA8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin: 0px;
	position: relative;
	
	/* Umbruch wenn URL zu lang ist, egal wie */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.DynArticleScriptLink img {
	/* position: absolute;
	top: 4px;
	right: 18px; */
	float: right;
}
