
/* Allgemeine Settings */

body,
html
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url(../images/layout/background.png) repeat center top;
	color: #26002C; /*dunkelviolett*/
	font: normal 0.875em/1.7286em 'Open Sans', 'Helvetica Neue', Tahoma, sans-serif;
	font-weight: 400;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
p {

}
a
{
	color: #87009F; /*violett*/
	text-decoration: none;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
a img
{
	border: none;
}
a span
{
	cursor: pointer;
}
img
{
	max-width: 100%;
}
img.bild_vollebreite
{
	display: block;
	width: 100%;
	margin: 1.1429em 0 1.4286em 0; /* 16px 0 20px 0 */
}
img.bild_rechts
{
	float: right;
	display: inline;
	margin: 0.4286em 0 1.1429em 1.4286em; /* 6px 0 16px 20px */
}
img.bild_links
{
	float: left;
	display: inline;
	margin: 0.4286em 1.4286em 1.1429em 0; /* 6px 20px 16px 0 */
}
iframe
{
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
h1
{
	margin: 1em 0 0.65em 0; /* 40px 0 26px 0 */
	padding: 0;
	color: #87009F; /*violett*/
	font: 2.8571em/1.05em 'Open Sans', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px #fff;
	/*text-transform: uppercase;*/
}
h2
{
	margin: 1em 0 0.75em 0; /* 24px 0 18px 0 */
	padding: 0;
	color: #87009F; /*violett*/
	font: 1.7143em/1.25em 'Open Sans', sans-serif; /* 24px/30px */
}
h3
{
	margin: 1em 0 0.7778em 0; /* 18px 0 14px 0 */
	padding: 0;
	font-size: 1.2857em; /* 18px */
	line-height: 1.3333em; /* 24px */
	font-weight: 400;
}
p
{
	margin: 0 0 0.7143em 0; /* 10px */
	padding: 0;
}
ul
{
	margin: 1.4286em 0 1.8571em 0; /* 20px 0 26px 0 */
	padding: 0 0 0 1.4286em; /* 20px */
	/*color: #73716b;*/
	list-style-image: url(../images/layout/bullet_on_bright.png);
}
ul li
{
	margin: 0 0 0.4286em 0; /* 6px */
	padding: 0 0 0 4px;
}
ul.buttons
{
	margin: 1.4286em 1.4286em 0.7143em 1.4286em; /* 20px 20px 10px 20px */
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul.buttons li
{
	margin: 0 0 0.4286em 0; /* 6px */
	padding: 0;
}
ul.buttons li a
{
	display: block;
	padding: 0.5714em 1.4286em 0.5714em 1.4286em; /* 8px 20px 8px 20px */
	background: #ecf4fb;
	border-radius: 2px;
	color: #26002C; /*dunkelviolett*/
	text-align: center;
}
ul.buttons li a:hover,
ul.buttons li a:focus
{
	background: #8494a2;
	color: #ffffff;
	text-decoration: none;
}
.introduction
{
	overflow: auto;
	margin-bottom: 2em; /* 28px */
	padding: 0 1.04166667% 2em 1.04166667%; /* 0 10px 28px 10px */
	background: transparent url(../images/layout/hr_border.gif) repeat-x center bottom;
}
.introduction h2
{
	margin-bottom: 1.1333em; /* 24px */
	color: #443733;
	font: normal 2em/1.2em 'Open Sans', sans-serif; /* 18px/24px */
}
.introduction p
{
	line-height: 1.7143em; /* 24px */
}
.image-box {
	max-width: 30%;
	float: left;
	margin: 0 30px 10px 0;
}

.image-box:last-child {
	margin-right: 0;
}

.caption {
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
}

/* RESPONSIVE IMAGE-CLASSES */
.image-50-left,
.image-30-left
{
	float: left;
	margin: 0.375em 4.4943820225% 4.4943820225% 0; /* 6/16 (40/890)*100 (40/890)*100 0 */
}
.image-50-right,
.image-30-right
{
	float: right;
	margin: 0.375em 0 4.4943820225% 4.4943820225%; /* 6/16 0 (40/890)*100 (40/890)*100 */
}
.image-100-center,
.image-50-center,
.image-30-center
{
	display: block;
	margin: 2em auto; /* 32/16 auto */
}
.image-30-left,
.image-30-right,
.image-30-center
{
	width: 30.3370786517%; /* (270/890)*100 */
}
.image-50-left,
.image-50-right,
.image-50-center
{
	width: 47.752808988764044943820224719101%; /* (425/890)*100 */
}
.image-100-center
{
	width: 100%;
}

img + .image-50-left,
img + .image-30-left
{
	margin-right: 0;
}
img + .image-50-right,
img + .image-30-right
{
	margin-left: 0;
}

img + img + .image-30-left
{
	margin-left: 4.4943820225%; /* (425/890)*100 */
}
img + img + .image-30-right
{
	margin-right: 4.4943820225%; /* (425/890)*100 */
}

.image-30-left + .image-30-right + .image-30-left
{
	margin-left: 0;
}
.image-30-left + .image-30-left + .image-30-right
{
	margin-right: 0;
}

.image-30-right + .image-30-left + .image-30-right
{
	margin-right: 0;
}
.image-30-right + .image-30-right + .image-30-left
{
	margin-left: 0;
}
iframe
{
	border: none;
}

table
{
	margin: 0.425em 0 0.825em 0;
	border: none;
	border-collapse: collapse;
}

/*TABELLE ALLGEMEIN*/

.main #content table
{
	width: 100%;
	padding: 0;
	border-spacing: 0;
}
.main #content table td
{
	padding: 8px 5px 8px 0;
	border-bottom: 1px solid #cdcdcd;
	vertical-align: top;
}

.main #content table td:first-child {
	width: 30%;
}

/*TABELLE GOTTESDIENSTE*/

table.service
{
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0px;
	border-spacing: 0;
}
table.service td
{
	width: 50%;
	padding: 15px;
	vertical-align: top;
	background-color: #efefef;
}
table.service h4
{
}

.imggallery ul {
	padding-left: 0;
}

form
{
	margin: 0;
	padding: 0;
}
button,
input,
option,
select,
textarea
{
	outline: none;
}
input.text,
input[type="text"],
textarea
{
	margin: 0;
	padding: 0.4286em; /* 6px */

	border: solid 1px #8494a2;
	color: #26002C; /*dunkelviolett*/
	font: normal 1em/normal 'Open Sans', 'Helvetica Neue', Tahoma, sans-serif; /* 14px */
}
input[type="text"][readonly="readonly"]
{
	/* border: solid 1px red; Test */
}
textarea
{
	line-height: 1.4286em; /* 20px */
}


/* Framework */

.wrapper
{
	padding: 0 40px;
}
.main
{
	overflow: auto; /* erstmal für den margin-top der h1 im content */
	max-width: 80em; /* 960 / 14 */
	/* max-width: 1200px; TEST */
	margin: 0 auto 0 auto;
}

/* Framework > Dunkle Abschnitte */

.wrapper.dark
{
	background: #70757a url(../images/layout/background_dark.png) repeat center top;
}
.wrapper.content.dark .main > h2 {
	text-align: left;
	color: #fff;
}

/* Framework > Logo-Wrapper */

.wrapper.logo
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0; /* für Aufspannen mit Padding */
	z-index: 3;
	height: 0;
}
.wrapper.logo .main
{
	overflow: visible;
}

/* Framework > Header */

.wrapper.header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0; /* für Aufspannen mit Padding */
	z-index: 2;
	height: 80px;
	background: transparent url(../images/layout/header_background.png) repeat-x left bottom;
}
.wrapper.header .main
{
	overflow: visible; /* für die 2. Ebene der Hauptnavigation */
}

