/* latin-ext */
@font-face {
    font-family: 'Oleo Script Swash Caps';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HAXOkSL0H.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oleo Script Swash Caps';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HAX2kSA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html body {
    font-family: 'Roboto', sans-serif;
}

.frontpage-left-side {
    padding-top: calc(100vH - 50vh - 100px);
    top: calc(50vH - 100px);
    height: 100vH;
    width: 100vW;
    z-index: 3;
}

.frontpage-projectname {
    color: white;
    font-size: 5em;
    font-weight: bold;
    font-style: italic;
    text-align: center;

}

.frontpage-projectslogan {
    color: white;
    text-align: center;
    font-size: 2em;
}

.frontpage-logo {
    position: absolute;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
    filter: opacity(50%);
}

.alert {
    position: fixed !important;
    top: 0;
    right: 50%;
    /*margin: 0 !important;*/
    font-weight: bold;
    z-index: 999 !important;
}

.alert-info {
    z-index: 999 !important;
}

#alert-close {
    float: right;
    border: none;
    height: 40px;
    background: none;
    cursor: pointer;
}

.alertX {
    font-size: 2em;
    margin: -20px 0 0 0;
    height: 20px;
}

.bookmark-name i {
    padding-right: 7px;
}

.login-heading {
    font-weight: 300;
}

.login {
    min-height: 100vh;
}

/*.bg-image {*/
/*    background-image: url('../images/15000.jpg');*/
/*    background-size: cover;*/
/*    background-position: left;*/
/*}*/

.bg-image {
    background-color: #122b40;
}

.logo-image {
    width: 40px;
    height: 40px;
    padding: 20px 0 0 20px;
}

.page-logo {
    font-size: 2.6em;
    color: yellow;
    text-align: center;
    position: relative;
    top: calc(50% - 20px);
    left: calc(50% - 17px);
    text-shadow: 2px 2px 8px #000000;
}

.column-left {
    width: 80px;
    height: 100vH;
    float:left;
    /*background-color: #16374d;*/
    background-color: #16374d;
    color: darkgray;
    position:fixed;
}

.column-middle {
    width: 300px;
    height: 100vH;
    float: left;
    background-color: #122b40;
    color: lightgray;
    position: fixed;
    left: 80px;
    border-right: 1px solid #122b40;
}

.column-right {
    width: 100%;
    height: 100vH;
    /*float: left;*/
    padding-left: 380px;
    color: dimgrey;
}

.column-header-left, .column-header-middle {
    height: 80px;
    border-bottom: 1px solid #606060;
}

.column-header-right {
    height: 80px;
    border-bottom: 1px solid #adacac;
}

.head-left {
    /* noch nix */
}

.head-middle {
    /* noch nix */
}

.head-right {
    /* noch nix */
}

.project-font-style {
    /*font-family: 'Oleo Script Swash Caps', cursive;*/
}

.project-name {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-left: 25px;
    /*font-family: 'Oleo Script Swash Caps', cursive;*/
    font-size: 1.1em;
    float: left;
    position: relative;
    top: calc(50% - 15px);
}

.project-version {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-right: 25px;
    font-size: 0.7em;
    float: right;
    position: relative;
    top: calc(50% - 15px);
}

.project-version a {
    color: inherit;
}

.project-version a:hover {
    color: #0768B3;
    text-decoration: none;
}

.icons {
    font-size: 1.2em;
    padding: 26px 0 0 0;
    margin-left: -10px;
}

.icons ul {
    list-style: none;
}

.icons li {
    padding-bottom: 40px;
}

.icons ul a {
    color: unset;
}

.icons ul a:hover {
    color: #0768B3;
}

.category-list {
    margin: 25px 0 0 -15px;
    list-style: none;
}

.category-list li {
    padding-bottom: 15px;
}

.category-entry {
    width: 250px;
    height: 30px;
}

.subcategory-entry {
    width: 235px;
    height: 30px;
}

.subsubcategory-entry {
    width: 220px;
    height: 30px;
}

.category-bullet {
    margin-top: 5px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    float: left;
}

.category-name {
    font-size: 1em;
    padding-left: 10px;
    float:left;
    font-weight: bold;
}

