/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/

/*----------- normalize -------*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { background: transparent; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }

html { 
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
aside { display: inline-block; }
:focus:not(:focus-visible) { outline: none }


/*----------- some basics -----------*/

object, img, a { outline:none; border:0; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark { background: #ff6; padding: 1px 3px; }
dl {  }
dt { font-weight: bold; }
dd { display: block; margin-left: 2em; }
hr { display: block; height: 0; border: 0 none; border-top: 1px solid #f03200; margin: 2.5em 0; }
ul { 
	list-style: circle outside;
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
}
ol { 
	list-style: decimal outside; 
	margin: 0 0 0 1em;
	padding: 0 0 1em 0; 
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul
{ padding: 0; margin: 0 0 0 1.5em;}


.clr 	{ clear:both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
div[itemprop="articleBody"]:after {		/* clr nach DIV eines Artikels */
  	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}


/*---- lets go ----*/

#wrapper-a,
#wrapper-b,
#wrapper-c,
#wrapper-d,
#foot_container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

section#content {
	padding: 5vh 0 5vh 0;
	text-align: left;
}

/*--- Header ---*/

div#headtop1 {
	padding: 5vh 0 0 0;
	max-width: 400px;
}
div#headtop1 img {
	width: 100%;
	height: auto;
}


div#headtop3 {
	text-align: right;
}
div#headtop3 img {
	margin: 1em 0 1em 2vw;
	height: 60px;
	width: auto;
}

div#headtop3 a.kirchekreis-logo {}
div#headtop3 a.evakita-logo {}
div#headtop3 a.diakonie-logo {}

div#headtop3 a.kirchekreis-logo img {
	height: 70px;
}

@media all and (max-width: 800px)
{
	div#headtop3 img {
		margin: 1em 0 1em 2vw;
		height: 50px;
	}
}
@media all and (max-width: 600px)
{
	div#headtop3 img {
		margin: 2em 0 1em 2vw;
		height: 40px;
	}
}
@media all and (max-width: 500px)
{
	div#headtop3 img {
		margin: 2em 0 1em 2vw;
		height: 30px;
	}
}


/*--- Content Aufteilung ---*/


div#container {
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div#container > div {
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
div#leftcolumn {
	width: 25%;
	font-size: 0.85em;
	order: 1;
}
div#rightcolumn {
    width: 25%;
    font-size: 0.85em;
    order: 3;
}
div#content_out {
	width: 100%;
	order: 1;
}
div#content_outleft {
	width: 72.5%;
	order: 2;
}
div#content_outmiddle {
	width: 45%;
	order: 2;
}
div#content_outright {
	width: 72.5%;
	order: 1;
}
@media all and (max-width: 800px)
{
	div#content_outleft, div#content_outmiddle, div#content_outright {
		width: 100%;
		order: 1 !important;
	}
	div#leftcolumn {
		width: 100%;
		order: 2 !important;
	}
	
	div#rightcolumn {
		width: 100%;
		order: 3 !important;
	}
}


/*---- Spalten für Articles ----*/

.columns-1	{
	display: block;
	float: none;
	margin: 0;
}

.columns-2, .columns-3, .columns-4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0;
}

.columns-2 > div {
    width: 47%;
    flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}

@media all and (max-width: 1000px)
{
	.columns-2 > div {
	    width: 100%;
	}
}


.items-leading, .items-row {
        overflow:hidden;
}
.items-row, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
        margin-bottom: 5%;
}

.blog-item {
		padding-bottom: 8vh;
}
.category-desc {
    margin: 0 0 2em 0;
}

/*----pagenavigation mit overwright ----*/

nav.pagenavigation {
	
}
nav.pagenavigation span.pagination {
	display: flex;
	
}
nav.pagenavigation span.pagination {
	display: flex;
	  flex-direction: row;
	  justify-content: space-between;
}
nav.pagenavigation span.pagination a {
	font-size: 60px;
}


nav.pagenavigation span.pagination a 			{ color: #000078; text-decoration: none; border:none;}
nav.pagenavigation span.pagination a:visited 	{ color: #000078; text-decoration: none; border:none;}
nav.pagenavigation span.pagination a:hover 		{ color: #f03200; text-decoration: none; border:none;}
nav.pagenavigation span.pagination a:active 	{ color: #f03200; text-decoration: none; border:none;}



/*---- pagination Seitennavigation im Bloglisting ----*/
/*---- mit overwright layouts joomla pagination ----*/

div.com-content-category-blog__navigation {
	
}

ul.pagination,
ul.pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
}

ul.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
ul.pagination > li {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: center;
}
ul.pagination li .page-link {
	display: inline-block;
	min-width: 1em;
	margin: 0 1vw;
	text-align: center;
}

ul.pagination a {
	text-decoration: none;
	border: none;
}

ul.pagination li.disabled {
	color: #d1d2d3;
}
ul.pagination li.active a {
	color: #000078;
}


p.readmore:before {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0;
}

/*---- breadcrumb ----*/

ul.breadcrumb {
	font-size: 0.8em;
    margin: 0;
    overflow: hidden;
    padding: 0.5em 0;
}
ul.breadcrumb li {
	display:inline;
	list-style:none;
}
ul.breadcrumb li span.divider {
	margin: 0 4px;
}

/*---- Language ----*/

div.mod-languages {
	
}
div.mod-languages ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li img {
	width: 30px;
	height: auto;
	border-radius: 200px;
}

/*---- system ----*/

div#system-message {
	font-weight:bold;
}
div#system-message .alert {
	color: red;
	background-color: #fff;
	border: 1px solid;
	padding: 5px 30px;
	margin: 0 0 10px 0;
}

#mailto-window{
	width:950px;
	margin:0 auto;
	padding:20px;
}

