:root {
    --dunkel:#2b6218;
    --hell:#6db200;
    --hintergrund: #FFFFFF;
    --text: #3c3c3c;
    --link-hover: #0079ab;
    --test: #FF0000;
} 

html {
    font-size: 60%;
  	background: #6db200;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5em;
    margin: 0;
}

h1 img {
    max-width:100%;
}

dd {
    margin: 0;
}

dd, dt {
    display: inline;
}

.debug {
  display:none;
}

/* unshow the visitor tracking module */
#footer-links > a {
    display: none;
}

.item-page {
    position: relative;
}

#vBar {
    background-color: #6db200 ;
}

#vordergrund {
    background-color: #FFFFFF;
    margin-left: 0em;
    margin-right: 0em;
  	overflow:hidden;
  	max-width: 100%;
}


#searchbox-background {
    position: fixed;
    width: 100%;
    height:100%;
    right: 0px;
    top:0px;
    background-color: rgba(100,100,100,0.9);
    z-index: 992;
}    

#searchbox {
    position: fixed;
    width: 100%;
    height:100%;
    right: 0px;
    top:0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 991;
}

#searchbox .modal {
    visibility:visible;
}

#searchform {
    position:relative;
    left: 0;
    width:100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

#searchform_word {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    border: 1px;
}

#searchform_button {
    height: 38px;
    background: transparent;
    color: #2b6218;
    border-color: transparent;
    position: relative;
    top: -38px;
    right: 0px;
    float:right;
}

#Content .search dt.result-title {
    color: white;
}

#Content .search dd.result-category {
    display: none;
}

#Content .search dd.result-text {
    margin-bottom: 1em;
}

.nothomecontent .search form {
  display: none;
}

#header {
    width: 100%;
    height: auto;
    background-color: white;
    color: #2b6218;
    position: relative;
}

#Titel-zeile {
    width: 100%;
    height: auto;
}


.left-col {
  width: 0px;
}

#Logo, #LogoFrontPage {
    float: none;
    margin-left: auto;
    margin-right: auto;
    height:100%;
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 250px;
}

#logo-icon {
    height:150px;
    width:150px;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;
    left:50%;
}


#Titel {
    height: auto;
    overflow: hidden;
    
    text-align:left;
    line-height: 2.5em;
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: #2b6218;
    color: white;
}

#Titel a {
    text-decoration: none;
}

#logo-headline-text{
    font-size:2em;
    text-align: center;
    width:100%;
}
#logo-place {
    font-size: smaller;
}

#logo-name-short, #logo-name-shortFrontPage {
    display: none;
}

#logo-name-1, #logo-name-2 {
    display:block;
}

.logo-text {
    display: block;
    text-align: center;
}

#logo-name-short a,#logo-name-short a:visited, #logo-name-short a:hover, #logo-name-short a:focus, #logo-name-short a:active, #logo-name-shortFrontPage a,#logo-name-shortFrontPage a:visited, #logo-name-shortFrontPage a:hover, #logo-name-shortFrontPage a:focus, #logo-name-shortFrontPage a:active{
    color: white;
    padding-left: 1em;
}

#logo-name-short-logo img {
    height: 59px;
    padding-left: 2px;
    display:none;
}

#logo-name-short-logo {
    height: 58px;
    width: 58px;
    background: white;
    overflow: hidden;
    display: inline-block;
    margin-top: -13px;
    margin-bottom: -21px;
    border-radius: 29px;
    display: none;
    width: 0;
    height: 0;
}

.fixed #Titel, .notfrontpage #Titel {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 980;
}

.fixed #logo-place, .fixed #logo-name-1, .fixed #logo-name-2, .notfrontpage #logo-name-1, .notfrontpage #logo-name-2, .notfrontpage #logo-place, #Logo, .notfrontpage #LogoFrontPage, .notfrontpage .homecontent{
    display: none;
}

.notfrontpage #logo-name-short {
    display: block;
}

.fixed #logo-name-shortFrontPage {
  display: block;
}

.notfrontpage .fixed #logo-name-shortFrontPage {
  display: none;
}

.fixed #logo-headline-text, .notfrontpage #logo-headline-text {
    text-align:left;
}

.fixed #Logo, .fixed #LogoFrontPage {
    margin-bottom: 60px;
}

.nothomecontent > div {
  max-width: 600px;
  margin-top:5em;
}

.notfrontpage .nothomecontent {
    display: block;
}

.hidden  {
	display: none;
}

#hBar {
    height: 60px;
    z-index: 10000;
    max-width: 124em;
    display: none;
    margin-bottom: 1px;
}

.fixed #hBar {
    position: fixed;
    top: 0pt;
    left: 0pt;
    right: 0pt;
}

