@charset "utf-8";
/* CSS Document */

a {
    text-decoration: none;
}

body {
    font-family: "Arial", sans-serif; /* Ändern Sie hier die Schriftart */
  }

div main table {
	zoom: 0.9; /* Für Chrome, Edge, Safari */
  transform: scale(0.9); /* Für Firefox */
  transform-origin: top center; 
}

header {
    background-color: #0077ff;
    color: rgb(255, 255, 255);
    padding: 0px;
    padding-top: 0px;
    height: 80px;
    text-align: left;
    font-size: 25px;}
    

/* ---------------NAV------------------------------*/ 
nav {
    font-size: 20px;
    width: auto;
    text-align: center;}
	
/* ---------------nav(ul/li)------------------------ */
ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: #0077ff;
  width: 100%;
  display: flex;
  align-items:end;    
    justify-content:right;
}

ul li {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}

ul li:last-child {
  border-right: none;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 24px;
}

nav ul li a:hover { 
    background-color: grey; color: white; 
    border-radius: 10px;
}


/* ---------------Main------------------------ */
div .space {max-width: 30%;
width: 30%;
    height: 100px;
    max-height: 100px;}

    header .space {max-width: 30%;
width: 30%;
    height: 80px;
    max-height: 80px;}


main {
    flex: 1; /* fills remaining space next to nav */
    display: flex;
    margin-top: 60px;
    justify-items:center;
    text-align:center;
    justify-content:center;}

.maintable td {
    vertical-align: top;
    height: 170px;
    max-height: 170px;

}
.headerSymbol {
    background-color: #d0d0d087;
    color: #333333;
    font-size: 20px;
    font-weight: 1000;
    vertical-align: top;
    padding-top: 0px;
    width: 100%;
}
.Symbol img {
    max-width: 100px;
    max-height: 140p;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0px;}

div .Symbol {
    height: 100%;
width: 100%;}

.SymbolSchrift img {
    max-width: 100px;
    max-height: 140p;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 0px;}

div .SymbolSchrift {
    height: 100%;}

td .SymbolSchrift {
    vertical-align: top;
    height: 100%;
    max-height: 100%;
}


.tabelleHead{
    display: flex; 
    text-align: center;
    justify-items:center;
    text-align:center;
    justify-content:center;
    vertical-align:text-top;
    vertical-align: top;
    padding-top: 0px;
    width: 100%;
}
.headline {
    float: left;
padding-top: 5px;
line-height: 10px;}

.FAG {width: 300px;
    vertical-align: middle;}

    .iframe-wrapper {
        margin-left: 270px;

  width: 800px;
  height: 300px;
  overflow: hidden; /* versteckt Scrollbars */
  position: relative;
}

.iframe-wrapper iframe {
  width: 1600px;       /* größer als Container */
  height: 240px;
  border: none;

  /* Zoom und Position */
  transform: scale(1.8) translate(-20%, -45px);
  transform-origin: 100% 50%; /* rechte Mitte bleibt fix */
}
