/* Allgemeine Settings */

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

body
{
	background: #eeede9 url(../images/layout/background.png) repeat center top;
	color: #32323C; /*Dunkelgrau*/
	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: #E42224;
	text-decoration: none;
	overflow-wrap: break-word;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
a img
{
	border: none;
}
a span
{
	cursor: pointer;
}
pre {
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
p.bildunterschrift
{
	font-size: 96%;
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 20px;
}
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, h2, h3
{
	text-shadow: 0px 1px 1px #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}
h1
{
	margin: 1em 0 0.65em 0; /* 40px 0 26px 0 */
	padding: 0;
	color: #32323C; /*Dunkelgrau*/
	font: 2.8571em/1.05em 'Crimson Text', serif;
	font-weight: 400;
	/*text-transform: uppercase;*/
}
h2
{
	margin: 1em 0 0.75em 0; /* 24px 0 18px 0 */
	padding: 0;
	color: #767686;
	font: 1.9em/1.25em 'Crimson Text', 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: #32323C; /*Dunkelgrau*/
	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 'Crimson Text', 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;
}

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: #32323C; /*Dunkelgrau*/
	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.dark h2,
.wrapper.dark h3
{
	text-shadow: 0 0 1px #000;
}


/* 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 {
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
}

.header_image img {
	display: block;
}

/*OLD*/
/*.header_image {
    height: 360px;
    overflow: hidden;
    margin-top: 72px;
    border-bottom: solid 1px #ffffff;
}

.header_image img {
    margin-top: -228px;
    height: auto;
    width: 100%;
    margin-left: 0px;
}
.header_image
{
	/*height: 440px;*/
	/*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: 3em;
	background-color: #fff;
}

.frontpage .wrapper.content .main
{
	background: none;
}

/* 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: 24%;
	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: 250px;
}
.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%; /* 10px */
	/*padding-top: 20px;*/
	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: #32323C; /*Dunkelgrau*/
	font-size: 1.1429em; /* 16px */
	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: #32323C; /*Dunkelgrau*/
	position: relative;
}
#navigation li a:hover,
#navigation li a:focus
{
	color: #767686;
	text-decoration: none;
}
#navigation li.active a
{
	color: #767686;
}

/* Header > Hauptnavigation > Zweite Ebene */

#navigation li.expanded
{
	position: relative;
}
#navigation li.expanded a
{
	color: #767686; /*Grau*/
}
#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: #32323C; /*Dunkelgrau*/
	text-align: center;
}
#navigation li.expanded ul li a,
#navigation li.active.expanded ul li a
{
	color: #32323C; /*Dunkelgrau*/
}
#navigation li ul li a:hover,
#navigation li ul li a:focus
{
	background: #bfcbd7; /*Hellblau*/
}
#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;
	color: #767686 Grau;
}
#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: #767686 Grau;
}
#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;
	padding: 0.5714em 0.7143em 0.5714em 0.7143em; /* 8px 10px 8px 10px */
	background: #32323C; /*Dunkelgrau*/
	border-top: solid 1px #572516;
	color: #ffffff;
	text-align: center;
}
#categorynavigation a:hover,
#categorynavigation a:focus
{
	background: #572516;
	text-decoration: none;
}

#categorynavigation li.active a,
#categorynavigation li.active a:hover,
#categorynavigation li.active a:focus
{
	position: relative;
	margin-bottom: -1px;
	background: #32323C; /*Dunkelgrau*/
	border-top: solid 1px #32323C; /*Dunkelgrau*/
	border-bottom: solid 1px #32323C; /*Dunkelgrau*/
    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: #fff;
	text-shadow: none;
	font-size: 1.2714em; /* 22px */
}
.footer ul a:hover
{
	text-decoration: none;
}
.footer p
{
}
.footer ul
{
	overflow: auto;
    float: left;
    width: 87%;
    margin: 0;
    padding: 4.16666667% 0 6.25% 0.291667%;
    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: 12%;
    margin: 3.25% 0.291667% 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: #32323C; /*Dunkelgrau*/
	text-align: center;
	text-shadow: none;
}
.copyright a
{
	/* cursor: text; */
	white-space: nowrap;
	color: #32323C; /*Dunkelgrau*/
}
.copyright a:hover,
.copyright a:focus
{
	text-decoration: none;
}