#navbar {
    position: relative;
    background-color: #2b6218;
    height:100%;
   	padding: 1px;
}

#Search {
    position:absolute;
    right:3.6em;
    height: 60px;
    width: 10em;
    overflow: hidden;
    display: none;
}

.target:target ~ #Search{
    display:none;
}

#searchform_button_unfold:hover {
    background: #6db200;
}

#searchform_button_unfold {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 38px;
    width: 26px;
    padding: 15px 8px;
    color: white;
    background: transparent;
    border-color: transparent;
}

#searchform_button_unfold a {
    color:white;
}

#topmenu {
    width: auto;
    font-size: 1.1em;
    line-height:1.3em;
    font-family: Verdana, Arial, Helvetiva, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#topmenu .ux-menu-link-level-0:link { 
    text-decoration:none; 
    font-size: 1.1em;
    line-height:60px;
    padding-top: 0px;
    padding-bottom:0px;
}

#topmenu .ux-menu-item-level-1.current a {
    background: white;
}

#topmenu a {
    color:white;
    outline-style:none;
  background: #2b6218;
  white-space: nowrap;
}

#topmenu a:hover {
    color: #2b6218;
    background: #6db200;
    outline-style:none;
}

#topmenu .current {
    color: #6db200;
}

#topmenu .ux-menu a {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

#topmenu .ux-menu {
    display: flex;
    justify-content: center;
}

#topmenu .ux-menu a.ux-menu-link-last {
    border-right: 0px;
}

#topmenu .ux-menu a.ux-menu-link-parent {
    padding-right:14px;
}

#topmenu.ux-menu ul a.ux-menu-link-last, .ux-menu.ux-menu-vertical a.ux-menu-link-last {
    border-bottom: 0px;
}

#topmenu .ux-menu ul .ux-menu-arrow {
    width:0px;
    height: 0px;
    background: transparent;
    border-top: 5px solid transparent;
    border-bottom:5px solid transparent;
    border-left: 6px solid white;
}

#topmenu .ux-menu-link-level-1 {
    font-size:smaller;
}

#topmenu LI A {
    text-align: left;
    font-size: inherit;
    text-transform: inherit;
}


#topmenu LI A.current {
    background: inherit;
    color: inherit;
}

#topmenu .ux-menu-sub {
    border: solid 1px #2b6218;
    margin-top: -1px;
    margin-left: -1px;
}

#topmenu .ux-menu-sub a:hover {
    background-color: #6db200;
    color: #2b6218;
}

#topmenu .ux-menu-sub .current a:hover {
    background-color:#2b6218 ;
    color:#6db200
}

#topmenu .ux-menu-link-level-1 {
    font-size: 0.9em;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
  background: white;
  color: #2b6218;
}

#topmenu .ux-menu ul a,.ux-menu.ux-menu-vertical a{
    border-bottom:0px;
    border-right:0px;
}

#topmenu .ux-menu-arrow {
    width:0px;
}



#toolbar {
    display: none;
}

#toolbar a {
    color:#2b6218;
    outline-style:none;
    padding:0.2em 0.5em;
    margin: 0.5em;
    border-style: solid;
  	border-width: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetiva, sans-serif;
  	display: block;
}

#toolbar a:hover {
    color: #2b6218;
    background: #6db200;
    outline-style:none;
}

#Menu {
  overflow: visible;
  float: left;
  margin-left: -14px;
}

#Menu ul li ul li a {
    text-transform: none;
    text-align: left;
}

/*Kontakt im horizontalen Menü ausblenden*/
#Menu ul li.ux-menu-item-level-0:last-child {
    display: none;
}

/*Zusätzliches Kontakt im Footer Menü ausblenden*/
#Footer ul:last-child {
    display: none;
}

#menu-before {
  display:none;
}

#hBar .ux-menu-item-level-1 a  {
    max-width: 200px;
    white-space: normal;
    line-height: 1.1em;
}

#hBar .ux-menu-item-level-0 ul, #hBar .ux-menu-item-level-1 {
    max-width: 200px;
}

#mobilemenu ul li.active > a {
    color: #6db200;
}

#mobilemenu .fa-bars {
  position: relative;
  padding-left: 1.25em;
}

#mobilemenu .fa-bars:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  right: 0;
  height: 5px;
  background: #6db200;
  border-radius: 2px;
  box-shadow: 
    0 8px 0 0 #6db200,
    0 16px 0 0 #6db200;
}

#mobilemenu .fa-times:before {
    content: "×";
}

#mobilemenu .jf_mm_trigger {
    height: 0px;
    top: 11px;
    right: 5px;
    left: auto;
    position: fixed;
}
    
#mobilemenu #jf_mm_menu {
   	z-index: 991;
}

