html {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

/*styles for contact and articles*/
.img.style1, 
.img.style2 {
  height:230px;
  overflow: hidden;
}

span.page-numbers.dots {
    border-width: 0 !important;
    color: grey !important;
}

.container.detail,
.container.contact {
  padding: 0;
  background: white;
  padding-top: 100px;
  margin-top: -200px; }

.art-title {
  color: black;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  font-family: PT Serif;
  margin-top: 65px;
  margin-bottom: 10px; }

.art-meta {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: PT Sans; }
  .art-meta a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-meta a:hover {
    color: black; }

.art-perex {
  font-family: PT Serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px; }

.art-text-default {
  font-family: PT Sans;
  font-size: 18px;
  line-height: 29px;
  color: #3f3f3f;
  margin-top: 20px; }
  .art-text-default a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-text-default a:hover {
    color: #3f3f3f;
    text-decoration: underline; }

.art-sub-heading {
  font-size: 24px;
  font-family: PT Sans;
  color: black;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }

.art-citate {
  color: #7f62aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: PT Serif;
  padding: 18px 20px;
  border-left: 2px solid #7f62aa; }

.pic-desc {
  font-size: 14px;
  font-style: italic;
  font-family: PT Sans;
  color: #666666;
  text-align: right; }

.pic-default {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: right;
  line-height: 13px; }

.pic-featured {
  text-align: right;
  line-height: 13px; }

/*contact*/
.container.contact {
  padding-bottom: 80px; }
  .container.contact .panel {
    /*border: 0px solid transparent;*/
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .container.contact .panel-body {
    margin-top: -30px; }
  .container.contact h3 {
    color: #7f62aa; }
  .container.contact .sidebar {
    padding-top: 80px; }
  .container.contact .left-content {
    padding-left: 15px;
    padding-right: 15px; }

@media only screen and (min-width: 1300px) {
  .container.detail,
  .container.contact {
    width: 1300px; } }
@media only screen and (min-width: 992px) {
  /*.two-columns-text {
    columns: 2;
    column-gap: 30px; }*/

  .container.detail,
  .container.contact {
    padding-top: 100px; } }
@media only screen and (max-width: 991px) {
  .container.detail,
  .container.contact {
    padding-top: 20px; } }
@media only screen and (max-width: 479px) {
  .container.detail,
  .container.contact {
    padding-top: 0;
    margin-top: -25px; } }
/*Pagination*/
.blog-pagination {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 105px; }
  .blog-pagination a {
    color: #3f3f3f; }
  .blog-pagination a:hover {
    text-decoration: none; }

.list .later-new {
  margin-top: -150px; }

.list {
  padding-top: 0; }

.blog-pagination .page-numbers li {
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog-pagination .page-numbers li a,
.blog-pagination .page-numbers span.page-numbers
 {
  border: 2px solid #e9e9e9;
  padding: 11px 18px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog-pagination .page-numbers .prev i,
.blog-pagination .page-numbers .next i {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  top: 2px; }

.blog-pagination .page-numbers span.page-numbers,
.blog-pagination .page-numbers li a:hover {
  border: 2px solid #7f62aa;
  color: #7f62aa; }

/*list*/
.row .citate .post-later-new {
  height: 462px;
  background-color: #7f62aa; }
  .row .citate .post-later-new .citate-wrap {
    background-color: #7f62aa;
    color: white;
    border: 2px solid white;
    padding: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%; }
  .row .citate .post-later-new h4.title-post {
    font-size: 27px;
    line-height: 41px;
    margin-bottom: 0; 
    margin-left: auto;
    margin-right: auto;}
  .row .citate .post-later-new h4.title-post p {
    color: white;
    font-family: 'PT Sans';
    margin-top: 10px; }

.citate .post-later-new {
  padding: 20px !important; }

@media only screen and (max-width: 1199px) {
  .row .citate .post-later-new h4.title-post {
    font-size: 21px;
    line-height: 37px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .altern-md {
    display: flex;
    flex-direction: column-reverse; }

  .later-new .altern-md .img.style1:after {
    top: 0;
    bottom: unset;
    border-bottom: 23px solid transparent;
    border-top: 16px solid #f7f7f7; }

  .later-new .altern-md .img.style2:before {
    bottom: 0;
    top: unset;
    border-top: 23px solid transparent;
    border-bottom: 16px solid #f7f7f7; } }
@media only screen and (max-width: 479px) {
  .list .later-new {
    margin-top: -25px; } }

/*# sourceMappingURL=org-news-list.css.map */
