/*
Copyright (c) Internet XS Service GmbH - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited.
Proprietary and confidential.

http://www.internet-xs.de
info@internet-xs.de

Project : kb.internet-xs.de (kb.internet-xs.de)
File    : main.css.css
Created : 2020-04-07 12:31:50
Author  : Tobias Dietz <dietz@internet-xs.de>
*/
/* 
    Created on : 07.04.2020, 12:31:50
    Author     : dietz
*/

html {
    font-size: 15px;
}

body {
    font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', 'Arial', sans-serif;
    font-weight: 400;
    color: #666666;
    background: #fdfdfd;
    position: relative;
    padding-top: 74.375px;
    letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444444;
}

*, *:hover, *:focus, *:active, *:focus:active {
    outline: none !important;
}


@media (min-width: 1400px) {
    .container{
        max-width: 1300px;
    }
}

#main-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#page-nav {
    border-bottom: none;
    background: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    z-index: 10;
    width: 100%;
    top: 0;
    position: fixed;
}

#page-main {
    background: #ffffff;
}

.bg-primary {
    background: #fbba00 !important;
    color: #000000;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.alert {
    background: #ffffff;
    border: none;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    border-left: 10px solid #3BAFDA;
    color: inherit;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.alert-warning {
    border-left-color: #FFCE54;
}

.alert-info {
    border-left-color: #4FC1E9;
}

.alert-danger {
    border-left-color: #E9573F;
    background: #FC6E51;
    color: #ffffff;
}

.alert > *:last-child {
    margin-bottom: 0;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.card-header, .card-footer {
    background: none;
    border: none;
}

.card-header {
    padding: 1.25rem 1.25rem .75rem 1.25rem;
    color: #444444;
}

.card-title {
    color: inherit;
    font-size: 1rem;
    margin: 0;
}

strong, b, .strong {
    font-weight: 500;
    color: #444444;
}

#page-footer {
    color: #999999;
    font-size: .9rem;
    padding: 15px 0;
}

#page-breadcrumb {
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 0;
    background: #ffffff;
    color: #444444;
    z-index: 5;
    position: relative;
    display: none;
    background: #fafafa;
}



#page-breadcrumb .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

#page-breadcrumb .breadcrumb a {
    color: rgba(0,0,0,0.3);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0,0,0,0.3);
}

.breadcrumb-item.active {
    color: inherit;
}

#page-sidebar {
    position: fixed;
    width: 344px;
}

ol#toc {
    margin: 0 0 1.25rem 0;
    padding: 0;
    list-style-type: none;
}

ol#toc > li {
    margin: 0;
    display: block;
}

ol#toc > li > a {
    color: inherit;
    border-left: 2px solid #e5e5e5;
    padding: .25rem .5rem;
    display: block;
    color: #999999;
}

ol#toc > li > a:hover, ol#toc > li > a:focus, ol#toc > li > a:active, ol#toc > li > a:focus:active {
    color: inherit;
    text-decoration: none;
}

ol#toc > li.active > a, ol#toc > li.active > a:hover, ol#toc > li.active > a:focus, ol#toc > li.active > a:active, ol#toc > li.active > a:focus:active {
    color: inherit;
    border-left-color: #fbba00;
}

p, ul, ol {
    line-height: 1.8em;
}

.toc-title {
    font-weight: 500;
}

.page-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.3em;
}

.page-title > small {
    font-size: 1rem;
    font-weight: 300;
    color: #999999;
}

#article-teaser {
    font-weight: 300;
    margin-bottom: 15px;
    background: #fafafa;
    padding: 1rem;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

#article-teaser > *:last-child {
    margin-bottom: 0;
}

#article-content {
    margin-top: 2rem;
}

h2 {
    margin-bottom: 1rem;
    margin-top: 4rem;
    font-size: 1.1em;
    font-weight: 400;
}

#article-content h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#article-content h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#article-content h4 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#article-content a {
    color: #444444;
    border-bottom: 1px solid #dddddd;
}

#article-content a:hover, #article-content a:focus, #article-content a:active, #article-content a:focus:active {
    border-bottom-color: #fbba00;
    text-decoration: none;
    color: #444444;
}

#article-content strong > a {
    display: inline-block;
    border-radius: 4px;
    padding: .5rem 1.5rem;
    color: #000000;
    background: #fbba00;
    border: none;
    transition: background-color .5s ease .1s, color .5s ease .1s;
}

#article-content strong > a:hover, #article-content strong > a:focus, #article-content strong > a:active, #article-content strong > a:focus:active {
    background: #000000;
    color: #fbba00;
    text-decoration: none;
    box-shadow: none;
}

#article-content img {
    max-width: 100%;
}



#article-content ol > li {
    margin-bottom: .5rem;
}

.table, .table th, .table td {
    border-color: #e5e5e5;
    border-top: none;
}

.table-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.table-fixed-column-width > thead > tr > th,
.table-fixed-column-width > tbody > tr > td {
    width: 1%;
    white-space: nowrap;
}

.table-fixed-column-width > thead > tr > th:last-child,
.table-fixed-column-width > tbody > tr > td:last-child {
    width: auto;
    white-space: initial;
}