#page {
  	width: 100%;
  	box-sizing: border-box;
  	overflow:hidden;
}

#sBar .level0 {
    display: none;
}

#sBar .level1 {
    display: none;
}

#sBar .current .level1 {
    display: list-item;
}

#sBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sBar a {
    text-decoration: none;
}

#sBar .level1.current a {
    color: #6db200;
}

#sBar {
  	padding-left: 2em;
  	padding-top: 2.1em;
  	box-sizing: border-box;
  	display: none;
  	font-size: 80%;
  	min-height: 6em;
}

#sBar .current li {
  	max-width: 100%;
  	margin-bottom: 7px;
}

#sBar .current a {
  	display: list-item;
  	text-align:left;
  	background: white;
  	padding: 0;
  	text-transform: none;
  	font-size: 1.2em;
  	font-family: Verdana, Arial, Helvetiva, sans-serif;
  	line-height:1.2em;
}

#sBar a, #sBar a:visited {
    color: #2b6218;
}

#sBar li.level0.current + .level1 a {
    color: #6db200;
}

#sBar a:hover {
  	color: #6db200;
}

#sBar li {
    width: 100%;
}

/*SubNavigation: Auto Width: no*/

#Content {
  	color: #3c3c3c;
  	font-size: 1.24em;
  	padding-right: 1.5em;
  	padding-left: 1.5em;
/*}

#Content {*/
    position: relative;
    margin-top: 1.2em;
  	padding-bottom: 1em;
}

#Content h2, #Content h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-weight: normal;
    color: #2b6218;
    font-size: 1.7em;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.2em;
    text-align: left !important;
}

#Gottesdienste h2 {
    font-size: 1.7em;
}

#Content h3 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-weight: normal;
    color: #6db200;
    /*font-size: 1.4em;*/
  	font-size: 1.2em;
    /*line-height: 1.2em;*/
  	line-height: 1.1em;
}

#Content h4 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 1.1em;
    font-weight: normal;
    color: #2b6218;
}

/* 2018-09-17 AS: all spaces between headings and content reduced by a factor 0.5 */

/* space between subsequent headings */
#Content h2 + h3 {
  margin-top: 0.25em !important;
}

#Content h3 + h4 {
  margin-top: 0.125em !important;
}

/* space before headings */
#Content * + h1, #Content * + h2 {
  margin-top: 0.75em !important;
}

#Content * + h3 {
  /*margin-top: 0.75em;*/
  margin-top: 1.5em;
}

#Content * + h4 {
  /*margin-top: 0.75em;*/
  margin-top: 1.5em;
}

/* space after headings */
#Content h2 + * {
    margin-top: 0.5em !important;
}

#Content h3 + * {
    /*margin-top: 0.25em !important;*/
  margin-top: 0em !important;
}

#Content h4 + * {
    /*margin-top: 0.125em !important;*/
  margin-top: 0em; !important;
}

#Content * + .items-row {
    margin-top: 1.15em;
}

/* neuer CSS-Ansatz */
#Content li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* end neuer CSS-Ansatz */

/* end reduction of space between headings and content */

#Content ul {
	padding-left: 40px;
}

/* Liste der Sonntagsgottesdienste */
.GDS_content ul.GDS_liste {
    list-style-type: none;
    /*padding-bottom: 0.7em;*/
    /*padding-top: 0.25em;*/
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

ul.nav {
    list-style-type: none;
    /*padding-bottom: 0.7em;*/
    /*padding-top: 0.25em;*/
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

#Content .nothomecontent li {
    padding-top: 0.15em;
    padding-bottom: 0.15em;
}

#Content p {
    line-height: 1.25em;
    /*font-size: 1.1em;*/
    /*padding-bottom: 0.4em;*/
/*    padding-bottom: 0.7em;*/
  /*
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
  */
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
	/* added hyphens support for FireFox, Safari, Chrome, IE, Edge:
	hyphenate-limit-chars: Zahl der Buchstaben im Wort, bei der getrennt werden darf
	hyphenate-limit-lines: Zahl von Silbentrennungen in Folge */
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 6;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 6;
	-ms-hyphenate-limit-lines: 2;
}

#Content a, #Content a:visited {
    color: #6db200;
    /*text-decoration: none;*/
    text-decoration: underline;
    outline-style: none;
}

#Content a:focus, #Content a:active {
    color: #6db200;
}

#Content a:hover {
    color: #2b6218;
}

#Content span.spalteLinks {
    width: 0em;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

/* unit em leads to very broad columns, better to use ex here */
#Content span.spalteRechts {
    /*margin-left: 9em;*/
  	margin-left: 10ex;
    display: inline-block;
}

