
<!--------------------------------------------------------------
Settings laden
--------------------------------------------------------------->

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
p {
    margin-bottom: 0rem;
}

a {
    color: rgba(20,110,170,1.0);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a.hover {
    color: rgba(85,90,95,0.6);
}

a:focus,
a.focus {
    color: rgba(85,90,95,1.0);
}

a:active,
a.active {
    color: rgba(20,110,170,1.0);
}

body {
    background-color: rgba(245,245,248,1.0);
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(85,90,95,0.1), rgba(85,90,95,1), rgba(85,90,95,0.1));
}

.trenner-info {
    padding-top: 2px;
    background-image: linear-gradient(to right, rgba(20,110,170,0.2), rgba(255,255,255,0));
    margin-top: 24px;
}

/*--------------------------------------------------------------
# Nav-Tabs & Log-Output
--------------------------------------------------------------*/
.nav-tabs .nav-link {
    font-size: .9em;
    color: rgba(20,110,170,1.0); 
    font-weight: 500;       
}

.nav-tabs .nav-link.active {
    color: rgba(15,15,20,0.5); 
}

pre {
    color: rgba(15,15,20,1.0); 
    font-size: .775em;
}

@media (max-width: 768px) {
    pre {
        font-size: .7em;
    }
}

/*--------------------------------------------------------------
# Alerts & Progress
--------------------------------------------------------------*/
#loginAlert, #searchAlert, #successAlert {
    background-color: #FFF !important;
    color: rgba(230,50,0,1.0) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(230,50,0,0.02) 0%,
        rgba(230,50,0,0.18) 99%,
        rgba(230,50,0,0.20) 100%
    ) !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 4px;
    text-align: center;
}

#searchAlert {
    color: rgba(240,125,60,1.0) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(240,125,60,0.02) 0%,
        rgba(240,125,60,0.18) 99%,
        rgba(240,125,60,0.20) 100%
    ) !important;
}

#successAlert {
    color: rgba(60,150,40,1.0) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(60,150,40,0.02) 0%,
        rgba(60,150,40,0.18) 99%,
        rgba(60,150,40,0.20) 100%
    ) !important;
}

.emailAlert, .smsAlert, .copyAlert, .downloadAlert {
    position: fixed;
    bottom: 0;  
    left: 5%;
    right: 5%;
    background-color: #FFF !important;
    color: rgba(230,50,0,1.0) !important;
    background-image: linear-gradient(
        to right, 
        rgba(230,50,0,0.11), 
        rgba(230,50,0,0.03)
    ) !important;
    box-shadow: 0 -2px 5px rgba(150,150,150,0.35);
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    padding: 0.6rem 1rem;
    text-align: center;
    z-index: 1002;
}

.emailAlert, .smsAlert {
    color: rgba(240,125,60,1.0) !important;
    background-image: linear-gradient(to right, rgba(240,125,60,0.11), rgba(240,125,60,0.03)) !important;
    border-left: 3px solid rgba(240,125,60,0.6);
}

.copyAlert, .downloadAlert {
    color: rgba(60,150,40,1.0) !important;
    background-image: linear-gradient(to right, rgba(60,150,40,0.11), rgba(60,150,40,0.03)) !important;
    border-left: 3px solid rgba(60,150,40,0.6);
}

.emailAlert.show, .smsAlert.show, .copyAlert.show, .downloadAlert.show {
    opacity: 1;
}

.copy-button {
    background: none; 
    border: none; 
    padding: 0; 
    cursor: pointer; 
}

.copy-button i {
    color: inherit; 
}

.custom-progress-height-new-edit, .custom-progress-height {
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
    background-color: rgba(85,90,95,0.0);
    border: 3px solid rgba(85,90,95,0.1);
    transition: background-color 0.4s ease;
}

.custom-progress-height {
    background-color: rgba(85,90,95,0.0);
    border: 3px solid #FFF;
    margin-top: 0.5rem;
}

.custom-progress-height.active {
    background-color: rgba(85,90,95,0.1);
}

.custom-progress, .custom-progress-database, .custom-progress-images, .custom-progress-media {
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    transition: width 0.3s ease-in-out;
    color: #FFF; 
    background-color: #FFF !important;
    background-image: linear-gradient(
        to top left,
        rgba(60,150,40,1.0) 0%,
        rgba(60,150,40,0.7) 30%,
        rgba(60,150,40,0.6) 60%,
        rgba(60,150,40,0.5) 70%,
        rgba(60,150,40,0.4) 80%,
        rgba(60,150,40,0.3) 90%,
        rgba(60,150,40,0.2) 100%
    ) !important; 
}

.custom-progress {
    background-image: linear-gradient(
        to top left,
        rgba(20,110,170,1.0) 0%,
        rgba(20,110,170,0.7) 30%,
        rgba(20,110,170,0.6) 60%,
        rgba(20,110,170,0.5) 70%,
        rgba(20,110,170,0.4) 80%,
        rgba(20,110,170,0.3) 90%,
        rgba(20,110,170,0.2) 100%
    ) !important;  
}

.custom-progress-images {
    background-image: linear-gradient(
        to top left,
        rgba(20,110,170,1.0) 0%,
        rgba(20,110,170,0.7) 30%,
        rgba(20,110,170,0.6) 60%,
        rgba(20,110,170,0.5) 70%,
        rgba(20,110,170,0.4) 80%,
        rgba(20,110,170,0.3) 90%,
        rgba(20,110,170,0.2) 100%
    ) !important;  
}

.custom-progress-media {
    background-image: linear-gradient(
        to top left,
        rgba(85,90,95,1.0) 0%,
        rgba(85,90,95,0.7) 30%,
        rgba(85,90,95,0.6) 60%,
        rgba(85,90,95,0.5) 70%,
        rgba(85,90,95,0.4) 80%,
        rgba(85,90,95,0.3) 90%,
        rgba(85,90,95,0.2) 100%
    ) !important;   
}

.progress-background-active {
    background-color: rgba(85,90,95,0.1) !important;
    transition: background-color 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
    border: 0px solid rgba(85,90,95,0.35);
    box-shadow: 2px 2px 6px rgba(150,150,150,0.6);
    background-color: rgba(244,245,247,1.0);
}

.img-fit {
    width: 100%;
    height: 16rem;
    border-radius: 10px;
}

@media (max-width: 1400px) {
    .img-fit {
        height: 16rem;
    }
}

@media (max-width: 1200px) {
    .img-fit {
        height: 19rem;
    }
}

@media (max-width: 990px) {
    .img-fit {
        height: 18rem;
    }
}

@media (max-width: 768px) {
    .img-fit {
        height: 17.5rem;
    }
}

.img-fit-details {
    width: 100%;
    height: 25rem;
    box-shadow: 0px 0px 0px rgba(150,150,150,0.4);
    border: 1px solid rgba(85,90,95,0.3);
    border-radius: 10px;
    object-fit: contain;
}

@media (max-width: 990px) {
    .img-fit-details {
        height: 26.15rem;
    }
}

@media (max-width: 768px) {
    .img-fit-details {
        height: 17rem;
    }
}

.img-fit-edit-new {
    width: 100%;
    height: 17rem;
    box-shadow: 0px 0px 0px rgba(150,150,150,0.4);
    border: 2px solid rgba(85,90,95,0.2);
    border-radius: 10px;
    object-fit: contain;
    cursor: pointer; 
    padding-left: 0rem; 
    padding-right: 0rem;
}

.logo img {
    width: 190px !important;
    height: auto !important;
    border: 0px !important;
    box-shadow: 0px 0px 0px rgba(85,90,95,0.0) !important;
}

@media (max-width: 768px) {
    .logo img {
        width: 142.5px !important;
    }
}

