2025-01-08 14:59:36 +01:00
|
|
|
a {
|
2025-01-08 17:09:45 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.header img {
|
|
|
|
float: right;
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.header h1 {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.equal-height {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.card-body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center; /* Zentriert die Inhalte horizontal */
|
|
|
|
text-align: center; /* Zentriert den Text */
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.card-icon {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center; /* Zentriert das Icon horizontal */
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.card-text,
|
|
|
|
.card ul {
|
|
|
|
text-align: left; /* Stellt sicher, dass der Text linksbündig ist */
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.card{
|
|
|
|
flex: 1; /* Stellt sicher, dass die Karten die ganze Höhe ihrer Container ausfüllen */
|
|
|
|
border-width: 3px;
|
|
|
|
/*border-color: #000000;*/
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
h3.card-title{
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.card .stretched-link{
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.card-column{
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
h3.footer-title{
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2025-01-08 14:59:36 +01:00
|
|
|
|
2025-01-08 17:09:45 +01:00
|
|
|
.footer {
|
|
|
|
margin-top: 12px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer p, h3{
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-submenu {
|
|
|
|
position: relative;
|
2025-01-08 18:06:08 +01:00
|
|
|
list-style: none;
|
2025-01-08 17:09:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-submenu > .dropdown-menu {
|
|
|
|
top: 0;
|
|
|
|
left: 100%;
|
|
|
|
margin-top: -0.5rem;
|
2025-01-08 18:06:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2025-01-08 17:09:45 +01:00
|
|
|
}
|