.category-number {
    float: right;
    padding-top: 6px;
    font-size: 0.7em;
    padding-right: 5px;
}

.category-headline {
    font-size: 0.8em;
    width: 250px;
    margin: 30px 0 0 25px;
    height: 40px;
    border-bottom: 1px solid lightgray;
}

.cat-short {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one {
    width: calc(220px - 15px);
}

.two {
    width: calc(210px - 15px);
}

.three {
    width: calc(200px - 15px);
}

.addCatButton {
    float:right;
}

.category-entry a,
.subcategory-entry a,
.subsubcategory-entry a {
    color: unset;
}

.category-entry a:hover,
.subcategory-entry a:hover,
.subsubcategory-entry a:hover {
    color: #0768B3;
    text-decoration: none;
}

.category-main-title {
    float:left;
    padding: 28px 10px 0 42px;
}

.category-main-title i {
    padding-right: 5px;
}

.fa-button {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    margin-left: -3px;
}

.fa-button:hover {
    color: #0768B3;
}
.fa-upl-button {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    float: right;
}

/* MODAL WINDOW  */
/* The Modal (background) */
.modalupload, .modalbookmaklet, .modalAddCat {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 200px 20% 0 20%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalupload-content, .modalbookmaklet-content, .modalAddCat-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.closeUpload, .closeBookmarklet, .closeAddCat {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeUpload:hover,
.closeUpload:focus,
.closeBookmarklet:hover,
.closeBookmarklet:focus,
.closeAddCat:hover,
.closeAddCat:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.category-bookmarks {
    /*padding-bottom: 50px;*/
}

.category-bookmarks ul {
    margin: 21px 0 0 0;
    list-style: none;
}

.category-bookmarks li {
    padding-right: 50px;
    margin-left: -20px;
}

li.no-items {
    padding-right: 50px;
    margin-left: 2px;
    padding-top: 8px;
}

.bookmark-box {
    padding: 6px 20px 4px 20px;
    border-width: 0 0 1px 0;
    border-color: lightgray;
    border-style: solid;
    height: 40px;
    margin-right: 100px;
}

.bookmark-box:hover {
    border: 0;
    border-radius: 5px;
    background-color: #29455B;
    color: white;
}

.bookmark-name {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}

.bookmark-url {
    display: none;
    float: left;
    padding: 0 0 0 10px;
}

.bookmark-tags {
    display: none;
    float: right;
    padding-top: 5px;
}

.bookmark-link-entry a {
    color: #16374d;
}

.colorpicker {
    width: 100px;
}

.new-bookmark {
    position: absolute;
    top: -23px;
    float: left;
    padding: 50px 0 50px 0;
    width: 800px;
    left: 650px;
}


.new-bookmark-name {
    float: left;
}

.new-bookmark-name input,
.new-bookmark-tags input,
.new-bookmark-url input {
    font-size: 1em;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.new-bookmark-name input:focus-visible,
.new-bookmark-tags input:focus-visible,
.new-bookmark-url input:focus-visible {
    border: 1px solid #16374d !important;
}

.new-bookmark-url {
    padding-left: 15px;
    float: left;
}

.new-bookmark-tags {
    padding-left: 15px;
    float: left;
}

.submitBookmark {
    padding: 2px 0 0 5px;
    float: left;
}

.submitBookmark button {
    border: none;
    background: none;
    cursor: pointer;
}

.register-warning {
    margin-top: 25px;
    border: 1px solid darkgoldenrod;
    padding: 10px;
    background-color: lightgoldenrodyellow;
    color: darkgoldenrod;
    border-radius: 5px;
}

.delete-bookmark {
    float: right;
    position: relative;
    top: -33px;
    right: 110px;
    border: none;
    background: none;
    cursor: pointer;
    color: white;
}

.delete-bookmark:hover {
    color: black;
}

.delete-category {
    color: lightcoral;
    padding: 28px 0 0 0;
    border: none;
    background: none;
    cursor: pointer;
    float: left;
}

.delete-category:hover {
    color: #f15555;
}

.delete-category-form {
    z-index: 5;
}

.footer-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-right: 380px;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    background-color: white;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.donation-text-box {
    margin-left: 90px;
}

.donoation-text-box-text {
    font-style: italic;
}

.impressum-box, .datenschutz-box, .about-box {
    padding-right: 15px;
}

.user-panel {
    float:right;
    position: absolute;
    top: 0;
    right: 0;
}

.user-icon-box {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: #16374d;
    margin: 15px 15px 0 0;
    text-align: center;
    padding: 5px 0 0 0;
}

.user-icon {
    font-size: 24px;
    color: white;
}

.user-welcome-text {
    float: right;
    width: 200px;
    padding: 0;
    text-align: right;
    margin: -27px 60px 0 0;
}

.upload-overlay {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: lightcoral;
    cursor: pointer;
    transition: transform .2s; /* Animation */
}

.upload-overlay:hover {
    transform: scale(1.2);
}

.add-bookmark-icon {
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    border: none !important;
    margin-left: 6px;
    margin-top: 6px;
}

#bookmark-modal {
    position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 200px);
    display: none;
    width: 400px;
    z-index: 960;
    transform: translate(calc(50% - 200px), calc(50% - 150px));
}

.modal-header {
    font-weight: bold;
    height: 50px;
    color: white;
    background-color: #16374d;
    padding: 13px !important;
    border: 1px solid #16374d;
    border-radius: 10px 10px 0 0 !important;
}

.modal-headline {
    float: left;
}

.modal-close {
    float: right;
    font-weight: bolder;
    cursor: pointer;
}

.modal-content {
    padding: 25px;
    margin-top: -2px;
    border: 1px solid #ffffff !important;
    /*border-radius: 0 0 10px 10px !important;*/
    border-radius: unset !important;
}

#overlay {
    position: fixed; /* Positioning and size */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128, 128, 128, 0.77); /* color */
    display: none; /* making it hidden by default */
    z-index: 950;
}

