/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.01.2019, 10:27:43
    Author     : Marcel L.
*/

article {
  /*  margin: 20px 0; */
  margin: 10px;
  background-color: #fbfbfb;
  border-left: 3px solid #f29204;
  padding: 1px 15px 10px;
}

article img {
  margin: 0 0 10px 0;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 10px #ccc;

  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

article .article_info {
  /*  margin: 10px 0; */
}

.article-date {
  padding-left: 0;
}

article .article_info span,
#article .article_info span {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  color: #00519e;
  font-weight: 600;
}

article .article_info span i,
#article .article_info span i {
  color: #00519e;
  font-size: 16px;
  margin-right: 5px;
}

article .article_text p {
  font-size: 13px;
  line-height: 1.3em;
}

article .article_title {
  font-weight: 600;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.2em;
}

.article_title {
  min-height: 5rem;
}

.picture_caption {
  line-height: 1.2em;
  font-size: 0.8em;
  font-style: italic;
}

.btn-default {
  color: #fff;
  background-color: #00519e;
  border-color: #00519e;
}

.btn-default-full {
  color: #fff;
  background-color: #00519e;
  border-color: #00519e;
  min-height: 4rem;
  /* min-width: 27rem; */
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-default-full i {
  padding-right: 10px;
}
.btn-default:hover {
  color: #fff;
  background-color: #f29204;
  border-color: #f29204;
  transition: 0.5s;
}

.btn-default-full:hover {
  color: #fff;
  background-color: #f29204;
  border-color: #f29204;
  transition: 0.5s;
}

#article .article_download {
  color: red;
  font-size: 15px;
  font-weight: 600;
}
#article .article_download a,
#article .article_download a:hover {
  color: #fff;
  text-decoration: none;
}

#article .article_download i {
  font-size: 23px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.article-meta {
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-spacing: inherit;
  width: calc(100% - 30px);
}

.article-info-outer {
  display: flex;
  align-items: flex-end;
}
