/*
 * Globals
 */


a {    color: #262626;
    text-decoration: none;
}


.px-3 {
    background: #ffffffd6;
    border-radius: 15px;
    padding: 2rem !important;
	margin-top:50px;
}

.px-3 h1{

	margin-bottom:30px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 500;
}


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: none;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
	background: url(img/lenabernhard01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	color:#303f4c;
}



body.ablauf, body.hygiene {
	background: url(img/lenabernhard02.jpg);
	
}


body.geschenk {
	background: url(img/lenabernhard03.jpg);
	background-size: 100% auto;
	
	
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgb(48, 64, 77);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
 
	 border-bottom: .25rem solid #2f3e4c7d;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
    color: #545b69;
    
	 border-bottom: .25rem solid #2f3e4c7d;
}
