/*
**********************************************
***      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 #880000; margin: 2.5em 0; }
ul { 
	list-style: disc outside;
	margin: 0 0 0 1.5em;
	padding: 0 0 1em 0;
}
ol { 
	list-style: decimal outside; 
	margin: 0 0 0 1.5em;
	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: 8vh 0 5vh 0;
	text-align: left;
}
/*
.mp-start section#content {
	padding: 0vh 0 5vh 0;
	text-align: center;
}
*/
@media all and (max-width: 750px)
{
	section#content {
		padding: 3vh 0 5vh 0;
	}
}

/*---- Header ----*/


div#headtop123 a 			{ color: #009ddf; text-decoration: none; }
div#headtop123 a:visited 	{ color: #009ddf; text-decoration: none; }
div#headtop123 a:hover 		{ color: #91be06; text-decoration: none; }
div#headtop123 a:active 	{ color: #91be06; text-decoration: none; }

div#headtop_container {
	padding: 5vh 0 5vh 0;
	line-height: 1em;
}

div#headtop123 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#headtop123 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: center;
}

div#headtop1 img {
	width: 450px;
	height: auto;
}

div#headtop3 {
	font-size: 40px;
}
div#headtop3 a {
	display: inline-block;
	margin-left: 0.5em;
}

@media all and (max-width: 650px)
{
	div#headtop1 {
		width: 100%;
		margin: 0 0 2em 0;
	}
	div#headtop1 img {
		width: 100%;
		height: auto;
	}
	div#headtop3 {
		width: 100%;
		text-align: left;
	}
}



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

.blog-items.columns-2 h2 {
	font-size: 1.2em;
}
.blog-items.columns-2 p {
	font-size: 0.9em;
}

.blog-item {
	margin: 0 0 2em 0;
}
.blog-item::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	content: '';
	clear: both;
}

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

.items-more {
        padding: 5px;
}
.category-desc {
    margin: 0 0 2em 0;
}


/*--- teaser ----*/


div.teaser-start {
	margin: 0 0 2em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.teaser-start > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 48%;
	margin: 0 0 2em 0;
}

div.teaser-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	border: 7px solid #858788;
	position: relative;
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
div.teaser-item.teaser-idee {
	border: 7px solid #009ddf;
}
div.teaser-item.teaser-angebot {
	border: 7px solid #e10015;
}
div.teaser-item.teaser-team {
	border: 7px solid #fcc100;
}
div.teaser-item.teaser-erfahrung {
	border: 7px solid #91be06;
}
div.teaser-item > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: center;
	width: 50%;
}

div.teaser-text {
	text-align: center;
	padding: 0 1em;
}
div.teaser-text h4 {
	margin: 0 0 1em 0;
	font-weight: 500;
}
div.teaser-text p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.9em;
}


div.teaser-image {
	font-size: 0;
	line-height: 0;
}
div.teaser-image img {
	width: 100%;
	height: auto;
}

span.teaser-link {
	font-size: 0;
	line-height: 0;
	color: transparent;
}
span.teaser-link a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
div.teaser-item:hover {
	border: 7px solid #858788;
}

@media all and (max-width: 900px)
{
	div.teaser-start > div {
		width: 100%;
		margin: 0 0 1em 0;
	}
	div.teaser-text {
		text-align: center;
		padding: 0 0.5em;
	}
	div.teaser-text h4 {
		margin: 0 0 0.25em 0;
		font-weight: 500;
	}
	div.teaser-item {
		border: 3px solid #858788;
	}
	div.teaser-item.teaser-idee {
		border: 3px solid #009ddf;
	}
	div.teaser-item.teaser-angebot {
		border: 3px solid #e10015;
	}
	div.teaser-item.teaser-team {
		border: 3px solid #fcc100;
	}
	div.teaser-item.teaser-erfahrung {
		border: 3px solid #91be06;
	}
	div.teaser-item:hover {
		border: 3px solid #858788;
	}
}


/*--- newsflash ----*/

div.startnews {
	padding: 6vh 0 0 0;
	text-align: center;
}
div.newsflash {
	
}

div.newsflash {
	margin: 2em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.newsflash > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 48%;
	margin: 0 0 2em 0;
}

