@charset "UTF-8";
/* CSS Document für Unterseiten*/

/*
Farben:
ganz dunkel:#4b6025
dunkelgrün:#688746
hellgrün warm :#819C4B
hellgrün kühl:#84a95c
gold:#DBBD11
*/


/*---Menü--*/
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
align-items:flex-start;
	padding-top: 1rem;}


/*--Titel Section--*/

@media (min-width: 992px) {
    header.masthead {
        height: 50vh;
        min-height: 20rem;
        padding-top: 10rem;
		padding-bottom: 0;}}

/*-----Titel-Bild-----*/
#lightcodes{
 background: linear-gradient(to bottom, rgba(129,156,75,0.60) 0%, rgba(129,156,75,0.40) 100%), url("../img/lichtcodes/01_code.jpg");
background-size: cover;
}

#events{
 background: linear-gradient(to bottom, rgba(129,156,75,0.60) 0%, rgba(129,156,75,0.40) 100%), url("../img/events/titel_1.jpg");
background-size: cover;
}

#healing{
 background: linear-gradient(to bottom, rgba(129,156,75,0.60) 0%, rgba(129,156,75,0.40) 100%), url("../img/healing/titel_1.jpg");
background-size: cover;
}

#about{
 background: linear-gradient(to bottom, rgba(129,156,75,0.60) 0%, rgba(129,156,75,0.40) 100%), url("../img/about/about_titelbild.jpg");
background-size: cover;
}

/*-----Info Text Section-----*/
.page-section {
padding: 4rem 0 4rem;
}