.customlogo img {
    background: rgba(255,255,255,0.85) !important;
    width: 190px !important;
    height: auto !important;
    border: 0px !important;
    box-shadow: 0px 0px 0px rgba(85,90,95,0.0) !important;
}

@media (max-width: 768px) {
    .customlogo img {
        width: 162.85714285714px !important;
    }
}

.about img {
    width: 142.5px !important;
    height: auto !important;
    border: 0px !important;
    box-shadow: 0px 0px 0px rgba(85,90,95,0.0) !important;
}

@media (max-width: 768px) {
    .about img {
        width: 126.66666666667px !important;
    }
}

.customabout img {
    width: 142.5px !important;
    height: auto !important;
    border: 0px !important;
    box-shadow: 0px 0px 0px rgba(85,90,95,0.0) !important;
}

@media (max-width: 768px) {
    .customabout img {
        width: 126.66666666667px !important;
    }
}

.list-search-img {
    width: 130px;
}

@media (max-width: 768px) {
    .list-search-img {
        width: 90px;
    }
}

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.logo-menue {
    width: 140px !important;
    height: auto !important;
    border: 0px !important;
    box-shadow: none !important;
    margin-top: -6px;
    margin-bottom: -1px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .logo-menue {
        width: 115px !important;
        height: auto !important;
        margin-top: -7px;
        margin-bottom: -3px;
        margin-right: 4px;
    }
}

/*--------------------------------------------------------------
# Zoom
--------------------------------------------------------------*/
.zoom {
    transition: 0.15s ease-in-out;
    cursor: pointer;
}

.zoom:hover {
    transform: scale(1.005);
    box-shadow: 3px 3px 8px rgba(150,150,150,0.3);
}

