/*=================================================================================
    Template-Name: SPD SOE
    Beschreibung: Main css für das SPD-SOE-Template

=================================================================================*/

/* Basics */
body, html {
    height: 100%;
}

body {
    background: var(--primary-color3);
    color: var(--primary-color2);
    font-family: 'Open Sans', sans-serif;
}

.section {
    margin: 2em 0em;
    padding: 1em 0em;
}

.container {
}

.nav-container {
    padding-bottom: 0em;
    padding-top: 0em;
}

.hero-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hero-text {
    color: white;
    text-align: center;
}

/* Navigation*/
.nav-link {
    color: rgb(255,255,255);
}

.nav-link:hover, .nav-link:focus {
    color: white;
    font-weight: bold;
}

li.breadcrumb-item a {
    text-decoration:none;
    color: #000;
}

/* Cards fuer news */
.card {
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: 1em;
}

.card-title {
    color: var(--primary-color1);
}

.ueberschrift {
    border-top: 0.05em solid grey;
    border-bottom: 0.05em solid grey;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}