@charset "iso-8859-1";
/* CSS Document */

/*
 * Theme Name:     lobe-den-herrn
 * Description:    Liturgie Chorale du Peuple de Dieu
 * Author:         Marianne Müller
 * Author URI:     https://lobe-den-herrn.de
 * Version:        1.0
 */

@media only screen and (min-width: 860px) {

html { height: 101%;}

* {padding:0; margin:0;}

p {
	margin-bottom:0.9em;
	}
	
body {
	position:relative;
	background-color:ffffff;
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:26px;
	text-align: justify;
	width:100%;
	}
	
label.hamburg { 
   display: block;
   background: #ffffff; width: 40px; height: 30px; 
   position: fixed; 
   top:0;
   right:0;
   z-index:1005;
   margin-left: auto; margin-right: 0;
   margin-top:3px;
   margin-bottom:0;
   border-radius: 4px; 
	}

.line { 
   position: absolute; 
   left:5px;
   height: 2px; width: 30px; 
   background: #836853; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
	}

.line:nth-child(1) { top: 6px; }
.line:nth-child(2) { top: 14px; }
.line:nth-child(3) { top: 22px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(8px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-8px) rotate(45deg);
}

input#hamburg {display:none}

nav.topmenu { 
	color:#ffffff;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:right;
	width:246px;
	height:auto;
	max-height:0;
	position: fixed;
	z-index:1005;
	top:39px;
	right:0;
    overflow: hidden; 
    transition: all 0.5s;
	}

nav.topmenu ul {
	padding:0;
	}

nav.topmenu li {
	list-style:none;
	font-size:16px;
	line-height:16px;
	padding:12px;
	border-bottom:#ffffff 1px dotted;
}

.gold {
	background-color:#ba8d2d; 
	}
	
.gruen {
	background-color: #658f2f; 
	}
	
.blau {
	background-color:#0079ac; 
	}
	
.rot {
	background-color:#c11c0e; 
	}
	
.gelb {
	background-color:#ffcc00; 
	}
	
.violett {
	background-color:#af1e46; 
	}
	
.tuerkis {
	background-color:#008485; 
	}
	
.orange {
	background-color:#c64d0e; 
	}
	
.braun {
	background-color:#836853; 
	}

nav.topmenu a, nav.topmenu a:link, nav.topmenu a:visited {
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
    color:#ffffff;
    text-decoration: none;
	outline:none;
	}

nav.topmenu a:hover, nav.topmenu a:active {
    color:#ffffff;
	}

#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 500px; 
}

#datenschutz {
	width:100%;
	height:30px;
	background-color:transparent;
	color:#836853;
	text-align:right;
	position: fixed;
	top:5px;
	right: 50px;
	z-index:1003;
	}
	
a, a:link, a:visited {
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
    color:#836853;
    text-decoration: underline;
	outline:none;
	}

a:hover, a:active {
    color:#836853;
    text-decoration: underline;
	}
	
#header {
	background-image: url(../bilder/balken-braun.jpg);
	background-repeat:repeat-x;
	background-attachment: scroll;
	width:100%;
	height:231px;
	top:0;
	position: fixed;
	z-index:1002;
	}
	
#logoschrift {
	background-color: transparent;
	width:820px;
	height:auto;
	margin:0 auto 0 auto;
	position: relative;
	}	
	
#logo {
	float:left;
	width:211px;
	height:211px;
	margin-top:10px;
	}
.logo {
	width:211px;
	height:211px;
	}
	
#schriftzug {
	float:left;
	width:609px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height:44px;
	letter-spacing: .07em;
	text-align: center;
	font-variant: small-caps;
	position: relative;
	top:71px;
	}
	
#schriftzug-k {
	display:none;
	}
	
#navi {
	clear:both;
	background-color: #FFFFFF;
	width:860px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
	position: relative;
	z-index:1001;
	top:235px;
	}
	
.nav {
	margin:0 10px 10px 10px;
	}
	
#inhalt {
	clear:both;
	background-color: #FFFFFF;
	width:820px;
	height:auto;
	margin:0 auto 0 auto;
	text-align: justify;
	padding-bottom:30px;
	position: relative;
	top:20px;
	}
	
#inhalt li {
	color:#000000;
	margin-bottom:7px;
	margin-left:18px;
	padding-left:10px;
	}
	
.clear {
	clear:both;
	}
	
h1 {
	color:#836853;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	font-size:36px;
	line-height:36px;
	letter-spacing: .07em;
	text-align: center;
	padding-bottom:0;
	}
	
h2 {
	color:#836853;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	font-size:26px;
	line-height:34px;
	letter-spacing: .07em;
	text-align: center;
	margin-top:40px;
	margin-bottom:15px;
	}
	
