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

/* ==========================================================================
   Modern Base / Reset
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { background: #fff; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html,body {margin: 0;padding: 0;}
body {min-height: 100vh;}
body,h1, h2, h3, h4, h5, h6,p,figure,blockquote,dl,dd {margin: 0;}
ul,ol {margin: 0;padding: 0;}
img,picture,svg,video,canvas,object,iframe {display: block;max-width: 100%;}
img,picture {height: auto;}
input,button,textarea,select {font: inherit;}
textarea {resize: vertical;}
button,input,select,textarea {margin: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset {border: 0;}
[hidden] {display: none !important;}
:focus-visible {outline: 2px solid currentColor;outline-offset: 2px;}
iframe {
	outline: none;
	outline-offset: 0;
	border: none;
}

/*----------- some basics -----------*/
small { font-size: .875em; }
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; }
dt { font-weight: 700; }
hr { border: 0; border-top: 1px solid #880000; margin: 2.5em 0;}

.clr 	{ clear:both; }
.clearfix::after,
div[itemprop="articleBody"]::after {
	content: "";
	display: table;
	clear: both;
}

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

#wrapper-a,
#wrapper-b,
#wrapper-c,
#wrapper-cc,
#wrapper-d,
#foot_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
section#content {
	padding: 5vh 0 8vh 0;
	text-align: left;
}

/*--- Header ---*/

header {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
#headtop123 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

#headtop3 a 			{ color: #959799; text-decoration: none; }
#headtop3 a:visited 	{ color: #959799; text-decoration: none; }
#headtop3 a:hover 		{ color: #bb1823; text-decoration: none; }
#headtop3 a:active 		{ color: #bb1823; text-decoration: none; }

#headtop3 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}


/*--- Content Aufteilung ---*/
div#container {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
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;
	}
}

/*--- Abstände ---*/

.category-desc, .blog-item {
	margin: 0 0 5vh 0;
}


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

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

footer {
	padding-top: 5vh;
	padding-bottom: 5vh;
	background-color: rgb(156, 155, 155);
}
#foot123 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#foot1 {
	text-transform: uppercase;
	line-height: 1em;
}
#foot1 p {
	padding: 0 0 0.75em 0;
}
#foot1 p:last-child {
	padding: 0;
}

#foot3 {
}
#foot3 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

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

@media all and (max-width: 600px)
{
	#foot123 {
		flex-direction: column;
	}
	#foot1 {
		align-self: flex-start;
	}
	#foot3 {
		margin-top: 2em;
	}
}

/*---- j-tooltipp wech ----*/
body div.easy-tooltip-wrapper { display: none !important; }
body div.tooltip.fade.top { display: none !important; }
