@charset "UTF-8";

@font-face {
	font-family: "Thesis";
	src: url("/static/font/TheSans_B2_7_.eot");
	src: url("/static/font/TheSans_B2_7_.eot?#iefix") format("embedded-opentype"), url("/static/font/TheSans_B2_7_.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Thesis";
	src: url("/static/font/TheSerif_Plain.eot");
	src: url("/static/font/TheSerif_Plain.eot?#iefix") format("embedded-opentype"), url("/static/font/TheSerif_Plain.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

address {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #349edb;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 100%/1.4 Thesis, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #000;
	font-size: 0.9em;
	background: #aaaaaa;
}

.clearfix {
	zoom: 1;
}

::-webkit-selection {
	background: #1777af;
	color: #fafafa;
	text-shadow: none;
}

::selection {
	background: #1777af;
	color: #fafafa;
	text-shadow: none;
}

.ie7 img,
.iem7 img {
	-ms-interpolation-mode: bicubic;
}

h1,
h2,
h3 {
	font-weight: bold;
	margin-top: 0px;
	font-family: Thesis, Verdana, sans-serif;
}

h1 {
	color: #000;
	margin-bottom: 0.2em;
	font-size: 1.6em;
	line-height: 1.4;
}

h2 {
	color: #222;
	margin-bottom: .5em;
	margin-top: .5em;
	font-size: 1.4em;
	line-height: 1.2;
}

h3 {
	color: #333;
	margin-bottom: 0.3em;
	font-size: 1em;
	line-height: 1.1;
}

p {
	margin-bottom: 10px;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphens: auto;
	-webkit-hyphenate-character: "\2010";
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-before: 3;
	-moz-hyphens: auto;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #AAAAAA;
}

small {
	font-size: 0.8em;
	color: #ccc;
	bottom: 10px;
	position: absolute;
	left: 20px;
}

a {
	color: #008990;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:visited {
	color: #008990;
}

a:focus {
	outline: thin dotted #28898f;
	color: #000000;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #777;
}

footer a {
	color: #ffffff;
	transition: all 0.3s ease;
}

footer a:visited {
	color: #fff;
}

footer a:focus {
	outline: thin dotted #28898f;
	color: #000000;
}

footer a:hover,
footer a:active,
footer a:focus {
	outline: 0;
	color: #fff;
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

[data-tooltip]:before {
	position: absolute;
	top: 130%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -88px;
	padding: 8px;
	width: 160px;
	border-radius: 3px;
	background-color: #28898f;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: .8em;
	line-height: 1.2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[data-tooltip]:after {
	position: absolute;
	top: 130%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	width: 0;
	border-bottom: 5px solid #28898f;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	top: 105%;
}

img {
	border: 0;
	max-width: 100%;
}

a:hover img,
a:focus img {
	opacity: 0.80;
}

.wrapper {
	width: 1020px;
	min-height: 1200px;
	overflow: hidden;
	position: relative;
	background-color: #e8e8e8;
	left: 50%;
	margin-left: -510px;
}

.headcontainer {
	width: 100%;
}

header {
	border-bottom-left-radius: 5px;
	clear: both;
	width: 960px;
	margin: 0 auto;
	position: relative;
	float: left;
	height: 400px;
	background-color: #fff;
	margin-left: 60px;
}

.headcontent {
	margin: 50px 20px 0;
	width: 700px;
	overflow: hidden;
}

.headcontent .beitrag a {
	margin-top: 90px;
}

.headcontent .beitrag a .image {
	width: 195px;
}

.headcontent .beitrag a:hover,
.headcontent .beitrag a:focus {
	background-color: #e8e8e8;
}

.headnav {
	font-size: 1.2em;
	margin: 20px;
	width: 700px;
}

.headnav a:last-of-type {
	float: right;
}

ul.breadcrumbs {
	list-style-type: none;
	margin: 15px;
	overflow: hidden;
}

.breadcrumbs li {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 60%;
}

.headimg {
	height: auto;
	width: 355px;
	margin-right: 15px;
	position: absolute;
	bottom: 30px;
}

.ansprechpartner {
	width: auto;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0 0 15px;
	overflow: hidden;
}

.section h4 {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-right: 15px;
}

.section.readon.start {
	padding-top: 10px;
}

form {
	margin: 0;
}

fieldset {
	margin-bottom: 1.5em;
	padding: 0;
	border-width: 0;
}

label {
	font-weight: normal;
	cursor: pointer;
	margin: 10px 0 0 0;
	position: relative;
	display: inline-block;
	width: 150px;
}

label.inline {
	display: inline;
	margin: 0;
}

label span {
	color: #666;
	font-size: 0.9em;
}

label span.right {
	position: absolute;
	bottom: 0;
	right: 1em;
	text-align: right;
}

label.disabled {
	color: #ccc;
}

button,
search,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	margin: 10px;
	display: inline-block;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.5em 1em;
	margin: 0 0 1em 0;
	cursor: pointer;
}

.searchfield input[type="submit"] {
	border: 0;
	background-color: transparent;
	background-image: url(/static/images/sherlock.svg);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 30px;
	height: 27px;
	margin-top: -42px;
	margin-right: 6px;
	opacity: .3;
	transition: all 0.3s ease;
}

input[type="submit"].button_text {
	width: 95%;
	margin-top: 15px;
}

.searchfield input[type="submit"]:hover,
.searchfield input[type="submit"]:focus {
	opacity: .8;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin-left: 10px;
}

input[type="search"] {
	box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	margin: 0 0 20px 0;
	border: 1px solid #aaa;
	font-size: 1em;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder {
	color: #bbb;
}

input::-moz-focus-inner {
	border: 0;
}

input[disabled="disabled"],
input.disabled {
	color: #999;
	background: #f5f5f5;
	box-shadow: inset 0px 1px 2px #ddd;
}

textarea {
	width: 97%;
	height: 200px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: inherit;
	font-size: 0.9em;
	border-radius: 5px;
	box-shadow: inset 0px 1px 6px #ccc;
	overflow: auto;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}

::-webkit-input-placeholder {
	font-size: .875em;
	line-height: 1.4;
}

input:-moz-placeholder {
	font-size: .875em;
	line-height: 1.4;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.newsletter-table {
	border: none;
	margin-bottom: 25px;
}

.newsletter-table tr .span_formdescr,
.newsletter-table tr .td_formdescr {
	margin-right: 10px;
}

.newsletter-table tr .td_formfield select {
	margin: 0;
}

:focus {
	outline: 1px dotted #28898f;
}

.accessnav {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.beitrag-open h3 {
	margin: 10px 0px 25px;
}

.beitrag {
	list-style: none;
	overflow: hidden;
	width: 725px;
	border-bottom: 1px solid #bbb;
}

.beitrag:last-of-type {
	border-bottom: 0;
}

.beitrag .date {
	font-size: 0.75em;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.beitrag img,
.beitrag .image {
	border-radius: 5px;
	float: left;
	margin-right: 25px;
	width: 220px;
}

.beitrag .image,
.artikel .image {
	transition: all 0.3s ease;
	background-size: cover;
	height: 130px;
	background-position: top center;
}

.artikel .image {
	border-radius: 5px;
}

.col03.artikel .image {
	width: 220px;
}

.col04.artikel .image {
	width: 170px;
	background-size: contain;
	background-repeat: no-repeat;
}

.artikel .noimage,
.beitrag .noimage {
	background-color: #008990;
}

.beitrag a:hover .image,
.artikel a:hover .image,
.beitrag a:focus .image,
.artikel a:focus .image {
	opacity: 0.8;
}

.beitrag h2 {
	margin-bottom: 5px;
	margin-top: 0px;
}

.diozese .beitrag h2,
.ortsgruppe .beitrag h2 {
	margin-left: 0;
	margin-top: 10px;
}

.beitrag .txt {
	float: left;
	width: 460px;
	padding-top: 5px;
}

.beitrag ul {
	list-style-position: inside;
}

.beitrag > a {
	display: block;
	color: #333;
	padding: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.unterbeitrag-link {
	padding: 5px 20px;
	display: block;
	transition: all 0.3s ease;
}

.beitrag > a:hover,
.unterbeitrag-link:hover,
.beitrag > a:focus,
.unterbeitrag-link:focus {
	background: #f9f9f9;
}

.diozese .beitrag a.url,
.ortsgruppe .beitrag a.url {
	float: right;
	padding: 7px;
	display: block;
	background-color: #008990;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #fff;
	margin-left: 10px;
	width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.termin .label {
	width: 190px;
	padding: 50px 0;
	color: #fff;
	font-weight: bold;
	background: #28898f;
	display: block;
	float: left;
	text-align: center;
	border-radius: 5px;
	font-size: 1.7em;
}

.descr ul.gallery {
	width: 725px;
	margin: 20px 0 15px;
	list-style-type: none;
	overflow: hidden;
}

.gallery li {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

.gallery li:first-of-type,
.gallery li:nth-child(8n + 1) {
	margin-left: 0;
}

.sitemap {
	padding-bottom: 90px;
	overflow: hidden;
}

.sitemap ul {
	border-top: 1px solid #666;
	padding-top: 20px;
}

.sitemap h2 {
	border-top: 1px solid #666;
	padding-top: 30px;
	font-size: 1.4em;
	margin-bottom: 15px;
}

.sitemap.mobile ul:first-child {
	border: 0;
}

.round05 {
	border-radius: 5px;
}

.col {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
}

.col:first-child {
	margin-left: 0;
}

.col02 {
	width: 355px;
}

.col04 {
	width: 170px;
}

.col03 {
	width: 231px;
}

.col03.artikel {
	width: 221px;
	padding-left: 10px;
}

.col12 {
	width: 725px;
}

.darkcontainer {
	background: rgba(102, 102, 102, 0.05);
}

.lightcontainer {
	background: rgba(255, 255, 255, 0.25);
}

.maincontent {
	clear: both;
	width: 740px;
	background-color: #e8e8e8;
	color: #333;
	line-height: 1.5em;
	position: relative;
	float: left;
	padding-left: 60px;
	height: auto;
	overflow: hidden;
	padding-top: 15px;
}

a.more,
a.more:link,
a.more:visited {
	color: #999999;
	font-weight: bold;
	border-bottom: 0;
}

a.more.news {
	color: #008990;
}

.meldunglist a.more_old {
	color: #999999;
	font-weight: bold;
	border-bottom: 0;
}

.descr {
	width: 720px;
	margin: 0 5px;
}

.teaser {
	font-style: italic;
}

.descr ul,
.descr ol {
	margin: 0 20px 20px;
}

.descr h2,
.descr h3,
.descr h4 {
	margin: 25px 0 5px;
}

ul.filebrowser {
	list-style-type: none;
	padding: 0;
}

.filebrowser li {
	margin-bottom: 7px;
}

.filebrowser li a {
	background-color: #eee;
	width: 100%;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}

.filebrowser li a:hover,
.filebrowser li a:focus {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.filebrowser li img {
	width: 32px;
	height: 32px;
	float: left;
}

.filebrowser li span {
	float: left;
	margin-left: 15px;
	display: block;
	line-height: 2.4em;
	font-size: 0.9em;
}

.mainmenu {
	transform: rotate(-90deg);
	top: 720px;
	left: -780px;
	position: absolute;
	background-color: #e8e8e8;
	z-index: 11;
	width: 1500px;
}

.sidebar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 60px;
}

.sidebar li {
	float: right;
	margin-left: 15px;
}

.sidebar li a {
	color: #eee;
	font-size: 13px;
	padding: 10px 30px 12px 10px;
	text-decoration: none;
	background-color: #008990;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all 0.3s ease;
	position: relative;
	top: 8px;
}

.headermenu {
	width: 380px;
	float: right;
	color: #eee;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
	background-color: #008990;
	border-bottom-right-radius: 0px !important;
	top: 0px !important;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 15px;
}

.headermenu li {
	float: left;
}

.headermenu > li:first-child {
	margin-right: 5px;
}

.headermenu li a.shoutlink,
.headermenu li a.shoutlink:link,
.headermenu li a.shoutlink:visited {
	color: #eee;
}

.headermenu li a.shoutlink:hover,
.headermenu li a.shoutlink:active,
.headermenu li a.shoutlink:focus {
	outline: 0;
	color: #fff;
}

.headermenu-h1 {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 1em;
	width: 100%;
}

.sidebar li a:visited {
	color: #eee;
}

.sidebar li a:focus {
	outline: thin dotted #28898f;
	color: #000000;
}

.sidebar li a:hover,
.sidebar li a:active,
.sidebar li a:focus {
	outline: 0;
	color: #fff;
	padding: 10px 30px 15px 10px;
}

.sidebarmenu-icon:not(:last-child) {
	margin-left: 5px;
}

.sidebarmenu-icon a:link,
.sidebarmenu-icon a:visited {
	background-image: url(/static/images/pax_socialmedia.svg);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-size: 200%;
}

.sidebarmenu-icon a:hover,
.sidebarmenu-icon a:active,
.sidebarmenu-icon a:focus {
	background-position-x: 100%;
	border: 0;
}

.sidebarmenu-icon--facebook a:link,
.sidebarmenu-icon--facebook a:visited {
	background-position-y: 0;
}

.sidebarmenu-icon--instagram a:link,
.sidebarmenu-icon--instagram a:visited {
	background-position-y: 20%;
}

.sidebarmenu-icon--twitter a:link,
.sidebarmenu-icon--twitter a:visited {
	background-position-y: 40%;
}

.sidebarmenu-icon--rss a:link,
.sidebarmenu-icon--rss a:visited {
	background-position-y: 60%;
}

.sidebarmenu-icon--letter a:link,
.sidebarmenu-icon--letter a:visited {
	background-position-y: 80%;
}

.sidebarmenu-icon--youtube a:link,
.sidebarmenu-icon--youtube a:visited {
	background-position-y: 100%;
}

.imprint a,
.imprint a:link,
.imprint a:visited {
	color: #ccc;
	background: #999999;
}

.imprint a:hover,
.imprint a:active,
.imprint a:focus {
	color: #fff;
	background: #28898f;
}

.overlay {
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #ccc;
	left: 50px;
	top: 415px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 20px;
	width: 698px;
	z-index: 12;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.overlay ul {
	list-style-type: none;
	width: 335px;
	float: left;
}

.overlay h4 {
	color: #28898f;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.overlay h5 {
	color: #28898f;
	font-size: 1em;
}

.overlay ul:not(:first-of-type) h5 {
	margin-top: 15px;
}

.overlay p,
.overlay div {
	width: 315px;
	float: right;
}

li.dot,
li.arrleft,
li.arrright {
	float: right;
}

li.arrleft a,
li.arrright a {
	display: block;
	border-style: solid;
	border-width: 12px 6px;
	width: 0;
	height: 0;
}

li.arrleft a {
	margin-top: -9px;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #eee rgba(255, 255, 255, 0);
}

li.arrleft a:hover,
li.arrleft a:focus {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0);
}

li.arrright a {
	margin-top: 3px;
	border-width: 12px 6px 0;
	border-color: #eee rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

li.arrright a:hover,
li.arrright a:focus {
	border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

li.dot a,
li.dot a:active,
li.dot a:link {
	background: #eee;
	margin: 3px 3px 0;
	padding: 0;
	border-radius: 6px;
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #ccc;
}

li.dot a:hover,
li.dot a:focus {
	border: 1px solid #eee;
	background: #fff;
}

li.dot a.aktiv {
	border: 1px solid #ffaa00;
	background: yellow;
}

li.dot a.aktiv:hover,
li.dot a.aktiv:focus {
	border: 1px solid yellow;
	background: yellow;
}

.marginal {
	background-color: #d1d2d3;
	width: 190px;
	min-height: 900px;
	margin-bottom: 15px;
	position: relative;
	padding: 15px;
	float: left;
	border-bottom-left-radius: 15px;
}

.marginal .box img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.marginal .box {
	margin-top: 20px;
}

.marginal .box h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.marginal .box h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}

.marginal .box p {
	margin-bottom: 25px;
}

.marginal ul,
ul.info.box {
	list-style-type: none;
}

.info.box {
	border-radius: 5px;
	background: #f5f5f5;
	padding: 7px;
	margin-bottom: 10px;
}

.info.box .icon {
	border-radius: 5px;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 7px;
	background-color: #fff;
	background-size: cover;
}

.info.box .icon img {
	height: 32px;
}

.info.box h2 {
	font-size: 1em;
}

.info.box h3 {
	font-size: 0.9em;
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	color: #888;
}

.info.box h4 {
	margin-top: 0;
}

.download.info.box li,
.members.info.box li {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

.download.info.box li:last-child,
.members.info.box li:last-child {
	border: 0;
}

.download.section li.beitrag {
	list-style-type: none;
}

.download.section li.beitrag img {
	margin-bottom: 0;
}

.diozese .info.box {
	width: 217px;
	float: left;
	margin: 10px 15px 10px auto;
}

.diozese .info.box img {
	width: 100%;
	margin-bottom: 10px;
}

.linksInfo-item {
	margin-bottom: 7px;
}

.linksInfo-image {
	margin-bottom: 7px;
}

.links.box p {
	margin: 0;
}

.suchen {
	width: 168px;
	padding: 10px 10px;
	margin-bottom: 10px;
	background-color: #fff;
	overflow: hidden;
}

.marginal .search {
	margin-bottom: 10px;
}

.marginal .search select {
	width: 100%;
	margin: 10px 0;
}

.marginal .search .button_text {
	width: 100%;
}

.marginal .search label input {
	margin: 0 0 0px 0;
}

.aktivbox ul li {
	margin-top: 7px;
}

.aktivbox ul li a {
	padding: 7px;
	border-radius: 5px;
	background: #efefef;
	display: block;
	border: 0;
}

.aktivbox ul li a:hover,
.aktivbox ul li a:focus {
	background: #fff;
	border: 0;
	border-radius: 5px;
	text-decoration: none;
}

.aktivbox ul li:first-child {
	margin-top: 40px;
}

.aktivbox ul li:first-child a {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.aktivbox ul ul {
	padding: 7px;
	border-radius: 5px;
	background: #e0e0e0;
	display: block;
	border: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 1px solid #bbb;
}

.aktivbox ul ul li {
	margin-top: 3px;
	border-top: 1px solid #ccc;
}

.aktivbox ul ul li a,
.aktivbox ul ul li a:hover,
.aktivbox ul ul li a:focus {
	background: transparent;
	border-radius: 0px;
}

.aktivbox ul li li:first-child {
	border-top: 0;
	margin-top: 0;
}

.aktivbox ul li a.newsletter_cta {
	color: #fff;
	background-color: #008990;
}

.aktivbox ul li a.newsletter_cta:hover,
.aktivbox ul li a.newsletter_cta:focus {
	background-color: #00666b;
}

.marginal .aktivbox h4 {
	z-index: 1;
	font-size: 1em;
	font-weight: normal;
	margin-right: 0;
	margin-top: 0;
	float: right;
	background-color: #d30c67;
	color: #fff !important;
	margin-bottom: 20px;
	position: relative;
	padding: 2px 5px;
}

.aktivbox > ul,
.aktivbox.readon > ul:hover,
.aktivbox.readon > ul:focus {
	border: 1px solid #878787;
	background: #c9c9c9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 7px 7px 14px;
	margin-bottom: 30px;
	position: relative;
}

.aktivbox.readon > ul:before {
	padding-left: 7px;
	content: "Aktiv";
	font-size: 1.5em;
	font-weight: normal;
	color: #fff !important;
}

.aktivbox.readon > ul:after {
	content: "";
}

.aktivbox.readon > ul:hover:before,
.aktivbox.readon > ul:focus:before {
	color: #008990 !important;
}

.aktivbox.readon > ul {
	background-color: #d30c67;
	border-color: #8e0b47;
	cursor: pointer;
	min-height: 30px;
	padding: 7px;
	transition: all 0.5s ease;
	border-radius: 5px !important;
}

.aktivbox.readon h4 {
	display: none;
}

.aktivbox.readon > ul > li {
	height: 0;
	overflow: hidden;
	margin-top: 0;
	transition: all 0.5s ease;
	min-height: 0;
	opacity: 0;
}

.aktivbox.readon > ul:hover > li,
.aktivbox.readon > ul:focus > li {
	height: auto;
	overflow: auto;
	margin-top: 7px;
	border: 1px solid transparent;
	min-height: 20px;
	opacity: 1;
}

ul.meldunglist,
.meldunglist ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.meldunglist li {
	border-bottom: 1px solid #bbb;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.meldunglist a {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.meldunglist a:link,
.meldunglist a:visited {
	color: #333;
	text-decoration: none;
}

.meldunglist a:hover,
.meldunglist a:focus {
	background-color: #ccc;
	color: #333;
}

.meldunglist a.image {
	border: 0;
}

.meldunglist a.image:hover,
.meldunglist a.image:focus {
	background-color: transparent;
}

.thema {
	overflow: hidden;
}

.thema img {
	width: 100%;
	height: 115px;
	border-radius: 5px;
}

.artikel.zuruck a {
	display: block;
	background: #28898f;
	border-radius: 5px;
}

.artikel.zuruck h2 {
	font-size: 1em;
	color: #fff;
	padding: 5px 10px;
	display: block;
}

.thema h2 {
	margin-top: 2px;
}

.artikel h3 {
	line-height: 1.4;
	height: 40px;
	margin: 4px 0 6px;
}

.start_meldung_cols {
	width: 355px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}

.shoutbox {
	position: absolute;
	z-index: 0;
	top: 0;
}

.shoutbox img {
	border-bottom-left-radius: 5px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.shoutbox a {
	background-position: left center;
	background-size: cover;
	display: block;
	width: 960px;
	height: 400px;
	border-bottom-left-radius: 5px;
}

.shoutbox-headline {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 2.5em;
	padding: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	max-width: 700px;
}

.shoutbox-headline.pos0 {
	bottom: 0;
	position: absolute;
}

.shoutbox-headline.pos1 {
	top: 0;
	position: absolute;
}

.shoutbox-headline.turkis {
	color: #008990;
}

.shoutbox-headline.black {
	color: #000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.shoutbox-headline.white {
	color: #fff;
}

.logo {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 15px;
	width: 190px;
	z-index: 10;
	height: 200px;
	background: url(/static/images/logo-pax-christi.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.aktivbox > ul:after,
.spbl:after {
	content: url(/static/images/sb-zeiger.svg);
	position: absolute;
	margin-left: -8px;
	bottom: -12px;
}

.aktivboxsub-desc {
	font-size: 0.9em;
	color: #777;
}

.spbl-white:after {
	content: url(/static/images/sb-zeiger-white.svg);
}

.spbl.spbl-white h1 a {
	display: block;
	width: inherit;
	transition: all 0.3s ease;
}

.spbl {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 7px 7px 14px;
	position: relative;
	z-index: 9;
}

.spbl h1 {
	margin-bottom: 0;
	color: #28898f;
	font-size: 1em;
	z-index: 9;
	padding: 8px 3px 0px 13px;
}

.spbl h2 {
	font-size: 1em;
	line-height: 1.4;
	z-index: 9;
	margin: 0px 3px 0px 13px;
}

.spbl h3 {
	margin-bottom: -3px;
	font-size: 1em;
	z-index: 9;
	padding: 8px 3px 0px 13px;
}

.spbl-bottom h3 {
	margin-top: 15px;
}

.spbl h2 a {
	color: #000;
	font-weight: bold;
}

.spbl h2 a span {
	color: #28898f;
}

.spbl-white {
	border: 1px solid #ccc;
	background: #fff;
	min-height: 90px;
}

.spbl-grey {
	border: 1px solid #878787;
	background: #c9c9c9;
}

a.spbl-bottom,
.spbl-bottom {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	background-color: #fff;
	height: 200px;
	margin-top: -12px;
	padding: 35px 20px 20px 20px;
	z-index: 8;
	display: block;
	color: #333;
}

.spbl-bottom:hover,
.spbl-bottom:focus {
	color: #008990;
}

.spbl-descr-ol {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.spbl-descr-more {
	color: #28898f;
}

.white {
	color: #fff !important;
}

.grey {
	color: #999 !important;
}

.cookie {
	opacity: 0;
	position: fixed;
	transition: all .3s ease;
	pointer-events: none;
	box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.8);
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
	font-size: .9em;
	z-index: -1;
}

.cookie.is-active {
	z-index: 999999;
	opacity: 1;
	pointer-events: auto;
}

.cookie-btn {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	padding: 2px 6px;
	border: none;
	background-color: #28898f;
	color: #fff;
	cursor: pointer;
	margin: 0;
	margin-left: auto;
}

.cookie-btn:hover,
.cookie-btn:focus {
	background-color: #333333;
}

.cookie-box {
	position: relative;
	background-color: #fafafa;
	background-clip: padding-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cookie-content {
	width: 100%;
	padding: 20px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #222222;
	font-size: .9em;
	box-sizing: border-box;
}

.cookie-content:before {
	display: table;
	content: "";
}

.cookie-content:after {
	display: table;
	clear: both;
	content: "";
}

.cookie-header {
	width: 100%;
	padding: 10px;
	background-color: #ededed;
	color: #222222;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
}

.cookie-close:hover,
.cookie-close:focus,
.cookie-close:focus {
	opacity: 1;
}

.mobile-add-info {
	width: 85%;
	margin: 0 auto;
	margin-top: -40px;
	margin-bottom: 40px;
}

.mobile-add-info div ul {
	list-style: none;
}

.mobile {
	display: none;
}

.listend {
	margin-top: 15px;
}

@media (min-width: 1020px) {

.download-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.download-section-headline {
	-ms-flex: 1 0 calc(100% - 15px);
	flex: 1 0 calc(100% - 15px);
}

.download-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(50% - 7.5px);
	flex-basis: calc(50% - 7.5px);
}

.download-item .download-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.download-image {
	width: 120px!important;
}

}

@media only screen and (max-width: 1020px) {

.col03.artikel {
	width: 85%;
	padding: 0;
}

.desktop-only {
	display: none !important;
}

.sitemap.mobile {
	background-color: #e8e8e8;
}

.mobile {
	display: block;
}

.navgate {
	color: #fff;
	top: 0;
	margin: 0 1%;
	position: fixed;
	z-index: 1000;
	width: 98%;
	margin-bottom: -75px;
}

.navgate .menu {
	background-color: #008990;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom-left-radius: 10px;
	transition: all 1s ease;
	overflow: hidden;
	max-height: 600px;
	position: absolute;
	width: 100%;
}

.navgate .menu .menu-wrap {
	padding: 15px 5%;
}

.navgate .menu.is-hidden {
	max-height: 0;
	margin-bottom: 0;
	pointer-events: none;
}

.navgate .menu ul {
	list-style-type: none;
}

.navgate .menu li {
	border-bottom: 1px solid #eee;
}

.navgate .menu li:last-of-type {
	border-bottom-width: 0px;
}

.navgate .menu li a {
	padding: 10px 2%;
	display: block;
	color: #fff;
}

.burgerbox {
	z-index: 100;
	position: relative;
	padding-top: 10px;
	display: -ms-flexbox;
	display: flex;
}

.burgerbox a:hover img,
.burgerbox a:focus img {
	opacity: 1;
}

.burgerbox-item {
	padding: 8px;
	font-size: 1.5em;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: #008990;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	vertical-align: top;
	text-decoration: none;
	margin-right: 1%;
	width: 95%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
}

a.burgerbox-item {
	color: #fff;
}

.burgerbox .burgerbox-item:last-child {
	margin-right: 0;
}

.burgerbox-item span {
	text-align: center;
	width: 100%;
}

.burgerbox-item-icon {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.burgerbox-item strong {
	margin-right: 0;
	float: right;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrapper {
	margin-left: 0;
	left: 0;
	width: 100%;
}

header {
	width: 100%;
	height: auto;
	margin-left: 0;
}

.shoutbox {
	position: relative;
	padding-bottom: 100%;
}

.shoutbox .active,
.shoutbox .active a {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.shoutbox h2 {
	font-size: 1.3em;
}

.shoutbox.no-padding-bottom {
	padding-bottom: 0;
}

.shoutbox-image {
	object-fit: cover;
	height: calc(100% + 5px);
	width: 100%;
}

.shoutbox-headline.pos1 {
	top: 70px;
}

#headerbild div {
	vertical-align: bottom;
}

.mainmenu {
	top: 0;
	left: 0;
	width: auto;
	background-color: transparent;
	transform: rotate(0);
	position: relative;
}

.headermenu {
	width: 89%;
	float: none;
	padding: 20px 6% 30px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-bottom-radius: 0px !important;
	margin: 0;
	overflow: hidden;
}

.headermenu-h1 {
	margin-bottom: -17px;
}

li.shoutname {
	width: 100%;
	font-size: 1.5em;
	text-align: center;
}

li.shoutname a {
	width: 100%;
}

.headermenu li {
	float: none;
}

li.dot {
	margin-top: 10px;
	display: inline-block;
}

.thedots {
	text-align: center;
	width: 100%;
}

li.dot a,
li.dot a:active,
li.dot a:link {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin: 3px 5px 0;
}

.headermenu li.arrleft,
.headermenu li.arrright {
	width: 50%;
	margin: 0;
	float: left;
	height: 5px;
}

.col,
.col:first-child {
	display: block;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 85%;
	padding: 0px;
}

.maincontent {
	padding: 15px 0;
	width: 100%;
}

a.more,
a.more:link,
a.more:visited {
	width: 100%;
	box-sizing: border-box;
	padding: 5%;
	border-radius: 5px;
	background: #ddd;
	display: block;
	border: 0;
}

.descr img,
.thema img {
	width: 100%;
	height: auto;
}

.thema h2 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 1.8em;
}

.thema h3 {
	font-size: 1.4em;
	margin: 10px 0;
}

.section h4,
.date {
	margin: 0 5%;
}

.section .thema p {
	font-size: 0.9em;
}

.marginal,
.descr {
	width: 90%;
	padding: 15px 5%;
}

.marginal {
	min-height: 0;
	margin-bottom: 0;
	border-bottom-left-radius: 0px;
}

.searchfield input[type="submit"] {
	margin-top: -52px;
	margin-right: 10px;
}

.suchen {
	width: 96%;
	padding: 15px 2%;
	border: 1px solid #ccc;
	line-height: 2em;
	display: block;
}

.suchen:after {
	content: '';
	border: 0;
	background-color: transparent;
	background-image: url(/static/images/sherlock.svg);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 30px;
	height: 27px;
	margin-top: 0px;
	opacity: .3;
	transition: all 0.3s ease;
}

.suchen:hover:after,
.suchen:focus:after {
	opacity: .8;
}

.marginal .box img {
	height: auto;
}

.start_meldung_cols {
	margin-right: 0;
	width: 100%;
}

.headcontent {
	width: 90%;
	margin: 5%;
}

.headcontent p {
	float: none;
	margin-top: 15px;
}

.headcontent h4,
.beitrag-open h1 {
	display: none;
}

.headnav {
	display: none;
	font-size: 1.2em;
	margin: 5%;
	width: 90%;
}

.headimg {
	height: auto;
	width: 100%;
	margin: 0;
	float: none;
	border-radius: 5px;
}

ul.breadcrumbs {
	margin: 5%;
	margin-top: 100px;
	max-width: 720px;
}

li.arrleft a,
li.arrright a {
	border-width: 12px 24px;
	margin-top: -27px;
}

li.arrleft a {
	border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	float: left;
	border-left: 0;
}

li.arrright a {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
	float: right;
	border-right: 0;
}

.beitrag {
	margin: 0 5%;
	width: 90%;
}

.beitrag .txt {
	width: 100%;
}

.beitrag h2 {
	float: none;
	color: #AAAAAA;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0;
	margin-left: 0;
}

.search select {
	max-width: 100%;
	margin: auto 0;
}

.diozese .beitrag p,
.beitrag p {
	width: auto;
	margin-left: 0;
}

.beitrag img {
	width: 25%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 0px;
}

.beitrag .image {
	max-width: 100%;
	width: 100%;
	max-height: 175px;
	height: 175px;
	background-position: center center;
}

.headimg {
	position: relative;
	bottom: 0;
}

.headcontent .beitrag a .image {
	width: 100%;
}

.headcontent .beitrag a {
	margin-top: 30px;
}

.beitrag a.more {
	width: 100%;
	padding: 12px 10px;
	box-sizing: border-box;
	float: right;
	background: #BBB;
	color: #eee;
	text-align: center;
}

.diozese .info.box {
	width: 96%;
	float: none;
	padding: 2% 2% 15px;
	margin: 0;
	margin-top: 10px;
}

.diozese .beitrag h2 {
	margin: 15px 0 10px;
	font-size: 1.5em;
}

.sitemap {
	padding: 0 5%;
	overflow: hidden;
	width: 90%;
}

.sitemap .col,
.sitemap .col:first-child {
	padding: 20px 0;
	width: 100%;
	list-style-type: none;
	margin: 0;
}

.logo,
.sidebar,
.accessnav {
	display: none;
	visibility: hidden;
	height: 0;
	padding: 0;
	margin: 0;
}

.marginal .aktivbox h4 {
	margin-right: 20px;
	margin-top: 18px;
	font-size: 1.9em;
}

.aktivbox > ul {
	margin-top: 50px;
}

.artikel .image {
	height: 440px;
	width: 100% !important;
	background-size: cover !important;
	background-position: center center;
}

.aktivbox ul li a {
	font-size: 1.4em;
}

.aktivbox ul ul li a,
.aktivbox ul ul li a:hover,
.aktivbox ul ul li a:focus {
	font-size: 1em;
}

.aktivboxsub-desc {
	font-size: .8em;
}

.navgate .menu {
	position: absolute;
	top: 55px;
	left: 0;
	max-height: calc(100vh - 75px);
	width: 100%;
	overflow: scroll;
}

.mobile-subnav {
	border-top: 1px solid #eee;
}

.mobile-subnav li {
	margin-left: 35px;
}

}

@media only screen and (max-width: 670px) {

.artikel .image {
	height: 340px;
	width: 100% !important;
	background-size: cover !important;
	background-position: center center;
}

}

@media only screen and (max-width: 600px) {

.burgerbox-item {
	font-size: 1.2em;
	height: 25px;
}

.navgate .menu {
	top: 38px;
}

}

@media only screen and (max-width: 440px) {

.shoutbox-headline.pos1 {
	top: 60px;
}

.artikel .image {
	height: 230px;
	width: 100% !important;
	background-size: cover !important;
	background-position: center center;
}

.burgerbox-item {
	height: 20px;
}

}

@media print {

body,
.maincontent {
	background: transparent;
}

.wrapper {
	width: 100%;
	min-height: 0;
	left: 0;
	margin-left: 0;
	background: transparent;
}

header,
.sektion.sitemap .meldunglist,
.marginal {
	display: none !important;
}

.maincontent {
	width: 100%;
	padding-right: 60px;
	box-sizing: border-box;
}

#descr {
	width: 100% !important;
}

}