#Content span.spalteRechtsBreit {
    margin-left: 17ex;
    display: inline-block;
}

.BilderContainer {
    width: 100%;
    overflow: auto;
  margin-bottom: 1em;
}

.BildItem {
    width: 21%;
    margin-left: 0;
    margin-right: 2%;
    margin-top:	2%;
    float: left;
  text-align: center;
}

.BildItem.BildActive {
    width: 100%;
    margin: 0%;
}

.responsiveImage {
    max-width: 100%;
    height: auto;
}

#Content .textNebenBildern + hr {
    width: 150%;
    border-top: 1px solid #6db200;
    margin-top: 2em;
    margin-bottom: 2em;
}

#Content .textNebenBildern h3 {
    display: inline-block;
    margin-bottom: 0.3em;
    margin-right: -0.3em;
}

#Content video { 
  width: 100%;
  height: auto;
}

.full {
	display:flex;
}
.left, .right {
	flex-basis: 50%;
	display: inline-block;
}

.drittel {
    width: 30%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-width: 20em;
}

.drittel img {
    width: 100%;
}

.mfp-content img {
    max-height: 25em;
    float: left;
}

.drittelText img {
    width: 100%;
    height: auto;
}

.BildLinks, .BildRechts {
    float: none;
    width: auto;
    margin-left: -1.5em;
    margin-right: -1.5em;
    position:relative;
    z-index: 60;
    min-height: 8em;
}

.drittelsvg {
  position: absolute;
}

.drittelText {
    border: 1px;
    /*overflow: hidden;*/
}

.videowrapper { 
  position: relative; 
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px; 
  margin-bottom: 20px; 
  height: 0;
}

.videowrapper iframe { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.no_bullet {
  list-style: none;
}

#registration th, #registration td {
  font-family: Verdana, Arial, Helvetiva, sans-serif;
  text-transform: uppercase;
  font-size: 80%;
  padding: 5px;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

#registration tr:nth-child(even) {background-color: #f2f2f2;}

#registration th {
  background-color: #2b6218;
  color: white;
}

.mod_nspro {
    max-width: 275px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  	font-size: 13px;
  	line-height: 2em;
}

.modnsprointro {
    font-size: 1.2em;
  	font-weight: normal;
  	line-height: 1.5em;
    color: #2b6218;
}

.GDS_tabelle {
  display: none;
}

.GDS_mobile {
  display: block;
}

td.GDS_terminZeit {
    border-left: 1px black solid;
    padding-left: 0.5em;
    padding-right: 0.5em;
  	text-align: right;
	white-space: nowrap;
}

td.GDS_tabelleDatum {
  	font-size: 1em;
    padding-right: 0.5em;
  	font-weight: bold;
}

table.GDS_tabelle {
    width: 800px;
}

.GDS_tabelle td.GDS_TerminBezeichnung {
    padding-left: 1em;
    padding-right: 1em;
}

td.GDS_KollekteBezeichnung {
  	font-size: 0.8em;
}

td.GDS_Kollektenverwendung {
    border-right: 1px solid black;
  	font-size: 0.8em;
}

span.GDS_tagesNotiz {
  	font-size: 0.82em !important;
  	font-weight: normal;
}

.GDS_OrtAdresse {
  	font-size: 1em !important;
}

#events ul li {
    background: #2b6218;
    float: left;
    width: 15em;
    height: 20em;
    margin: 1em;
    position: relative;
}

#events ul li a {
    position:absolute;
    bottom:0;
    color: white;
    margin: 5px;
}


#events ul li img {
    max-width: 100%;
    max-height: 90%;
    padding-bottom: 4px;
}

.Highlight {
    color: #2b6218;
    font-style: oblique;
    font-weight: bold;
    width: 100px;
    display: inline-block;
}

#Seperator {
    height: 1.95em;
    width: 100%;
    background: #6db200;
    display: none;
}

#Footer {
    background-color: #6db200;
    width: 100%;
    height: auto;
    display: none;
}

#footer-links a {
  color:#2b6218;
  text-decoration: none;
}

#footer-links a:hover{
    color: white;
}

#footer-links li {
    text-align:left;
	line-height: 1.2em;
    padding-bottom: 0.5em;
}

#footer-links li.level0 {
    padding-bottom: 1.2em;
}

#footer-links ul {
    min-height: 20em;
    padding-left: 1.6em;
    padding-right: 2.4em;
    margin-top: 0;
}

.FooterKategorie {
    max-width: 180px;
}

#footer-links .level0 a{
    font-size: 1.25em;
}


#footer-links {
    background-color: #6db200; 
    color: #2b6218;
    overflow: hidden;
}

#Footer li.active a {
    color: white;
}

#Footer li.level0 a {
    text-transform: uppercase;
}

