.navbar-brand img {
    max-width: 100%;
    max-height: 5rem;
    margin: 20px;
}

.page-header {
    --bs-page-header-bg: rgba(255, 255, 255, 0.97);
}

.nav-main .nav-item a {
	font-size:1.25rem;
}

.hero .carousel-caption .description {
    color: #fff !important;
}

#page_4 .news-card figure {
	margin-bottom: 0 !important;
}

@media (max-width: 1200px) {

.navbar-brand img {
    max-width: 100%;
    max-height: 3.5rem;
    margin: 10px;
}	

.nav-main .nav-item a {
	font-size:1rem;
}

.navbar-nav a {
	font-size:1rem;
}

}

@media (max-width: 768px) {
    .hero .carousel-caption .title {
        font-size: 1.75rem;
        margin-bottom: -0.5rem;
    }

    .hero .carousel-caption .description {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2em;
    }
}

@media (min-width: 769px) {
    .hero .carousel-caption .title {
        font-size: 4rem;
        margin-bottom: -2rem;
    }

    .hero .carousel-caption .description {
        font-size: 3rem;
    }

    h1 {
        font-size: 2.35em;
    }
}

.hero .carousel-caption {
    .title {
        text-shadow: 1px 1px 2px #333;
        text-transform: none;
        text-align: left;

    }

    .description {
        display: inline-block;
        max-width: 800px;
        color: #0678A8 /*#71D1FB*/;
        text-shadow: 1px 1px 2px #333;
        text-transform: none;
    }
}

.hero .ce-headline h2 {
    text-shadow: 1px 1px 2px #333;
    text-transform: none;
}

.navbar-dark {
    background-color: #0678A8;
}

.page-header .navbar-main {
    background-color: #0678A8;

    a {
        color: #FFFFFF;
        font-weight: 600;
    }

    a:hover {
        color: #0a0a0a;
        text-decoration: none;
    }

    .dropdown-menu {
        a {
            color: #0678A8;
        }

        a:hover {
            color: #0a0a0a;
        }
    }
}

a {
    color: #0678A8;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color: #0a0a0a;
    font-weight: 600;
    text-decoration: underline;
}

/*obere Navbar*/
.page-header .navbar-meta {
    margin: 10px;
    font-size: 1.1rem;
}

.page-header .navbar-meta a {
    color: #04597E;
}

.page-header .navbar-meta a:hover {
    color: #04597E;
    text-decoration: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0e0e0e;
    font-weight: 600;
}

h1 {
    font-weight: 600;
    color: #0678A8;
    margin-bottom: 1.25em;
}

h2 {
    margin-top: 1em;
    font-size: 1.40em;
    font-weight: 700;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #0678A8;
}

body {
    font-family: 'Roboto', sans-serif;
}

#c1227 .btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.page-footer a {
    color: #0678A8;
    text-decoration: none;
}


.page-footer a:hover {
    color: #0a0a0a;
    text-decoration: underline;
}

.card-header {
    padding: 0 !important;
}

#c1270, #c1279 {
    .card-body {
        background-color: #0678A8;

        h2, a, p {
            color: #FFFFFF;
        }

        .card-footer {
            display: none;
        }
    }

    .news-card {
        span {
            font-size: 1rem;
            color: #FFFFFF;
        }

        .btn {
            border: none;
        }

        .btn:hover {
            background-color: #0678A8;
            border: none;
            text-decoration: underline;
        }

        border: none;
        box-shadow: none;
        margin-bottom: 0;

    }
}

.accordion .accordion-button {
    color: #0678A8;
    font-size: 1.3em;
    font-weight: 600;
}

#page_39 .hero-content {
    display: none;
}

#c1664 {
    h3, p {
        color: #FFFFFF;
    }
}

.bg-blue {
    background-color: #B1E7FD;

    h3 {
        color: #0a0a0a;
    }

    a, a:visited {
        color: #FFFFFF;
    }

    a {
        color: #FFFFFF;
    }
}


.btn-read-more:after {
    font-family: t3bootstrap !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: var(--t3b-icon-chevron-circle-up);
    transform: rotate(90deg);
}

.btn {
    background-color: #0678A8;
    border: #0e0e0e;
    color: #FFFFFF;
}

.btn:hover {
    background-color: #04597E;
    text-decoration: none;
}



#page_123 .hero-content {
    display: none !important;

}
#page_123 .image {
    padding: .25rem;
    border: 1px solid #dee2e6;
}

.bg-primary {
    padding: 1rem;
}

.bg-lightblue {
    padding: 1rem;
    background-color: #B1E7FD;
}
.bg-lightblue h3 {
    color: #000;
}