/* Allgemeine Einstellungen > Formularelemente */
form
{
	margin: 0;
	padding: 0;
	line-height: 1.655em;
}
input,
textarea,
select,
button
{
	outline: none;
	font-family: 'Fira Sans', 'Helvetica Neue', sans-serif;
}
input.text,
textarea,
select
{
	box-sizing: border-box;

	padding: 0.45em 0.375em; /* 4/16 6/16 */
	background: #fff;
	border: solid 1px #ebeff4;
	color: #000000;
}
option:first-child
{
	font-style: italic;
}
textarea
{
	line-height: 1.5em; /* 24/16 */
}
input.reset,
input.submit
{
	border: 0 none;
	padding: 0.8571em 1.7143em;
	background: #bb191d;
	color: #ffffff;
	cursor: pointer;
}
input.reset
{
	/*padding-right: 0.6em;*/ /* 12/20 */
	background: #d8dfe5;
	color: #475342;
	font-weight: normal;
	cursor: pointer;
}
label
{
	cursor: pointer;
}
content .row label.label
{
	display: block;
	margin-bottom: 0.25em; /* 4/16 */
	padding: 0;
}
.required
{
	position: relative;
	top: 0.25em; /* 8/32 */
	color: #E42224;
	font-size: 2em; /* 32/16 */
	line-height: 10px;
}
form .row
{
	overflow: hidden;
	margin-bottom: 1em; /* 24/16 */
	padding: 0;
}
form .row.privacy{
	font-size: 90%;
	line-height: 1.425em;
}
form .input-wrapper
{
	padding: 0.25em 0.375em; /* 4/16 6/16 */
	background: #f5f1f0;
}
form .row.input-wrapper
{
	margin-top: 3.25em; /* 52/16 */
}
form .row .column
{
	float: left;
	width: 47%;
	margin-left: 6%;
}
form .row .column:first-child
{
	margin-left: 0;
}
form .row .column.zip
{
	width: 32%;
}
form .row .column.city
{
	width: 62%;
}
form .row .column.day
{
	margin-left: 0;
	width: 24%;
}
form .row .column.month
{
	width: 24%;
}
form .row .column.year
{
	width: 40%;
}
form .row input.text,
form .row textarea,
form .row select
{
	width: 100%;
}
.row.submit
{
	margin-top: 3.25em; /* 52/16 */
	text-align: center;
}
.row.submit input
{
	margin: 0 0 8px 4px;
}

/* Allgemeine Einstellungen > Formularelemente > Captcha */

.captcha
{
	position: relative;
}
.captcha > div > div
{
	margin-right: 214px;
}
.captcha input.text
{
	height: 50px;
}
#captcha_id
{
	position: absolute;
	right: 49px;
	top: 0;
}
#reload_captcha
{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: #70757e;
}

/* FORM RADIO BUTTONS, CHECKBOXES */
/* Customize the label (the container) */

/* Custom labels: the container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    /* user-select: none; */ /* Standard syntax */
}

/* JFTM Spendenaufruf */
#JFTM #Betrag {
	display: inline;
	width: auto;
	text-align: right;
}

#JFTM #additional {
	margin-top: 1.5rem;
	margin-left: 1.5rem;
	display: none;
}

#JFTM #additional label {
	margin-top: 0.6rem;
}

#JFTM .submit .submit {
	background-color: #6eafb5;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  	position: absolute;
	  opacity: 0;
cursor: pointer;}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #33414c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn{
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn{
  background-color: #33414c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/* 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: #8F0000;
	text-decoration: none;
}
#content a.top
{
	margin-right: 0;
	margin-left: 0;
}

/* RESPONSIVE IMAGE-CLASSES */
.image-50-left,
.image-30-left,
.image-15-right
{
	float: left;
	margin: 0.375em 4.4943820225% 4.4943820225% 0; /* 6/16 (40/890)*100 (40/890)*100 0 */
	height: auto;
}
.image-50-right,
.image-30-right,
.image-15-right
{
	float: right;
	margin: 0.375em 0 4.4943820225% 4.4943820225%; /* 6/16 0 (40/890)*100 (40/890)*100 */
	height: auto;
}
.image-100-center,
.image-50-center,
.image-30-center
{
	display: block;
	margin: 2em auto; /* 32/16 auto */
	height: auto;
}
.image-15-left,
.image-15-right
{
	width: 20%; /* (270/890)*100 */
}
.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;
}

/* Startseite > Allgemeine Settings */