/*---- Icons Bereiche ---*/

ul.list-bereiche {
	list-style: none;
	margin: 0 0 5vh 0;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
ul.list-bereiche li {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 11%;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media all and (max-width: 800px)
{
	ul.list-bereiche li {
		width: 23%;
	}
}
@media all and (max-width: 450px)
{
	ul.list-bereiche li {
		width: 48%;
	}
}
ul.list-bereiche i {
	font-size: 50px;
	font-weight: 300;
	padding: 0.5em 0;
}
ul.list-bereiche span {
	display: block;
	font-size: 16px;
	line-height: 1em;
}
ul.list-bereiche div {
	/* border: 0.5px solid #f03200; */
	/* height: 140px; */
}

ul.list-bereiche a 			{ color: #f03200; text-decoration: none; }
ul.list-bereiche a:visited 	{ color: #f03200; text-decoration: none; }
ul.list-bereiche a:hover 	{ color: #000078; text-decoration: none; }
ul.list-bereiche a:active 	{ color: #000078; text-decoration: none; }

.mp-meta ul.list-bereiche li.icon-check  a 			{ color: #000078; text-decoration: none; }
.mp-meta ul.list-bereiche li.icon-check  a:visited 	{ color: #000078; text-decoration: none; }

.mp-fremd ul.list-bereiche li.icon-owning  a 			{ color: #000078; text-decoration: none; }
.mp-fremd ul.list-bereiche li.icon-owning  a:visited 	{ color: #000078; text-decoration: none; }

.mp-arbeit ul.list-bereiche li.icon-work  a 			{ color: #000078; text-decoration: none; }
.mp-arbeit ul.list-bereiche li.icon-work  a:visited 	{ color: #000078; text-decoration: none; }

.mp-brand ul.list-bereiche li.icon-flame  a 			{ color: #000078; text-decoration: none; }
.mp-brand ul.list-bereiche li.icon-flame  a:visited 	{ color: #000078; text-decoration: none; }

.mp-wartung ul.list-bereiche li.icon-service  a 			{ color: #000078; text-decoration: none; }
.mp-wartung ul.list-bereiche li.icon-service  a:visited 	{ color: #000078; text-decoration: none; }

.mp-hygiene ul.list-bereiche li.icon-clean  a 			{ color: #000078; text-decoration: none; }
.mp-hygiene ul.list-bereiche li.icon-clean  a:visited 	{ color: #000078; text-decoration: none; }

.mp-sicherheit ul.list-bereiche li.icon-building  a 			{ color: #000078; text-decoration: none; }
.mp-sicherheit ul.list-bereiche li.icon-building  a:visited 	{ color: #000078; text-decoration: none; }

.mp-daten ul.list-bereiche li.icon-data  a 			{ color: #000078; text-decoration: none; }
.mp-daten ul.list-bereiche li.icon-data  a:visited 	{ color: #000078; text-decoration: none; }



/*--- Bottom Disclaimer ---*/

div.disclaimer-article {
	margin: 0 0 1em 0;
	padding: 1em 1em 0 1em;
	border: 1px solid red;
	border-radius: 5px;
	font-weight: 500;
}

/*--- Bottom Disclaimer ---*/

div.disclaimer {
	margin: 5vh 0 1em 0;
	padding: 1em 1em 0 1em;
	font-size: 18px;
	line-height: 1.4em;
	border: 1px solid red;
	border-radius: 5px;
}

/*---- Footer ----*/

footer {
	padding-top: 5vh;
	padding-bottom: 5vh;
	border-top: 3px solid #000078;
	background-color: #eeeeee;
}

div#foot123  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1.7em;
}
@media all and (max-width: 600px)
{
	div#foot123 > div  {
		width: 100%;
	}
	div#foot1 {
		margin: 0 0 2em 0;
	}
}

div#foot1 img {
	margin: 0 0 1em 0;
}

div#foot3 {
	text-align: right;
}
div#foot3 a {
	text-transform: uppercase;
}
div#foot3 i {
	font-size: 0.9em;
}


/*---- j-tooltipp wech ----*/

body div.easy-tooltip-wrapper { display: none !important; }
body div.tooltip.fade.top { display: none !important; }