.zoom-album {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.zoom-album:hover {
    transform: translateY(-4px);
}

.zoom-text {
    cursor: pointer;
}

.zoom-text:hover {
    color: rgba(20,110,170,1.0);
}

.zoom-small-image {
    transition: 0.15s ease-in-out;
}

.zoom-small-image:hover {
    transform: scale(1.04);
}

/*--------------------------------------------------------------
# Media-Player
--------------------------------------------------------------*/
.media-player {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(15,15,20,0.75); 

    background-color: rgba(85,90,95,0.025);
    border: 1px solid rgba(85,90,95,0.3);
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

audio {
    height: 40px; 
    background: none;
}

/*--------------------------------------------------------------
# Box / Effekt / Abstand / Weißraum
--------------------------------------------------------------*/
.box {
    background: rgba(255,255,255,0.85);
    border-radius: 12px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 990px) {
    .box {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .box {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
}

.effect {
    padding: 0px 25px 10px 25px;
    box-shadow: 4px 4px 8px rgba(85,90,95,0.25);
}

/*--------------------------------------------------------------
# Signs / Settings-Icon / Total / Liked
--------------------------------------------------------------*/
.total-assets {
    display: inline-block;
    width: 35px;
    height: 25px;
    background-color: rgba(20,110,170,0.75);   
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-radius: 6px 0px 0px 6px;
    padding-left: 5px;
    padding-top: 2px;
}

.public-album, .public-album-no {
    display: inline-block;
    width: 35px;
    height: 25px;
    background-color: rgba(60,150,40,0.75);
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-radius: 6px 0px 0px 6px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
}

.public-album-no {
    background-color: rgba(85,90,95,0.75);   
}

.editable-album, .editable-album-no {
    display: inline-block;
    width: 35px;
    height: 25px;
    background-color: rgba(60,150,40,0.75);
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-radius: 6px 0px 0px 6px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.editable-album-no {
    background-color: rgba(85,90,95,0.75);   
}

.media-link, .media-link-no {
    display: inline-block;
    width: 35px;
    height: 25px;
    background-color: rgba(60,150,40,0.75);
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-radius: 6px 0px 0px 6px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.media-link-no {
    background-color: rgba(85,90,95,0.75);
}

.album-controls {
    position: absolute; 
    bottom: 20px; 
    left: 20px; 
    display: flex; 
}

.item-controls {
    position: absolute; 
    bottom: 15px; 
    left: 15px; 
    display: flex; 
}

.album-settings-detailed, .album-settings-compact, .album-settings-pure {
    position: absolute;
    width: 30px;
    height: 28px;
    top: -94px; 
    left: 0px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
    border: 0;
    border-radius: 0px 6px 6px 0px;
}

.album-settings-compact {
    width: 28px;
    height: 26px;
    top: -20px; 
    left: -8px;
    border-radius: 0px 5px 0px 0px;
}

.album-settings-pure {
    width: 24px;
    height: 24px;
    top: -34px; 
    left: 0px; 
    border-radius: 0px 0px 5px 0px;
}

.album-delete-detailed, .album-delete-compact, .album-delete-pure {
    position: absolute;
    width: 30px;
    height: 28px;
    top: -54px; 
    left: 0px; 
    text-align: center;
    background-color: #FFF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
    border-radius: 0px 6px 6px 0px;
    padding-top: 2px;
}

.album-delete-compact {
    width: 28px;
    height: 26px;
    top: -20px; 
    left: 28px; 
    border-radius: 5px 5px 0px 0px;
}

.album-delete-pure {
    width: 24px;
    height: 24px;
    top: -34px; 
    left: 30px; 
    border-radius: 0px 0px 5px 5px;
}

.album-settings-detailed:hover, .album-settings-compact:hover, .album-settings-pure:hover {
    background-color: rgba(20,110,170,1.0);
    cursor: pointer;
}

.album-delete-detailed:hover, .album-delete-compact:hover, .album-delete-pure:hover {
    background-color: rgba(230,50,0,1.0);
    cursor: pointer;
}

.liked {
    fill: rgba(240,125,60,0.8) !important; 
    stroke: none !important;
}

.not-liked {
    fill: rgba(85,90,95,0.3) !important; 
    stroke: none !important;
}

.info-signs {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    margin-top: -20px; 
    margin-left: 142px;
    gap: 12px;
}

@media (max-width: 768px) {
    .info-signs {
        margin-left: 102px;
        gap: 6px;
    }
}

.sharing-signs {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 10px;
}

.sign-sharing {
    text-align: center;
    background-image: linear-gradient(
        to bottom,
        rgba(20,110,170,0.3) 0%,
        rgba(20,110,170,0.4) 20%,
        rgba(20,110,170,0.6) 50%,
        rgba(20,110,170,0.8) 80%,
        rgba(20,110,170,0.9) 100%
    );     
    border: 2px solid #FFF; 
    border-radius: 6px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 9px;
    width: auto;     
}

@media (min-width: 1400px) {
    .sign-sharing {
        padding-left: 14px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sign-sharing {
        padding-left: 6px;
        padding-right: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sign-sharing {
        padding-left: 18px;
        padding-right: 20px;
    }
}

.sign-sharing:hover {
    color: #FFF;
    background-color: rgba(20,110,170,1.0);  
}

.new-sign-compact, .new-sign-pure {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 22px;
    height: 22px;
    background-color: rgba(240,125,60,1.0);
    border: 2px solid #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    z-index: 10;
}

.new-sign-pure {
    left: -16px;
    top: -15px;
    width: 20px;
    height: 20px;
}

.new-sign {
    width: 34px;
    height: 19.5px;
    position: absolute;
    top: -23px; 
    left: 72px;   
    z-index: 10;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    background-color: rgba(230,50,0,0.75);
    border: 2px solid #FFF;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    padding-top: 1px;
}

.personal, .public, .non-public {
    width: 66px;
    height: 19.5px;
    position: absolute;
    top: -23px; 
    left: 0px;   
    z-index: 11;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    color: rgba(60,150,40,1.0);
    border: 2px solid #FFF;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    padding-top: 1px;
}

.public {
    letter-spacing: 0.02em;
    color: rgba(240,125,60,1.0);
}

.non-public {
    letter-spacing: -0.0075em;
    color: rgba(20,110,170,1.0);
}

/*-- Signs --*/

.sign-assets-compact, .sign-assets-pure  {
    color: rgba(20,110,170,1.0) !important;
    border: 2px solid #FFF;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 1px;
    text-align: center;
    width: 42px; 
    margin-top: -3px;
    margin-bottom: -2px;
}

.sign-assets-pure  {
    border-radius: 0px 6px 0px 6px;    
    border: 1px solid rgba(85,90,95,0.2);
    border-top: none;
    border-right: none; 
    width: 42px; 
    margin-top: -8px;
}

.sign-public-yes, .sign-public-no {
    color: rgba(240,125,60,1.0) !important;
    border: 2px solid #FFF;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 1px;
    text-align: center;
    min-width: 50px;  
    margin-top: -3px;
    margin-bottom: -2px;
}

.sign-editable-yes, .sign-editable-no {
    color: rgba(60,150,40,1.0) !important;
    border: 2px solid #FFF;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 1px;
    text-align: center;
    width: 62px;     
    margin-top: -3px;
    margin-bottom: -2px;
}

.sign-media-link-yes, .sign-media-link-no {
    color: rgba(60,150,40,1.0) !important;
    border: 2px solid #FFF;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 1px;
    text-align: center;
    width: 50px;    
    margin-top: -3px;
    margin-bottom: -2px;
}

.sign-editable-no, .sign-public-no, .sign-media-link-no {
    color: rgba(85,90,95,0.8) !important;
}

/*-- Album --*/
.sign-public, .sign-non-public, .sign-personal {
    font-size: 11px;
    font-weight: 600;
    color: rgba(240,125,60,1.0);
    background-image: linear-gradient(
        to top,
        rgba(85,90,95,0.20) 0%,
        rgba(85,90,95,0.16) 10%,
        rgba(85,90,95,0.12) 20%,
        rgba(85,90,95,0.08) 50%,
        rgba(85,90,95,0.04) 100%
    ) !important;     
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 4px 4px 0px 0px;
    margin-right: 4px;
}

.sign-non-public {
    color: rgba(20,110,170,1.0);
}

.sign-personal {
    color: rgba(60,150,40,1.0);
}

@media (max-width: 768px) {
    .sign-public, .sign-non-public, .sign-personal {
        margin-top: 20px;
    }
}

.sign-total-assets {
    font-size: 11px;
    font-weight: 600;
    color: rgba(85,90,95,0.8);
    background-image: linear-gradient(
        to top,
        rgba(85,90,95,0.20) 0%,
        rgba(85,90,95,0.16) 10%,
        rgba(85,90,95,0.12) 20%,
        rgba(85,90,95,0.08) 50%,
        rgba(85,90,95,0.04) 100%
    ) !important; 
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 4px 4px 0px 0px;
}

@media (max-width: 768px) {
    .sign-total-assets {
        margin-top: 20px;
    }
}

.media-icon-image, .media-icon-audio, .media-icon-video, .media-icon-youtube, .media-icon-instagram {
    width: 21px;              
    height: 19px;
    border-radius: 6px;      
    display: flex;           
    justify-content: center;    
    background-color: rgba(85,90,95,0.3);
    margin-right: 8px; 
    margin-top: 5px;
    user-select: none;
    cursor: default;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.media-icon-audio {
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 5px;
}

.media-icon-video {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 3px;
}

.media-icon-youtube, .media-icon-instagram {
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

video {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

video::before,
video::after {
    content: none !important;
}

/*--------------------------------------------------------------    
# Kacheln
--------------------------------------------------------------*/
.image-grid img {
    width: 122px;
    height: 122px;
    object-fit: cover;
    border-radius: 0.25rem; 
    margin: 3px;
}

@media (max-width: 420px) {
    .image-grid img {
        width: 117px;
        height: 117px;
    }
}

@media (max-width: 405px) {
    .image-grid img {
        width: 112px;
        height: 112px;
    }
}

@media (max-width: 390px) {
    .image-grid img {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 384px) {
    .image-grid img {
        width: 107px;
        height: 107px;
    }
}

@media (max-width: 375px) {
    .image-grid img {
        width: 102px;
        height: 102px;
    }
}

@media (max-width: 360px) {
    .image-grid img {
        width: 98px;
        height: 98px;
    }
}

@media (max-width: 344px) {
    .image-grid img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 320px) {
    .image-grid img {
        width: 84px;
        height: 84px;
    }
}

/*--------------------------------------------------------------    
# Slideshow
--------------------------------------------------------------*/
.fullscreen-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    background-color: #000;
    z-index: 9999;
    overflow: hidden;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-color: #000 !important;
}

.active {
    display: block;
}

.fullscreen-btn, .fullscreen-back-btn {
    display: none; 
    position: absolute;
    top: 15px;
    z-index: 10000;
    width: 125px;
    color: rgba(20,110,170,1.0);
    border: 2px solid rgba(20,110,170,1.0);
    background-color: rgba(0,0,0,0.1);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.7em 0em 0.7em 0em;
    cursor: pointer;
}

.fullscreen-btn {
    left: 15px;
}

.fullscreen-back-btn {
    right: 15px;
}

.caption-overlay {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.025em;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center; 
    text-align: center;  
    box-sizing: border-box;
    z-index: 10; 
    pointer-events: none; 
    padding-top: 10px;
    padding-bottom: 2px;
}

@media (max-width: 1200px) {
    .caption-overlay {
        font-size: 1.8rem;
    }
}

@media (max-width: 990px) {
    .caption-overlay {
        font-size: 1.6rem;
    }
}

@media (max-width: 870px) {
    .caption-overlay {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .caption-overlay {
        font-size: 1.2rem;
    }
}

/* Fullscreen-Pseudo-Klassen */
:fullscreen,
:-webkit-full-screen,
:-moz-full-screen {
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------    
# Akkordeon
--------------------------------------------------------------*/
.accordion {
    margin-bottom: 1.0rem;
    border-radius: 8px 8px 0px 0px !important;
}

.accordion-body {
    padding: 0;
}

.accordion-button {
    border-radius: 8px 8px 0px 0px !important;
}

.custom-accordion-button::after {
  content: "";
  background-image: url("https://lookstuff.de/assets/img/arrows/arrow-gray-closed.svg") !important;
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 20px;
  margin-bottom: -6px;
  transform-origin: center center; 
}

.accordion-button:not(.collapsed) {
    color: rgba(20,110,170,1.0); 
    background-color: rgba(20,110,170,0.1); 
}

.accordion-button:not(.collapsed):hover {
    background-color: rgba(20,110,170,0.15); 
}

.custom-accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important; 
}

.custom-accordion-button:not(.collapsed):hover::after,
.custom-accordion-button:not(.collapsed):focus::after {
    transform: rotate(180deg) !important;
}

.custom-form-accordion {
    --bs-accordion-active-color: rgba(15,15,20,0.5); 
    margin-bottom: 1.0rem;
}

.custom-accordion-btn {
    background: rgba(244,245,247,1.0);
    border: none !important;
    box-shadow: none !important;
    color: rgba(15,15,20,1.0); 
    font-size: 0.8rem; 
    font-weight: 500;    
    transition: color 0.3s ease; 
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 1rem;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.custom-accordion-btn:hover {
    color: rgba(20,110,170,1.0); 
    background-color: rgba(20,110,170,0.15); 
}

.custom-accordion-btn:focus, 
    color: rgba(20,110,170,1.0); 

.custom-accordion-btn:not(.collapsed) {
    box-shadow: none !important;
    background: none !important;
    color: rgba(15,15,20,1.0); 
}

.custom-accordion-btn::after {
    background: none !important; 
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(15,15,20,1.0); 
    border-bottom: 1px solid rgba(15,15,20,1.0); 
    transform: rotate(45deg) !important; 
    margin-bottom: 3px;
    transition: border-color 0.3s ease;
    margin-left: auto; 
}

.custom-accordion-btn:hover::after {
    background: none !important; 
    border-right-color: rgba(20,110,170,1.0); 
    border-bottom-color: rgba(20,110,170,1.0); 
    transform: rotate(45deg) !important;
}

.custom-accordion-btn:not(.collapsed)::after {
    transform: rotate(-135deg) !important; 
    margin-top: 8px;
}

.custom-form-accordion-button {
    height: 54px !important;
    background: rgba(20,110,170,0.05) !important;
    box-shadow: none !important;
    border: 2px solid rgba(85,90,95,0.25);
    transition: color 0.3s ease; 
    padding-left: 15px;
    padding-right: 16px;
    margin-top: 2rem;
    border-radius: 8px !important;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.custom-form-accordion-button:hover {
    border: 2px solid rgba(20,110,170,0.25) !important;
    border-color: rgba(20,110,170,0.4) !important;
    box-shadow: inset 0 1px 1px rgba(20,110,170,0.075), 0 0 8px rgba(20,110,170,0.6) !important;
}

.custom-form-accordion-button:focus { 
    border: 2px solid rgba(85,90,95,0.25) !important;
    color: rgba(15,15,20,0.5) !important; 
    box-shadow: none !important;
}

.custom-form-accordion-button:not(.collapsed) {
    background: rgba(20,110,170,0.05) !important;
    color: rgba(15,15,20,0.5); 
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom: none !important;
    margin-bottom: 0rem;
}

.custom-form-accordion-button::after {
    background: none !important; 
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 2px solid rgba(15,15,20,0.5) !important; 
    border-bottom: 2px solid rgba(15,15,20,0.5)!important; 
    transform: rotate(45deg) !important; 
    transition: border-color 0.3s ease;
    margin-left: auto; 
    margin-top: -4px;
}

.custom-form-accordion-button:hover::after {
    background: none !important; 
    border-right-color: rgba(20,110,170,1.0); 
    border-bottom-color: rgba(20,110,170,1.0); 
    transform: rotate(45deg) !important;
}

.custom-form-accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg) !important; 
    margin-top: 10px;
}

.form-accordion-body {
    background: #FFF !important;
    border: none !important;
    border: 2px solid rgba(85,90,95,0.25) !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none !important;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px; 
}

.accordion-content-hg {
    background-color: #FFF !important;
    box-shadow: 3px 3px 4px rgba(150,150,150,0.2);
}

.headline-theme {
    display: inline-block; 
    width: 350px;  
    white-space: nowrap; 
    overflow: hidden;          
    text-overflow: ellipsis; 
    position: absolute;
    top: 0px; 
    left: 1px;   
    z-index: 12;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    color: rgba(15,15,20,0.75);
    margin-top: 2px;
}

@media (max-width: 1399px) {
    .headline-theme {
        width: 290px;   
    }
}

.headline-theme-list {
    display: inline-block; 
    width: 260px;  
    white-space: nowrap; 
    overflow: hidden;          
    text-overflow: ellipsis; 
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    color: rgba(15,15,20,0.75);
    margin-bottom: -1px;
}

@media (max-width: 576px) {
    .headline-theme-list {
        width: 240px;   
    }
}

.subhead-theme-list {
    display: inline-block; 
    width: 250px;  
    white-space: nowrap; 
    overflow: hidden;          
    text-overflow: ellipsis; 
}

@media (max-width: 576px) {
    .subhead-theme-list {
        width: 230px;   
    }
}

.accordion-subhead {
    display: inline-block; 
    width: 380px;  
    white-space: nowrap; 
    overflow: hidden;          
    text-overflow: ellipsis; 
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: rgba(15,15,20,0.7);
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: 1px;
}

@media (max-width: 1399px) {
    .accordion-subhead {
        width: 320px;   
    }
}

.custom-accordion-header {
    box-shadow: 3px 3px 4px rgba(150,150,150,0.2);
    border-radius: 8px 8px 0px 0px;
}

.public-hg-accordion, .nonpublic-hg-accordion, .personal-hg-accordion {
    border: none!important;
    background-color: #FFF !important;
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.16) 0%,
        rgba(85,90,95,0.12) 20%,
        rgba(85,90,95,0.08) 40%,
        rgba(85,90,95,0.04) 60%,
        rgba(85,90,95,0.00) 100%
    ) !important;  
    box-shadow: none !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 14px;
}

.nonpublic-hg-accordion {
}

.personal-hg-accordion { 
}

.public-hg-accordion:hover, .nonpublic-hg-accordion:hover, .personal-hg-accordion:hover {
    background-image: linear-gradient(
        to bottom,
        rgba(240,125,60,0.16) 0%,
        rgba(240,125,60,0.12) 20%,
        rgba(240,125,60,0.08) 40%,
        rgba(240,125,60,0.04) 60%,
        rgba(240,125,60,0.00) 100%
    ) !important; 
}

.nonpublic-hg-accordion:hover {
    background-image: linear-gradient(
        to bottom,
        rgba(20,110,170,0.16) 0%,
        rgba(20,110,170,0.12) 20%,
        rgba(20,110,170,0.08) 40%,
        rgba(20,110,170,0.04) 60%,
        rgba(20,110,170,0.00) 100%
    ) !important; 
}

.personal-hg-accordion:hover { 
    background-image: linear-gradient(
        to bottom,
        rgba(60,150,40,0.16) 0%,
        rgba(60,150,40,0.12) 20%,
        rgba(60,150,40,0.08) 40%,
        rgba(60,150,40,0.04) 60%,
        rgba(60,150,40,0.00) 100%
    ) !important; 
}

/*--------------------------------------------------------------    
# Forms
--------------------------------------------------------------*/
.inhalt-form {
    font-size: 0.925rem;
    font-weight: 300;
    letter-spacing: 0.015em;
    color: rgba(15,15,20,0.9);
}

.form-control {
    font-size: 0.95rem !important;
    display: block;
    width: 100%;
    color: rgba(15,15,20,0.6) !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 2px solid rgba(20,110,170,0.25);
    border-radius: 8px;
}

.form-control:focus {
  border-color: rgba(20,110,170,0.4);
  box-shadow: inset 0 1px 1px rgba(20,110,170,0.075), 0 0 8px rgba(20,110,170,0.6);
}

.file-form-control {
  border: 1px solid rgba(20,110,170,1.0);
  color: rgba(15,15,20,0.9);
}

.form-floating>label {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid transparent;
}

input:hover {
  box-shadow: inset 0 1px 1px rgba(20,110,170,0.075), 0 0 8px rgba(20,110,170,0.6);
}

textarea:hover {
  box-shadow: inset 0 1px 1px rgba(20,110,170,0.075), 0 0 8px rgba(20,110,170,0.6);
}

.form-select {
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(15,15,20,1.0);
    background-color: #fff;
    border: 2px solid rgba(20,110,170,0.2);
}

.form-select:hover {
  box-shadow: inset 0 1px 1px rgba(20,110,170,0.075), 0 0 8px rgba(20,110,170,0.6);
}

.form-select:focus {
  border-color: rgba(20,110,170,0.4);
  box-shadow: inset 0 1px 1px rgba(20,110,170,0.075), 0 0 8px rgba(20,110,170,0.6);
}

#togglePassword {
    border: none;
    background: transparent;
    cursor: pointer;
}

.placeholder {
    font-size: 0.85rem;
}

/*--------------------------------------------------------------   
# Inputs
--------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*--------------------------------------------------------------   
# Checkboxes
--------------------------------------------------------------*/
form-check {
    margin-bottom: 0rem;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.025rem;
    color: rgba(15,15,20,1.0);
    background-color: #fff;
    border: 2px solid rgba(20,110,170,0.25);
}

.form-check-input:checked {
    background-color: rgba(20,110,170,1.0);
    border-color: rgba(20,110,170,1.0);
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
}

/*--------------------------------------------------------------   
# Radio-Buttons
--------------------------------------------------------------*/
input[type="radio"] {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 21px;        
  height: 21px;
  border: 2px solid rgba(20,110,170,0.3); 
  border-radius: 50%;  
  outline: none;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  vertical-align: bottom;
}

/* Hover-Effekt */
input[type="radio"]:hover {
  border-color: rgba(20,110,170,1.0);
}

/* wenn ausgewählt */
input[type="radio"]:checked {
  background-color: #FFF;
  border-color: rgba(20,110,170,0.3);
}

/* innerer Punkt beim Checked-Zustand */
input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background-color: rgba(20,110,170,1.0);
  border-radius: 50%;
}

/*--------------------------------------------------------------   
# Darstellungsmodus
--------------------------------------------------------------*/
.view-mode-btn {
    color: initial;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .view-mode-btn:hover {
    color: rgba(20,110,170,1.0);
    transform: scale(1.2);
  }
}

.view-mode-btn.active {
    color: rgba(20,110,170,1.0);
    transform: scale(1.2);
}

/*--------------------------------------------------------------   
# Spinner
--------------------------------------------------------------*/
.spinner-custom {
    color: rgba(20,110,170,1.0);
}

/*--------------------------------------------------------------   
# Switches
--------------------------------------------------------------*/
.form-switch {
    padding-left: 0rem;
}

.form-switch .form-check-input {
    width: 26px; 
    height: 8px; 
    border-radius: 6px; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    background-image: none !important;
    background-color: rgba(20,110,170,0.25);
    position: relative;
    border: none !important;
    transition: background-color 0.25s ease;
}

@media (max-width: 768px) {
    .form-switch .form-check-input {
        width: 24px; 
    }
}

.form-switch .form-check-input::before {
    width: 14px;
    height: 14px;
    top: -3px;
    left: 0px;
    content: "";
    position: absolute;
    background-color: rgba(20,110,170,1.0);
    border-radius: 50%; 
    transition: left 0.25s ease; 
}

@media (max-width: 768px) {
    .form-switch .form-check-input::before {
        width: 13px;
        height: 13px;
    }
}

.form-switch .form-check-input:checked::before {
    left: calc(100% - 13px); 
}

@media (max-width: 768px) {
    .form-switch .form-check-input:checked::before {
        left: calc(100% - 12px); 
    }
}

.form-switch .form-check-input:checked {
    background-image: none !important;
    background-color: rgba(20,110,170,0.25);
}

.active {
    color: rgba(20,110,170,1.0);
}

.switches-trenner {
    padding-top: 1px;
    background-image: linear-gradient(
    to right, 
    #FFF, 
    rgba(85,90,95,0.5), 
    #FFF);
}

@media (max-width: 768px) {
    .switches-trenner {
        background-image: linear-gradient(
        to right,
        #FFF 0%,
        rgba(85,90,95,0.4) 20%,
        rgba(85,90,95,0.4) 80%,
        #FFF 100%
        );
    }
}

/*--------------------------------------------------------------   
# Feather
--------------------------------------------------------------*/
.feather {
    width: 20px;
    height: 20px;
    stroke-width: 1.75;
    color: rgba(15,15,20,0.7);
}

.feather-med {
    width: 18px;
    height: 18px;
    stroke-width: 1.5;
    color: rgba(20,110,170,1.0);
    transition: 0.2s ease-in-out;
}

.feather-med:hover {
    transform: scale(1.25);
}

.feather-view, .feather-view-grid {
    width: 26px; 
    height: 26px; 
    color: rgba(85,90,95,0.5);
}

.feather-view-grid {
    width: 25px; 
    height: 25px; 
}

@media (max-width: 768px) {
    .feather-view, .feather-view-grid {
        width: 22px; 
        height: 22px; 
    }
}

.feather-button, {
    width: 24px;
    height: 24px;
    stroke-width: 2.2;
    color: #fff;
    outline: none; 
}

.feather-button-details {
    width: 18px;
    height: 18px;
    stroke-width: 1.0;
    color: rgba(20,110,170,1.0);
    transition: 0.2s ease-in-out;
}

.feather-button-details:hover {
    transform: scale(1.25);
}

.feather-button-plus {
    width: 22px;
    height: 22px;
    stroke-width: 2.75;
    color: rgba(20,110,170,1.0);
    transition: 0.2s ease-in-out;
}

.feather-button-plus:hover {
    transform: scale(1.3);
}

.feather-icon {
    width: 15px;
    height: 15px;
    stroke-width: 2.0;
    color: rgba(15,15,20,0.6);
}

.feather-search {
    width: 17px;
    height: 17px;
    stroke-width: 2.0;
    color: rgba(15,15,20,0.6);
}

.feather-new-sign {
    width: 12px;
    height: 12px;
    stroke-width: 3.0;
    color: #fff;
}

.feather-menue {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
    transition: 0.2s ease-in-out;
}

.feather-menue:hover {
    transform: scale(1.25);
}

.feather-white {
    width: 15px;
    height: 15px;
    stroke-width: 2.75;
    color: #FFF;
}

.feather-icon-collapse {
    width: 18px;
    height: 18px;
    stroke-width: 1.75;
    color: rgba(20,110,170,1.0);
    margin-top: -1px;
    margin-bottom: -1px;
    outline: none;
}

@media (max-width: 768px) {
    .feather-icon-collapse {
        width: 15px;
        height: 15px;
        margin-top: -2px;
    }
}

.feather-icon-collapse:hover {
    color: rgba(20,110,170,0.75);
}

.feather-eye-icon {
    color: rgba(85,90,95,0.5);
    transition: color 0.3s ease; 
}

.feather-eye-icon:hover {
    color: rgba(85,90,95,1.0);
}

.feather-edit {
    width: 19px;
    height: 19px;
    stroke-width: 2.0;
    stroke: rgba(20,110,170,1.0);
}

.feather-edit:hover {
    stroke: #FFF;
}

.feather-delete {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
    stroke: rgba(230,50,0,1.0);
}

.feather-delete:hover {
    stroke: #FFF;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button, .button-edit, .button-delete {
    color: rgba(20,110,170,1.0);
    border: 2px solid rgba(20,110,170,0.5);
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.02) 0%,
        rgba(85,90,95,0.04) 30%,
        rgba(85,90,95,0.08) 70%,
        rgba(85,90,95,0.16) 100%
    ) !important;   
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 0.8em 0em 0.75em 0em;
}

.button-edit {
    border: 2px solid rgba(20,110,170,0.75);
}

.button-delete {
    color: rgba(230,50,0,1.0);
    border: 2px solid rgba(230,50,0,0.5);
}

@media (max-width: 768px) {
    .button, .button-edit, .button-delete {
        font-size: 14px;
        padding: 0.7em 0em 0.6em 0em;
    }
}

.button:hover, .button-edit:hover {
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(20,110,170,0.16) 0%,
        rgba(20,110,170,0.18) 35%,
        rgba(20,110,170,0.26) 65%,
        rgba(20,110,170,0.40) 100%
    ) !important; 
}

.button-delete:hover {
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(230,50,0,0.14) 0%,
        rgba(230,50,0,0.16) 35%,
        rgba(230,50,0,0.20) 65%,
        rgba(230,50,0,0.40) 100%
    ) !important; 
}

.button-small, .button-small-delete {
    color: rgba(20,110,170,1.0);
    border: 2px solid rgba(20,110,170,0.6);
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.02) 0%,
        rgba(85,90,95,0.06) 30%,
        rgba(85,90,95,0.12) 70%,
        rgba(85,90,95,0.22) 100%
    ) !important;   
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); 
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    height: 30px;
    width: 50px;
    padding-top: 3px;
}

.button-small-delete {
    color: rgba(230,50,0,1.0);
    border: 2px solid rgba(230,50,0,0.8);
    width: 30px;
}

.button-small:hover {
    color: #FFF;
    background: rgba(20,110,170,0.75) !important;
}

.button-small-delete:hover {
    color: #FFF;
    background: rgba(230,50,0,0.75) !important;
}

/* === ACTIVE (MOBILE) === */

.button:active, .button-edit:active {
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.02) 0%,
        rgba(85,90,95,0.04) 30%,
        rgba(85,90,95,0.08) 70%,
        rgba(85,90,95,0.16) 100%
    ) !important; 
}