.table-card > thead {
    background: #fafafa;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

.table-card thead th {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
}

.table-card > thead > tr > th:first-child, 
.table-card > tbody > tr > td:first-child {
    padding-left: 1.25rem;
}

.table-card > thead > tr > th:last-child, 
.table-card > tbody > tr > td:last-child {
    padding-right: 1.25rem;
}

pre {
    background: #222222;
    color: #ffffff;
    border-radius: 0px;
    padding: 2px 5px;
}

pre[class*="language-"] {
    border-radius: 0;
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, 0.075) !important;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #222222;
}

p > code, li > code, p > strong > code, li > strong > code {
    background: #222222;
    color: #ffffff;
    border-radius: 0px;
    padding: 2px 5px;
}

.card-body > *:last-child {
    margin-bottom: 0;
}

.bg-primary .form-control {
    border: none;
}

.text-muted {
    color: #999999 !important;
}

.badge {
    font-weight: 500;
}

.badge-primary {
    background: #fbba00;
    color: #000000;
}

#article-meta {
    margin-top: 0rem;
    font-size: 0.9rem;
    color: #999999;
    background: #fdfdfd;
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
}

#article-meta a {
    color: inherit;
}

#article-meta a:hover, #article-meta a:focus, #article-meta a:active, #article-meta a:focus:active {
    color: #444444;
    text-decoration: none;
}

dt {
    font-weight: 500;
}


#site-index-jumbotron {
    background-image: url(../img/kb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    color: #000000;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) inset !important;
    margin-bottom: 0;
}

#site-index-jumbotron .form-control {
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#site-index-jumbotron .page-title {
    color: #000000;
}

[data-href], .clickable {
    cursor: pointer;
}

.article-list-item h2 {
    font-weight: 400;
    font-size: 1.3rem;
}

#page-header {
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100;
}

.btn-primary {
    background: #fbba00 !important;
    border: #fbba00 !important;
    color: #000000 !important;
    opacity: 1 !important;
}

.text-primary {
    color: #fbba00 !important;
}

.table {

}

.table thead th {
    border-bottom: none;
    background: #fafafa;
    font-weight: 500;
}

.table thead th a {
    color: inherit;
}

/*.table th, .table td {
    width: 1%;
    white-space: nowrap;
}

.table tr > td:last-child, .table tr > th:last-child {
    width: auto;
    white-space: normal;
}*/

.search .highlight {
    background-color: #66ffff;
}

.card .table tr th:first-child, .card .table tr td:first-child {
    padding-left: 1.25rem;
}

.card .table tr th:last-child, .card .table tr td:last-child {
    padding-right: 1.25rem;
}

.card .table {
    margin-bottom: 0;
}

.card .grid-view .summary {
    padding: 1rem 1.25rem;
}

.navbar-brand-text {
    font-size: 1.3rem;
    padding-left: 1.25rem;
    display: inline-block;
    font-weight: 400;
}

#page-footer-nav {
    margin: .5rem 0 1rem 0;
}

#page-footer-nav > ul > li {
    border-right: 1px solid #bbbbbb;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
}

#page-footer-nav > ul > li:first-child {
    padding-left: 0;
}

#page-footer-nav > ul > li:last-child {
    padding-right: 0;
    border-right: none;
}

#page-footer-nav > ul > li > a {
    color: inherit;
}

#page-footer-nav > ul > li > a:hover, #page-footer-nav > ul > li > a:focus, #page-footer-nav > ul > li > a:active, #page-footer-nav > ul > li > a:focus:active {
    color: #444444;
    text-decoration: none;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 6rem 0rem;
    }
}

.card-stack {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.card-stack > .card {
    border-radius: 0;
    margin-top: -1px;
    box-shadow: none !important;
}

.card-stack > .card:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 0;
}

.card-stack > .card:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.card-stack > .card.clickable {
    transition: all .5s ease .1s;
}

.card-stack > .card.clickable:hover {
    background: #fbba00;
    border-color: #fbba00;
    color: #000000;
}

.card-stack > .card.clickable:hover .card-header,
.card-stack > .card.clickable:hover .text-primary {
    color: #000000 !important;
}

.card.clickable .text-primary {
    transition: .5s ease .1s;
}

#article-short-meta {
    margin-bottom: 15px;
    font-size: .9rem;
}

ul.pagination {
    padding: 1.25rem; 
    margin: 0;
}

.page-item.active .page-link {
    background: #fbba00;
    color: #000000;
    border-color: #fbba00;
}

.page-link {
    color: #999999;
}

.page-link:hover {
    color: #444444;
}

a:focus, button:focus, input[type="button"]:focus {
    box-shadow: none !important;
}

#aside {
    background: #ff0000;
    border-right: 1px solid #eeeeee;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fafafa+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #fafafa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
    padding-right: 1.25rem;
    padding-top: 20px;
    padding-bottom: 15px;
}

#aside h2 {
    margin-top: 0;
}

#page-sidebar-ip-info {
    font-size: 0.8rem;
}

small {
    font-weight: inherit;
}

li > img {
    display: block;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

a {
    color: #3BAFDA;
}

#content {
    padding-top: 15px;
    padding-bottom: 15px;
}

blockquote {
    border-left: 10px solid #fbba00;
    padding: 1rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 3px;
}

blockquote > *:last-child {
    margin-bottom: 0;
}


.topf {
    opacity: 0;
    text-indent: -9999px;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-backdrop {
    background-color: #ffffff;
    backdrop-filter: blur(5px);
}

.modal-content {
    border: none;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 0;
}

/*.modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(5px) grayscale(30%);
}*/


.modal-header {
    border-bottom: none;
    border-radius: 0;
}
