html {
    overflow: hidden;
}

body {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(160,160,190,1) 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

a
{
    text-decoration: none;
    color: #00f;
}

a img
{
    border-style: none;
}

a:hover
{
  background-color: #ccc;
}

a:visited
{
    color: #00f;
}

.menu {
    margin-top: 20px;
    float: left;
    grid-area: 3 / 1 / span 1 / span 1;
}

h1 {
    text-align: center;
    color: #00f;
    font-size: 1.8rem;
}

h2 {
    text-align: center;
    color: #00f;
    font-size: 1.4rem;
}

.menu img {
    width: 30px;
    height: 30px;
}
.grid {
    display: grid;
    margin: auto;
    height: 99vh;
    width: 100%;
    max-width: 90em;
    grid-template-columns: 9em auto;
    grid-template-rows: 12em auto;
}

.grid-top {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    align-items: top;
    padding: 0.5em;
}

.banner {
    max-width: 100%;
    max-height: 100%;
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

.menu-handle {
    display: none;
}

.grid-menu {
    grid-area: 2 / 1 / span 1 / span 1;
    font-size: 0.9rem;
    border: 1px solid black;
    margin-bottom: 0.5rem;
    background: linear-gradient(143deg, rgba(255,255,255,1) 0%, rgba(69,69,255,1) 100%);
    overflow-y: auto;
    overflow-x: clip;
}

.grid-menu li {
    text-decoration: none;
    list-style-type: none;
}

.grid-menu ul {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.1em;
    padding-left: 5px;
    display: inline-block;
    list-style-type: none;
}

.grid-menu li {
    padding-top: 1px;
    padding-right: 5px;
    width: 130px;
}

.grid-menu .sel {
    background: linear-gradient(323deg, rgba(255,255,255,1) 0%, rgba(172,172,255,1) 100%);
}

.grid-content {
    grid-area: 2 / 2 / span 1 / span 1;
    overflow: auto;
    margin-bottom: 0.5rem;
    background-color: white;
    border: 1px solid black;
}

.content {
    padding: 0.4rem;
}

.bild {
    font-size: 0.8rem;
    text-align: center;
}

.bild img {
    max-width: 90%;
    max-height: 30em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logos {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid blue;
    padding-bottom: 1rem;
    margin: 1rem;
}

.logos img {
    height: 5em;
}

.sponsoren {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin: 1rem;
    padding-top: 1rem;
}

.sponsoren img {
    max-width: 20%;
}

.artikelintro {
    float: clear;
}

.artikelintro img {
    max-width: 15em;
    max-height: 15em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.artikelintro {
    border-bottom: 1px solid blue;
}

.content br {
    margin-bottom: 0.8em;
}

table.inhalt {
    width: 100%;
}

table.inhalt td {
    padding: 0.2em;
}

.bilderseite {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.bilderseite > * {
    flex-basis: 20%;
    margin: 0.5em;
}

.bildseite {
    display: grid;
    grid-template-columns: 2em auto 2em;
    grid-template-rows: 2em auto;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.bildseite > * {
    text-align: center;
}

.bildseite > .up {
    grid-area: 1 / 2 / span 1 / span 1;
}

.bildseite > .left {
    grid-area: 2 / 1 / span 1 / span 1;
}

.bildseite > .img {
    grid-area: 2 / 2 / span 1 / span 1;
}

.bildseite > .right {
    grid-area: 2 / 3 / span 1 / span 1;
}

.bildseite img {
    max-width: 100%;
}

.kontakte {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.visitenkarte {
    display: grid;
    grid-template-columns: 110px 20em;
    border: 1px black solid;
    margin: 0.4em;
    background: rgb(240, 240, 240);
}

.visitenkarte > .Bild {
    grid-area: 1 / 1 / span 4 / span 1;
    align-self: center;
}

.visitenkarte > .Bild img {
    max-height: 100%;
    max-width: 100%;
}

.visitenkarte > .Name {
    grid-area: 1 / 2 / span 1 / span 1;
    font-weight: bold;
    padding: 0.2em;
}

.visitenkarte > .Rolle {
    grid-area: 2 / 2 / span 1 / span 1;
    padding: 0.2em;
}

.visitenkarte > .EMail {
    grid-area: 3 / 2 / span 1 / span 1;
    padding: 0.2em;
}

.visitenkarte > .Telefon {
    grid-area: 4 / 2 / span 1 / span 1;
    padding: 0.2em;
}

.up {
    text-align: center;
}

.ticker {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    margin-bottom: 2em;
}

.ticker div {
    padding: 0.3em;
    background-color: #FECC00;
    font-weight: bold;
    padding-left: 2.4em;
    text-indent: -2em;
    border-radius: 0.4em;
}

.ticker div::before {
    content: '+++ ';
}

.ticker a {
    color: black;
}
