/*
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 : 08.07.2018, 19:25:26
    Author     : ap
*/
body, html {
    background-color: #ecf0f1;
}

.card-footer-news {
    border-top: 0px;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
    color: rgba(0,0,0,.4);
    font-size: 1rem;
    line-height: 1.2rem; /*20px*/
    padding: 0px 20px 10px 20px; /*15px 20px*/
}

/* Login form */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
/*  font-size: 16px; */
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input.has-success, select.has-success, textarea.has-success {
    border-color: #82c250;
    background-image: none;
}

.form-control-inline-icon.inline-icon-left .icon-left {
    position: absolute;
    left: 0.5rem;
}
.form-control-inline-icon.inline-icon-left .form-control {
    padding-left: 2.5rem;
}

/* Content for article */

#main_content {
    background-color: #ffffff;
}

#content img {
    max-width: 100%;
    padding: 0px;
}

#content img.card-img-top {
    object-fit: cover;
}    


#content .alert-danger a {
    text-decoration: underline;
}
#content .alert-danger a:hover {
    color: #ffb901;
}

#content_text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    box-sizing: border-box;
    color: rgb(60, 60, 59);
}

#content_text div.teaser {
    font-weight: 500;
    font-size: 1.2rem; /*20px*/
    line-height: 2rem; /*34px*/
    margin: 0 0 15px 0;
}

#content_text *.article_info p {
    color: #999;
    margin: 0 0 5px 0;
}

#content_text *.article_info a {
    color: #999;
}

a.homelink {
    color: #222;
    height: 100%;
    display: block;
}

a.homelink:hover {
    text-decoration: none;
    color: #ffb901;
}

#content_text p, #content_text ul {
/*    font-size: 20px;
    line-height: 34px;*/
    font-weight: 400;
    margin: 25px 0 25px 0;
    pointer-events: all;    
}

#content_text p:first-child {
    margin-top: 0px;
}

#content_text p:last-child {
    margin-bottom: 0px;
}

#content_text p a {
    text-decoration: underline;
    font-weight: 500;
    color: rgb(60, 60, 59);
}

#content_text p a:hover, .nav .nav-link.active, .nav a.nav-link:hover, .nav .nav-link:not(.disabled):hover, h6.nav-link a:hover {
    color: #f5ba42;
}

h6.nav-link a {
    color: rgb(60, 60, 59);
}

.nav-vertical .nav-link.active::before {
    position: absolute;
    content: '';
    background: #f5ba42;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    z-index: 2;    
}

#content_text h1 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    box-sizing: border-box;
    color: rgb(60, 60, 59);
    font-size: 1.8rem;/*40px*/
    font-weight: 500;
    line-height: 2rem; /*55px*/
    margin: 0 0 25px 0;
}

#content_text h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    box-sizing: border-box;
    color: rgb(60, 60, 59);
    font-size: 1.7rem; /*20px*/
    font-weight: 500;
    line-height: 2rem; /* 33px */
    margin: 10px 0 20px 0;
    pointer-events: all;
}

#content_text h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    box-sizing: border-box;
    color: rgb(60, 60, 59);
    font-size: 1.6rem; /*20px*/
    font-weight: 400;
    line-height: 2rem; /* 33px */
    margin: 10px 0 20px 0;
    pointer-events: all;
}

#content_text h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    box-sizing: border-box;
    color: rgb(60, 60, 59);
    font-size: 1.5rem; /*20px*/
    font-weight: 400;
    line-height: 2rem; /* 33px */
    margin: 10px 0 20px 0;
    pointer-events: all;
}

.article_link, .linklist {
    color: rgb(60, 60, 59);
}

.article_link a, a.linklist {
    color: rgb(60, 60, 59);
}

.article_link a:hover, a.linklist:hover {
    color: #f5ba42;
    text-decoration: none;
}
a.linklist .media {
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
}

h4.title {
    color: #f1a22b;
    border-bottom: 1px solid #f1a22b;
    padding: 0;
}

.page-item.active .page-link {
    color: #ffb901;
    border-color: #ffb901;
}

.page-item a:hover, .homelink a:hover {
    color: #ffb901;
}

.blockquote:not(.blockquote-reverse) {
    border-left: .2rem solid #f1a22b;
}

