/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

MadCap|miniTocProxy.MGminiTOC
{
	mc-toc-depth: 2;
}

/*<meta sourceDocument="C:\Users\raphael.cappel\Documents\Meine Projekte\MGMoonrise\de\Routen vergleichen.docx" />*/

p
{
	color: #000000;
	font-family: Arial;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0;
	margin: 0;
	font-size: 1em;
	line-height: 20pt;
	padding-top: 3pt;
	mc-hyphenate: always;
	mc-hyphenate-shortest-word: 7;
	mc-hyphenate-shortest-prefix: 3;
	mc-hyphenate-shortest-suffix: 3;
	mc-hyphenate-maximum-adjacent-line-count: 3;
	max-width: 1148px;
}

/* Headings */

h1
{
	text-align: left;
	font-family: Arial;
	font-size: 2em;
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 3px;
	color: #111111;
}

h2
{
	text-align: left;
	font-family: Arial;
	margin-bottom: 2pt;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 2px;
	color: #111111;
	margin-top: 16pt;
}

h3
{
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-top: 10pt;
	font-size: 1.3 em;
	color: #111111;
}

h4
{
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 2pt;
	font-size: 1.3em;
	margin-top: 10pt;
	color: #111111;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

body
{
	color: #c7c8d0;
	font-family: Arial;
	margin-top: 50px;
	background-attachment: fixed;
	background-size: cover;
	margin-right: 10px;
	background-image: url('../Images/BKGR_home.png');
}

.body-container
{
	padding-left: 2%;
	padding-top: 0%;
	/* box-shadow: 8px 8px 5px #d0d0d0; */
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

.fade-img
{
	position: relative;
}

.fade-img:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	height: 40%;
}

img.img-full
{
	object-fit: contain;
	box-shadow: 8px 8px 5px #d0d0d0;
	border: solid 1px #ffffff;
}

img.img-split400px
{
	object-fit: contain;
	box-shadow: 8px 8px 5px #d0d0d0;
	box-shadow: 8px 8px 5px #d0d0d0;
	border: solid 1px #ffffff;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
	mc-thumbnail: none;
	width: 400px;
}

img.humbug
{
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 1024px;
	max-width: 1024px;
}

col.text-img
{
	padding-right: 4px;
}

img.img-split300px
{
	box-shadow: 8px 8px 5px #d0d0d0;
	border: solid 1px #ffffff;
	mc-thumbnail-max-width: 300px;
	mc-thumbnail-max-height: auto;
	mc-thumbnail: none;
	object-fit: contain;
	width: 287px;
}

img.icon-32
{
	padding-right: 4px;
	border: solid 2px #000000;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-radius: 8px;
	max-height: 32px;
	max-width: auto;
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-image: url('../Images/ICON_info.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

p.table-text
{
	font-size: 12pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: transparent;
	padding-top: 0;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #ffffff;
	padding-top: 0;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f0f0f0;
	padding: 2%;
	color: #000000;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: hidden;
	padding: 0px 60px;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	min-height: 62px;
	background-position: 8px 8px;
	max-width: 1148px;
	background-image: url('../Images/ICON_info.png');
	margin-bottom: 15px;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../Images/HERO_Truck_depot.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5%;
	padding-top: 5%;
	max-height: 150px;
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 36pt;
	text-align: right;
	padding: 0;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	position: fixed;
	border-bottom-color: #000000;
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	mc-breadcrumbs-count: 5;
}

/* Links */

a
{
	color: #203278;
	font-weight: bold;
	text-decoration: underline;
}

a:link
{
	color: #203278;
}

a:visited
{
	color: #203278;
}

MadCap|dropDown
{
	border-bottom: 1px solid #ffffff;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/ICON_minus.png');
	mc-closed-image: url('../Images/ICON_plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #111111;
	font-size: 1.5em;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: #c7c8d0;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #203278;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #203278;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	color: #000000;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: #203278;
	padding: 2% 5%;
}

.home-footer-logo
{
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #FFFFFF;
}

p.footer-sub
{
	color: #FFFFFF;
	font-size: 14pt;
	margin-top: 14px;
}

td
{
	color: #000000;
}

table
{
	padding-top: 3pt;
}

MadCap|miniTocProxy
{
	border-top-style: none;
}

p.MiniTOC1
{
	font-size: 1.5em;
	margin-bottom: 2pt;
	font-weight: normal;
	margin-top: 4pt;
	padding-top: 8px;
	padding-bottom: 2px;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

MadCap|xref.hier
{
	mc-format: 'here';
}

b.emphasize
{
	font-weight: bold;
}

h1.h1Index
{
	font-weight: bold;
	text-align: right;
	font-size: 20pt;
	color: #FFFFFF;
	text-shadow: 2px 2px #c7c8d0;
}

MadCap|xref.AnyText
{
	mc-format: '{paratext}';
}

img.icon-32-noframe
{
	padding-right: 4px;
	max-height: 32px;
	max-width: auto;
}

img.img-shadow
{
	box-shadow: 8px 8px 5px #d0d0d0;
}

div.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: hidden;
	padding: 0px 60px;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	max-width: 1024px;
	min-height: 62px;
	background-position: 8px 8px;
	background-image: url('../Images/ICON_warning.png');
	margin-bottom: 15px;
}

div.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: hidden;
	padding: 0px 60px;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	max-width: 1024px;
	min-height: 62px;
	background-position: 8px 8px;
	background-image: url('../Images/ICON_tip.png');
	margin-bottom: 15px;
}

div.example
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: hidden;
	padding: 0px 60px;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	max-width: 1024px;
	min-height: 62px;
	background-position: 8px 8px;
	background-image: url('../Images/ICON_example.png');
	margin-bottom: 15px;
}

img.intable
{
	border: none;
	box-shadow: 8px 8px 5px #d0d0d0;
	min-width: 150px;
}