.button-delete:active {
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(230,50,0,0.16) 0%,
        rgba(230,50,0,0.18) 35%,
        rgba(230,50,0,0.26) 65%,
        rgba(230,50,0,0.40) 100%
    ) !important; 
}

/* ====== DISABLED ======= */

#backupBtnDatabase:disabled, #backupBtnImages:disabled, #backupBtnMedia:disabled, #uploadBtn:disabled {
    color: rgba(15,15,20,0.5);
    border: 2px solid rgba(85,90,95,0.3);
    background-color: #FFF;
    background-image: linear-gradient(to bottom, rgba(85,90,95,0.025), rgba(85,90,95,0.125));
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 0.8em 0em 0.75em 0em;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    #backupBtnDatabase:disabled, #backupBtnImages:disabled, #backupBtnMedia:disabled, #uploadBtn:disabled {
        font-size: 14px;
        padding: 0.7em 0em 0.6em 0em;
    }
}

#backupBtnDatabase:active, #backupBtnImages:active, #backupBtnMedia:active, #uploadBtn:active {
    box-shadow: none;
}

#backupBtnDatabase:hover, #backupBtnImages:hover, #backupBtnMedia:hover, #uploadBtn:hover {
    box-shadow: none;
}

/* === ANDERE BUTTONS ==== */

