@charset "utf-8";
/* CSS Document */

body{
	
	font-family: 'Open Sans Condensed', sans-serif;
}

.ul-article-subtitle {
	padding-left: 6px;
    border-left: 3px solid #1FA2D6;
    font-size: 16px;
    line-height
}

.ul-margin-medium-bottom {
	margin-bottom: 25px !important;
}

textarea.Text-Content{
	width: 100%;
	height: 35px;
	border-radius: 5px;
}

.content{
	margin-top: 20px;
	margin-left: 20px;
}

.ul-textholder{
	min-width: 100%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	border:1px dashed #ddd;
	background:#fafafa;
	color:#444
}

.message{
	position: fixed;
	bottom: 0;
	margin-bottom: 20px;
}

.fb-comments {
   width: 500px;
}

.banner{
	position: fixed;
    bottom: 0;
    right: 10px;
	z-index: 100;
	width: auto;
}

.ul-border-2px{
	border: solid 2px #fff;
}

.thumbs
{
    display: block;
    width: 400px;
    height: 400px;
}

@media screen and (min-width: 300px)
{
    .thumbs
    {
        display: block;
        width: 114px;
        height: 114px;
    }
}

@media screen and (min-width: 600px)
{
    .thumbs
    {
        display: block;
        width: 480px;
        height: 480px;
    }
}

.buttonDownloadkonten {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
  
	background-color: #4CC713;
	color: white;
  
	font-family: sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-indent: 15px;
}

.buttonDownloadkonten:hover {
	background-color: #333;
	color: white;
}

.buttonDownloadkonten:before, .buttonDownloadkonten:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

/* Download box shape  */
.buttonDownloadkonten:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownloadkonten:after {
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top: -7px;
  
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	
	animation: downloadArrow 2s linear infinite;
	animation-play-state: paused;
}

.buttonDownloadkonten:hover:before {
	border-color: #4CC713;
}

.buttonDownloadkonten:hover:after {
	border-top-color: #4CC713;
	animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
	/* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
}

.video-wrapper {
  position: relative;
}

.video {
  width: 680px;
}

.playButton {
  border-radius: 100px;
  border: 8px solid #fff;
  height: 10px;
  width: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  display: block;
  opacity: 0.95;
  transition: opacity 150ms;
}

.playButton:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
}
