/* Allgemeines */
body {
    font-family: Arial, sans-serif;
    background-image: url('../images/backgrounds/windows_stock_photos_5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    cursor: url('../cursors/select.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/select.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;
}

.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;
}

/* Contact Us Text */
.contactusone {
    display: block;
    margin-left: 450px; 
    margin-top: 150px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    width: 500px;
}

/* About Text */
.aboutone {
    display: block;
    margin-left: 450px; 
    margin-top: 150px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    width: 500px;
}

.jspaint {
    margin-left: 400px;
    margin-top: 150px;
}

/* About Me */
.meone {
   display: block;
   margin-left: 450px; 
   margin-top: 150px;
   color: white;
   font-size: 18px;
   background-color: rgba(0, 0, 0, 0.5);
   padding: 20px;
   border-radius: 10px;
   width: 500px;
}

.jspaintWindow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width:900px;
}

.jspaintBody{
  padding:0;
  height:600px;
}

.jspaintBody iframe{
  width:100%;
  height:100%;
  border:none;
  display:block;
}