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

body {font-family:sans-serif}
body {    
font-family: "Open Sans","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    overflow-y:scroll;
    color: #4C5F73;			/* #4C5F73 von Layout Startseite */			/* color: #33404C;  wenn 300*/
    -webkit-hyphens:manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

@media all and (max-width: 500px)
{
	div[itemprop="articleBody"] {
		-webkit-hyphens: auto;
	    -moz-hyphens: auto;
	    -ms-hyphens: auto;
	    hyphens: auto;
	}
}

p       { padding: 0 0 1em 0; margin: 0;  }
td      { margin: 0; padding: 0; }
table   { border-collapse: collapse; }
strong, b { font-weight: 600; color: #4C5F73;}

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility;
	font-weight: 600;
	color: #4C5F73;
}
h1, h2 {
	font-family: 'Crimson Text', serif;
	margin: 0;
	letter-spacing: 0.01em;
}

h2 {  font-size: 3em; 		line-height: 1.1em;  margin: 0.25em 0; color:#818b55;}
h3 {  font-size: 1.2em;		line-height: 1.3em;  margin: 0 0 0.5em 0;  letter-spacing: 0.05em;}
h4 {  font-size: 0.9em;   	line-height: 1.3em;  margin: 0 0 0.25em 0;  letter-spacing: 0.05em;}
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }


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;
}
a, :focus 	{ outline: 0; }