.button-details {
    border: 0px solid rgba(85,90,95,0.4);
    background-color: rgba(20,110,170,0.075);
    border-radius: 6px 6px 0px 0px;
    padding: 4px 9px 2px 9px;
    margin-bottom: -9px;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.button-details:hover {
    padding: 4px 9px 8px 9px;
    margin-top: -4px;
    transform: scale(1.00);
}

.new-panel {
    margin-top: -4.5rem;
    margin-bottom: 6rem;
    justify-content: center;
}

.hg-button-new-album {
    border-bottom: 1px solid rgba(85,90,95,0.4);
    border-left:  1px solid rgba(85,90,95,0.4);
    border-right:  1px solid rgba(85,90,95,0.4);
    border-radius: 0px 0px 8px 8px;
}

.hg-button-new-album:hover {
    background: #FFF !important; 
    background-image: linear-gradient(
        to top,
        rgba(20,110,170,0.00) 0%,
        rgba(20,110,170,0.02) 15%,
        rgba(20,110,170,0.04) 35%,
        rgba(20,110,170,0.07) 65%,
        rgba(20,110,170,0.14) 100%
    ) !important;  
}

.button-new-album {
    border: none;
    background: none !important; 
    background-image: linear-gradient(
        to top,
        rgba(85,90,95,0.00) 0%,
        rgba(85,90,95,0.02) 15%,
        rgba(85,90,95,0.04) 35%,
        rgba(85,90,95,0.07) 65%,
        rgba(85,90,95,0.14) 100%
    ) !important;  
    padding-left: 11px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-button-new-album {
    display: inline-block;
    color: rgba(15,15,20,0.65);
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

@media (max-width: 768px) {
    .text-button-new-album {
        font-size: 13px;
    }
}

.text-button-new-album:hover {
    transform: scale(1.075);
}
    
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
.inhalt-text, .inhalt-text-white {
    font-size: 0.95rem;
    font-weight: 250;
    letter-spacing: 0.025em;
    line-height: 1.45;
    text-transform: none;
    color: rgba(15,15,20,0.9);
}

.inhalt-text-white {
    font-weight: 500;
    letter-spacing: 0.010em;
    color: #FFF;
}

@media (max-width: 768px) {
    .inhalt-text {
        font-weight: 300;
    }
}

.subhead, .subhead-info {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    color: rgba(15,15,20,0.4);
}

.subhead-info {
    font-size: 15px;
    margin-bottom: 0.5rem;
    color: rgba(15,15,20,0.4);
}

.subline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    color: rgba(20,110,170,0.8);
}

.normal-link {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    color: rgba(15,15,20,0.75);
    text-decoration: none;
    cursor: pointer;
}

.normal-link:hover {
    color: rgba(20,110,170,1.0);
}

.sharing {
    color: #FFF;
    font-weight: 700!important;
    letter-spacing: -0.01rem;
    padding-left: 3px;
}

.kleiner {
    font-size: 0.85rem!important;
    letter-spacing: 0.01em!important;
}

.klein {
    letter-spacing: 0em;
    font-size: 0.775rem!important;
}

.normal {
    font-weight: 300!important;
}

@media (max-width: 768px) {
    .normal {
        font-weight: 350!important;
    }
}

.fett {
    font-weight: 500!important;
}

.halbfett {
    font-weight: 400!important;
}

.digit {
    font-size: 12px!important;
    font-weight: 600!important;
    color: rgba(15,15,20,0.4)!important;
}

.digit-white {
    font-size: 11px!important;
    font-weight: 700!important;
    color: #FFF;
}

@media (max-width: 768px) {
    .digit-white {
        font-size: 12px!important;
    }
}

.digit-stat {
    font-size: 0.775rem;
    font-weight: 500;
    color: rgba(15,15,20,0.5);
    vertical-align: middle;
    white-space: nowrap; 
    overflow: hidden;          
    text-overflow: ellipsis; 
}
@media (max-width: 575.98px) {
    .digit-stat {
        max-width: 22ch;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .digit-stat {
        max-width: 38ch;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .digit-stat {
        max-width: 25ch;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .digit-stat {
        max-width: 40ch;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .digit-stat {
        max-width: 52ch;
    }
}
@media (min-width: 1400px) {
    .digit-stat {
        max-width: 65ch;
    }
}

.winzig {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .bigger {
        font-size: 1.05rem;
        letter-spacing: 0.1px;
    }
}

.headline {
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1.3;
    letter-spacing: 0.025rem;
    padding-top: 5.5rem;
    margin-bottom: 0.25rem;
    color: rgba(15,15,20,0.4);
}

@media (max-width: 768px) {
    .headline {
        font-size: 2.0rem;  
        font-weight: 150;
        line-height: 1.2;
        color: rgba(15,15,20,0.8);
    }
}

.headline-modal {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    margin-top: 3px;
    margin-left: 6px;
    color: rgba(15,15,20,0.6);
}

@media (max-width: 768px) {
    .headline-modal {
        font-size: 18px;
    }
}

.beitrag-jahr {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
    padding-left: 0.25rem;
    color: rgba(20,110,170,0.3);
}

.beitrag-datum {
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 0.25rem;
    padding-right: 0.1rem;
    color: rgba(15,15,20,0.6);
}

.beitrag-zeit {
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
    padding-left: 0.05rem;
    color: rgba(15,15,20,0.7);
}

.beitrag-bildtitel {
    display: block; 
    width: 100%;  
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.03em;
    padding-top: 4px;
    padding-bottom: 16px;
    padding-left: 11px;
    padding-right: 7px;
    margin-top: 20px;
    margin-bottom: -6px;
    background-image: linear-gradient(
        to top,
        rgba(85,90,95,0.00) 50%,
        rgba(85,90,95,0.04) 85%,
        rgba(85,90,95,0.06) 95%,
        rgba(85,90,95,0.08) 99%,
        rgba(85,90,95,0.20) 100%
    ) !important;
    color: rgba(15,15,20,0.75);
    border-radius: 0px 0px 0px 0px;
    white-space: nowrap; 
    overflow: hidden;        
    text-overflow: ellipsis;  
}

@media (max-width: 768px) {
    .beitrag-bildtitel {
        font-weight: 300;   
    }
}

.beitrag-beschreibung {
    display: block; 
    width: 100%;             
    font-size: 13px;
    font-weight: 350;
    letter-spacing: 0.02em;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 8px;
    margin-top: -24px;
    margin-bottom: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.00) 50%,
        rgba(85,90,95,0.04) 85%,
        rgba(85,90,95,0.06) 95%,
        rgba(85,90,95,0.08) 99%,
        rgba(85,90,95,0.20) 100%
    ) !important;
    color: rgba(15,15,20,0.8);
    border-radius: 0px 0px 0px 0px;
    white-space: nowrap;       
    overflow: hidden;         
    text-overflow: ellipsis;  
}

@media (max-width: 768px) {
    .beitrag-beschreibung {
        color: rgba(15,15,20,0.9);
    }
}

.beitrag-bildunterschrift, .beitrag-bildunterschrift-long {
    font-size: 13px;
    font-weight: 500;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 4px;
    color: rgba(15,15,20,0.6);
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;   
}

.beitrag-details {
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: rgba(15,15,20,1.0);
    display: flex;
    justify-content: flex-start;
}

.beitrag-details .label {
    font-weight: 500;
    min-width: 96px;
}

.beitrag-details .value {
    flex-grow: 1;
}

.beitrag-info, .beitrag-info-black {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01rem;
    line-height: 1.2;
    color: rgba(15,15,20,0.6);
}

.beitrag-info-black {
    font-weight: 400;
}

.beitrag-info-black-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01rem;
    line-height: 1.2;
    text-decoration: none;
    color: rgba(15,15,20,0.6);
}

.beitrag-info-black-link:hover {
    color: rgba(20,110,170,0.75);
}

/*--------------------------------------------------------------
# Hintergruende
--------------------------------------------------------------*/
.hg-topper {
    display: flex;
    background: #FFF !important; 
    background-image: linear-gradient(
        to top,
        rgba(85,90,95,0.02) 0%,
        rgba(85,90,95,0.04) 65%,
        rgba(85,90,95,0.08) 90%,
        rgba(85,90,95,0.12) 96%,
        rgba(85,90,95,0.16) 98%,
        rgba(85,90,95,0.20) 100%
    ) !important;    
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25); 
    border-radius: 0px 0px 12px 12px;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 22px;
    position: fixed;  
    top: 0;   
    left: 50%;   
    transform: translateX(-50%); 
    z-index: 1000;  
    min-width: auto; 
}

@media (max-width: 768px) {
    .hg-topper {
        border-radius: 0;
        padding-top: 16px;
        padding-bottom: 9px;
        min-width: 100%;    
    }
}

.hg-footer {
    display: flex;
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.02) 0%,
        rgba(85,90,95,0.04) 65%,
        rgba(85,90,95,0.08) 90%,
        rgba(85,90,95,0.12) 96%,
        rgba(85,90,95,0.16) 98%,
        rgba(85,90,95,0.20) 100%
    ) !important;       
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25); 
    border-radius: 12px 12px 0px 0px;
    padding-top: 11px;
    padding-bottom: 7px;
    position: fixed;  
    bottom: 0;   
    left: 50%;   
    transform: translateX(-50%); 
    z-index: 1000; 
    min-width: auto;    
}