/* Framework > Header-Bild */

.header_image
{
	/*height: 412px;*/
	overflow: hidden;
	/*margin-top: 72px;*/
	/*border-bottom: solid 1px #ffffff;*/
	/*background: url(../images/cm/header/fallback.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
}
.header_image img
{
	width: 100%;
	max-width: none;
}

/* Framework > Inhaltswrapper */

.wrapper.content .main
{
	padding-bottom: 3.4286em; /* 48px */
}

/* Framework > Inhalts- und rechte Spalte */

#content /* 10,640,10 / 10,580,70 */
{
	float: left;
	width: 60.41666667%; /* 580px */
	padding: 1.4286em 7.29166667% 0 1.04166667%; /* 20px 70px 0 10px */
}
#right_column
{
	float: left;
	width: 29.16666667%; /* 280px */
	padding: 4em 1.04166667% 0 1.04166667%; /* 56px 10px 0 10px */
}

/* Framework > Footer */

.wrapper.footer
{
	background: #8494a2 url(../images/layout/footer_background.png) repeat center top;
}


/* Logo-Wrapper / Header > Logo (normal / minimiert) */

.wrapper.logo .logo,
.wrapper.header .logo
{
	float: left;
	width: 231px;
	height: 116px;
	margin: 0 0 0 0;
	padding: 0;
}
.wrapper.logo .logo a,
.wrapper.header .logo a
{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/layout/logo_desktop_minimized.png) no-repeat 0 0;
	background-size: 100%;
}
.wrapper.logo .logo span,
.wrapper.header .logo span
{
	display: none;
}

/* Logo-Wrapper > Logo */

.wrapper.logo .logo
{
	height: 226px;
}
.wrapper.logo .logo a
{
	background-image: url(../images/layout/logo_desktop.png);
	background-size: 100%;
}

/* Header > Suchformular */

#topsearch
{
	position: relative;
	z-index: 1;
	float: right;
	width: 40px;
	height: 32px;
	margin-right: 1.041666667%;
	padding-top: 19px;
}
#topsearch form
{
	position: absolute;
	right: 0;
	top: 20px;
	overflow: hidden;
	width: 248px;
	height: 32px;
	background: #ecf4fb;
}
#topsearch form input
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
}
#topsearch form input.text
{
	width: 188px;
	height: 32px;
	padding: 0 12px;
	border: none;
}
#topsearch form input.no_user_input
{
	color: #26282b;
}
#topsearch form input.submit
{
	left: 212px;
	width: 32px;
	height: 32px;
}
#topsearch a
{
	cursor: pointer;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/layout/search_submit.png) no-repeat 0 0;
}
#topsearch a:hover,
#topsearch a:focus
{
	background-image: url(../images/layout/search_submit_hover.png);
}
#topsearch a span
{
	display: none;
}

/* Header > Hauptnavigation */

#navigation_toggle
{
	display: none;
}
#navigation
{
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	color: #26002C; /*dunkelviolett*/
	font-size: 1.1429em; /* 16px */
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}
#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
}
#navigation li a
{
	display: block;
	padding: 0.375em 1em; /* 6px 16px */
	color: #26002C; /*dunkelviolett*/
	position: relative;
}
#navigation li a:hover,
#navigation li a:focus
{
	color: #87009F; /*violett*/
	text-decoration: none;
}
#navigation li.active a
{
	color: #87009F; /*violett*/
}

/* Header > Hauptnavigation > Zweite Ebene */

#navigation li.expanded
{
	position: relative;
}
#navigation li.expanded a
{
	color: #8898a7;
}
#navigation li.active.expanded a
{
	color: #26282b;
}
#navigation li div
{
	display: none;
}
#navigation li.expanded div
{
	position: absolute;
	left: -2em; /* -32px */
	right: -2em; /* -32px */
	top: 2em; /* 32px */
	display: block;
	/*width: 280px;*/
	padding-top: 1.25em; /* 20px */
	background: transparent url(../images/layout/navigation_2nd_layer_arrow.png) no-repeat center 0.6875em; /* 11px */
}
#navigation li ul
{
	margin: 0;
	padding: 6px 0 8px 0;
	background: #ecf4fb;
	font-size: 0.875em; /* 14px */
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
}
#navigation li ul li
{
	float: none;
}
#navigation li ul li a
{
	padding-top: 0.5714em; /* 8px */
	padding-bottom: 0.5714em; /* 8px */
	border-top: solid 1px #bfcbd7;
	color: #26002C; /*dunkelviolett*/
	text-align: center;
}
#navigation li.expanded ul li a,
#navigation li.active.expanded ul li a
{
	color: #26002C; /*dunkelviolett*/
}
#navigation li ul li a:hover,
#navigation li ul li a:focus
{
	background: #bfcbd7;
}
#navigation li ul li.first a
{
	border: none;
}
#navigation li ul li.active a,
#navigation li ul li.active a:hover,
#navigation li ul li.active a:focus,
#navigation li.expanded ul li.active a
{
	background: transparent;
	color: #26282b;
}
#navigation li ul li ul
{
	display: none;
}

/* Main > Zweite Navigationsebene */

#subnavigation
{
	overflow: auto;
	margin: 1em 0 0 0;
	padding: 0 0 1.7143em 0;
	background: transparent url(../images/layout/hr_border.gif) repeat-x center bottom;
	list-style-type: none;
	list-style-image: none;
}
#subnavigation li
{
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
}
#subnavigation a.more
{
	background-color: #596572;
	/*display: block;
	padding: 1.7143em 1em 0em;
	color: #26002C; /*dunkelviolett*/*/
}
#subnavigation li.active a
{
	background-color: #424c57;
}
#subnavigation li.active a:hover,
#subnavigation li.active a:focus
{
	background-color: #424c57;
	text-decoration: none;
}

/* Rechte Spalte Dritte Navigationsebene */

