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


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

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

header 			{ background-color: #ffffff;  position: relative; z-index: 1;} 
/* section#banner 	{ position: relative; z-index: 2;} */
section#content { background-color: #ffffff;  position: relative; z-index: 3;}
footer			{ z-index: 0; }

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

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

header::after {
	content: '';
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 0 -1em;
	background: url('../images/schmetterling-01.svg');
	background-position: right top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 91px;
}


@media all and (min-width: 1400px) { header::after { margin: 0 auto 0 auto;} }
@media all and (max-width: 1200px) { header::after { height: 85px; } }
@media all and (max-width:  800px) { header::after { height: 70px; } }
@media all and (max-width:  600px) { header::after { height: 60px; } }
@media all and (max-width:  400px) { header::after { display: none; } }


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


div#headtop123 {
	padding: 0;
	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: flex-start;
}


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


div#headtop3 {}
div.headicons {
	margin: 5vh 0 0 0;
}
div.headicons ul {
	list-style: none;
}
div.headicons ul li {
	display: inline-block;
	font-size: 40px;
	line-height: 1em;
	margin: 0 0 0 1em;
}
div.headicons ul li:first-child {
	margin: 0 0 0 0;
}

div.headicons a 			{ color: rgba(0, 61, 126, 0.85); text-decoration: none; }	/* #003b7c */
div.headicons a:visited 	{ color: rgba(0, 61, 126, 0.85); text-decoration: none; }
div.headicons a:hover 		{ color: #f28e00; text-decoration: none; }
div.headicons a:active 		{ color: #f28e00; text-decoration: none; }


@media all and (max-width: 700px)
{
	div#headtop123 > div#headtop1 { order:2}
	div#headtop123 > div#headtop3 { order:1}
	
	div#headtop3 { width: 100%; text-align: right; }
	div.headicons {
		margin: 2vh 0 0 0;
	}
	div.headicons ul li {
		font-size: 30px;
	}

	
	div#headtop1 { width: 100%; text-align: center; }
	div#headtop1 img {
		margin: 3vh 0 0 0;
		width: 90%;
		height: auto;
	}
}



/*--- Top Panel ----*/

div#header_container {
	position: relative;
}
div#toppanel {
	position: absolute;
	top: 6em;
	right: 0;
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all .35s ease-in;
       -moz-transition: all .35s ease-in;
        -ms-transition: all .35s ease-in;
         -o-transition: all .35s ease-in;
            transition: all .35s ease-in;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 0 1em 1em;
}
@media all and (max-width: 1024px) 
{
	div#toppanel { top: 12vh; }
}
@media all and (max-width: 813px) and (orientation: landscape)
{
	div#toppanel { top: 20vh; }
}


body.ShowMenu div#toppanel {
	opacity: 1;
	max-height: 180px;
}


div#toppanel ul {
	list-style: none;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
div#toppanel ul li {
	margin: 0.1em 0 0 0;
	padding: 0;
	font-size: 0.9em;
}
div#toppanel ul li:first-child {
	margin: 0;
	padding: 0;
}

div#toppanel ul li a 			{ color: #003b7c; text-decoration: none; }
div#toppanel ul li a:visited 	{ color: #003b7c; text-decoration: none; }
div#toppanel ul li a:hover 		{ color: #f28e00; text-decoration: none; }
div#toppanel ul li a:active 	{ color: #f28e00; text-decoration: none; }

/* div#toppanel ul li a i 			{ color: #f28e00; text-decoration: none; } */

body.ShowMenu div.headicons i.fa-bars {
	color: #f28e00;
}


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

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

