@import url('https://waps.l3s.uni-hannover.de/live/cs_/https://fonts.googleapis.com/css?family=Roboto');

* {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

html,
body {
    background-color: #f8f9fa;
}

.divider {
    margin: 1.9rem 0;
    position: relative;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 2.5px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.bg-dark {
    background-color: #333332;
    ;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.search-item a {
    color: #333332;
}

.search-item a:hover {
    color: #333332;
}

.social {
    position: fixed;

    right: 0;
    top: 19%;
    padding: 15px;
    font-size: 22px;
    background: transparent;
    text-shadow: 0px 0px 2px #333332, 0px 0px 2px #333332, 0px 0px 2px #333332, 0px 0px 2px #333332;
}

.social a {
    color: #F0F0F0;
    cursor: pointer;
}

.social a:hover {
    color: #7c7c7c;
    transition: 0.5s;
}


.social ul {
    list-style-type: none;
}

@media (max-width: 630px) {
    .social ul {
        display: none;
    }

    #blogName {
        font-size: 30px;
    }
}

#resultsContainer {
    width: calc(100% - 3rem);
}

article a {
    color: #333332;
}

article a:hover {
    color: #333332;
    text-decoration: none;
}

.pagination a {
    padding: 2rem;
    padding-bottom: 1rem;
    background-color: #f8f9fa;
    border-bottom: 0.2rem solid #f8f9fa;
    text-decoration: none;
    color: #131313;
}

.pagination a:hover {
    border-bottom: 0.2rem solid #131313;
    transition: 0.2s;
    text-decoration: none;
}

.current-page-number {
    padding: 2rem;
    padding-bottom: 1rem;
    background-color: #f8f9fa;
    border-bottom: 0.2rem solid #131313;
    text-decoration: none;
    color: #131313;
    font-weight: bold;
}

.pagination a:hover {
    border-bottom: 0.2rem solid #131313;
    transition: 0.2s;
    text-decoration: none;
}

.pagination {
    text-align: center;
}

article img {
    max-height: 300px;
    margin: 1.5rem 0;
}

.post-container {
    background-color: #f8f9fa;
}


.read-more {
    width: 100%;
    background-color: #F0F0F0;
    color: #131313;
    border: 1px solid #131313;
}

.read-more:hover {
    background-color: #131313;
    color: #F0F0F0;
}

@media (max-width: 600px) {

    .post-title {
        font-size: 24px;
    }

    .pagination a {
        padding: 1rem;
        background-color: #F0F0F0;
        border-bottom: 0.2rem solid #F0F0F0;
        text-decoration: none;
        color: #131313;
    }

    .pagination a:hover {
        border-bottom: 0.2rem solid #131313;
        transition: 0.2s;
        text-decoration: none;
    }

    .current-page-number {
        padding: 1rem;
        background-color: #F0F0F0;
        border-bottom: 0.2rem solid #131313;
        text-decoration: none;
        color: #131313;
        font-weight: bold;
    }

    .pagination a:hover {
        border-bottom: 0.2rem solid #131313;
        transition: 0.2s;
        text-decoration: none;
    }

    .pagination {
        text-align: center;
        padding: 1rem 0;
    }

    .post-container {
        padding: 1.5rem 1.5rem 0 1.5rem;
        background-color: #F0F0F0;
    }
}

.stars {
    width: 100%;
    display: block;
    background: #131313 url(/live/oe_/https://www.danields.me/assets/img/stars_bg.png) repeat top center;
    z-index: 0;
}


footer {
    vertical-align: center;
    background-color: #131313;
    color: #f8f9fa;
    padding: 1rem 0 1rem 0;
    width: 100%;
    font-size: 15px;
    height: 100%;
}

footer .left {
    vertical-align: center;
    text-align: left;
    font-size: 12px;
}

footer .right {
    text-align: right;
    font-size: 12px;
}

pre {
    background: #F0F0F0;
    border: 1px solid #ddd;
    border-left: 3px solid #131313;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin: 2em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    margin-bottom: 0.2rem;
}

.language-plaintext pre {
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-left: 3px solid f8f9fa;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin: 2em;
    max-width: 100%;
    overflow: auto;
    padding: 0.5em 1em;
    display: block;
    word-wrap: break-word;
    margin-top: 0.2rem;
}

.language-plaintext pre * {
    color: #666;
    background: #f8f9fa;
    font-family: monospace;
    font-weight: 400;
}

article {
    margin: 4rem 0;
}

article img {
    max-width: 100%;
    height: auto;
    margin: 2.3rem 0;
}

.post-container {
    padding: 3rem;
    padding-top: 0.6rem;
    background-color: #f8f9fa;
}


@media (max-width: 600px) {
    .post-title {
        font-size: 24px;
    }

    .post-container {
        padding: 1.5rem;
        padding-top: 0.6rem;
        background-color: #f8f9fa;
    }
}

.navbar {
    background-color: #131313;
    font-weight: bold;
    padding: 0rem 1rem;
}

.navbar-brand {
    letter-spacing: 3px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.nav-link {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    border-bottom: 0.2rem solid #131313;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}

.nav-link:hover {
    border-bottom: 0.2rem solid #FFFFFF;
    transition: 0.2s;
}

.navbar-toggler {
    margin: 0.3em 0.1em;
    padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255, 0);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


.profile-img {
    border: 7px solid #f8f9fa;
    margin-top: 3rem;
    width: 320px;
    height: 320px;
}


#infoSocialMedia svg {
    fill: #131313;
    transition: 0.2s;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

#infoSocialMedia svg:hover {
    fill: #7B7D7D;
}

#infoSocialMedia .btn:focus,
#infoSocialMedia .btn:active {
    outline: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    text-decoration-color: none !important;
}

#infoSocialMedia a,
#infoSocialMedia a:focus,
#infoSocialMedia a:active {
    outline: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    text-decoration-color: none !important;
}

#infoShortDescription {
    color: #F0F0F0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 2rem;
}

#characteristic {
    color: #FDC700;
    display: inline;
    font-weight: bold;
    text-transform: capitalize;
}

#animatedText {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

#infoBanner {
    overflow: hidden;
}

#infoBanner button {
    font-weight: bold;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin-bottom: 30px;
    color: grey;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 130px;
    border-bottom: 4px solid #F8F9FA;
}

#infoBanner button:hover {
    border-bottom: 4px solid #131313;
    transition: 0.2s;
}

#infoBanner button.active {
    color: black;
    border-bottom: 4px solid #131313;
}

.banner-content {
    display: none;
    padding: 6px 12px;
    margin-bottom: 50px;
    border-top: none;
}

.banner-content.active {
    display: none;
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s;
}

#infoText {
    color: #FFFFFF;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.social-icons {
    position: relative;
    z-index: 2;
  }
  
  .social-icons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 4rem;
    width: 4rem;
    border-radius: 100rem;
  }