.submit-cancel-panel {
    float: right;
    margin-top: 15px;
}

.btn {
    padding: 5px;
    /*width: 150px;*/
    font-weight: bold !important;
}

.btn-cancel {
    background-color: lightcoral;
    color: white;
}

.btn-submit {
    background-color: lightgreen;
}

.truncated {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.demo-content, .category-bookmarks{
    overflow: auto;
    height: calc(100% - 120px);
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
.demo-content {
    scrollbar-width: auto;
    scrollbar-color: #16374d #122b40;
}

/* Chrome, Edge, and Safari */
.demo-content::-webkit-scrollbar {
    width: 16px;
}

.demo-content::-webkit-scrollbar-track {
    background: #122b40;
}

.demo-content::-webkit-scrollbar-thumb {
    background-color: #16374d;
    border-radius: 0;
    border: 3px none #122b40;
}

.modal-content input[type=text],
.popup-form input[type=text] {
    border-top: none;
    border-left: none;
    border-right: none;
}

.modal-content input[type=text]:focus,
.popup-form input[type=text]:focus {
    border-top: none;
    border-left: none;
    border-right: none;
}

#search-results {
    position: relative;
    padding: 10px;
    background-color: #ebf1f5;
    border: 1px solid #ccc;
    z-index: 960;
    margin: 35px 30px 0 30px;
    max-height: 400px;
    overflow: auto;
    border-radius: 10px;
}

#search-results a {
    font-weight: bold;
    display: inline-block;
    padding: 5px 5px 5px 15px;
    color: #333;
    text-decoration: none;
    width: 100%;
}

#search-results a:hover,
#search-results a:focus {
    border: none !important;
    border-radius: 5px;
    background-color: #29455B;
    color: white;
    font-weight: bold;
}

#search-results a:focus-visible {
    border: none !important;
}

#search {
    margin-top: 25px;
    width: 400px;
    margin-left: 20px;
}

.deleteSearchBoxIcon {
    border: none;
    background: none;
}

.deleteSearchBoxIcon:hover {
    cursor: pointer;
}
.search-entry {
    width: 100%;
    border-bottom: 1px solid lightgray;
}

.search-result-box {
    padding: 10px;
}

.bookmarklet {
    width:200px;
}

.bookmarklet-button {
    border: 1px solid #16374D;
    padding: 15px;
    background-color: #16374D;
    color: white;
    border-radius: 10px;
    width: 200px;
    text-align: center;
}

.bookmarklet a:hover {
    text-decoration: none !important;
}