.cols-2, .cols-3, .cols-4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.35em;
	
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.cols-2 > div {
    width: 50%;
    flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-2 .column-1 {
	margin-right: 5vw;
}
.cols-2 .column-2 {
	margin-left: 3vw;
}

.cols-3 > div {
	width:33.33%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-3 .column-1 {
	margin-right: 30px;
}
.cols-3 .column-2 {
	margin-left: 15px;
	margin-right: 15px;
}
.cols-3 .column-3 {
	margin-left: 30px;
}

.cols-4 > div {
	width: 25%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-4 .column-1 {
	margin-right: 20px;
}
.cols-4 .column-2,
.cols-4 .column-3 {
	margin-left: 10px;
	margin-right: 10px;
}
.cols-4 .column-4 {
	margin-left: 20px;
}

.items-leading, .items-row {
	margin-bottom: 10vh;
	padding-bottom: 2px;
}

/*
.items-row, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
        margin-bottom: 10vh;
}
*/

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

@media all and (max-width: 800px)
{
	.cols-2 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		margin: 0;
		font-size: inherit;
		line-height: inherit;
	}
	
	.cols-2 > div {
	    width: 100%;
	    flex-grow: 0;
		flex-basis: auto;
		align-self: stretch;
	}
	.cols-2 .column-1 {
		margin-right: 0;
	}
	.cols-2 .column-2 {
		margin-left: 0;
	}
	
	.items-leading {
		margin-bottom: 3em;
		padding-bottom: 2px;
	}
	.items-row {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.item {
		margin-bottom: 3em;
		padding-bottom: 2px;
	}
}


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

ul.pagenav {
	list-style-type: none;
	margin: 5vh 0 3vh 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::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	content: '';
	clear: both;	
}

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

div.pagination {
}
div.pagination ul {
    list-style-type: none;
    margin: 1em 0 1em 0;
    padding: 0;
    text-align:center;
}
div.pagination li {
    display: inline-block;
    padding: 0 0 0 0;
    margin:	0;
    font-size: 1.3em;
}
div.pagination li.disabled a {
	color: #bbbbbb;
}
div.pagination li.active a {
	text-decoration: none;
	font-weight: normal;
	color: #003b7c;
}
div.pagination li.active a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #003b7c;
}
div.pagination a {
	font-size: 0.9em;
	padding: 0 1em;
}
div.pagination [class^="icon-"] {

}
div.pagination [class^="icon-"]::before {
	vertical-align: bottom;
	width: 20px;
}

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



/*---- Readmore ----*/

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

p.readmore {
	text-align: left;
}
p.readmore a i {
	margin-left: 0.5em;
}


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


/*---- Tags am Beitrag ----*/

ul.tags {
	list-style: none;
	padding: 0;
	margin: 5vh 0 0 0;
	font-size: 0.9em;
}
div.blog ul.tags {
	list-style: none;
	padding: 0;
	margin: 1.5em 0 0 0;
	font-size: 0.9em;
}
ul.tags li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 0.25em 0.5em 0;
}

ul.tags li a {
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
    display: inline-block;
	background-color: #e1f0f4;
	border: 1px solid rgba(172, 207, 217, 0.3);
	padding: 0.3em 1.5em;
	border-radius: 200px;
}
ul.tags li a 			{ color: #003b7c; text-decoration: none; }
ul.tags li a:visited 	{ color: #003b7c; text-decoration: none; }
ul.tags li a:hover 		{ color: #003b7c; text-decoration: none; background-color: #ffffff; border: 1px solid #accfda;}
ul.tags li a:active 	{ color: #003b7c; text-decoration: none; background-color: #ffffff; border: 1px solid #accfda;}

@media all and (max-width: 800px)
{
	div.blog ul.tags {
	    margin: 0.5em 0 0 0;
	}
}
/*---- Tag Listen ----*/

div.tag-category {
	
}
div.tag-category.mp-alltags > h2 {
	text-align: center;
}
div.tag-category.mp-alltags div.category-desc {
	text-align: center;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

div.tag-category ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.tag-category ul li {
	margin: 0 0 7vh 0;
	padding: 0 0 0 0;
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: flex-start;
	width: 45%;
}
@media all and (max-width: 800px)
{
	div.tag-category ul li {
		margin: 0 0 7vh 0;
		width: 100%;
	}
}

div.tag-category h3 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 1em;
	position: relative;
	text-decoration: none;
}
/* div.tag-category h3 a::before, */
div.tag-category h3 a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	line-height: 1;
	font-size: 0.9em;
	position: absolute;
	top: 0.15em;
	right: 0em;
	content: "\f324";
	opacity: 1;
/* 	color: #f28e00; */
}
/*
div.tag-category h3 a::after {
	content: "\10f324";
	opacity: .4;
}
*/
div.tag-category h3 a 			{ color: #133c78; text-decoration: none; }
div.tag-category h3 a:visited 	{ color: #133c78; text-decoration: none; }
div.tag-category h3 a:hover 	{ color: #f28e00;; text-decoration: none; }
div.tag-category h3 a:active 	{ color: #f28e00; text-decoration: none; }

div.mod-TagHeader {
	margin: 2vh auto 4vh auto;
	max-width: 920px;
}

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

footer {
	padding-top: 10vh;
	padding-bottom: 10vh;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #003666 /* #003b7c */;
}

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

div#foot1 {}
div#foot1 img {
	width: 100%;
	max-width: 420px;
	height: auto;
}

div#foot3 {
	text-align: right;
}
div#foot3 p {
	padding: 0 0 0.5em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
}
div#foot3 p:last-child {
	padding: 0;
}

div#foot3 a 			{ color: #ffffff; text-decoration: none; }
div#foot3 a:visited 	{ color: #ffffff; text-decoration: none; }
div#foot3 a:hover 		{ color: #ffffff; text-decoration: none; }
div#foot3 a:active 		{ color: #ffffff; text-decoration: none; }

@media all and (max-width: 700px)
{
	footer {
		padding-top: 5vh;
		padding-bottom: 5vh;
	}
	div#foot123 > div#foot1 { order:2}
	div#foot123 > div#foot3 { order:1; margin-bottom: 3vh;}
	
	div#foot3 { width: 100%; text-align: right; }

	
	div#foot1 { width: 100%; text-align: center; }
	div#foot1 img {
		margin: 3vh 0 0 0;
		width: 90%;
		height: auto;
	}
}


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

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