
.content-container {
    margin: 20px 20px 20px 20px;
    padding: 15px;
}

html {
    height: 100%
}

/* Body styles werden von modern-layout.css überschrieben */

.small-select {
    max-width: 100px !important;
}

.gnd-blue {
    background-color: #006ab3 !important;
    color: white !important;
    border: 1px solid #006ab3 !important;
}

.wrapper {
    flex: 0 1 auto;
}

.table-height {
    height: calc(100vh - (300px));
}

td > label {
    margin-left: 5px;
}

.gnd-link {
    margin-left: 5px;
    font-size: 9px;
    text-decoration: none;
}


.debug-link {
    color: #f89734;
}

.title-link {
    text-decoration: none;
}

/* Approximate indicator styles (for ca. dating) */
.approximate-indicator {
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
    margin-left: 0.25rem;
}

.date-separator {
    margin: 0 0.5rem;
    color: #999;
    font-weight: normal;
}

/* Coordinate display styles */
.coordinate-display-container {
    position: relative;
}

.coordinate-display-controls {
    margin-bottom: 0.5rem;
}

.coordinate-display {
    font-family: monospace;
    font-size: 0.85rem;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 300px;
    overflow-y: auto;
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    line-height: 1.4;
}

.coordinate-human {
    font-family: inherit;
    font-size: 0.9rem;
    color: #2c5aa0;
    font-weight: 500;
}

.coordinate-error {
    color: #dc3545;
    font-style: italic;
}

/* Coordinate Examples Styles */
.coordinate-examples {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
}

.example-header h4 {
    color: #2c5aa0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.example-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.example-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.example-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem;
    transition: box-shadow 0.2s;
}

.example-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.example-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.25rem;
}

.example-item .example-description {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.example-coordinates {
    font-family: monospace;
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #495057;
    margin-bottom: 0.75rem;
}

.btn-sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
}

td > input {
    margin-left: 10px;
}

.gnd-light-green {
    background-color: #e2f2ef !important;
}

.version {
}

.footer-row {
    display: flex;
    padding-right: 30px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.footer-col {
    flex: 0 0 auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

#jakarta_faces_developmentstage_messages {
    display: none;
}

.development-infos {
    font-size: small;
}

.checkmark {
    font-size: larger;
    font-weight: bold;
    color: #A7CF39;
}

.wrapper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 60px);
}

.login-frame {
    min-width: 400px;
}

.error-text {
    color: #ff435b;
}

.hiddenRow {
    padding: 0 !important;
}

.justify-center {
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    padding-top: 200px;
}

.message-col {
    height: 500px;
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-direction: column;
    border-radius: 25px;
    background-color: #ffffff;
    justify-content: space-between;
    padding: 40px 40px;
}

.authenticated-message-col{
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-direction: column;
    border-radius: 25px;
    background-color: #ffffff;
    justify-content: space-between;
    padding: 40px 40px;
}

.welcome-background {
    background-color: #FBFBFD;
}

.label4-row {
    vertical-align: center;
    justify-content: start;
}