div.mod-articlesnews__item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	border: 7px solid #858788;
	position: relative;
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
div.mod-articlesnews__item > figure,
div.mod-articlesnews__item > h4 {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: center;
	width: 50%;
}
div.mod-articlesnews__item  h4 {
	text-align: center;
	margin: 0;
	padding: 0 1em;
}

figure.newsflash-image {
	font-size: 0;
	line-height: 0;
}
figure.newsflash-image img {
	width: 100%;
	height: auto;
}

div.newsflash p.readmore {
	font-size: 0;
	line-height: 0;
	color: transparent;
}
div.newsflash p.readmore a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
div.mod-articlesnews__item:hover {
	border: 7px solid #009ddf;
}

@media all and (max-width: 900px)
{
	div.newsflash > div {
		width: 100%;
		margin: 0 0 1em 0;
	}
	div.mod-articlesnews__item {
		border: 3px solid #858788;
	}
	div.mod-articlesnews__item:hover {
		border: 3px solid #009ddf;
	}
}

/*----pagenav ----*/

ul.pagenav {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
	width: 100%;
}
ul.pagenav li {
	padding: 0;
	margin:	0;
	display: inline-block;
}
ul.pagenav li.previous {
}
ul.pagenav li.next {
	float: right;
}
ul.pagenav li a {
	text-decoration: none;
}
ul.pagenav li span {
	display: inline-block;
    height: auto;
    line-height: auto;
    width: auto;
}
ul.pagenav::before {
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	content: '';
	clear: both;	
}

/*---- pagination ----*/

nav.pagination__wrapper {
}
ul.pagination {
    list-style-type: none;
    margin: 1em 0 1em 0;
    padding: 0;
    text-align:left;
}
ul.pagination li {
    display: inline-block;
    padding: 0 0.5em 0 0.5em;
    margin:	0;
    font-size: 1.3em;
}

span.icon-angle-double-left,
span.icon-angle-left,
span.icon-angle-right,
span.icon-angle-double-right  {

}
span.icon-angle-double-left::after,
span.icon-angle-left::after,
span.icon-angle-right::after,
span.icon-angle-double-right::after  {
	content: '\f323';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1em;
    padding: 2px;
}
span.icon-angle-left::after {
	content: '\f053';
}
span.icon-angle-right::after {
	content: '\f054';
}
span.icon-angle-double-right::after {
	content: '\f324';
}


ul.pagination li.disabled {
	color: #bbbbbb;
}
ul.pagination li.active a {
	text-decoration: none;
	font-weight: bold;
}
ul.pagination li.active a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00574b;
}
ul.pagination a {
	font-size: 0.9em;
}

p.counter {
	font-weight: normal;
	text-align: right;
	clear: both;
}

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


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

footer {
	padding-top: 5vh;
	padding-bottom: 5vh;
	background-color: #858788;
	color: #ffffff;
	font-weight: 500;
}

footer strong,
footer b {
	color: #ffffff;
}

body.mp-blue footer {
	background-color: #1386b8;
}
body.mp-red footer {
	background-color: #be0e13;
}
body.mp-yellow footer {
	background-color: #efa90c;
}
body.mp-green footer {
	background-color: #7ea41d;
}
body.mp-grey footer {
	background-color: #6e7071;
}

footer a 			{ color: #ffffff; text-decoration: none; }
footer a:visited 	{ color: #ffffff; text-decoration: none; }
footer a:hover 		{ color: #ffffff; text-decoration: underline; }
footer a:active 	{ color: #ffffff; text-decoration: underline; }

div#foot123 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#foot123 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: flex-end;
}

div#foot1 img {
	width: 300px;
	height: auto;
}

div#foot3 {
	text-align: right;
}
div#foot3 i {
	font-size: 0.8em;
	margin-left: 0.5em;
	font-weight: 900;
}
@media all and (max-width: 750px)
{
	footer div.mod-custom > div {
		line-height: 2.5em;
	}
}
@media all and (max-width: 650px)
{
	div#foot123 > div {
		width: 100%;
	}
	div#foot1 {
		margin: 0 0 1em 0;
	}
	div#foot1 img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
}

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

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