/* General Body Styling */
.video-element {
  display: block;
  margin: 0px ; /* Center with 0px space above */
  
  height: auto;
  z-index: 1100;
  margin-bottom: 40%;
}
.imagetop {
  display: block;
  margin: 0px ; /* Center with 0px space above */
  
  height: auto;
  z-index: 1100;
}
@font-face {
  font-family: almaq;
  src: url(images/MyriadPro-Light.otf);
}
body{
  background-color: black;
}
form {
  font-family: almaq, sans-serif;
  color: whitesmoke;
  max-width: 500px;
  margin: auto;
}

input, textarea {
  font-family: almaq, sans-serif;
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
}

button {
  font-family: almaq, sans-serif;
  background-color: gray;
  color: whitesmoke;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: red;
}
h2 {
  position: relative;
  margin-top: 150px;
  text-align: center;
  color: white; /* Proper syntax for color */
  font-family: almaq; /* Optional: Add a readable font */
}
/* Heading Styles */
h1 {
  text-align: center;
  color: black; /* Proper syntax for color */
  font-family: almaq; /* Optional: Add a readable font */
}

.slogan {
  text-align: center;
  font-size: 24px;
  margin-top: 150px;
  color: white;
  font-family: almaq, sans-serif;
}
/* Paragraph Styles */
.intro {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  color: white;
  font-family: almaq, sans-serif;
}

.description {
  text-align: center;
  max-width: 800px;
  margin: 100px auto;
  margin-top: 50px;
  margin-bottom: 70px;
  line-height: 1.6;
  color: white;
  font-family: almaq, sans-serif;
}


.call-to-action {
  text-align: center;
  margin-top: 20px;
  color: white;
  font-family: almaq, sans-serif;
}

.call-to-action a {
  color: #ff5555; /* Example highlight color */
  text-decoration: none;
}

.call-to-action a:hover {
  text-decoration: underline;
}

/* Navbar Styling */
.navbar {
  position: absolute;
  margin: 0 0px;
  top: 0;
  width: 100%;
  height: 100px;
  text-transform: capitalize;
  font-family: almaq;
  z-index: 1000; /* Keeps navbar on top of other elements */
  display: flex; /* Aligns items inside the navbar */
  justify-content: center; /* Centers navbar content horizontally */
  align-items: center; /* Centers navbar content vertically */

  & .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: auto;
    z-index: 1200;
  }
 
}

.logos {
  position: relative;
  margin: 0 0px;
  top: 0;
  width: 100%;
  height: 200px;
  text-transform: capitalize;
  font-family: almaq, sans-serif;
  /* Keeps navbar on top of other elements */
  display: flex; /* Aligns items inside the navbar */
  justify-content: center; /* Centers navbar content horizontally */
  align-items: center; /* Centers navbar content vertically */

  & .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: auto;
    z-index: 1200;
  }
 
}
/* Canvas Styling */
canvas {
  position: absolute;
 
  top: 0;
  left: 0;
  width: 100%; /* Matches the width of the viewport */
  height: 100px; /* Matches the height of the navbar */
  pointer-events: none; /* Prevents blocking interactions */
  z-index: -1; /* Ensures canvas stays behind all content */
}


.navbar a {
  flex: 1;
  text-align: center;
  margin: 0 5%;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
}

.navbar a:hover {
  color: white;
}

.navbar a.active {
  color: white;
  outline-color: white;
  outline-width: 1px;
  font-weight: bold;
}

.behind {
  margin-top: 0%; /* Adjust to prevent overlap with navbar */
  position: relative;
  z-index: 1; /* Places the text behind the navbar */
  /* Different font for content */
  color: red;
  font-weight: 100;
}

.behind a {
  font-size: 20px;
  font-family: inherit; /* Ensures anchor tags don't inherit the content font */
  color: red;
  padding: 10px;
  font-weight: 100;
}


table {

  margin-top: 200px;
  margin-left: 50px;
  margin-bottom: 50px;
  font-family: almaq, sans-serif;
  color: white;
  td, th {
    padding: 8px;
  }
  table a {
    color: white;
    text-decoration: none; /* Optional: removes underline */
  }
  &
  .image {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
    z-index: 1200;
  }
}


.impressum {
  
  text-align: left;
  max-width: 800px;
  margin: 50px auto;
  margin-top: 50px;
  margin-bottom: 200px;
  line-height: 1.6;
  color: white;
  font-family: almaq, sans-serif;
}

.movies {
  margin-left: 5%;
  margin-top: 50px;
}