#categorynavigation
{

    margin: 0 0 2.1429em 0; /* 30px */
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#categorynavigation, #categorynavigation ul
{
	margin: 0;
    /*margin: 0 0 2.1429em 0; /* 30px */
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#categorynavigation li
{
	margin: 0;
	padding: 0;
}
#categorynavigation a
{
	display: block;
	margin: 0;
	padding: 0.5714em 0.7143em 0.5714em 0.7143em; /* 8px 10px 8px 10px */
	background: #87009F; /*violett*/
	border-top: solid 1px #5d0073; /* dunkles violett, alt: #572516 */
	color: #ffffff;
	text-align: center;
}
#categorynavigation a:hover,
#categorynavigation a:focus
{
	background: #5d0073; /* dunkles violett, alt: #572516 */
	text-decoration: none;
}

#categorynavigation li.active a,
#categorynavigation li.active a:hover,
#categorynavigation li.active a:focus
{
	position: relative;
	margin-bottom: -1px;
	background: #5d0073; /* dunkles violett, alt: violett #87009F */
	border-top: solid 1px #5d0073; /* dunkles violett, alt: violett #87009F */
	border-bottom: solid 1px #5d0073; /* dunkles violett, alt: violett #87009F */
	font-weight: normal;

}
#categorynavigation li.first a,
#categorynavigation li.first.active a,
#categorynavigation li.first.active a:hover,
#categorynavigation li.first.active a:focus
{
	border-top: 1px solid #572516;

}

/* Footer > Sitemap */

.footer ul a
{
	color: #F1E3F5; /*rosa*/
	text-shadow: 1px 1px 1px #26282b;
	font-size: 1.2714em; /* 22px */
}
.footer ul a:hover
{
	text-decoration: none;
	color: #fff;
}
.footer p
{
}
.footer ul
{
	overflow: auto;
	float: left;
	width: 74%; /* 720px */
	margin: 0;
	padding: 4.16666667% 0 6.25% 7.29166667%; /* 40px 0 60px 70px */
	list-style-image: none;
	list-style-type: none;
}
.footer ul li
{
	float: left;
	width: 30.55555556%; /* 220px */
	padding: 0 1.38888889% 0 1.38888889%; /* 0 10px 0 10px */
}

.footer ul li ul
{
	float: none;
	width: auto;
	padding: 0;
}
.footer ul li ul li
{
	float: none;
	width: auto;
	margin: 0 0 0.2857em 0; /* 4px */
	padding: 0;
}
.footer .logo
{
	float: left;
	width: 18%; /* 95px Bildbreite */
	margin: 3.25% 0 0 0; /* 60px 75px 0 0 */
}

/* Footer > Copyright */

.copyright
{
	clear: both;
	margin: 0;
	padding: 28px 1.04166667% 48px 1.04166667%; /* 0 10px 0 10px */
	background: transparent url(../images/layout/copyright_border.gif) repeat-x center top;
	color: #F1E3F5; /*rosa*/
	text-align: center;
}
.copyright a
{
	/* cursor: text; */
	white-space: nowrap;
	color: #F1E3F5; /*rosa*/
}
.copyright a:hover,
.copyright a:focus
{
	text-decoration: none;
	color: #fff;
}

/* Dunkle Abschnitte */

.dark a,
.dark h1,
.dark h2,
.dark h3,
.dark p,
.dark ul
{
	/*color: #ffffff;*/
}

/* Toplink */

a.top
{
	display: inline-block;
	height: 31px;
	margin: 2em 1.04166667% 0 1.04166667%; /* 28px 10px 0 10px bezogen .main (960px) */
	padding: 0 12px 0 42px;
	background: transparent url(../images/layout/toplink_spritesheet.gif) no-repeat 0 0;
	line-height: 31px;
}
a.top:hover,
a.top:focus
{
	background-position: 0 -31px;
	color: #572516;
	text-decoration: none;
}
#content a.top
{
	margin-right: 0;
	margin-left: 0;
}

/* Startseite > Allgemeine Settings */

.frontpage .content h2
{
	margin: 1.25em 0 1.25em 0; /* 40px 0 40px 0 */
	padding: 0;
	font: 2.2857em/1.125em 'Open Sans', sans-serif; /* 32px/36px */
	text-align: center;
	font-weight: 600;
	color: #87009F; /*violett*/
}
.frontpage .teaser h3
{
	margin: 0.6667em 0 0.5833em 0; /* 16px 0 14px 0 */
	padding: 0;
	color: #26282b;
	font: 1.7143em/1.25em 'Open Sans', sans-serif; /* 24px/30px */
	text-align: center;
}
.frontpage .teasers .teaser h3
{
	margin-top: 0.8em; /* 12px */
	margin-bottom: 0.5333em; /* 8px */
}
.frontpage .teasers
{
	padding: 0 0 20px 0;
}
.frontpage .teaser_wrapper.narrow .teaser
{
	height: 340px;
}

/* FLEXBOX TEASER */

/* Teaser-Elemente */
.teasers {
	clear: left;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}

.teasers .column {
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
	/* flex-basis: 32%; */
	/* max-width: 32%; */
	flex-basis: auto;
	width: 22.91666667%;
	min-height: 294px;
	/*padding: 0 24px 12px 24px;*/
	padding-bottom: 20px;
}

.teasers.three .column {
	width: 32%;
}

.teasers .column img {
	max-width: 100%;
	height: auto;
}

.teasers .column h3,
.teasers .column p {
	/*padding-right: 20px;
	padding-left: 20px;*/
}

.teasers .column h3 a:hover {
	text-decoration: none;
}

/*.teasers .column p. more {
	margin-top: 2em;
	font-size: 1em;
	line-height: 1.2143em;
}

.teasers .column p. more a {
	display: inline-block;
	padding: 0.8571em 1.7143em;
	background: #87009F; /*violett
	color: #ffffff;
}*/

.more {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #87009F; /*violett*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.more:hover {
	background-color: #87009F; /*violett*/
	text-decoration: none;
}

.extern:after,
.extern::after,
.download:after,
.download::after {
	margin: 0 0.375em 0 0.375em;
	font-family: Material-Design-Iconic-Font;
}

.extern:after,
.extern::after {
	content: '\f1a3';
}

.download:after,
.download::after {
	content: '\f220';
}

hr {
	border: 0;
	width: 100%;
	height: 2px;
	background: transparent url(../images/layout/hr_border.gif) repeat-x center top;
	margin: 20px 0;
}

hr.darkline {
	background: transparent url(../images/layout/news_border_dark.gif) repeat-x center top;
	margin: 20px 0 40px 0;
}

/* TEASER ALLGEMEIN */

#right_column .teasers.right-dark,
#right_column .teasers.right-bright {
	width: 100%;
}

.teasers.right-dark .column,
.teasers.right-bright .column{
	width: 100%;
	min-height: 200px;
	padding: 20px;
	text-align: left;
}

.teasers.right-dark hr {
	background: transparent url(../images/layout/copyright_border.gif) repeat-x center top;
}

.teasers.right-dark h2 ,
.teasers.right-bright h2 {
 text-align: left;
 margin: 0.65em 0 0.45em 0;
 }

.teasers.right-dark,
.teasers.right-bright {
	float: right;
	clear: none;
	overflow: visible;
	width: 32%;
}

.teasers.right-dark .column {
	background: #8494a2 url(../images/layout/background_dark_grey.png) repeat center top;
}

.teasers.right-bright .column .news img {
	display: none;
}

/*.frontpage .teasers.right-dark .column > ul.news,
.frontpage .teasers.right-dark .column > ul.news div{
	width: 100%;
}

.frontpage .teasers.right-dark ul.news li {
	background: transparent url(../images/layout/copyright_border.gif) repeat-x center bottom;
}

.frontpage .teasers.right-dark .column h2 {
	font-size: 1.625em;
	margin-top: 0.425em;
	margin-bottom: 0.425em;
	text-align: left;
}

.frontpage .teasers.right-dark .column p.more {
	text-align: center;
}


.teasers.right-bright .column p.more a {
	display: inline-block;
	padding: 0.8571em 1.7143em;
	background: #f;
	color: #87009F; /*violett*/
}


/* Startseite > Dunkler Bereich > Teaser-Element */

.frontpage .dark .teaser_wrapper
{
	margin-top: 3.4286em; /* 48px */
}
.frontpage .dark .teaser h3
{
	color: #ffffff;
}
.frontpage .dark .teaser p
{
	margin-right: 6.66666667%; /* 20 / 300 */
	margin-left: 6.66666667%; /* 20 / 300 */
}

/* Newsliste */

ul.news
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.news li
{
	overflow: hidden;
	margin: 0;
	padding: 1.3429em 0 1.3429em 0;
	/*border-bottom: dotted 1px #8898a7;*/
	background: transparent url(../images/layout/hr_border.gif) repeat-x center bottom;
}