#footer-links ul {
    list-style: none;
    float: left;
}

#copyright {
    text-align: center;
    width: 100%;
}

.center-v-container {
    display:table;
    height: 100%;
}

.center-v-element {
    display: table-cell;
    vertical-align: middle;
}

.target {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

.modal {
    display:none;
    transition: all 0.5s;
}

.target:target ~ .modal {
    display:block;
}

.container {
    display: table;
}

.item.grow {
    width: 100%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    padding-top:1em;
    padding-bottom:1em;
}

.flex-picture {
    flex:1;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    max-width: 270px;
    min-width: 150px
}

.flex-picture img {
    width:100%;
}

.flex-text {
    flex: 2;
    min-width:180px;
}

.flex-text h3 {
    padding-top:0;
}

.quote {
    border: 1px solid #6db200;
    padding: 20px;
    /*margin: 8px;*/
    font-size: 1.1em;
    font-style: italic;
  	line-height: 1.2em;
    max-width: 650px;
}

.box {
    border: 1px solid #6db200;
    padding: 8px;
}

.headrow-logo {
    width: 100%;
    float: left;	
}

#Content .ui-accordion-header {
    padding-top:0em;
}

#Content .ui-state-hover a, #page .ui-state-hover a:hover {
    color: #2b6218;
    background-color: #6db200;
}

#Content .ui-state-active a {
    color: #6db200;
    background-color: #2b6218;
}

#Content .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #6db200;
    background: #ce7870;
    font-weight: bold;
    color: #5e2028;
}

#Content .ui-state-hover a, .ui-state-hover a:hover { 
    text-decoration: none; 
}

#Content .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #6db200;
    text-decoration: none;
}

#Content .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #6db200;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
    border: 1px solid #2b6218; 
    background: #6db200; 
    color: ##2b6218; 
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px; 
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.jf_mm_trigger {
  background-color: #2b6218;
  background: #2b6218;
}

.jf_mm_wrapper .levelHolderClass {
    background-color: #2b6218;
}

.jf_mm_wrapper li {
    background-color: #2b6218;
}

.jf_mm_wrapper .backItemClass {
    background-color: #2b6218;
}

.jf_mm_wrapper a {
    color: white;
}

.jf_mm_wrapper .current > a {
    color: #6db200;
}

.jf_mm_wrapper a:hover {
    background-color: #6db200;
    color: #2b6218;
}

.jf_mm_wrapper h2 {
  color: white;
}

.jf_mm_wrapper li, .jf_mm_wrapper li:last-child {
    border-color: #6db200;
}

.karte-box {
    position:   relative;
    width:      100%;
    height: 0;
    padding-top:   66.6%; /* This is your aspect ratio */ 
}

.karte {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
    width:    100%;
    height:   100%
}

.search_icon {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 2px 2px 6px 6px;
}

