/* Allgemeines */
body {
    font-family: Arial, sans-serif;
    background-image: url('../images/longhorn-default-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    cursor: url('../cursors/LinkSelect.cur'), auto;
}

header {
    text-align: center;
}

.subtitle {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 10px;
    border-radius: 10px;
}

.theme-picker {
    text-align: center;
    margin-top: 20px;
}

.theme-picker button {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.theme-picker button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.archivefaa {
    display: block;
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 20px; 
}

* {
    cursor: url('../cursors/LinkSelect.cur'), auto !important;
}

.welcmsg {
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    font-size: 36px;
    margin-top: 20px;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 10px;
    border-radius: 10px;
}

.theme-y2k .welcmsg {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    box-shadow: 0 0 20px black;
}

.theme-y2k body {
    background-image: url('assets/images/longhorn-default-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: contain;
}

.sidebar-left {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 0 10px 10px 0;
    z-index: 1000;
}

.sidebar-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-left li {
    margin: 10px 0;
    position: relative;
}

.sidebar-left a, .sidebar-left button {
    color: white;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.sidebar-left button:hover, .sidebar-left a:hover {
    color: yellow;
}

.dropdown {
    display: none;
    list-style: none;
    padding: 10px;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    z-index: 1001;
}

.dropdown li {
    margin: 5px 0;
}

.dropdown button {
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.dropdown button:hover {
    color: yellow;
}

.theme-webaero .welcmsg {
    background-color: rgba(128, 128, 128, 0.5);
    color: white;
}

.theme-longhorn .welcmsg {
    background-color: rgba(0, 128, 255, 0.7);
    color: white;
}

.bottom {
    position: fixed;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
}

/* Logo */
.logo {
    display: block;
    margin-top: 150px; 
    margin-left: 150px;
}

/* FAA Link */
.faalink {
    display: block;
    margin-left: 150px;
    margin-top: -25px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px;
}

/* Haupttext */
.mainstuff {
    display: block;
    margin-left: 700px; 
    margin-top: -400px; /* Text neben Bild */
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    width: 500px;
}

/* Sekundärer Text */
.secarticle {
    display: block;
    margin-left: 700px;
    margin-top: 30px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    width: 500px;
}