ul.news img
{
	float: left;
	width: 22.85714286%; /* 128 / 560 */
	margin: 3px 5.35714286% 0 0; /* 30 / 560 */
}
ul.news div
{
	float: left;
	width: 71.78571429%; /* 402 / 560 */
}
ul.news h2
{
	margin: 0 0 0.25em 0; /* 6px */
}
ul.news h3
{
	margin: 0 0 0.3333em 0; /* 6px */
}
ul.news p
{
	margin: 0 0 0.4286em 0; /* 6px */
}
ul.news p a
{
	/*color: #26002C; /*dunkelviolett*/
}

/* Newsliste > Rechte Spalte */

#right_column ul.news div
{
	width: 100%;
}

/*#right_column ul.news
{
	margin: -0.5714em 3.57142857% -1.1429em 3.57142857% ;
	padding: 0;
}
#right_column ul.news li
{
	padding: 5.76923077% 3.84615385%;
	border: none;
	border-top: dotted 1px #c2c2c2;
}
#right_column ul.news li.first
{
	border: none;
}
#right_column ul.news img
{
	width: 26.66666667%;
	margin: 4px 8.33333333% 0 0;
}
#right_column ul.news div
{
	width: 65%;
}
#right_column ul.news h3
{
	font-size: 1.1429em;
	line-height: 1.3125em;
}
#right_column ul.news h3 a
{
	color: #26002C; /*dunkelviolett*/
}
#right_column ul.news p
{
	display: none;
	text-align: left;
}
#right_column ul.news p.date
{
	display: block;
	margin: 0 0 0.1429em 0;
}

.frontpage ul.news p.date a
{
	color: #F1E3F5; /*rosa*/
}*/


/* Newsliste > Dunkle Abschnitte */

/*.dark ul.news li
{
	background: transparent url(../images/layout/news_border_dark.gif) repeat-x center bottom;
	border: none;
}*/
.frontpage .wrapper.dark .main > ul.news li
{
	background: transparent url(../images/layout/news_border_dark.gif) repeat-x center bottom;
	border: none;
}
.dark ul.news li
{
	background: transparent url(../images/layout/copyright_border.gif) repeat-x center bottom;
}
.dark ul.news p a,
.dark ul.news h3 a
{
	color: #ffffff;
}

/* Newsliste > Startseite */

.frontpage ul.news
{
	float: left;
	width: 60.41666667%; /* 580px */
}

.frontpage ul.news li
{

}

.frontpage ul.news li:first-child
{
	padding-top: 0;
}

/* Mitarbeiterliste */