.search_icon:before {
    content: '';
    width: 4px;
    height: 11px;
    box-shadow: inset 0 0 0 32px;
    top:16px;
    border-radius: 0 0 1px 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homecontent ul{
      position:relative;
      left: -38px;
}

.homecontent .menu li a {
    position:absolute;
    bottom:0;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
}

.homecontent .menu li a span {
    position:absolute;
    bottom:0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 0.2em;
    color: white;
    background: #2b6218;
    background: rgba(43,98,24,1);
}

.homecontent .menu li .pictogram {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

.homecontent .menu li img {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.homecontent .menu li {
    background: #2b6218;
    float: left;
    width: 98%;
    height: 30em;
    margin: 0.5em 0em;
    margin-right: 1%;
    position: relative;
    padding-top: 0;
  	overflow: hidden;
    text-align: center;
    width: 98vw;
    height: 111vw;
}

.homecontent .menu li span {
    font-size: large;
    text-align: center;
}

.homecontent .pictogram div {
    width: 6.6666%;
    height: 6%;
    float: left;
}

.homecontent .nav.menu {
    margin-left: -1.5em;
    width: 100vw;
    margin-right: -3.5em;
    font-size: 91%;
}

.nothomecontent img {
  max-width: 100%;
}

.pixel-aussen {
    background: #2b6218;
}

.pixel-mitte {
    background: #6db200;
}

.pixel-innen {
    background: #6db200;
    opacity: 0.5;
}

.pixel-zentrum {
    background: black;
    opacity: 0.3;
}

.BildItem svg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#Content .GDS_ort h2 {
    padding-top: 0;
}

#Footer {
  font-family: Verdana, Arial, Helvetiva, sans-serif;
}

@media (orientation: landscape) {
  .homecontent .menu li {
    width: 48vw;
    height: 54vw;
  }
}

@media (min-width: 265px) {
  html {
    font-size: 80%;
  }
}

@media (min-width: 46em) { /* Tablet seite hochkant */
    #Logo,#LogoFrontPage {
	float: left;
    }

    #Titel {
	height:145px;
	background-color: white;
	color: #2b6218;
    }

    .logo-text {
	text-align: left;
    }
    
    #logo-headline-text{
	text-align: left;
    }
    
    #Title-zeile {
	height: 170px;
    }

  	.notfrontpage #logo-name-1, .notfrontpage #logo-name-2 {
 	   display:block;
	}
  
    #toolbar {
	position: absolute;
	top: 3em;
	right: 3em;
	display: block;
    }
    
    #mobilemenu {
	display: none;
    }

    #hBar {
	display: block;
    }
    #Menu {
	left: 0;
	right: auto;
    }

    .fixed #logo-name-short, .fixed #logo-name-shortFrontPage, .notfrontpage #logo-name-short, .notfrontpage #logo-name-shortFrontPage {
	    display: none;
    }

    .fixed #Titel, .notfrontpage #Titel {
	position: static;
	top: auto;
	left: auto;
	width: auto;
    }

    .fixed #Titel {
		margin-bottom: 60px;
    }

    .nothomecontent > div {
		margin-top: 0;
    }

    .notfrontpage #Logo, .notfrontpage #LogoFrontPage, .notfrontpage #logo-name, .notfrontpage #logo-place {
		display: block;
    }
  
    .notfrontpage #LogoFrontPage {
        display: none;
    }

    .BildRechts {
		float: right;
		width: 30%;
        margin-left: 0;
        margin-right: 0;
    }
    .BildLinks {
	float: left;
	width: 30%;
	margin-left: 0;
	margin-right: 6px;
    }

    .drittelText {
	overflow: hidden;
    }

	.right-col {
    	overflow: hidden;
	}

  #Content {
    min-height: 600px;
  }
    .homecontent .nav.menu {
      margin-left: 0em;
      width: 105%;
      margin-right: 0em;
    }
  #Menu {
    padding-left: 1.8em;
  }
  .homecontent .menu li {
    background: #2b6218;
    float: left;
    width: 10em;
    height: 13em;
    margin: 0.5em 0em;
    margin-right: 1.8em;
    position: relative;
    padding-top: 0;
  	overflow: hidden;
    width: 28vw;
    height: 33vw;
  }
  .homecontent .menu li span {
    font-size: 0.86em;
  }

}

@media (min-width: 46em) and (orientation: landscape){ /* Tablet seite quer */
  
  /* show Kontakt */
  
  #sBar, #menu-before {
	display: block;
  }
  #Content, #Menu {
	padding-left: 0;
  }  
  
  .left-col {
    float: left;
    width: 250px;
    min-height: 1px;
    transition: width 2s;
  }
  
  .homecontent .menu li {
    width: 10em;
    height: 13em;
    width: 18vw;
    height: 20vw;
  }
  
  .homecontent .nav.menu {
    max-width: 65vw;
  }
}

@media (min-width: 80em) { /* Desktop Seite 100em auf 80% font-size angepasst */
  
  .left-col {
    float: left;
    width: 250px;
    min-height: 1px;
    transition: width 2s;
  }
  
    /* show vBar */
    #vordergrund {
	  margin-left: auto;
	  margin-right: auto;
      max-width: 1200px;
    }

    #Logo, #LogoFrontPage {
	float: left;
    }

    #logo-headline-text{
	  text-align: left;
    }
  
    #Titel {
	height:145px;
	background-color: white;
	color: #2b6218;
    }

    /* show Kontakt */
    #toolbar {
	position: absolute;
	top: 3em;
	right: 3em;
	display: block;
    }

    #Title-zeile {
	height: 170px;
    }

    #mobilemenu {
	display: none;
    }

    #Search, #Seperator, #Footer, #sBar, #hBar, #menu-before {
	     display: block;
    }

    #Content, #Menu {
	padding-left: 0;
    }
  
    .karte-box {
		width: 155%;
        padding-top: 90%
    }
    
    .homecontent .menu li {
      width: 270px;
      height: 306px;
    }
  
    .homecontent .nav.menu {
      max-width: 100%;
    }
  
  	#Content .textNebenBildern {
      overflow:auto;
      width: 150%;
    }
  
    #Content .BilderContainer {
  	  float:right;
      width:65%;
      margin-left: 2em;
      margin-bottom: 0em;
    }
  
    #Content .BilderContainer + *, #Content .einzelBild + * {
      margin-top: 0;
    }
  
  	#Content .einzelBild {
        float: right;
        margin: 0;
        padding: 0;
        width: 65%;
        margin-left: 2em;
    }

    #Content .einzelBild img {
        padding: 0;
        margin: 0;
        height: 25em;
    }

    .fixed #hBar {
	  margin-left: auto;
	  margin-right: auto;
      max-width: 1200px;
    }
    
    .notfrontpage #Logo, .notfrontpage #LogoFrontPage, .notfrontpage #logo-name, .notfrontpage #logo-place {
	display: block;
    }
  
    .notfrontpage #LogoFrontPage {
      display: none;
    }
    
    .notfrontpage #logo-name-short, .notfrontpage #logo-name-shortFrontPage {
      display: none;
    }
    
  .GDS_liste {
    font-size: medium;
  }
  
  .GDS_tabelle {
    display: block;
  }
  
  .GDS_mobile {
    display: none;
  }
  
  .homecontent .menu li span {
    font-size: 1em;
  }
    
}