h3 {
	color:#836853;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	font-size:20px;
	line-height:30px;
	letter-spacing: .04em;
	text-align: center;
	margin-top:20px;
	margin-bottom:10px;
	}
	
span {
	color:#836853;
	}
}

@media only screen and (max-width: 859px) {

html { height: 101%;}

* {padding:0; margin:0;}

p {
	margin-bottom:0.9em;
	}
	
body {
	position:relative;
	background-color:ffffff;
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:26px;
	text-align: justify;
	width:100%;
	}

label.hamburg { 
   display: block;
   background: #ffffff; width: 40px; height: 30px; 
   position: fixed; 
   top:0;
   right:0;
   z-index:1005;
   margin-left: auto; margin-right: 0;
   margin-top:3px;
   margin-bottom:0;
   border-radius: 4px; 
	}

.line { 
   position: absolute; 
   left:5px;
   height: 2px; width: 30px; 
   background: #836853; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
	}

.line:nth-child(1) { top: 6px; }
.line:nth-child(2) { top: 14px; }
.line:nth-child(3) { top: 22px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(8px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-8px) rotate(45deg);
}

input#hamburg {display:none}

nav.topmenu { 
	color:#ffffff;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:right;
	width:246px;
	height:auto;
	max-height:0;
	position: fixed;
	z-index:1005;
	top:36px;
	right:0;
    overflow: hidden; 
    transition: all 0.5s;
	}

nav.topmenu ul {
	padding:0;
	}

nav.topmenu li {
	list-style:none;
	font-size:16px;
	line-height:16px;
	padding:12px;
	border-bottom:#ffffff 1px dotted;
}

.gold {
	background-color:#ba8d2d; 
	}
	
.gruen {
	background-color: #658f2f; 
	}
	
.blau {
	background-color:#0079ac; 
	}
	
.rot {
	background-color:#c11c0e; 
	}
	
.gelb {
	background-color:#ffcc00; 
	}
	
.violett {
	background-color:#af1e46; 
	}
	
.tuerkis {
	background-color:#008485; 
	}
	
.orange {
	background-color:#c64d0e; 
	}
	
.braun {
	background-color:#836853; 
	}

nav.topmenu a, nav.topmenu a:link, nav.topmenu a:visited {
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
    color:#ffffff;
    text-decoration: none;
	outline:none;
	}

nav.topmenu a:hover, nav.topmenu a:active {
    color:#ffffff;
	}

#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 500px; 
}

#datenschutz {
	display:none;
	}
	
a, a:link, a:visited {
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
    color:#836853;
    text-decoration: underline;
	outline:none;
	}
	
a:hover, a:active {
    color:#836853;
    text-decoration: underline;
	}
	
	
#header {
	background-image: url(../bilder/balken-braun-k.jpg);
	background-repeat:repeat-x;
	background-attachment: scroll;
	width:100%;
	height:100px;
	margin-top:23px;
	position: absolute;
	z-index:1002;
	}
	
#logoschrift {
	background-color: transparent;
	width:100%;
	height:auto;
	position: relative;
	}	
	
#logo {
	float:left;
	width:100px;
	height:100px;
	left:50%;
	margin-left:-50px;
	position: relative;
	}
	
.logo {
	width:100px;
	height:100px;
	}
	
#schriftzug {
	display:none;
	}
	
#schriftzug-k {
	float:left;
	width:100%;
	top: 140px;
	text-align:center;
	position: relative;
	}
	
#navi{
	display: none;
	}
	
#inhalt {
	clear:both;
	background-color: #FFFFFF;
	width:90%;
	height:auto;
	margin:0 5% 0 5%;
	text-align: justify;
	padding-bottom:30px;
	position: relative;
	top:20px;
	z-index:1001;
	}
	
#inhalt li {
	color:#000000;
	margin-bottom:7px;
	margin-left:18px;
	padding-left:10px;
	}
	
.clear {
	clear:both;
	}
	
h1 {
	color:#836853;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	font-size:36px;
	line-height:44px;
	letter-spacing: .07em;
	text-align: center;
	padding-bottom:20px;
	}
	
h2 {
	color:#836853;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	font-size:26px;
	line-height:34px;
	letter-spacing: .07em;
	text-align: center;
	margin-top:40px;
	margin-bottom:15px;
	}
	
h3 {
	color:#836853;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	font-size:20px;
	line-height:30px;
	letter-spacing: .04em;
	text-align: center;
	margin-top:20px;
	margin-bottom:10px;
	}
	
span {
	color:#836853;
	}	
}