.label-field-group {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.section-header {
    font-weight: bold;
    font-size: larger;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-row {
    border-top: 1px solid rgb(151, 151, 151);
    justify-content: space-between;
    margin-top: 5px;

}

.section-row .label2-row:first-of-type {
    margin-top: 10px;
}

.collapse-icon {
    text-align: end;
}

.label4-element {
    flex-grow: 0 !important;
    padding-right: 5px !important;
    padding-left: 1px !important;
    white-space: nowrap;
}

.save-button {
    padding: 4px;
    background-color: #006ab3;
}

.btn-greengnd {
    color: #fff;
    background-color: #a7dad3 !important;
    border-color: #a7dad3 !important;
}

.info-icon {
    cursor: pointer;
}

.label4-label {
    font-family: EuclidCircularA, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.57143;
    color: rgb(0, 0, 0);
    opacity: 0.7;
}

.label3-row {
    align-items: center;
}

.footer-link {
    font-family: EuclidCircularA, sans-serif;
    font-size: 1rem;
    line-height: 1.375;
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.expand-link {
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

.expand-link:hover {
    color: #006ab3;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.nav-row {
    justify-content: space-between;
}

.logout-info-row {
    justify-content: flex-end;
    flex-grow: 0;
    align-items: center;
}

.no-grow {
    flex: 0 0 auto !important;
}

.custom-col {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.save-row {
    justify-content: flex-end;
    align-items: center;
}

[data-tip] {
    position: relative;

}

[data-tip]::before {
    content: '';
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #73d1f6;
    position: absolute;
    bottom: 110%;
    left: 10%;
    z-index: 100;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]::after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    bottom: 122%;
    left: 0%;
    padding: 5px 8px;
    background: #73d1f6;
    color: #fff;
    z-index: 200;
    font-size: 0.75em;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

[data-tip].focused:before,
[data-tip].focused:after {
    display: block;
}

.line {
    border-top: 1px solid darkgray;
}

.audit-header {
    font-size: large;
    font-weight: bold;
}

.label4-detail-audit:nth-of-type(2n){
    margin-left: 20px;
}

.list-group-item:nth-of-type(2n){
    background-color: #f9fafb;
}

.icon-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    height: 20px;
    width: 20px;
}

.delete-label3{
    color: #fff;
    border-color: #f48480 !important;
    border-style: none !important;
}

.deleted-value{
    text-decoration: line-through;
}

.admin-state-row{
    justify-content: space-evenly;
}

.custom-container {
    padding-right: 50px;
    padding-left: 50px;
}

.admin-comment-row{
    flex-direction: column;
}

.sort-control-row{
    flex-direction: column;
    justify-content: flex-end;
}

.sort-icon-col{
    line-height: 0;
}

.table-header-col{
    flex-grow: 0 !important;
}

.admin-table-header-row{
    justify-content: flex-start;
}

.bg-orcid {
    background-color: #a6ce39 !important;
}

.admin-entry-subfield{
    font-weight: bold;
}

.gnd-col{
    flex-grow: 0 !important;
    white-space: nowrap;
}

.gnd-row{
    justify-content: flex-start;
    align-items: flex-start;
}

.secondary-text{
    font-style: italic;
    font-size: smaller;
}

/* Welcome Page Styles - Based on Click Prototype */
.welcome-page-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

/* Header Styles */
.welcome-header {
    background: #2c5aa0;
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-section h1 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-left: 1rem;
    margin: 0 0 0 1rem;
}

.logo-section .logo {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #2c5aa0;
    cursor: pointer;
    transition: transform 0.3s;
    text-decoration: none;
}

.logo-section .logo:hover {
    transform: scale(1.05);
}

.logo-section a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.auth-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Button Styles */
.welcome-btn-primary {
    background: #28a745 !important;
    color: white !important;
    border: none !important;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.welcome-btn-primary:hover {
    background: #218838 !important;
}

.welcome-btn-secondary {
    background: transparent !important;
    color: white !important;
    border: 1px solid white !important;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.welcome-btn-secondary:hover {
    background: white !important;
    color: #2c5aa0 !important;
}

/* Breadcrumb Bar */
.breadcrumb-bar {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 0;
}

.breadcrumb-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #666;
}

.nav-breadcrumb a {
    color: #2c5aa0;
    text-decoration: none;
}

.nav-breadcrumb a:hover {
    text-decoration: underline;
}

/* Main Container */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Hero Section */
.hero-section {
    background: white;
    padding: 3rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
    text-align: center;
}

.hero-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c5aa0;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-2px);
}

.feature-card h3 {
    color: #2c5aa0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #2c5aa0;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

/* Statistics Section */
.stats-section {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
}

.stats-section h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: #2c5aa0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #2c5aa0;
    display: block;
}

.stat-label {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Activity Section */
.activity-section {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.activity-section h3 {
    margin-bottom: 1.5rem;
    color: #2c5aa0;
}

.activity-item {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-meta {
    font-size: 0.8rem;
    color: #666;
}

/* Footer */
.welcome-footer {
    background: #2c5aa0;
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
}

/* Login Modal */
.login-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.login-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    position: relative;
}

.login-content h3 {
    margin-bottom: 1.5rem;
    color: #2c5aa0;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.login-submit {
    width: 100%;
    margin-top: 1rem;
}

.login-links {
    text-align: center;
    margin-top: 1rem;
}

.login-link {
    color: #2c5aa0;
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-section h2 {
        font-size: 2rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
    
    .main-container {
        padding: 1rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .activity-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}


/*Stylesheets aus dem Click dummy geklaut*/
.search-input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

ul.messages{
    list-style: none;
}