/*Fixes to the layout: */
@media (max-width: 900px) and (orientation: landscape) {
  #Menu {
    position: absolute;
    padding-left: 1.5em;
  }
}

@media (max-width: 420px) {
    .footer-sitemap-menu ul {
	width: 98%;
    }
}

@media (min-width: 107rem) { /* Maximale Breite für den Content Teil angepasst auf 80% font-size im html style plus die beiden margins von je 5em */
    #vordergrund, .fixed #hBar {
	margin-left: auto;
	margin-right: auto;
    }
    
}



/* extract from w3.css */
.w3-col{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-col.m7{width:58.33333%}.w3-col.m8{width:66.66666%},
.w3-col.m9{width:74.99999%},.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}

.w3-row-padding{padding-bottom:0.5em}
.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before{content:"";display:table;clear:both}

/*For Gottesdienst Ansichten */
.GDS_wocheTag::after {
    content: ".";
}

.GDS_wocheMonat::after {
    content: ".";
}


span.GDS_zeit.GDS_highlight {
    width: 6.5em;
}

.GDS_liste li table td {
    vertical-align: top;
}

#Content .GDS_liste tbody {
    /* vertical-align: top; */
    height: 100%;
    overflow: auto;
}

.GDS_tabelle .GDS_tagesNotiz {
  display: block;
}

#Content .GDS_liste table {
    overflow: auto;
    height: 100%;
}

#Content.homecontent .GDS_liste {
  padding-bottom: 0em;
}

.GDS_target .GDS_popout {
    display: none;
}

.GDS_target:target .GDS_popout {
    display: block;
}

.GDS_popout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20,20,20,0.5);
    z-index: 9999999;
}

.GDS_PopoutContainer {
    position: fixed;
    top: 6em;
    left: 6em;
    right: 6em;
    bottom: 6em;
}

.GDS_PopoutContent {
    border: 1px solid black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFFFFF;
}

.GDS_PopoutBackground {
    border: 1px solid black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.GDS_karteContainer {
    width: 100%;
    box-sizing: border-box;
    bottom: 2em;
    left: 0;
    position: absolute;
}

.GDS_karte {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
}

.GDS_PopoutFooter {
    position: absolute;
    bottom: 0.2em;
    left: 0.2em;
}

.GDS_liste {
    padding-left: 0;
}

.GDS_highlight {
    color: var(--dunkel);
    font-style: oblique;
    font-weight: bold;
    width: 120px;
    display: block;
    overflow: auto;
    vertical-align: initial;
}

.GDS_bezeichnung:after {
    content: ",\00a0";
}

.GDS_liste td.GDS_listIcon {
    vertical-align: top;
}

.GDS_liste td.GDS_listText {
    padding-bottom: 0.5em;
}

.GDS_listDatum {
    height: 2.8em;
}

.GDS_wocheDatum {
    font-size: 0.9em;
    display: inline-block;
    margin-top: -1em;
    /* margin-bottom: -0.5em; */
    position: relative;
    width: 3em;
    height: 3em;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 4pt;
    transform: translateY(1em);
}

.GDS_wocheMonat {
    position: absolute;
    top: 0;
    /* left: 50%; */
    font-size: 0.8em;
    padding-top: 0.1em;
    height: auto;
    width: 100%;
    text-align: center;
    /* transform: translateX(-50%); */
    background: var(--dunkel);
    line-height: 1.3em;
    color: white;
}

.GDS_wocheTag {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.GDS_wocheTagName {
    position: absolute;
    bottom: 0;
    font-size: 0.55em;
    left:  50%;
    transform: translateX(-50%);
    line-height: 1.3em;
}

.GDS_wocheEinleitung {
    line-height: 3em;
}

.GDS_linkLastWeek {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 8px solid var(--dunkel);
    border-bottom: 8px solid transparent;
}
.GDS_linkNextWeek {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-left: 8px solid var(--dunkel);
    border-bottom: 8px solid transparent;
}

.GDS_ort {
    display: inline-block;
}

.GDS_liste li {
    padding-bottom: 0.3em;
}

.GDS_PopoutContent {
    font-size: 0.65em;
}

#Content .GDS_PopoutContent h2 {
    line-height: 1.2em;
    font-size: 1.6em;
}

.GDS_karteContainer {
    top: 5em;
}

.GDS_PopoutContainer {
    position: fixed;
    top: 2em;
    left: 2em;
    right: 2em;
    bottom: 2em;
}

@media (min-width: 40em) {
    .GDS_PopoutContainer {
	top: 6em;
	left: 6em;
	right: 6em;
	bottom: 6em;
    }
    .GDS_karteContainer {
	top: 3.5em;
    }
    #Content .GDS_PopoutContent h2 {
	line-height: 1.5em;
	font-size: 1.7em;
    }
    .GDS_PopoutContent {
	font-size: 1em;
    }
}

