/*
Engelspost Farben
=================================
#003388             Header background-color       sicheres Naviblau   003388
#FFFFFF             Header Textfarbe color        sicheres Weiß
#99CCFF             Header Textfarbe color hover  sicheres Hellblau   a1caf1

#003388             Button background-color       sicheres Naviblau   00308f 
#0066FF             Border                        sicheres Dunkelblau 0052F5
#FF0080             Border                  hover sicheres Dunkelrosa FF0080
#FF6699             Button background-color hover sicheres Rosa       F7789C
rgb(255, 105, 153)	Button background-color hover sicheres Rosa
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* Header and Navigation bar */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10%;
    background-color: #003388;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0px 6px 25px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 25px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 25px 2px rgba(0,0,0,0.75);
    margin-bottom: 100px;
}


.nav_links {
    list-style: none;
}
.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    font: bold 14px/1.4 'Open Sans', arial, sans-serif;
    font-weight: 500;
    font-size: 22pt;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 0.10em;
	transition: all 0,3s ease 0s;
    position: relative;
    text-decoration: none;
}

.nav_links li a:hover {
    color: #FF6699;
}
.nav_links li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav_links li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 105, 153);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}



/* TEXT */
.lesung {
    display: flex;
    justify-content: center;
    text-align: center;
}
.lesung p {
  font: bold 14px/1.4 'Open Sans', arial, sans-serif;
  width: 30%;
  font-size: 14pt;
}


.lesung0001 {
    margin-top: 30px;
    text-align: center;   
}
.lesung0001 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}
.lesung0001 h2 {

  text-align: center;
  font-family: "Montserrat", sans-serif;
}


.lesung0002 {
  margin-top: 30px;
  text-align: center;
}
.lesung0002 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}
.lesung0002 h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}


.lesung0003 {
  margin-top: 30px;
  text-align: center;
}
.lesung0003 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}
.lesung0003 h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}


.lesung0004 {
  margin-top: 30px;
  text-align: center;
}
.lesung0004 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}
.lesung0004 h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}


.lesung0005 {
  margin-top: 30px;
  text-align: center;
}
.lesung0005 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}
.lesung0006 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}


.lesung0006 {
  margin-top: 30px;
  text-align: center;
}
.lesung0005 h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.lesung0006 h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}


.lesung0007 {
  margin-top: 30px;
  text-align: center;
}
.lesung0007 p {
  text-align: center;
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  font-size: 12pt;
}
.lesung0007 h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