a 			{ color: #33404C; text-decoration: underline;}
a:visited 	{ color: #33404C; text-decoration: underline;}
a:hover 	{ color: #da4a45; text-decoration: underline;}
a:active 	{ color: #da4a45; text-decoration: underline;}

p.FlexAction a 			{ color: #5c7082; text-decoration: underline;}
p.FlexAction a:visited 	{ color: #5c7082; text-decoration: underline;}
p.FlexAction a:hover 	{ color: #da4a45; text-decoration: underline;}
p.FlexAction a:active 	{ color: #da4a45; text-decoration: underline;}

span.CrimsonKrabbe a 			{ color: #5c7082; text-decoration: underline;}
span.CrimsonKrabbe a:visited 	{ color: #5c7082; text-decoration: underline;}
span.CrimsonKrabbe a:hover 		{ color: #da4a45; text-decoration: underline;}
span.CrimsonKrabbe a:active 	{ color: #da4a45; text-decoration: underline;}


a img 		{ border: 0 none; }

a.wf_file::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    width: 28px;
    padding: 0 2px 0 2px;
}


/*--- diverse ----*/

::-moz-selection {
    color: #000000;
    background: rgba(163, 155, 83, 0.4);
    text-shadow: none;
}
::selection {
    color: #000000;
    background: rgba(163, 155, 83, 0.4);
    text-shadow: none;
}

blockquote {
	margin:0;
	padding: 1em 1.5em 1em 1.5em;
	margin: 0 0 1em 0;
	font-style:italic;
	color: #000000;
	background: #f0f0f0;
	border-left: 5px dotted #880000;
}
blockquote p {
	margin: 0;
	padding: 0;
}

pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
	background-color: #ffffee;
	border: 5px dotted #880000;
	padding: 1em 1.5em 1em 1.5em;
	margin: 0 0 1em 0;
}

.dropcap {
	color: #800;
	float: left;
	font-size: 3.2em;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

/*---- Schriftformate ----*/

span.CrimsonKrabbe {
	font-family: 'Crimson Text', times, serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 400;
	font-style: italic;
	color: #5c7082;
}

@media all and (max-width: 799px)
{
	span.CrimsonKrabbe {
		font-size: 22px;
		line-height: 1.2em;
	}
}

span.CrimsonItalic400 {
/* 	font-family: 'Crimson Text', times, serif; */
	font-family: times, serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1em;
	font-style: italic;
	color: #5c7082;
}

/*
span.CrimsonItalic600 {
	font-family: 'Crimson Text', times, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.25em;
}
*/

/*---- Zahl in H2 - Stationstitel ----*/

img.StationZahlTitelH2 {
	height: 0.85em;
	width: auto;
	padding: 0 0.3em 0 0;
	margin-bottom: -5px;
}
@media all and (max-width: 550px)
{
	h2 {
		font-size: 2.5em;
		line-height: 0.9em;
	}
	img.StationZahlTitelH2 {
		height: 1em;
		display: block;
		margin: 0 auto 0.5em 0;
	}
}


/*---- Action! ----*/

p.FlexAction {
	padding: 4% 0 0 0;
	display: table;
}

p.FlexAction.Action1Zeilig {	
}

p.FlexAction > span {
	display: table-cell;
	vertical-align: top;
}
p.FlexAction > span.ActionIcon {
	padding: 0 1.2em 0 0;
}
p.FlexAction > span.ActionIcon img {
	height: 1.9em;
	width: auto;
	margin-top: 0.2em;
}
p.FlexAction > span.ActionText {
}
p.FlexAction.Action1Zeilig > span.ActionText {	
	padding: 0.3em 0 0 0;
}


/*---- FlexBox in Beiträgen ----*/

div.FlexIt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.FlexIt > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
div.FlexIt > div.Flex33 { width: 33%; }
div.FlexIt > div.Flex50 { width: 50%; }
div.FlexIt > div.Flex66 { width: 66%; }

div.FlexIt > div.Flex50.FlexTeaser { width: 48%; }
div.FlexIt > div.Flex33.FlexTeaser { width: 31%; }


div.FlexIt.StationTeaser > div {
	margin-bottom: 1em;
}

@media all and (max-width: 900px)
{
	div.FlexIt.StationTeaser {
		font-size: 0.9em;	
	}
}
@media all and (max-width: 800px)
{
	div.FlexIt.StationTeaser > div.Flex33.FlexTeaser {
		width: 48%;
		font-size: 1em;	
	}
}
@media all and (max-width: 600px)
{
	div.FlexIt.StationTeaser > div.Flex33.FlexTeaser {
		width: 100%;
		font-size: 1em;	
	}
}
@media all and (max-width: 700px)
{
	div.FlexIt.StationTeaser > div.Flex50.FlexTeaser {
		width: 100%;
		font-size: 1em;	
	}
}


@media all and (max-width: 599px)
{
	div.FlexIt.FlexKrabbe > div.Flex33 {
		width: 100%;
		order: 2;
	}
	div.FlexIt.FlexKrabbe > div.Flex33 img {
		width: 60%;
		max-width: 250px;
	}
	div.FlexIt.FlexKrabbe div.Flex33:last-child {
		text-align: right;
	}
	div.FlexIt.FlexKrabbe > div.Flex66 {
		width: 100%;
		order: 1;
	}
}

@media all and (max-width: 750px)
{
	div.FlexIt.FlexStartKrabbe > div.Flex33 {
		width: 100%;
	}
	div.FlexIt.FlexStartKrabbe > div.Flex33 img {
		width: 60%;
		max-width: 250px;
	}
	div.FlexIt.FlexStartKrabbe > div.Flex66 {
		width: 100%;
	}
}


div.FlexTeaser span {
	letter-spacing: 0.05em;
	vertical-align: middle;
	color: #4C5F73;
	font-weight: 600;
}
div.FlexTeaser a			span { color: #4C5F73; text-decoration: none; font-weight: 600;}
div.FlexTeaser a:visited 	span { color: #4C5F73; text-decoration: none; font-weight: 600;}
div.FlexTeaser a:hover 		span { color: #D73F2A; text-decoration: none; font-weight: 600;}
div.FlexTeaser a:active 	span { color: #D73F2A; text-decoration: none; font-weight: 600;}

div.FlexIt img {
	width: 100%;
	height: auto;
}



div.FlexIt.StationDetail {
	margin-top: 2%;
}
div.FlexIt.StationDetail > div.Flex33 { width: 37%; }
div.FlexIt.StationDetail > div.Flex66 { width: 60%; }
div.StationDetail img {
	margin-top: 5px;
}
@media all and (max-width: 600px)
{
	div.FlexIt.StationDetail > div.Flex33 { width: 100%; }
	div.FlexIt.StationDetail > div.Flex66 { width: 100%; }
	div.StationDetail img {
		margin: 5px 0 20px 0;
	}
}

div.StationTeaser span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}

div.StationTeaser.RundgangTeaser span {
	margin-top: 3px;
}
div.StationTeaser.RundgangTeaser span.SpanStationName {
	margin-top: 1px;
}

span.SpanStationZahl {
	position: relative;
}
div.FlexIt img.StationZahl,
div.FlexIt img.StationZahlr {
	height: 1.5em;
	width: auto;
	margin-right: 0.5em;
}
div.FlexIt img.StationZahlr {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-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.FlexIt.StationTeaser div.FlexTeaser a:hover img.StationZahlr {
	opacity: 1;
}

span.SpanStationName {
	font-size: 0.9em;
}
span.SpanStationName.SpanIcon {
	width: 100%;
	position: relative;
}

span.SpanStationName.SpanIcon::after {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
    content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
    line-height: inherit;
}
span.SpanStationName.SpanIcon.SpanIconArticle::after {
    content: "\f0c9";			/* f039 vier */  /* f0c9 drei */			/* SpanIcon SpanIconArticle */
    font-size: 0.95em;
}
span.SpanStationName.SpanIcon.SpanIconImage::after {
    content: "\f2fa";			/* f0c8 square */ /* f2fa landscape */		/* SpanIcon SpanIconImage */
}



/*---- Icons Inline im Text wenn einzeilig ----*/

span.TextIcon {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.5em;
}
img.TextIconImg {
	height: 1.5em;
	width: auto;
}
span.TextIconText {
	display: inline-block;
	vertical-align: middle;
}

/*---- Icons Inline im Text wenn mehrzeilig ----*/

img.TextIconDropCap {
	float: left;
	width: 2.5em;
	height: auto;
	margin: 0.1em 1em 0 0;
}

/*---- Zurück zur Stationsbeschreibung wenn Detail-Beitrag ----*/

div.StationBack {
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
	padding: 5% 0 3% 0;
}



/*---- print via Browser (copied from Joomla Protostar-Template ----*/
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		font-size: 100% !important;
		font-family: arial, sans-serif !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	nav {
		display: none;
	}
	.mobileonly {
		display: none;
	}
	#content_outright {
		float:none;
		width: 100%;
	}
	#rightcolumn {
	    width: 100%;
		float: none;
	}
	#rightcolumn div.moduletable {
		border-top: 1px solid #eeeeee;
		padding: 2.5% 0 2.5% 0;
	}
	#leftcolumn {
	    width: 100%;
		float: none;
	}
	#leftcolumn div.moduletable {
		border-top: 1px solid #eeeeee;
		padding: 2.5% 0 2.5% 0;
	}
	body:before {
		display: none;
	}
	body {
		height: auto;
	}
}


/*---- JCE Editor Spezial ----*/

body.jce-content, body.jce-content td, body.jce-content pre  {
	font-size: 18px;
	background: #ffffff;
}
img.wf_file_icon {
    height: 30px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: text-bottom !important;
 }