.GDS_mobile {
    padding-bottom: 1em;
}

.GDS_mobile .GDS_Datum {
    font-size: 1.3em;
    color: #6db200;
    line-height: 1.6em;
    font-weight: bold;
}

.GDS_mobile .GDS_TerminZeit {
    width: 6em;
    display: inline-block;
}

.GDS_mobile .GDS_TerminName::after {
    content: ", ";
}

.GDS_mobile .GDS_EinrichtungName::after {
    content: ", ";
}

.GDS_mobile .GDS_Datum {
    padding-top: 1em;
    display: block;
}

.GDS_tabelle {
    border-collapse: collapse;
    font-size: 0.9em;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.GDS_tabelle tr th {
    border: solid 1px black;
}

.GDS_tabelle .GDS_tabelleDatum {
    color: white;
    font-size: 0.9em;
}

.GDS_tabelle .GDS_neuesDatum .GDS_tabelleDatum{
    color: black;
}

.GDS_tabelle .GDS_neuesDatum {
    border-top: 2px solid black;
}

.GDS_tabelle .MWDatum {
    width: 10em;
    font-size: 1.5em;
    border-left: 0px;
    border-top: 0px;
    font-size: 1em;
}

.GDS_tabelle .GDSOrtZelle {
    font-size: 0.7em;
    border-top: 0px;
}

.GDS_tabelle .GDSOrtName {
    font-weight: bold;
    font-size: 1.3em;
}

.GDS_tabelle .GDSOrtAdresse {
    font-weight: normal;
}

.GDS_tabelle .GDS_KollekteBezeichnung {
    border-right: 0px solid black;
    text-align: right;
}

.GDS_tabelle .GDS_TerminBezeichnung {
    border: 1px solid black;
    text-align: center;
    font-size: 0.9em;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.GDS_tabelle .GDS_terminZeit {
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    border-right: 1px black solid;
    font-size: 0.8em;
}

.GDS_tabelle .GDS_terminName {
    font-weight: bold;
}

.GDS_tabelle .GDS_terminNotiz {
    font-size: 0.8em;
}

.GDS_tabelle .GDS_tabelleDatum {
}

.GDS_tabelle .GDS_KollekteContainer {
    border-top: 2px solid black;
}

.GDS_tabelle tbody {
    border-bottom: 2px solid black;
}

.GDS_tabelle .GDS_KollekteContainer + .GDS_KollekteContainer {
    border-top: 0px;
}

.GDS_liste_R_alle {
    width: 100%;
    /* border: 2px black solid; */
    border-collapse: collapse;
    /* border-top: 2px black solid; */
}

.GDS_liste_R_alle tbody tr:first-child * {
    border-top: none;
    border-top: 2px solid black;
}

.GDS_liste_R_alle tbody tr:first-child {
    border-right: 2px solid black;
}

.GDS_liste_R_alle tbody tr .padding-top {
    height: 1em;
    border-top: 1px solid black;
}

.GDS_liste_R_alle tbody td.GDS_tag {
    border-top: 1px solid black;
}

.GDS_liste_R_alle tbody td.GDS_tag ~ * {
    border-top: 1px solid black;
}

.GDS_liste_R_alle tbody td.GDS_tag ~ .padding-right{
    border-top: none;
}

.GDS_liste_R_alle .padding-left {
    width: 1em;
    border: none;
}

.GDS_liste_R_alle .padding-right {
    width: 1em;
    border: none;
    border: none;
}

.GDS_liste_R_alle tbody {
    border: 2px solid black;
}

.GDS_liste_R_alle tbody tr .padding-bottom {
    height: 1em;
    border-bottom: 1px solid black;
}

.GDS_liste_R_alle tbody tr:first-child + tr * {
    border-top: none;
}