@media (max-width: 768px) {
    .hg-footer {
        border-radius: 0;
        padding-top: 8px;
        padding-bottom: 5px;
        min-width: 100%;    
    }
}

.beitrag-details-hg {
    background-color: rgba(85,90,95,0.0);
    border: 1px solid rgba(85,90,95,0.3);    
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 10px;
}

.album-hg {
    display: flex;
    gap: 10px;
    background-color: #FFF !important;
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.22) 0%,
        rgba(85,90,95,0.12) 3%,
        rgba(85,90,95,0.08) 20%,
        rgba(85,90,95,0.06) 60%,
        rgba(85,90,95,0.02) 100%
    );   
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
}

.album-hg form {
    flex: 1;
}

.album-hg img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
}

.info-hg {
    background-color: #FFF !important;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 2px;
    margin-top: -5px;
    border-radius: 0px 0px 0px 0px !important;
    background-image: linear-gradient(
        to bottom,
        rgba(85,90,95,0.02) 0%,
        rgba(85,90,95,0.05) 50%,
        rgba(85,90,95,0.10) 70%,
        rgba(85,90,95,0.20) 97%,
        rgba(85,90,95,0.25) 99%,
        rgba(85,90,95,0.30) 100%
    ) !important;
}

.public-hg, .nonpublic-hg, .personal-hg, .pure-hg {
    border: none;
    background: none !important; 
    background-image: linear-gradient(
        to bottom left,
        rgba(240,125,60,0.05) 0%,
        rgba(240,125,60,0.10) 35%,
        rgba(240,125,60,0.15) 65%,
        rgba(240,125,60,0.25) 100%
    ) !important; 
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-radius: 8px 8px 0px 0px;
}

