﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
    background: #f8f9fa !important
}


.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

    .cookiealert.show {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealert a {
        text-decoration: underline
    }

    .cookiealert .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline;
    }

.badgeLink {
    background-color: #240C46 !important;
    display: inline-block;
    padding: .3em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .badgeLink a {
        color: white;
        text-decoration: none;
    }

/* stylelint-disable selector-list-comma-newline-after */
.bbbody {
    background-color: #f8f9fa !important;
}

#jumboh1 {
    font-size: 1.5rem
}


.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 0rem 1rem; */
    margin-bottom: 1rem;
    margin-top: -20px;
    list-style: none;
    padding-left: -1rem;
    background-color: #f8f9fa;
    /* border-radius: .25rem; */
}

    .breadcrumb li a {
        color: #3128a7;
    }

.mainmenue li a {
    color: #3128a7
}

.display-4 {
    font-size: 2.5rem;
}

.badge-primary {
    color: #fff;
    background-color: #ae99cc;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 1.5rem 2rem;
        border-radius: .3rem;
        box-sizing: border-box;
        box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .nav-scroller .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .875rem;
    }

.navbar-brand {
    margin-right: 5rem;
}


.bb-spacer {
    padding: 7px;
}

.social-part .fa {
    padding-right: 20px;
}

ul li a {
    margin-right: 20px;
}


.card-shadow {
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
}


.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/*
 * Blog name and description
 */
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

    .blog-pagination > .btn {
        border-radius: 2rem;
    }

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 1rem;
    background: white;
    padding: 1em;
    border-radius: .3rem;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
}

    .blog-post a {
        color: #6117af;
        font-weight: 500;
        text-decoration: underline;
    }

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

.blog-inhalte {
    padding: 1rem;
}




/*
 * Blog posts
 */
.blog-bibel {
    margin-bottom: 1rem;
    background: white;
    color: #212529 !important;
    padding: 1em;
    border-radius: .3rem;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
}

    .blog-bibel a {
        color: #212529 !important;
        text-decoration: none;
    }

.blog-bibel-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-bibel-meta {
    margin-bottom: 1.25rem;
    color: #999;
}



.DelBadgeButton a {
    font-size: 1em;
    color: white !important;
    background-color: orangered !important;
}

/*
 * Footer
 */
.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

    .blog-footer p:last-child {
        margin-bottom: 0;
    }



/* change the background color */
.navbar-custom {
    background-color: #563A7D !important;
    margin-bottom: 1.5rem;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,.5);
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:focus .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }


.nvbtn {
    background-color: #28A745;
    color: white;
}

    .nvbtn:hover {
        background-color: #563A7D;
        color: white;
        border-color: white;
    }

.btn-primary {
    background-color: #563A7D;
    border-color: #563A7D;
    color: whitesmoke;
}


.btn-outline-primary {
    color: #fff !important;
    background-color: #563A7D !important;
    text-decoration: none !important;
}

    .btn-outline-primary a {
        color: #fff !important;
        background-color: #563A7D !important;
        text-decoration: none !important;
    }

        .btn-outline-primary a:hover {
            color: #fff !important;
            background-color: #240C46 !important;
            text-decoration: underline !important;
        }

.bbLink a:hover {
    color: #563A7D;
    text-decoration: none;
    background-color: transparent;
}

.text-my-own-color {
    color: #240C46 !important;
}



.bbRedTextbox {
    border-color: red;
    border-width: 2px
}

.btn-big {
    color: #fff;
    background-color: #28A745;
    border-color: #1e7e34;
    font-weight: 500;
    min-width: 8rem;
    padding: 1rem 2rem;
}
.spacerTop1 {
    margin-top: 1rem
}


.spacerTop2 {
    margin-top: 2rem
}

.chkBox {
    width: 50px
}


.btnStichwort {
    margin: 1.5rem;
    color: white;
    display: -webkit-inline-box;
}


    .btnStichwort a {
        border-radius: 2rem;
        background-color: #563A7D;
        color: #f8f9fa;
        font-weight: 500;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
        display: inline-block;
    }

        .btnStichwort a:hover {
            background-color: #6117af !important;
        }


.alert-bbd {
    color: #b8abca;
    background-color: #563a7d;
    font-size: large;
    font-family: 'Fuzzy Bubbles', 'Lobster', cursive;
    margin-bottom: 2rem;
}


/* Sprechblase */
@media screen and (min-width: 768px) {
    .SpeechBubble-illustrationClip {
        height: 11rem;
        margin-right: 2rem;
        min-width: 11rem;
    }
}

@media screen and (min-width: 768px) {
    .SpeechBubble-illustrationClipImg {
        height: 23rem;
        margin-left: -2rem;
        margin-top: 1rem;
    }
}

.u-mtg {
    margin-top: 3rem !important;
}

.u-mbl {
    margin-bottom: 1.5rem !important;
}

.u-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.u-flexAlignItemsCenter {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.u-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.u-ptm {
    padding-top: 1rem !important;
    padding-left: 2rem;
}

.SpeechBubble-content {
    background-color: #e2daf1;
    border-radius: .4rem;
    color: #563a7d;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 28rem;
    padding: 1rem;
    position: relative;
    margin-left: 25px;
}

    .SpeechBubble-content:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 0.938em solid transparent;
        border-right-color: #e2daf1;
        border-left: 0;
        border-bottom: 0;
        margin-top: -0.469em;
        margin-left: -0.937em;
    }

.iconBig {
    font-size: 4rem;
    color: #563a7d
}