.frontpage .content h1
{
	text-align: center;
}
.frontpage .content h2
{
	margin: 1.25em 0 1.25em 0; /* 40px 0 40px 0 */
	padding: 0;
	font: 2.2857em/1.125em 'Crimson Text', serif; /* 32px/36px */
	text-align: center;
	font-weight: 400;
}
.frontpage .teaser h3
{
	margin: 0.6667em 0 0.5833em 0; /* 16px 0 14px 0 */
	padding: 0;
	color: #26282b;
	font: 1.7143em/1.25em 'Crimson Text', serif; /* 24px/30px */
	text-align: center;
}
.frontpage .teasers .teaser h3
{
	margin-top: 0.8em; /* 12px */
	margin-bottom: 0.5333em; /* 8px */
}
.frontpage .teasers
{
	padding: 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: 100%;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	.teasers.three .column {
		width: 48%;
	}
}

@media screen and (min-width: 979px) {
	.teasers.three .column {
		width: 32%;
		margin-bottom: 0;
	}
}

.teasers.three .column h3,
.teasers.three .column p {
	padding: 0 1rem;
}

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

.teasers .column h3,
.teasers .column p {
	/*padding: 0 1rem;*/
}

.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: #32323C;
	color: #ffffff;
}*/

.more,
ul.news p a.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: #E42224;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

/*.teasers.right-dark .more,
.teasers.right-dark ul.news p a.more {
	background-color: #32323C;
}*/

.more:hover,
ul.news p a.more:hover {
	background-color: #8F0000;
	text-decoration: none;
}

/*.teasers.right-dark .more:hover,
.teasers.right-dark ul.news p a.more:hover {
	background-color: #202026;
}*/

.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: 10px 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%;
	margin-bottom: 0;
}

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

.teasers.right-dark .column *:not(img) {
	padding-left: 12px;
	padding-right: 12px;
}

.frontpage .teasers.right-dark .column,
.frontpage .teasers.right-bright .column {
	padding: 20px;
}

.frontpage .teasers.right-bright .column p,
.frontpage .teasers.right-bright .column h2 {
	color: #32323C;
	text-shadow: none;
}

.frontpage .teasers .column h2 {
	font-size: 1.6rem;
}

.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/footer_background.png) repeat center top;
}

.teasers.right-dark h2,
.teasers.right-dark h3,
.teasers.right-dark p {
	color: #fff;
	text-shadow: 0px 1px 1px #5b6874;
}

/*.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;
}

.frontpage ul.news
{
	width: 60.41666667%;
}
ul.news li
{
	overflow: hidden;
	margin: 0;
	padding: 1.3429em 0 1.3429em 0;
	/*border-bottom: dotted 1px #767686; /*Grau*/*/
	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: #32323C; /*Dunkelgrau*/
}
ul.news p a:hover
{
	text-decoration: none; /*Dunkelgrau*/
}

/* Newsliste > Rechte Spalte */

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

#right_column ul.news
{
	margin: 0 0 1rem 0;
	padding: 0;
}
#right_column ul.news li
{
	padding: 0.5rem 0;
	border: none;
}

#right_column ul.news h3
{
	font-size: 1.3em;
	line-height: 1.3125em;
	font-weight: 500;
}
#right_column ul.news h3 a:hover,
#right_column ul.news p a:hover
{
	text-decoration: none;
}

#right_column ul.news p.date
{
	display: block;
	font-size: 0.9em;
	margin: 0 0 0.1429em 0;
}
#right_column ul.news p.date a
{
	color: #767686;
}

.frontpage ul.news p.date a
{
	color: #dce5ed;
}


/* 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
{
	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 #767686; /*Grau*/
	color: #32323C; /*Dunkelgrau*/
}
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: #32323C; /*Dunkelgrau*/
}
ul.staff p
{
	margin: 0 0 0.5286em 0; /* 6px */
}
ul.staff p.more
{
	margin: 0;
}
ul.staff p a
{
	color: #32323C; /*Dunkelgrau*/
}
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 #767686; /*Grau*/
}
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: #32323C; /*Dunkelgrau*/
}
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 #767686; /*Grau*/
}
ul.event_dates p.date
{
	float: left;
	width: 5.5714em; /* 78px */
	margin: 0;
	padding: 8px 0 10px 0;
	background: #32323C; /*Dunkelgrau*/
	color: #ffffff;
	font: bold 1em/1em 'Crimson Text', 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: #32323C; /*Dunkelgrau*/
}

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;
}

/* Framework > Inhaltsbereich > Galerien */

ul.gallery
{
	overflow: hidden;
	margin: 0 -25px 0 0;
	padding: 1em 0; /* 19/19 0 */
}
ul.gallery li
{
	float: left;
	overflow: hidden;
	width: 31.8840579710%; /* (366.67/1150)*100 */
	margin: 0 0 2.1739130435% 2.1739130435%; /* 0 0 (25/1150)*100 (25/1150)*100 */
}
ul.gallery .first-three-columns
{
	margin-left: 0;
}
ul.gallery li a
{
	display: block;
}
ul.gallery li a img
{
	display: block;
	width: 100%;
	height: auto;
}