.nonpublic-hg {
    background-image: linear-gradient(
        to bottom left,
        rgba(20,110,170,0.05) 0%,
        rgba(20,110,170,0.10) 35%,
        rgba(20,110,170,0.15) 65%,
        rgba(20,110,170,0.25) 100%
    ) !important; 
}

.personal-hg {
    background-image: linear-gradient(
        to bottom left,
        rgba(60,150,40,0.05) 0%,
        rgba(60,150,40,0.10) 35%,
        rgba(60,150,40,0.15) 65%,
        rgba(60,150,40,0.25) 100%
    ) !important; 
}

.pure-hg {
    background-image: linear-gradient(
        to bottom left,
        rgba(85,90,95,0.03) 0%,
        rgba(85,90,95,0.06) 35%,
        rgba(85,90,95,0.08) 65%,
        rgba(85,90,95,0.16) 100%
    ) !important; 
}

.public-hg:hover {
    background: none !important; 
    background-image: linear-gradient(
        to bottom left,
        rgba(240,125,60,0.10) 0%,
        rgba(240,125,60,0.20) 35%,
        rgba(240,125,60,0.30) 65%,
        rgba(240,125,60,0.40) 100%
    ) !important;  
}

.nonpublic-hg:hover {
    background: none !important; 
    background-image: linear-gradient(
        to bottom left,
        rgba(20,110,170,0.10) 0%,
        rgba(20,110,170,0.20) 35%,
        rgba(20,110,170,0.30) 65%,
        rgba(20,110,170,0.40) 100%
    ) !important;  
}

.personal-hg:hover {
    background: none !important; 
    background-image: linear-gradient(
        to bottom left,
        rgba(60,150,40,0.10) 0%,
        rgba(60,150,40,0.20) 35%,
        rgba(60,150,40,0.30) 65%,
        rgba(60,150,40,0.40) 100%
    ) !important;  
}

.pure-hg:hover {
    background: none !important; 
    background-image: linear-gradient(
        to bottom left,
        rgba(85,90,95,0.05) 0%,
        rgba(85,90,95,0.10) 35%,
        rgba(85,90,95,0.20) 65%,
        rgba(85,90,95,0.30) 100%
    ) !important;  
}

