/* Cutom.css STYLE
---------------------*/


/* Drop Cap */
.dropcapsmall {
  float: left;
  color: #fab325;
  font-size: 25px;
  line-height: 15px;
  padding-top: 1px;
  padding-right: 2px;
  padding-left: 0px;
  font-family: Georgia;
 }

.dropcapmiddle {
  float: left;
  color: #fab325;
  font-size: 46px;
  line-height: 20px;
  padding-top: 14px;
  padding-right: 8px;
  padding-left: 1px;
  font-family: Georgia;
 }

.dropcapbig {
  float: left;
  color: #fab325;
  font-size: 84px;
  line-height: 60px;
  padding-top: 6px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: Georgia;
 }
 

/* Read More */
  a.mod-articles-category-title:link {	
  color: #fab325;
  }
  a.mod-articles-category-title:visited {
  color: #fab325;
  }
  a.mod-articles-category-title:hover {
  color: #fab325;
  }

/* -Slideshow  */
/* color overflow --- standard = background: rgba(0,0,0,0.25); */

.acm-slideshow .owl-carousel .item:before {
	background: none !important;
	}

 
/* Slower time --- standard = 350ms*/

.acm-slick.slick-slider .slider-content {
  -webkit-transition: transform 1500ms ease 1500ms;
  -o-transition: transform 1500ms ease 1500ms;
  transition: transform 1500ms ease 1500ms;
 }

 
/* Elements from left to right */

.acm-slideshow .owl-carousel .item .slider-content {
  text-align: left !important;
  top: 118px !important;
  left: inherit !important;
  bottom: inherit !important;
  right: 0px !important;
}

.acm-slideshow .owl-carousel .item .slider-content .item-desc {
  margin: 0 0 0 60px !important;
  text-shadow: black 1px 1px 1px !important;
}

.acm-slideshow .owl-carousel .item .slider-content .item-title {
  margin: 0 0 0 60px !important;
  font-size: 24px !important;
  text-shadow: black 1px 1px 1px !important;
}

.acm-slideshow .owl-carousel .owl-pagination {
  top: 318px !important;
  left: inherit !important;
  right: 20px !important;
}


 
/* slideshow elements left, only for screen shot


.acm-slideshow .owl-carousel .item .slider-content .item-desc {
  text-shadow: black 1px 1px 1px !important;
}

.acm-slideshow .owl-carousel .item .slider-content .item-title {
  font-size: 20px !important;
  text-shadow: black 1px 1px 1px !important;
}
*/

/* video button auf der startseite */

.acm-video.style-1 .video-player .btn-play {
  top: 20% !important;
  left: 10% !important;
}

/*
.acm-video.style-1 .video-wrapper {
    opacity: .4 !important;
}
*/

/* JComments */
/* 
http://astronautweb.co/snippet/font-awesome/ 
http://www.joomlatune.com/forum/index.php/topic,629.0.html
*/

.jcomments-links {
    content: "\f086";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.comment-link {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.readmore-link {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}


/*
.jcomments-links {margin-top: 10px; clear:both; text-align: left}
.comment-link, .readmore-link{padding: 0 5px 5px 14px;background-image: url(images/jc_blog.gif); background-repeat: no-repeat}
.comment-link {background-position: 0 -27px}
.readmore-link {background-position: 0 2px}
*/



