@charset "UTF-8";
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

Madcap|relationshipsHeading.concept
{
	mc-label: 'Erklärungen';
}

Madcap|relationshipsHeading.task
{
	mc-label: 'Tätigkeiten';
}

Madcap|relationshipsHeading.Reference
{
	mc-label: 'Tabellen und Daten';
}

div.CardStrip
{
	background: linear-gradient(120deg, #E51B38, #4C62AE, #73EBEA);
	height: 500px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	flex-wrap: wrap;
	row-gap: 3rem;
}

div.Card
{
	width: 33%;
	height: 500px;
	position: relative;
	background: hsl(0 0 0% / 0.5);
	transition: all 0.2s ease;
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
	cursor: pointer;
}

div.Card:hover
{
	background: hsl(from var(--MainColor) h 100% 50% / 1);
}

.CardStart,
.CardEnd
{
	width: 20%;
	height: 100%;
	shape-margin: 1rem;
	/*background: grey;*/
}

.CardStart
{
	float: left;
	shape-outside: polygon(0 0, 100% 0, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.CardEnd
{
	float: right;
	shape-outside: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

div.CardContent a,
div.CardContent a:hover
{
	color: #fff;
	text-decoration: none !important;
}

div.CardTitle
{
	display: flex;
	align-items: center;
	min-height: 70px;
	max-height: 70px;
	overflow: hidden;
	margin: 0.5em 0;
	padding-top: 5px;
}

p.CardTitle
{
	font-size: 1.15em;
	font-weight: bold;

}

p.CardText
{
	font-size: 0.95em;
	line-height: 1.5em;
	text-align: justify;
}

img.CardImage
{
	--margin: 2rem;
	--slant: 20%;
	margin-block: 0;
	margin-inline: calc(var(--margin) * -1);
	margin-inline: calc(var(--slant) * -1);
	padding: 0;
	display: inline;
	inline-size: calc(100% + (var(--margin) * 2));
	inline-size: 100%;
	block-size: 13rem;
	object-fit: cover;
	object-position: center;
}

ul.menu._Skins_TopicMenu.mc-component li > a.selected
{
	display: none;
}

p.nav_workflow
{
	font-size: 0.8em;
	margin-left: 5px;
	line-height: 0.1em;
}

div.nav_bar
{
	margin-top: 30px;
}

.nav_button
{
	font-family: 'Barlow', sans-serif;
	line-height: 38px;
	overflow: hidden;
	background: #cecece;
	color: #45494c;
	font-size: 0.75em;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin: 0 5px;
	min-width: 135px;
	height: 37px;
	/*vertical-align: middle;*/
}

.nav_button a, .nav_button a:visited
{
	text-decoration: none;
	color: inherit;
}

.nav_button:hover
{
	color: #fff;
}

.nav_button_space
{
	margin: 0 5px; 
}

.nav_button:hover
{
	background: #e51b38;
}

div.GraphLine
{
	height: 2px;
	width: 100%;
	background-color: #C4C6CD;
	position: relative;
	top: 40px;
	text-align: right;
}

div.GraphLine p
{
	line-height: 0px;
	position: relative;
	top: -8px;
	color: #C4C6CD;
	text-align:right;
	font-size: 18px;
}

div.Graph
{
	font-size: 0.9em;
	text-align: center;
}

div.Graph::after
{
	clear: both;
}

div.GraphIcon
{
	position: relative;
	top: 3px;
	z-index:100;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	background-color: #C4C6CD;
	border-radius: 50%;
}

div.GraphIcon:hover
{
	transform: scale(1.2);
	transition: all 300ms ease;
}

div.GraphIcon > a, div.GraphIcon > a:hover
{
	text-decoration: none;
	color: #fff;
}

div.columns
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
}

div.columns > div
{
	position: relative;
	float: left;
	display: grid;
	justify-items: center;
}

div.columns::before
{
	content: ' ';
	display: table;
}

div.columns::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.columns > div:first-child:nth-last-child(1)
{
	width: 100%;
}

div.columns > div:nth-child(1):nth-last-child(2),
div.columns > div:nth-child(2):nth-last-child(1)
{
	width: 50%;
	padding: 0 5px 0 5px;
}

div.columns > div:nth-child(1):nth-last-child(3),
div.columns > div:nth-child(2):nth-last-child(2),
div.columns > div:nth-child(3):nth-last-child(1)
{
	width: 33.3%;
	padding: 0 5px 0 5px;
}

div.columns > div:nth-child(1):nth-last-child(4),
div.columns > div:nth-child(2):nth-last-child(3),
div.columns > div:nth-child(3):nth-last-child(2),
div.columns > div:nth-child(4):nth-last-child(1)
{
	width: 25%;
	padding: 0 5px 0 5px;
}

div.columns > div:nth-child(1):nth-last-child(5),
div.columns > div:nth-child(2):nth-last-child(4),
div.columns > div:nth-child(3):nth-last-child(3),
div.columns > div:nth-child(4):nth-last-child(2),
div.columns > div:nth-child(5):nth-last-child(1)
{
	width: 20%;
	padding: 0 5px 0 5px;
}

p.IconTable
{
	font-size: 2.25em;
}

/* begin styles for tabs */

ul.tabs
{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #A9ABB1;
}

ul.tabs .tab-link
{
	/*color: #333;*/
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -4px;
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}

ul.tabs .current
{
	font-family: 'Barlow Semibold', sans-serif;
	background: #fff;
	color: var(--trSecColor);
	margin-left: 0;
	margin-right: 10px;
	border-top: 1px solid #A9ABB1;
	border-bottom: 1px solid white;
	border-left: 1px solid #A9ABB1;
	border-right: 1px solid #A9ABB1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 100;
	background: rgb(229,27,56);
	background: linear-gradient(90deg, rgba(229,27,56,1) 0%, rgba(76,98,174,1) 50%, rgba(115,235,234,1) 100%);
	background-size: 100% 10px;
	background-repeat: no-repeat;
}

ul.tabs .tab-link:hover
{
	color: var(--MainColor);
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	/*margin-left: -5px;
	border: 1px solid transparent;*/
}

ul.tabs .current:hover
{
	font-family: 'Barlow Semibold', sans-serif;
	background: #fff;
	color: var(--trSecColor);
	margin-left: 0;
	margin-right: 10px;
	border-top: 1px solid #A9ABB1;
	border-bottom: 1px solid white;
	border-left: 1px solid #A9ABB1;
	border-right: 1px solid #A9ABB1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 2;
	background: linear-gradient(90deg, rgba(229,27,56,1) 0%, rgba(76,98,174,1) 50%, rgba(115,235,234,1) 100%);
	background-size: 100% 10px;
	background-repeat: no-repeat;
}

.tab-content
{
	display: none;
	/*background: #ededed;*/
	padding: 15px;
	background-color: transparent;
	border: 1px solid #A9ABB1;
	border-top: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.tab-content.current
{
	display: inherit;
}

ol.Action .tab-content  li
{
	margin-left: 22px;
}

.tab-content ol.Action li
{
	margin-left: -20px;
}

p.TableTextLegend
{
	font-size: 0.95em;
	margin: 0;
}



