*{
  margin:0;padding: 0;
}
body{
  font-family:Arial, Helvetica, sans-serif;
  background-image:url(https://wallpapercave.com/wp/wp2766724.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: auto;
}
header {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 30px;
  color: #FFFFFF;
}
.header-container {
  display: flex;             
  justify-content: space-between; 
  align-items: center;  
  margin-top:20px;
}
.logo {
  height: 100px;              
  width: auto;               
}
nav ul {
  display: flex;
  list-style: none;
  gap: 20px;                 
}
nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
}
nav a:hover {
  color: red;
}
h1{
  font-family:Friz Quadrata;
  color:#d9b467;
  font-weight: bold;
  text-align: center;
  word-spacing:0.25em;
  font-size:4em;
  text-transform: Uppercase; 
  text-decoration: underline; color:#d9b467;
  margin-left:270px;
}
.section1{
  display:flex;
  flex-direction:column;
  background-color:rgba(0, 0, 0, 0.7);
  align-items: center;
}
.picture1{
  height: 400px;
  width:auto;
  margin-top: 100px;
  margin-left: 150px;
  margin-right:150px;
}
p{
  color:#C0C0C0;
  text-align:center;
  font-size-adjust:calc(1) ;
  margin-top: 100px;
  margin-left: 210px;
  margin-right:210px;
  margin-bottom:100px;
  word-spacing: 1em;
  border-radius:5px;
  padding:10px;
  padding-top:8px;
  word-spacing: normal;
}
section{
  background-color: rgba(0, 0, 0, 0.7);
  color:#FFFFFF;
}
h2{
  text-align:center;
  font-size: 50px;
  margin-bottom: 30px;
  font: weight 50px;
  text-decoration:underline;color:#C0C0C0
}
.roles {
  color:#fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 12px;
}
.role-description {
  list-style: none;
  display: flex;
  justify-content:space-between;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.role-description li {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 10px;
  width: 285px;
  text-align: center;
}
.role-description h3 {
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}
.role-description p {
  font-size: 0.9rem;
  opacity: 0.85;
  margin:0;
  word-spacing: normal;
  text-align: justify content;
  color:#f0f0f0;
}
.nav-image-roles{
  display:flex;
  align-items: center;
  justify-content: center;
}
.image-roles{
  height: 600px;
  width:auto;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
section{
  background-color: rgba(0, 0, 0, 0.7);
  color:#FFFFFF;
}
h4{
  text-align:center;
  font-size: 30px;
  margin-bottom: px;
  font: weight 500;
}
h5{
  text-align:center;
  font-size: 50px;
  margin-bottom: 25px;
  font: weight 50px;
  text-decoration:underline;color:#C0C0C0
}
.objectives {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 12px;
}
.objective-description {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  gap: 10px;
  padding: 0;
  margin-left:20px;
  margin-right:20px;
}
.objective-description li {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 10px;
  width: 500px;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 50px;
  margin-left: 50px;
  flex: 1 1 1 calc(33.333% - 20px);
}
.objective-description h5 {
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}
.objective-description p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
  word-spacing: normal;
  text-align: justify content;
  color:#f0f0f0;
  line-height:large;
}
.nav-image-objectives {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px; 
}
.image-objectives {
  width: 90%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin: 0; 
}
.sectionid{
  padding-top: 3%;
}
.impressum{
  font-size: 1.3em;
  color:#C0C0C0;
  text-align: start;
  padding: 30px 60px;
  margin-bottom: 25px;
  margin-top: 5%;
}

/* === Responsive Desgin ===*/
@media (max-width:410px){
  header{
    padding:1% 2%;
  }
  .header-container{
    margin-top: 1%;
    gap:5%;
    justify-content: center;
  }
  h1{
    font-size: 1em;
    margin: 0;
  }
  nav ul{
    flex-direction: column;
    gap:1%;
  }
  nav a {
    font-size: 0.7em;
  }
  .logo{
    height:30px;
    width: auto;
  }
  .picture1{
    width:80%;
    height: auto;;
    margin:20px 40px;
  }
  p{
    font-size: 0.6em;
    margin: 20px 40px;
  }
  h2{
    font-size: 1.4em;
  }
  .role-description{
    flex-direction: column;
    align-items: center;
  }
  .role-description h3{
    font-size: 1.1em;
  }
  .role-description p{
    font-size: 0.7em;
  }
  .image-roles{
    width: 80%;
    height:auto;
  }
  h5{
    font-size: 1.4em;
  }
  .objective-description h4{
    font-size: 1.1em;;
  }
  .objective-description p{
    font-size: 0.7em;
  }
  .nav-image-objectives{
    grid-template-columns: 1fr;
  }
}