.versNo {
    font-size: 0.7rem;
    color: gray;
}

.versText {
    margin-left: 1px;
}

.biblebooks {
    color: white;
    border: 3px solid #f8f9fa;
    padding: 0.7rem;
    font-size: 1rem;
}

    .biblebooks a {
        color: white;
        text-decoration: none;
    }

.book1 {
    height: 4rem;
    background-color: #1d3254;
}

.book2 {
    height: 4rem;
    background-color: #4a6da7;
}

.book3 {
    height: 4rem;
    background-color: #275197;
}

.biblekapitel {
    color: white;
    border: 3px solid #f8f9fa;
    padding: 0.7rem;
    font-size: 1.3rem;
    text-align: center;
}

    .biblekapitel a {
        color: white;
        text-decoration: none;
    }


.searchBlock {
    margin-bottom: 2.2em;
    color: #4d5156
}

.SearchCite {
    font-size: 0.8em;
    color: gray
}

.searchH3Link a {
    font-size: 0.7em;
    text-decoration: none;
    color: #563a7d !important;
}

    .searchH3Link a:hover {
        text-decoration: underline
    }

.searchRecords {
    margin-bottom: 1.1em;
}

/* Footer */
section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

.konkordanz a {
    color: #343a40;
    /* font-weight: 500; */
    text-decoration: none;
}





#myInput {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

    #myTable th, #myTable td {
        text-align: left; /* Left-align text */
        padding: 12px; /* Add padding */
    }

    #myTable tr {
        /* Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        #myTable tr.header, #myTable tr:hover {
            /* Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }

.tablelDescription {
    font-size: 0.8em;
    color: gray;
}

.autorLeadText {
    margin-top: 1em;
    font-size: 0.7em;
    color: gray
}


.blog-post-btn a {
    color: #fcfbfd;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#footer {
    background: #240C46 !important;
    margin-top: 1em;
}

    #footer h5 {
        padding-left: 10px;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    #footer a {
        color: #ffffff;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

        #footer ul.social li a i {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

        #footer ul.social li:hover a i {
            font-size: 30px;
            margin-top: -10px;
        }

        #footer ul.social li a,
        #footer ul.quick-links li a {
            color: #ffffff;
        }

            #footer ul.social li a:hover {
                color: #eeeeee;
            }

    #footer ul.quick-links li {
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}


/*Grid System*/
#masonry {
    column-count: 1;
    column-gap: 1em;
}

@media(min-width: 30em) {
    #masonry {
        column-count: 1;
        column-gap: 1em;
    }
}

@media(min-width: 40em) {
    #masonry {
        column-count: 1;
        column-gap: 1em;
    }
}

@media(min-width: 65em) {
    #masonry {
        column-count: 2;
        column-gap: 1em;
    }
}

/*@media(min-width: 90em) {
    #masonry {
        column-count: 3;
        column-gap: 1em;
        background-color: lightcyan;
    }
}*/

.item {
    background-color: none;
    display: inline-block;
    margin: 0 0 1em 0;
    width: 100%;
    cursor: pointer;
}

    .item img {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-bottom: -4px;
        /*idk why but this fix stuff*/
    }

    .item.active {
        animation-name: active-in;
        animation-duration: 0.7s;
        animation-fill-mode: forwards;
        animation-direction: alternate;
    }

        .item.active:before {
            content: "+";
            transform: rotate(45deg);
            font-size: 48px;
            color: white;
            position: absolute;
            top: 20px;
            right: 20px;
            background-color: rgba(0,0,0,0.85);
            border-radius: 50%;
            width: 48px;
            height: 48px;
            text-align: center;
            line-height: 48px;
            z-index: 12;
        }

        .item.active img {
            animation-name: active-in-img;
            animation-duration: 0.7s;
            animation-fill-mode: forwards;
            animation-direction: alternate;
        }


@keyframes active-in {
    0% {
        opacity: 1;
        background-color: white;
    }

    50% {
        opacity: 0;
        background-color: rgba(0,0,0,0.90);
    }

    100% {
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.90);
    }
}

@keyframes active-in-img {
    0% {
        opacity: 1;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        max-width: 100%;
    }

    49% {
        opacity: 0;
        transform: translate(0%, -50%);
    }

    50% {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    100% {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        width: auto;
        max-height: 95vh;
        opacity: 1;
    }
}





.stw {
    background-color: white !important;
    border-color: black !important;
    border-radius: 2px !important;
    border-width: 1px !important;
    color: black !important;
    cursor: pointer;
    font-weight: 600;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px px ) !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
    padding-top: calc(0.375em - 1px) !important;
    text-align: center !important;
    text-decoration: none !important;
}

a.buttonStichwortX {
    background-color: white !important;
    border-color: black !important;
    border-radius: 2px !important;
    border-width: 1px !important;
    color: black !important;
    cursor: pointer;
    font-weight: 600;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px px ) !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
    padding-top: calc(0.375em - 1px) !important;
    text-align: center !important;
    text-decoration: none !important;
}


.PostResponseB {
    border-radius: 3px;
    background-color: #563A7D !important;
    color: white !important;
    padding: 5px;
      display: inline-block;
    font-size: 12px;
    text-decoration: none !important;
}

    .PostResponseB a {
        text-decoration: none !important;
        color: white !important;
    }

.badgebar a {
    text-decoration: none !important;
    color: #fff !important;
}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}


.divTableCell1  {   
    display: table-cell;
    width:12px;
}

.divTableCell {
    display: table-cell;
    padding: 3px 3px;
}


.divTableBody {
    display: table-row-group;
}