.wrapper-gallery
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.wrapper-gallery .column
{
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0 4rem 0 !important;
	text-align: center;
}
.wrapper-gallery a
{
	display: inline-block;
	margin-right: 1rem;
	margin-left: 1rem;
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.logo a { line-height: 115px; }
.logo img { height: 127px; }
body.dierks .logo img { height: 125px; }

.modal-lightbox {

    top: 100px;

}

.modal-dialog {
    width: inherit !important;
    max-width: 1024px !important;

}

.anchor-lightbox {
    cursor: pointer;
}

.close {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

p:empty {
	margin: 0 !important;
	padding: 0 !important;
}

.background_grey {
	max-width: 100%;
	background: transparent linear-gradient(180deg, #F8FCFD 0%, #F3F7F8 100%) 0% 0% no-repeat;
}

.background_grey > * {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

/* 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: #32323C; /*Dunkelgrau*/
	border-radius: 2px;
	box-shadow: none;
	color: #ffffff;
	background: #32323C; /*Dunkelgrau*/
	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: #32323C; /*Dunkelgrau*/
	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 #767686; /*Grau*/
	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 #767686; /*Grau*/
	color: #32323C; /*Dunkelgrau*/
}
#lysearch_result h2
{
	margin-top: 0;
}

/* Suche (neu), JL, 19.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 #ebeff4;

	color: #32323c;
}
.row-search .submit
{
	-webkit-appearance: none;

	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 2.5em;
	height: 100%;
	padding: 0;
	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: #ebeff4;
}
@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 #ebeff4;
}
.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: #ebeff4;
}
@media (min-width: 520px)
{
	.search-result h2
	{
		font-size: 28px;
	}
}
.pagination > a,
.pagination > span
{
	display: inline-block;
	padding: 0.4em 0.6em;
}
.pagination > .current
{
	font-weight: bold;
}
.pagination > a
{
	padding-right: 0.8em;
	padding-left: 0.8em;
	background: #e42224;
	color: #fff;
}
.pagination > a:hover,
.pagination > a:focus
{
	background: #d31113;
	outline: none;
	text-decoration: none;
}

/* Responsive Styles */

/* Mobile Menü */

@media screen and (max-width: 1200px)
{
	/* 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: 80px;
		height: 42px;
		margin: 12px 0 16px 0;
	}
	.wrapper.header .logo a
	{
		background-image: url(../images/layout/logo_responsive.png);
	}

	/* 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: #32323C 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: #6c0813;
		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: 0;
		top: 50%;
		display: block;
		width: 11px;
		height: 7px;
		margin-top: -4.5px;
		margin-right: 52px;
		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: #32323C; /*Dunkelgrau*/
	}
	#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: #32323C; /*Dunkelgrau*/
		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;
		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;
		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: #32323C; /*Dunkelgrau*/
		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: #32323C; /*Dunkelgrau*/
		background-image: url(../images/layout/search_submit_white.png);
		border-radius: 2px;
	}
	#topsearch a:hover,
	#topsearch a:focus
	{
		background-color: #6c0813;
		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;
	}

	/* Subnavigation ausblenden */

	#subnavigation
	{
		display: none;
	}

	/* Categorynavigation ausblenden */

	#categorynavigation
	{
		display: none;
	}
}

@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: 979px)
{
	/* 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: 870px)
{
	.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
	{
		flex-basis: 49%;
		flex-basis: auto;
		width: 49%;
		/* max-width: 49%; */
	}
	.teasers div.column:last-child {
		margin-top: 20px;
	}

	.teasers.dark {
		float: none;
		clear: left;
		width: 100%;
	}

	.frontpage .teasers.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-Bild */

	/*OLD*/
	/*.header_image
	{
		margin-top: 0;
		height: 200px;
	}
	.header_image img {
		margin-top: 0;
	}*/
	.wrapper.content .main {
		padding-top: 1rem;
	}
}

/* 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: #32323C; /*Dunkelgrau*/
	}
	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;
	}

	.image-50-center,
	.image-30-center,
	.image-50-right,
	.image-30-right,
	.image-15-right,
	.image-50-left,
	.image-30-left,
	.image-15-right {
		width: 100%;
		float: none;
	}
}

@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 */
	}
}
