/* ============================================================
   HEADER
   ============================================================ */
.container-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgb(11, 11, 26);
    padding-bottom: 0 !important;
    min-height: unset !important;
}

.container-header .grid-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-brand img {
    height: 78px;
    width: auto;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.container-header .mod-menu.mod-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

#mod-menu1 .nav-item a {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#mod-menu1 .nav-item.active a,
#mod-menu1 .nav-item.current a,
#mod-menu1 .nav-item a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #c84b1a !important;
    box-shadow: none !important;
    outline: none !important;
    color: inherit !important;
}

/* ============================================================
   BANNER
   ============================================================ */
.container-banner {
    border-bottom: 2px solid #c84b1a;
}

/* ============================================================
   FOOTER
   ============================================================ */
.container-footer .grid-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 10px !important;
}

.container-footer .grid-child .mod-menu {
    flex: 1;
    min-width: 150px;
}

.container-footer .grid-child .mod-custom {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.container-footer .nav-item {
    line-height: 0.8;
    margin-bottom: 1px;
}

/* ============================================================
   SCHIFFSSEITE — abwechselndes Layout
   ============================================================ */
.ship-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.ship-row.right {
    flex-direction: row-reverse;
}

.ship-row img {
    width: 300px;
    min-width: 300px;
    border-radius: 6px;
}

.ship-data h3 {
    color: #c84b1a;
    margin-bottom: 0.8rem;
}

.ship-data table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.ship-data table td {
    padding: 4px 8px;
    border-bottom: 1px solid #2a2a3a;
    vertical-align: top;
}

.ship-data table td:first-child {
    color: #7b2fa0;
    white-space: nowrap;
    width: 140px;
}

.ship-data p {
    color: #e8e8f0;
    font-style: italic;
}

/* ============================================================
   WEITERLESEN-BUTTON
   ============================================================ */
.readmore {
    background-color: transparent;
}

.readmore a {
    background-color: #0a0a1a;
    color: #c84b1a;
    border: 1px solid #c84b1a;
    border-radius: 4px;
    padding: 6px 14px;
    text-decoration: none;
}

.readmore a:hover {
    background-color: #c84b1a;
    color: #e8e8f0;
}

/* ============================================================
   SCROLL-TO-TOP
   ============================================================ */
#scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #c84b1a;
    color: #e8e8f0;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
    cursor: pointer;
    display: none;
    z-index: 999;
    text-align: center;
    line-height: 44px;
}

/* ============================================================
   HINTERGRUNDBILD
   ============================================================ */
.site-grid {
    background-image: url('/images/bg_stars.png');
    background-repeat: repeat;
    background-size: 600px 600px;
}