ul.staff
{
	margin: -1em 0 2em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.staff li
{
	overflow: hidden;
	margin: 0;
	padding: 2.1429em 1.72413793% 2.1429em 1.72413793%; /* 30px 10/580 */
	border-top: dotted 1px #8898a7;
	color: #26002C; /*dunkelviolett*/
}
ul.staff li.first
{
	overflow: hidden;
	margin: 0;
	padding: 2.1429em 1.72413793% 2.1429em 1.72413793%; /* 30px 10/580 */
	border: none;
}
ul.staff img
{
	float: left;
	width: 22.85714286%; /* 128 / 560 */
	margin: 3px 5.35714286% 2% 0; /* 30 / 560 */
}
ul.staff h2
{
	margin: 0 0 0.25em 0; /* 6px */
}
ul.staff h3
{
	margin: 0 0 0.44444em 0; /* 6px */
	color: #26002C; /*dunkelviolett*/
}
ul.staff p
{
	margin: 0 0 0.5286em 0; /* 6px */
}
ul.staff p.more
{
	margin: 0;
}
ul.staff p a
{
	color: #26002C; /*dunkelviolett*/
}
ul.staff p.more a
{
	font-weight: bold;
}

/* Predigtenliste */

ul.sermons
{
	margin: -1em 0 2em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.sermons li
{
	overflow: hidden;
	margin: 0;
	padding: 2.1429em 1.72413793% 2.1429em 1.72413793%; /* 30px 10/580 */
	border-bottom: dotted 1px #8898a7;
}
ul.sermons h2
{
	float: left;
	width: 72.4137931%; /* 420/580 */
	margin: 0;
}
ul.sermons p
{
	clear: both;
	margin: 0;
	padding: 8px 0 12px 0;
	color: #26002C; /*dunkelviolett*/
}
ul.sermons p.release
{
	clear: none;
	float: left;
	width: 27.5862069%; /* 160/580 */
	padding: 0.5714em 0 0.1429em 0; /* 8px 0 2px 0 */
	color: #26282b;
	text-align: right;
}
ul.sermons div.details
{
	overflow: hidden;
	clear: both;
	color: #73716b;
	font-size: 0.9286em; /* 13px */
	line-height: 1.8462em; /* 24px */
}
ul.sermons div.details span
{
	float: left;
	padding-right: 21px;
}
ul.sermons div.details a
{
	float: left; /* höhe 24px */
	margin-left: -11px;
	padding-left: 36px;
	background: transparent url(../images/layout/icon_pdf.gif) no-repeat 10px 0.2308em; /* 3px */
	border-left: solid 1px #c3bfb3;
	color: #73716b;
}

/* Terminliste */

ul.event_dates
{
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.event_dates li
{
	overflow: hidden;
	margin: 0;
	padding: 2.1429em 1.72413793% 1.7143em 1.72413793%; /* 30px 10/580 24px */
	border-bottom: dotted 1px #8898a7;
}
ul.event_dates p.date
{
	float: left;
	width: 5.5714em; /* 78px */
	margin: 0;
	padding: 8px 0 10px 0;
	background: #87009F; /*violett*/
	color: #ffffff;
	font: bold 1em/1em 'Open Sans', sans-serif; /* 14px/14px */
	text-transform: uppercase;
}
ul.event_dates p.date span
{
	display: block;
	text-align: center;
}
ul.event_dates p.date span.day
{
	font-size: 2.5714em; /* 36px */
	line-height: 1.1667em; /* 42px */
}
ul.event_dates p.date span span
{
	display: none;
}
ul.event_dates p.date span.month
{
	line-height: 1.1429em; /* 16px */
}
ul.event_dates div
{
	padding-left: 7.1429em; /* 100px */
}
ul.event_dates h2
{
	margin: 0 0 0.3333em 0; /* 8px */
}
ul.event_dates p
{
	color: #26002C; /*dunkelviolett*/
}

ul.event_dates p.category
{
	float: left;
	padding-right: 0.5714em; /* 8px */
	color: #73716b;
	font-size: 0.929em; /* 13px */
}
ul.event_dates p.time
{
	float: left;
	padding-left: 0.5714em; /* 8px */
	border-left: solid 1px #c3bfb3;
	color: #73716b;
	font-size: 0.929em; /* 13px */
	font-weight: bold;
}

/* Startseite > Teaser-Slider */

/*.slider .teasers
{
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 315px;
	margin-bottom: 1.1429em;
}
.slider .teaser_wrapper
{
	position: absolute;
	top: 0;
	left: 0;
}
.slider .teaser .header
{
	height: 166px;
}
.slider .teaser h3,
.frontpage .slider .teaser h3
{
	margin-bottom: 0.25em;
}*/
.slider .navigation
{
	position: relative;
	margin-top: -240px;
	margin-bottom: 264px;
}
.slider .navigation a
{
	cursor: pointer;
	position: absolute;
	top: 0;
	display: block;
	width: 58px;
	height: 72px;
	background-color: #dfddd8;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider .navigation a:hover,
.slider .navigation a:focus
{
	background-color: #d5d1c8;
}
.slider .navigation a.next
{
	right: -40px;
	background-image: url(../images/layout/slider_arrow_next.png);
}
.slider .navigation a.previous
{
	left: -40px;
	background-image: url(../images/layout/slider_arrow_previous.png);
}
.slider .navigation span
{
	display: none;
}

/* Bildergalerie */

ul.gallery li
{
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	padding: 0;
	overflow: hidden;
}
ul.gallery li a
{
	margin: 0;
}
ul.gallery li.first_row
{
	/*margin-top: 0;*/
}
ul.gallery li.first_in_row
{
	/*clear: left;*/
}
ul.gallery li.last_in_row
{
	/*margin-right: 0;*/
}
ul.gallery li div.gallery_title
{
	line-height: 13px;
	font-size: 12px;
	margin-top: -4px;
	text-align: center;
}

/* fuel stuff (Formular "Anfrage Führung", Suche) */

.clear {
	clear: both;
}

.btn.btn-primary
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0.7143em 0.7143em;
	border-width: 1px;
	border-style: solid;
	border-color: #87009F; /*violett*/
	border-radius: 2px;
	box-shadow: none;
	color: #ffffff;
	background: #87009F; /*violett*/
	text-align: center;
	cursor: pointer;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus
{
	background: #6c0813;
	border-color: #6c0813;
}

.control-group
{
	margin-bottom: 10px;
}
.control-group.required label {
	font-weight: bold;
}
.control-group .help-inline
{
	padding-top: 5px;
}

.form-actions {
	border: 0 none;
	background: 0 none;
	padding-top: 0;
}

fieldset {
	border: 0 none;
	margin: 1em 0;
	padding: 0 1.04166667% 2em 1.04166667%; /* 0 10px 28px 10px */
	background: transparent url(../images/layout/subnavigation_border.gif) repeat-x center bottom;
}
fieldset legend {
	border: 0 none;
	margin: 1em 0 0.75em 0; /* 24px 0 18px 0 */
	padding: 0;
	color: #26282b;
	font: bold 1.7143em/1.25em 'Open Sans', 'Helvetica Neue', Tahoma, sans-serif; /* 24px/30px */
}

/* Überschreibungen von JL


#content
{
	background: red;
}
fieldset {
	padding: 0;
	background: beige;
}

fieldset label.control-label
{
	float: left;
	width: 31.03448; # 180/580
	margin: 0;
	padding: 0;
}
fieldset input[type="text"]
{

	border: none;

}
*/

/* FUEL > Anfrage Domführungen */

#request_form .btn.btn-primary
{
	padding-right: 2em;
	padding-left: 2em;
	font-size: 1.1429em; /* 16px */
}

/* FUEL > Suche/Suchergebnisse */

#lysearch_search_form
{
	margin: 0 0 2em 0; /* 28px */
}
#lysearch_search_form form
{
	overflow: hidden;
	padding: 1.4286em 3.4482786% 1.5714em 3.4482786%; /* 20px 20/580 22px */
	background: #ecf4fb;
	border-radius: 2px;
}
#lysearch_search_form form input.text
{
	float: left;
	width: 68.14814815%; /*(380 - 12)/540 */
	margin: 0 -1px; /* 1px Rahmen ausgleichen */
	padding: 0.5625em 1.11111111%; /* 9px 6/540 */
	border-top-width: 0.0625em; /* 1px */
	border-bottom-width: 0.0625em; /* 1px */
	font-size: 1.1429em; /* 16px */
	line-height: 1.25em; /* 20px */
}
#lysearch_search_form form button.btn
{
	float: left;
	width: 29.62962963%; /* 160/540 */
	height: 2.5em; /* 40px */
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.1429em; /* 16px */
	line-height: 1.25em; /* 20px */
}

.pagination ul,
.lysearch_pagination ul
{
	overflow: hidden;
	margin: 0 0 2em 0; /* 28px */
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
.pagination li,
.lysearch_pagination li
{
	float: left;
	margin: 0 0.2857em 0.2857em 0; /* 0 4px 4px 0 */
	padding: 0;
}
.pagination a,
.lysearch_pagination a
{
	display: block;
	padding: 0.5714em 1em; /* 8px 14px */
	background: #ecf4fb;
	border-radius: 2px;
	color: #26002C; /*dunkelviolett*/
	text-align: center;
}
.pagination a:hover,
.pagination a:focus,
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus,
.lysearch_pagination a:hover,
.lysearch_pagination a:focus,
.lysearch_pagination .active a,
.lysearch_pagination .active a:hover,
.lysearch_pagination .active a:focus
{
	background: #8494a2;
	color: #ffffff;
	text-decoration: none;
}

#lysearch_result_count
{
	clear: both;
	margin-bottom: 1em; /* 14px */
	color: #73716b;
}

#lysearch_result
{
	margin: 0 0 2em 0;
	padding: 0;
	border-top: dotted 1px #8898a7;
	list-style-type: none;
	list-style-image: none;
}
#lysearch_result li
{
	margin: 0;
	padding: 2.1429em 1.72413793% 2.1429em 1.72413793%; /* 30px 10/580 */
	border-bottom: dotted 1px #8898a7;
	color: #26002C; /*dunkelviolett*/
}
#lysearch_result h2
{
	margin-top: 0;
}

/* Suche (neu), JL, 18.08.2020 */

.search-messages,
.search-introduction
{
	margin: 0;
}
.search-introduction
{
	font-size: 16px;
	line-height: 1.5 !important;
}
.row-search,
.row-search *
{
	box-sizing: border-box;
}
.row-search
{
	position: relative;
	margin: 20px 0 10px 0;
}
.row-search .text,
.row-search .submit
{
	font-size: 18px;
}
.row-search .text
{
	width: 100%;
	padding: 0.4em 2.4em 0.4em 0.6em;
	border: solid 1px #f1e3f5;

	color: #26002C; /*dunkelviolett*/
}
.row-search .submit
{
	-webkit-appearance: none;

	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 2.4em;
	height: 100%;
	background: transparent url(../images/layout/search_submit.png) no-repeat center center;
	background-size: 32px 32px;
	border: none;
	outline: none;
	text-indent: -999999px;
	cursor: pointer;
}
.row-search .text:focus,
.row-search .submit:focus
{
	background-color: #f1e3f5;
}
@media (min-width: 520px)
{
	.search-introduction
	{
		font-size: 18px;
	}
	.row-search .text,
	.row-search .submit
	{
		font-size: 22px;
	}
}
.search-result
{
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.search-result li
{
	margin: 0;
	padding: 20px 0;
	border-top: solid 1px #f1e3f5;
}
.search-result li:first-child
{
	border-top: none;
}
.search-result li > *:first-child
{
	margin-top: 0;
}
.search-result li > *:last-child
{
	margin-bottom: 0;
}
.search-result a:hover,
.search-result a:focus
{
	outline: none;
	text-decoration: underline;
}
.search-result h2
{
	margin: 1em 0 0.5em 0;
	margin-bottom: 0.5em !important;
	font-size: 20px;
}
.search-result .details
{
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-result .details span
{
	padding: 0 0.2em;
	background: #f1e3f5;
}
@media (min-width: 520px)
{
	.search-result h2
	{
		font-size: 28px;
	}
}
.pagi a,
.pagi span
{
	padding: 0.4em 0.6em;
}
.pagi .current
{
	font-weight: bold;
}
.pagi a
{
	padding-right: 0.8em;
	padding-left: 0.8em;
	background: #87009F;
	color: #fff;
}
.pagi a:hover,
.pagi a:focus
{
	background: #26002C;
	outline: none;
	text-decoration: none;
}

/* Responsive Styles */

@media (max-width: 1100px)
{
	/* Slider-Navigation unter den Slider */

	.slider .navigation
	{
		position: static;
		width: 124px;
		height: 60px;
		margin: -32px auto 32px auto;
	}
	.slider .navigation a
	{
		position: static;
		float: left;
		display: inline;
		width: 42px;
		height: 60px;
		margin: 0 10px;
	}
}

/* ca. Desktop und abwärts */

@media (max-width: 1026px)
{
	/* Hauptnavigation > kleine Änderungen */

	#navigation
	{
		font-size: 15px;
		font-weight: normal;
	}
	#navigation li a
	{
		padding-right: 10px;
		padding-left: 10px;
	}

	/* Footer Logo ausblenden */

	.footer h2
	{
		padding-bottom: 0.1818em; /* 4px */
		border-bottom: dotted 1px #ecf4fb;
	}
	.footer ul
	{
		float: none;
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.footer .logo
	{
		display: none;
	}
}

/* ca. Tablets Hochformat und abwärts */

@media (max-width: 896px)
{
	.main
	{
		max-width: 800px;
	}

	.frontpage ul.news {
		width: 100%;
	}

	#right_column h2 {
		font-size: 1.4em;
	}

	#right_column h3 {
		font-size: 1.1em;
	}

	.teasers .column,
	.teasers.three .column
	{
		flex-basis: 49%;
		flex-basis: auto;
		width: 49%;
		/* max-width: 49%; */
		margin-top: 20px;
	}
	.teasers.three div.column:last-child {
		margin-top: 20px;

	}
	.teasers.three div.column:last-child {
		width: 100%;
	}

	.teasers.right-dark,
	.teasers.right-bright {
		float: none;
		clear: left;
		width: 100%;
	}

	.frontpage .teasers.right-dark .column h2 {
		text-align: center;
		font-size: 1.8em;
	}


	.teasers .teaser_wrapper,
	.teasers .teaser_wrapper.narrow,
	.teasers .teaser_wrapper.wide
	{
		float: left;
		width: 47.5%; /* 380px */
		padding: 0 1.25%; /* 10px */
	}
	.teasers .teaser_wrapper .teaser,
	.teasers .teaser_wrapper.narrow .teaser,
	.teasers .teaser_wrapper.wide .teaser
	{
		height: 295px;
	}

	/* Startseite > Buttonliste (Besucher) */

	.teaser ul.buttons li
	{
		margin-bottom: 1px;
		font-size: 0.9286em; /* 13px */
	}
	.teaser ul.buttons li a
	{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.teaser ul.buttons li.opening_hours a
	{
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.teaser ul.buttons li.guided_tours a
	{
		border-radius: 0;
	}
	.teaser ul.buttons li.route a
	{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	/* Logo-Overlay ausblenden */

	.wrapper.logo .main
	{
		display: none;
	}

	/* Header static machen */

	.wrapper.header
	{
		position: static;
		top: auto;
		left: auto;
		right: auto;
		z-index: 2;
		height: auto;
		background: #70757a url(../images/layout/background_dark.png) repeat center top;
	}

	.wrapper.header .logo
	{
		width: 120px;
		height: 60px;
		margin: 5px 0 5px 0;
	}
	.wrapper.header .logo a
	{
		background-image: url(../images/layout/logo_responsive.png);
		background-size: contain;
	}

	/* Hauptnavigation > volle Breite */

	#navigation_toggle
	{
		display: block;
		position: relative;
		z-index: 1;
		clear: both;
		float: none;
		width: auto;
		height: auto;
		margin: 0 -40px 0 -40px;
		padding: 0 40px 0 40px;
		background: #ffffff;
	}
	#navigation_toggle a
	{
		cursor: pointer;
		position: absolute;
		right: 40px;
		top: -52px;
		display: block;
		height: 32px;
		padding: 0 12px 0 32px;
		background: #87009F /*violett*/ url(../images/layout/navigation_icon.png) no-repeat 0 0;
		border-radius: 2px;
		color: #ffffff;
		line-height: 31px;
	}
	#navigation_toggle a:hover,
	#navigation_toggle a:focus
	{
		background-color: #5d0073;
		text-decoration: none;
	}

	#navigation
	{
		clear: both;
		float: none;
		margin: 0 -40px 0 -40px;
		padding: 0;
		background: #ffffff;
		font-size: 1.1429em; /* 16px */
		font-weight: bold;
	}
	#navigation li
	{
		float: none;
	}
	#navigation li a
	{
		padding: 1em 40px; /* 16px */
		border-bottom: solid 1px #ecf4fb;
		text-align: center;
	}
	#navigation > li.expanded > a
	{
		background: transparent url(../images/layout/navigation_2nd_layer_arrow.png) no-repeat center bottom; /* 11px */
	}
	#navigation li.expandable a span.arrow
	{
		position: absolute;
		right: 20px;
		top: 50%;
		display: block;
		width: 11px;
		height: 7px;
		margin-top: -4.5px;
		/* margin-right: 52px; */
		margin-right: 0;
		background: transparent url(../images/layout/navigation_expand_arrow_black.png) no-repeat;
	}
	#navigation li.expandable > a:hover span.arrow,
	#navigation li.expandable > a:focus span.arrow
	{
		background-image: url(../images/layout/navigation_expand_arrow_brown.png);
	}
	#navigation li.expandable.expanded > a span.arrow,
	#navigation li.expandable.expanded > a:hover span.arrow,
	#navigation li.expandable.expanded > a:focus span.arrow
	{
		/*background-image: url(../images/layout/navigation_collapse_arrow_brown.png);*/
		background-image: url(../images/layout/navigation_expand_arrow_brown.png);
	}
	#navigation li.active.expandable > a span.arrow,
	#navigation li.active.expandable > a:hover span.arrow,
	#navigation li.active.expandable > a:focus span.arrow
	{
		background-image: url(../images/layout/navigation_expand_arrow_green.png);
	}
	#navigation li.active.expandable.expanded > a span.arrow,
	#navigation li.active.expandable.expanded > a:hover span.arrow,
	#navigation li.active.expandable.expanded > a:focus span.arrow
	{
		/*background-image: url(../images/layout/navigation_collapse_arrow_green.png);*/
		background-image: url(../images/layout/navigation_expand_arrow_green.png);
	}

	/* Navigation > Zweite Ebene */

	#navigation li div
	{
		display: block;
	}
	#navigation li.expanded div
	{
		position: static;
		left: auto;
		right: auto;
		top: auto;
		display: block;
		padding: 0;
		background: transparent;
	}
	#navigation li ul
	{
		display: none;
		margin: -1px 0 0 0;
		padding: 0;
		font-size: 0.875em; /* 14px */
		list-style-type: none;
		list-style-image: none;
	}
	#navigation li.expanded ul
	{
		display: block;
	}
	#navigation li ul li
	{
		border: none;
	}
	#navigation li ul li a
	{
		border-bottom: none;
	}
	#navigation li ul li a,
	#navigation li ul li a:hover,
	#navigation li ul li a:focus,
	#navigation li.active ul li a,
	#navigation li.active ul li a:hover,
	#navigation li.active ul li a:focus,
	#navigation li.expanded ul li a,
	#navigation li.expanded ul li a:hover,
	#navigation li.expanded ul li a:focus
	{
		color: #26002C; /*dunkelviolett*/
	}
	#navigation li ul li.expanded
	{
		margin-bottom: -1px; /* zieht den border des folgenden punkts darunter */
	}
	#navigation li ul li.expanded > a,
	#navigation li ul li.expanded > a:hover,
	#navigation li ul li.expanded > a:focus
	{
		background-image: url(../images/layout/navigation_3rd_layer_arrow.png);
		background-repeat: no-repeat;
		background-position: center 2.1429em; /* 30px */
	}
	#navigation li ul li.active a
	{
		font-weight: bold;

	}
	#navigation li.expandable ul li a span,
	#navigation li.expandable ul li a:hover span,
	#navigation li.expandable ul li a:focus span,
	#navigation li.expandable.expanded ul li a span,
	#navigation li.expandable.expanded ul li a:hover span,
	#navigation li.expandable.expanded ul li a:focus span,
	#navigation li.active.expandable.expanded ul li a span,
	#navigation li.active.expandable.expanded ul li a:hover span,
	#navigation li.active.expandable.expanded ul li a:focus span
	{
		padding-right: 0;
		background: transparent;

	}
	#navigation li.expandable ul li.expandable a span.arrow,
	#navigation li.expandable ul li.expandable a:hover span.arrow,
	#navigation li.expandable ul li.expandable a:focus span.arrow
	{
		/* Todo: WARUM ist dieser Pfeil nicht da ????? */
		padding-right: 20px;
		background: transparent url(../images/layout/navigation_expand_arrow_black.png) no-repeat right center;
	}
	#navigation li.expandable ul li.expandable.expanded a span.arrow,
	#navigation li.expandable ul li.expandable.expanded a:hover span.arrow,
	#navigation li.expandable ul li.expandable.expanded a:focus span.arrow
	{
		padding-right: 20px;
		/*background: transparent url(../images/layout/navigation_collapse_arrow_black.png) no-repeat right center;*/
		background: transparent url(../images/layout/navigation_expand_arrow_black.png) no-repeat right center;
	}

	/* Navigation > Dritte Ebene */

    #navigation li.expandable ul li.expandable ul li a span.arrow,
	#navigation li.expandable ul li.expandable ul li a:hover span.arrow,
	#navigation li.expandable ul li.expandable ul li a:focus span.arrow,
	#navigation li.expandable ul li.expandable.expanded ul li a span.arrow,
	#navigation li.expandable ul li.expandable.expanded ul li a:hover span.arrow,
	#navigation li.expandable ul li.expandable.expanded ul li a:focus span.arrow,
    #navigation li.expandable ul li.active.expandable.expanded ul li a span.arrow,
	#navigation li.expandable ul li.active.expandable.expanded ul li a:hover span.arrow,
	#navigation li.expandable ul li.active.expandable.expanded ul li a:focus span.arrow
	{
		padding-right: 20px;
		/*background: transparent url(../images/layout/navigation_collapse_arrow_black.png) no-repeat right center;*/
		background: transparent url(../images/layout/navigation_expand_arrow_white.png) no-repeat right center;
	}

	#navigation li ul li ul
	{
		background: #87009F; /*violett*/
		color: #ffffff;
		font-size: 1em;
	}
	#navigation li ul li ul,
	#navigation li.expanded ul li ul
	{
		display: none;
	}
	#navigation li ul li.expanded ul,
	#navigation li.expanded ul li.expanded ul
	{
		display: block;
	}
	#navigation li ul li ul li a,
	#navigation li.expanded ul li ul li a,
	#navigation li.expanded ul li.active ul li a
	{
		background: transparent;
		border-top: solid 1px #572516;
		border-color: #5d0073; /* dunkles violett */
		color: #ffffff !important;
		font-weight: normal;
	}
	#navigation li ul li ul li.first a,
	#navigation li ul li.active ul li.first a
	{
		border-top: none;
	}
	#navigation li ul li ul li a:hover,
	#navigation li ul li ul li a:focus,
	#navigation li.expanded ul li ul li a:hover,
	#navigation li.expanded ul li ul li a:focus
	{
		/* background: #572516; */
		background: #5d0073; /* dunkles violett */
		color: #ffffff;
	}
	#navigation li ul li ul li.active a,
	#navigation li ul li.active ul li.active a
	{
		font-weight: bold;
        color: #ffffff;
	}
	#navigation li.expandable ul li.expandable ul li a span,
	#navigation li.expandable ul li.expandable ul li a:hover span,
	#navigation li.expandable ul li.expandable ul li a:focus span,
	#navigation li.expandable ul li.expandable.expanded ul li a span,
	#navigation li.expandable ul li.expandable.expanded ul li a:hover span,
	#navigation li.expandable ul li.expandable.expanded ul li a:focus span,
	#navigation li.expandable ul li.active.expandable.expanded ul li a span,
	#navigation li.expandable ul li.active.expandable.expanded ul li a:hover span,
	#navigation li.expandable ul li.active.expandable.expanded ul li a:focus span
	{
		padding: 0;
		background: transparent;
	}

    /* Navigation > Vierte Ebene */

    #navigation li.expandable ul li.expandable ul li a span.arrow,
	#navigation li.expandable ul li.expandable ul li a:hover span.arrow,
	#navigation li.expandable ul li.expandable ul li a:focus span.arrow,
	#navigation li.expandable ul li.expandable.expanded ul li a span.arrow,
	#navigation li.expandable ul li.expandable.expanded ul li a:hover span.arrow,
	#navigation li.expandable ul li.expandable.expanded ul li a:focus span.arrow,
    #navigation li.expandable ul li.active.expandable.expanded ul li a span.arrow,
	#navigation li.expandable ul li.active.expandable.expanded ul li a:hover span.arrow,
	#navigation li.expandable ul li.active.expandable.expanded ul li a:focus span.arrow
	{
		padding-right: 20px;
		/*background: transparent url(../images/layout/navigation_collapse_arrow_black.png) no-repeat right center;*/
		background: transparent url(../images/layout/navigation_expand_arrow_white.png) no-repeat right center;
	}

	#navigation li ul li ul li ul
	{
		background: #87009F; /*violett*/
		color: #ffffff;
		font-size: 1em;
	}

	#navigation li ul li ul li ul li a,
	#navigation li.expanded ul li ul li ul li a,
	#navigation li.expanded ul li.active ul li ul li a
	{
		background: transparent;
		border-top: solid 1px #00727D;
		color: #ffffff !important;
		font-weight: normal;
	}
	#navigation li ul li ul li.first a,
	#navigation li ul li.active ul li.first a
	{
		border-top: none;
	}
	#navigation li ul li ul li ul li a:hover,
	#navigation li ul li ul li ul li a:focus,
	#navigation li.expanded ul li ul li ul li a:hover,
	#navigation li.expanded ul li ul li ul li a:focus
	{
		background: #572516;
		color: #ffffff;
	}


	/* Suchfeld > volle Breite */

	#topsearch
	{
		clear: both;
		float: none;
		width: auto;
		height: auto;
		margin: 0 -40px 0 -40px;
		padding: 0 40px 0 40px;
		background: #ffffff;
	}
	#topsearch a
	{
		position: absolute;
		right: 80px;
		right: 128px;
		top: -52px;
		margin: 0;
		background-color: #87009F; /*violett*/
		background-image: url(../images/layout/search_submit_white.png);
		border-radius: 2px;
	}
	#topsearch a:hover,
	#topsearch a:focus
	{
		background-color: #5d0073;
		background-image: url(../images/layout/search_submit_white.png);
	}
	#topsearch form
	{
		overflow: hidden;
		position: static;
		right: auto;
		top: auto;
		width: auto;
		height: auto;
		background: transparent;
	}
	#topsearch form input
	{
		position: static;
		left: auto;
		top: auto;
		float: left;
		display: block;
		margin: 20px 0 24px 0;
		padding: 0;
		background: #ecf4fb;
	}
	#topsearch form input.text
	{
		width: 96%;
		height: 32px;
		padding: 0 2%;
		border: none;
	}
	#topsearch form input.submit
	{
		left: auto;
		width: 32px;
		height: 32px;
		margin-left: -32px;
	}

	/* Header-Bild */

	.header_image
	{
		margin-top: 0;
	}

	/* Subnavigation ausblenden */

	#subnavigation
	{
		display: none;
	}

	/* Categorynavigation ausblenden */

	#categorynavigation
	{
		display: none;
	}
}

/* ca. Tablet Hochformat und abwärts */

@media (max-width: 768px)
{
	.wrapper
	{
		padding: 0 20px;
	}

	/* Hauptnavigation Abstände anpassen */

	#navigation
	{
		margin-right: -20px;
		margin-left: -20px;
	}
	#navigation_toggle
	{
		margin-right: -20px;
		margin-left: -20px;
	}
	#navigation_toggle a
	{
		right: 20px;
	}

	/* Suche im Header Abstände anpassen */

	#topsearch
	{
		margin-right: -20px;
		margin-left: -20px;

		padding-right: 20px;
		padding-left: 20px;
	}
	#topsearch a
	{
		right: 108px;
	}

	/* Inhalts- und rechte Spalte untereinander */

	#content,
	#right_column
	{
		float: none;
		width: auto;
	}
	#content
	{
		padding: 0 1.25%;
		/*padding: 0 5%;*/
	}
	#right_column
	{
		padding: 0 1.25%;
		/*padding: 0 5%;*/
	}

	/* Rechte Spalte > Teaserelemente untereinander */

	#right_column .teaser_wrapper
	{
		margin: 0 -1.25%;
		padding: 0 1.25%;
	}
	#right_column .teaser
	{
		min-height: 168px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#right_column .teaser .header
	{
		display: none;
	}

	#right_column .teaser ul.news
	{
		display: block;
	}
	#right_column .teaser ul.news img
	{
		display: none;
	}
	#right_column .teaser ul.news div
	{
		float: none;
		width: auto;
	}
	#right_column .teaser ul.news p
	{
		display: block;
	}

	/* Startseite Aktuelle Neuigkeiten und Termine-Teaser umbrechen */

	.frontpage ul.news
	{
		float: none;
		width: auto;
		margin-bottom: 1.7143em; /* 24px */
	}
	.frontpage .wrapper.dark .teaser_wrapper
	{
		float: none;
		width: auto;
		margin-top: 1.7143em; /* 24px */
		padding: 0 1.25%;
	}
	.frontpage .wrapper.dark .teaser
	{
		min-height: 168px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.frontpage .wrapper.dark .teaser .header
	{
		display: none;
	}
}

@media (max-width: 640px)
{

	/* Header-Bild ausblenden */

	.header_image
	{
		display: none;
	}

	.image-box {
		max-width: 50%;
	}

	/* Footer Sitemap ausblenden */

	.footer ul
	{
		display: none;
	}
	p.copyright
	{
		background: transparent;
	}

	/* Teaserelemente Höhe hochsetzen */
}

/* Landscape phones and down */

@media (max-width: 520px) /* 480px */
{
	body
	{
		-webkit-text-size-adjust: none;
	}

	.main
	{
		max-width: 480px;
		width: auto;
	}

	.teasers .column
	{
		flex-basis: 100%;
		flex-basis: auto;
		width: 100%;
		margin-top: 20px;
		/* max-width: 100%; */
	}

	/* Inhalt und rechte Spalte Innenabstände */

	#content,
	#right_column
	{
		padding: 0 2.08333333%; /* 10/480 */
	}

	.introduction {
		margin-bottom: 0.7em;
	}

	.introduction h2
	{
		margin-bottom: 0;
	}

	/* Teaserelemente untereinander */

	.teasers .teaser_wrapper,
	.teasers .teaser_wrapper.narrow,
	.teasers .teaser_wrapper.wide
	{
		float: none;
		width: 95.83333333%; /* 460/480 */
		padding: 0 2.08333333%; /* 10/480 */
	}
	.frontpage .wrapper.dark .teaser_wrapper
	{
		padding: 0 2.08333333%; /* 10/480 */
	}

	/* Rechte Spalte > Teaserelemente untereinander */

	#right_column .teaser_wrapper
	{
		margin: 0 -2.08333333%;
		padding: 0 2.08333333%;
	}

	/* Suche
	#lysearch_search_form form input.text
	{
		font-size: 1em;
	}
	#lysearch_search_form form button.btn-primary
	{
		font-size: 1em;
		line-height: 0.5em;
	}
	*/


	/* Einführungselement */

	.introduction
	{
		padding-right: 2.08333333%; /* 10/480 */
		padding-left: 2.08333333%; /* 10/480 */
	}


	/*Headlines*/

    /*h1 {
		font-size: 4em;
		background-color: red;
	}*/


	/* h1, Startseite > "Quasi-H1" */

	h1,
	body.frontpage div.main h2
	{
		font-size: 1.8em;
	}


	/* Aktuelle Neuigkeiten Bilder ausblenden */

	ul.news img
	{
		display: none;
	}
	ul.news div
	{
		float: none;
		width: auto;
	}
	/*body.frontpage ul.news div {
		font-size: 0.6em;
		line-height: 1.4em;
	}*/

	/* Predigten Headline und Release untereinander */

	ul.sermons h2
	{
		float: none;
		width: auto;
	}
	ul.sermons p.release
	{
		float: none;
		width: auto;
		text-align: left;
		padding-top: 0.1429em; /* 2px */
	}

	/* Termine Datum umbrechen */

	ul.event_dates p.date
	{
		float: none;
		width: auto;
		padding: 0.0714em 0 0.1429em; /* 1px 0 2px 0 */
		background: transparent;
		color: #87009F; /*violett*/
	}
	ul.event_dates p.date span
	{
		display: inline;
		text-align: center;
	}
	ul.event_dates p.date span.day
	{
		font-size: 1em;
		line-height: 1em;
	}
	ul.event_dates p.date span span
	{
		display: inline;
	}
	ul.event_dates div
	{
		padding: 0;
	}
}

@media (max-width: 320px)
{

	.image-box {
		float: left;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/* Suche

	#lysearch_search_form form input.text
	{
		color: red;

		float: none;
		display: inline-block;
		width: 100%;
	}
	#lysearch_search_form form button.btn-primary
	{
		font-size: 1em;

		float: none;
		display: block;
		width: 100%;
	}
	*/
}

/* Portrait phones and down */

@media (max-width: 320px)
{
	/*body {
		font-size: 0.875em;
	}
	body.frontpage {
		font-size: 1.4em;
	}*/

	h1
	{
		font-size: 2em;
	}
	h2
	{
		font-size: 1.8em;
	}

	img.bild_rechts,
	img.bild_links
	{
		float: none;
		display: block;
		width: 100%;
		margin: 1.1429em 0 1.4286em 0; /* 16px 0 20px 0 */
	}
}