.search-hg {
    background-color: #FFF !important;
    background-image: linear-gradient(
        to bottom left,
        rgba(85,90,95,0.06) 0%,
        rgba(85,90,95,0.08) 35%,
        rgba(85,90,95,0.10) 65%,
        rgba(85,90,95,0.16) 100%
    );  
    cursor: pointer;
    border: 0;
    line-height: 1.4;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: -12px;
}

.search-hg:hover {
    background-image: linear-gradient(
        to bottom left,
        rgba(85,90,95,0.15) 0%,
        rgba(85,90,95,0.20) 35%,
        rgba(85,90,95,0.25) 65%,
        rgba(85,90,95,0.40) 100%
    ); 
}

.backup-hg-database, .backup-hg-images, .backup-hg-media, .universal-hg {
    background-color: rgba(244,245,247,1.0);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .backup-hg-database, .backup-hg-images, .backup-hg-media, .universal-hg {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 12px;
    }
}

.backup-hg-database {
    background-color: rgba(60,150,40,0.06);
}

.backup-hg-images {
    background-color: rgba(20,110,170,0.06);
}

.backup-hg-media {
    background-color: rgba(85,90,95,0.06);
}

.universal-hg {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card {
    border: none;
    margin-bottom: 2rem !important;
}

.card-header {
    background-color: #FFF !important;
    background-image: linear-gradient(
        to top right,
        rgba(20,110,170,1.0) 0%,
        rgba(20,110,170,0.8) 30%,
        rgba(20,110,170,0.6) 60%,
        rgba(20,110,170,0.4) 80%,
        rgba(20,110,170,0.2) 100%
    ) !important;     
    border: none;
    border-radius: 8px 8px 0px 0px !important;
}

.card-body {
    background-color: rgba(244,245,247,1.0);
    border: none;
    border-radius: 0px 0px 8px 8px !important;
}

/*--------------------------------------------------------------
# Statistik & History
--------------------------------------------------------------*/
.statistic-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 10px;
}

.statistic-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.statistic-label {
    min-width: 100px;
    color: rgba(15,15,20,1.0);
    font-size: 13px;
    font-weight: 300;
}

.statistic-bar-container {
    flex-grow: 1;
    background-color: rgba(85,90,95,0.05);
    height: 10px;
    position: relative;
}

.statistic-bar {
    background-image: linear-gradient(to right, rgba(20,110,170,0.4), rgba(20,110,170,0.02));
    height: 10px;
}

.statistic-value {
    font-size: 11px;
    font-weight: 500;
    color: rgba(15,15,20,0.6);
    margin-left: auto;
    white-space: nowrap;
    min-width: 25px;
    text-align: right;
}

ol, ul {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

ol.statistic-list {
    color: rgba(15,15,20,1.0);
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    padding-left: 10px;
    vertical-align: middle;
}
                     
ol.statistic-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.statistic-list li:nth-child(odd) {
    background-image: linear-gradient(to right, rgba(85,90,95,0.075), rgba(85,90,95,0.01));

}

.statistic-list li:nth-child(even) {
    background-color: rgba(0,0,0,0.0);
}

.col-history-date {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(15,15,20,0.75);
    min-width: 60px;
    flex: 0 0 60px;
    text-align: left;
}

.col-history-version {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(15,15,20,0.5);
    min-width: 30px;
    flex: 0 0 30px;
    text-align: right;
}

.col-history-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    color: rgba(15,15,20,1.0);
    flex: 1;
    text-align: left;
    padding-left: 10px;
}

/*--------------------------------------------------------------
# Topper
--------------------------------------------------------------*/
.topper-container {
    display: flex;
    align-items: center;
}

.topper-container button {
    display: flex;
    justify-content: flex-end;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.topper-container form {
    display: flex;
    justify-content: flex-end;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.topper-container img {
    display: inline-flex;
    vertical-align: baseline;
}

.topper-icon {
    color: rgba(20,110,170,1.0);
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .topper-icon {
        width: 24px;
        height: 24px;
    }
}

.topper-icon-disabled {
    color: rgba(15,15,20,0.25);
    width: 28px;
    height: 28px;
    pointer-events: none;
    cursor: default;
    margin-top: -4px;
}

@media (max-width: 768px) {
    .topper-icon-disabled {
        width: 24px;
        height: 24px;
        margin-top: -4px;
    }
}

.topper-label {
    color: rgba(15,15,20,0.75);
    font-size: 0.7rem;
    font-weight: 500;
}

.topper-label:hover {
    color: rgba(20,110,170,1.0);
}

.topper-label-disabled {
    color: rgba(15,15,20,0.25);
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: -4px;
}

.topper-divider {
    width: 1px;
    height: 36px;
    background-color: rgba(85,90,95,0.2);
    margin-top: -6px; 
    margin-left: 12px; 
    margin-right: 12px;
}

@media (max-width: 768px) {
    .topper-divider {
        height: 30px;
        margin-top: -3px; 
        margin-left: 10px; 
        margin-right: 10px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-container {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: 70px;
}

.footer-container button {
    background: none; 
    border: none; 
    cursor: pointer;
    padding: 0;
}

.footer-container form {
    background: none; 
    border: none; 
    cursor: pointer;
    padding: 0;
}

.footer-icon {
    color: rgba(20,110,170,1.0);
    text-align: center;
    vertical-align: top;
    width: 28px;
    height: 28px;
    display: inline-block; 
}

@media (max-width: 768px) {
    .footer-icon {
        width: 24px;
        height: 24px;
    }
}

.footer-icon-disabled {
    color: rgba(15,15,20,0.25);
    text-align: center;
    vertical-align: top;
    width: 28px;
    height: 28px;
    display: inline-block; 
    pointer-events: none;
    cursor: default;
}

@media (max-width: 768px) {
    .footer-icon-disabled {
        width: 24px;
        height: 24px;
    }
}

.footer-label {
    color: rgba(15,15,20,0.75);
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    vertical-align: bottom;
    padding-top: 2px;
}

.footer-label-disabled {
    color: rgba(15,15,20,0.25);
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    vertical-align: bottom;
    padding-top: 2px;
}

.footer-label:hover {
    color: rgba(20,110,170,1.0);
}

.footer-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(85,90,95,0.2);
    margin-left: 10px; 
    margin-right: 10px;
}

@media (max-width: 768px) {
    .footer-divider {
        height: 36px;
    }
}

.footer-copyright {
    color: rgba(85,90,95,1.0);
    font-size: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    margin-top: 0rem; 
    margin-bottom: 0rem;
}

/*--------------------------------------------------------------
# Fadings
--------------------------------------------------------------*/
.soft-fade-up {
    opacity: 0;
    transform: translateY(25px);
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.soft-fade-down {
    opacity: 0;
    transform: translateY(-25px);
    animation: fadeInDown 0.6s ease-out forwards;
}


@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.soft-fade-right {
  opacity: 0;
  transform: translateX(-25px);
  animation: fadeInRight 0.6s ease-out forwards;
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.soft-fade-left {
  opacity: 0;
  transform: translateX(25px);
  animation: fadeInLeft 0.6s ease-out forwards;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 20px;
    bottom: 30px;
    z-index: 996;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .back-to-top {
        right: 15px;
        bottom: 70px;
    }
}

.back-to-top i {
    font-size: 28px;
    color: #FFF;
    line-height: 0;
}

.back-to-top:hover {
    transform: scale(1.2);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1.0;
    background: #FFF !important; 
    background-image: linear-gradient(
        to bottom right,
        rgba(85,90,95,0.020) 0%,
        rgba(85,90,95,0.040) 35%,
        rgba(85,90,95,0.090) 65%,
        rgba(85,90,95,0.150) 100%
    ) !important;    
    border: 1px solid rgba(85,90,95,0.4);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25); 
}
