@font-face { font-family: 'Proxima Nova';
    src: url('Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'); }
    
a:link { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: #646464; } 
a:active { text-decoration: none; color: #646464; } 
a:hover { text-decoration: none; color: black;} 


* {
font-family:'Proxima Nova',Helvetica,sans-serif;
font-size: 19px;
}

body{
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.HeaderZeile{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
	margin-bottom: 35px;
    background-color: #ffffff; 
    border-top: 1px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}

.HeaderZelleInnen{
    padding: 10px 10px 10px 10px;
	border-left: 1px solid #eeeeee;
	align-items: center;
	text-align: center;
}

.Bild-Ankuendigung{
    width: 100%;
    display: block;
}

.Bild-Container{
    background-color: blue;
    padding: 16px;
}

.ZeileZwei{
    display: flex;
    flex-direction: row;
    align-items: top;
}

.Zelle-Menue{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: top;
    padding:16px; 
    background-color: #2b4898; 
    border: 1px solid #2b4898;
    color: white;
    margin-right: 50px;
}

.Zelle-Inhalt{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    padding: 10px 10px 10px 10px;
    background-color: #f5f5f5; 
    border: 1px solid #8a9da8;
}

.Kachel{
    display: flex;
    flex-direction: column;
    height: 450px;
    align-items: center;
    text-align: center;
    padding: 20px 20px 20px 20px; 
    border: 1px solid #2b4898;
    background-color: white; 
    border-radius : 10px;
    margin: 10px;
    opacity: 1;
    transition: opacity 1s ease 0s;
}

.Kachel:hover{
    opacity: 0.6;
    font-weight: bold;
    cursor: pointer;
}

.Bild-Kachel{
    width: 250px;
    height: 333px;
    border-radius : 16px;
    margin-bottom: 20px;
}

Text-Kachel-AG{
    text-decoration: none;
    color: #2b4898;
}

ul {list-style: none;}
.ul-pfeil {list-style: outside "➥ ";}
li{border-bottom: 1px solid white; 
    margin: 2px 0px 2px 0px;}
li::marker { color: white; }
li:hover{
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.Footer-Zeile1{
    background-color: #50555e;
    color: #c4c9d2;
    display: flex;
    justify-content: space-around;
    padding: 12px 12px 12px 12px;
    margin-top: 30px;
}

.Footer-Spalte{
    font-size: 16px;
    padding: 12px 12px 12px 12px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.Footer-Zeile2{
    background-color: #648ca4;
    color: white;
    padding: 12px 12px 12px 12px;
    text-align: center;
}

Unterschrift{font-size: 14px;}
.Grau{color: #666666;}

Weiss{
    color: white;
}