/* -----------------------------------
   Hauptnavigation (dein bestehender Code)
----------------------------------- */
nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

nav li {
  position: relative; /* wichtig für Dropdown */
}

nav li a {
  display: block;
  padding: 12px 20px;
  background: none;
  color: #c4c4c4;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 6px;
  transition: 0.2s;
}


nav li a:hover {
  background: none;
  color: #6d0000;
  transform: translateY(-2px);
}


.dropdown {
  display: none;
  position: absolute;
  top: 100%;      
  left: 0;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  background: #c4c4c4;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
}

.dropdown li a {
  padding: 8px 12px;
  align-items: center;
  color: #333;
  background: none;
  font-size: 1rem;
  transform: none !important; 
}


nav li:hover > .dropdown {
  display: block;

}


.dropdown li a:hover {
  color: #6d0000;
}

.announce{
  margin-top: 80px;
  margin-right: 180px;
  margin-bottom: 0px;
  margin-left: 180px;

}

body {
    background-image: url('/images/sysmobil-hintergrund.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    
  }

nav li .space{
    width: 180px;
}

.Logo{
    width: 20vw;
     min-width: 100px;
     height: auto;
     display: block;
      margin: 0;
     position: absolute;
     top: 20px;
     left: 180px;
  }

  table {
    width: calc(100% - 360px); /* 50px links + 50px rechts */
    table-layout: auto;
    margin: 200px 180px 0 180px; /* top right bottom left */
  }

  

  table.t2{
    margin: 0px 180px 0 180px; /* top right bottom left */
  }

  div{
    color:#525252;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
    font-size: 15px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 600; 
    line-height: 32.4px; 
  }
  
  td.text, td.schwerpunkte, td.vorteile {
    width: 50%; 
    vertical-align: top;
  }
  

  table td div h1{
    font-size: 40px;
  }
  
  .Wuerfel {
    max-width: 100%;
    height: auto;
  }

  table td ul{
    padding-left: 10px;
  }

  table.t2 div{
    color:#747474;
    max-width: 85%;
  }


.trennstrich {
    display: block;        
    width: 200px;          
    height: 2px; 
    border: none;          
    background-color: rgb(97, 8, 8); 
    margin: 100px auto 100px auto;     
}

h2.ref{
  margin-left: 180px;
  color:#525252;
}

a[href]{
  text-decoration: none;
  color: #920000;
}
a[href]:hover{
  text-decoration: underline;
  color: #920000;
}

table.t3{
  margin: 0px 180px 0 180px; /* top right bottom left */
}
table.t3 div{
  color:#747474;
}
table .c_logo{
  width: 20%; 
  vertical-align: center;
}
table .c_logo img {
  max-width: 70%;   
  height: auto;    
}
.t3{
  border-collapse: separate;
  border-spacing: 0 50px;
}

td.text2 {
  width: 50%;
  vertical-align: middle;
}

a img.einerfueralle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  height: auto;
  max-width: 650px;
}

td.vorteile h2{
  color: #525252;
}

.referenz{
  color:#525252;
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 40px;
}
a img.allelogos {
  display: block;
  margin-top: 20px;
  margin-left: 180px;
  margin-right: 180px;
  width: calc(100% - 360px);   
  height: auto;
}

.fragenbtn {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  border-radius: 2px;
  background-color: #920000;
  margin-top: 60px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 80px; 
  width: calc(100% - 360px);
  height: 60px;
}

.fragenbtn:hover {
  background-color: #747474;
}

div.headline {
  margin-top: 200px;
  margin-right: 180px;
  margin-bottom: 50px;
  margin-left: 180px;
}

.tablebtns{
  margin-top: 60px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 80px; 
  width: calc(100% - 360px);
}
.tablebtns td{
  width: 50%;
}

.kontaktdaten {
  display: block;
  border: 2px dotted #a09f9f;
  padding: 30px 50px;
  margin: 10px;
  background: none;
  color: #525252;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

.tablebtns .kontaktdaten:hover {
  color: #525252;
  text-decoration: underline;
}

.symbol{
  max-height:30px;
}

.datenschutz{
  margin-top: 100px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 80px; 
  width: calc(100% - 360px);
}