/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

===========================================================================================================================================================*/

/*==Home Page General Styles==*/
/* Variable font */

@font-face 
{
	font-family: "Thieme Argo 2023 Variable";
	font-stretch: normal;
	font-style: normal;
	font-optical-sizing: auto;
	font-weight: 300 900;
	src: url("https://cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF.woff2") format("woff2 supports variations"), url("https://cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF.woff2") format("woff2-variations");
}

/* new */
/* soon deprecated */

@font-face 
{
	font-family: "Thieme Argo 2023 Variable";
	font-stretch: normal;
	font-style: italic;
	font-optical-sizing: auto;
	font-weight: 300 900;
	src: url("https://cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF_IT.woff2") format("woff2 supports variations"), url("https://cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF_IT.woff2") format("woff2-variations");
}

/* new */
/* soon deprecated */
/* Classic Font */

body
{
	font-family: "Thieme Argo 2011", Roboto, Arial, sans-serif;
}

/* Variable Font Override */

@supports (font-variation-settings: normal) {
  body {
    font-family: "Thieme Argo 2023 Variable", Roboto, Arial, sans-serif;
  }
} 

body
{
	line-height: 1.5em;
	background-color: #eef4fa;
}

#ot-sdk-btn.ot-sdk-show-settings
{
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 10px !important;
	position: fixed;
	bottom: 5px;
	right: 20px;
	z-index: 999;
	background-color: #A3D8F6 !important;
	color: #013476 !important;
	cursor: pointer;
	transition-duration: 0.4s !important;
	border: none !important;
}

p.heroLarge
{
	font-size: 3rem;
	font-weight: normal;
	color: #013476;
}

p.heroSmall
{
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: -100px;
}

.search-bar._Skins_SearchHome.mc-component
{
	display: block;
	width: 50%;
	height: 3em;
	margin-top: 10px;
	margin-left: 25%;
	margin-bottom: 50px;
}

.center
{
	position: relative;
	float: none !important;
	text-align: center;
}

.mc-breadcrumbs
{
	font-size: 1em;
	margin: 10px 0;
	color: #013476;
}

.mc-breadcrumbs a
{
	color: #0066cc;
	text-decoration: bold;
	pointer-events: auto !important;
	/* Füge dies hinzu, um Klicks zu ermöglichen */
	cursor: pointer;
	/* Stellt sicher, dass der Cursor ein Zeiger ist */
}

.mc-breadcrumbs a:hover
{
	text-decoration: none;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #7469b9;
}

div.footer a:hover	/*When hovering over a footer item, these properties apply*/
{
	color: #013476;
	font-size: 1em;
	border-bottom: solid 2px #81c7f1;
}

.mc-breadcrumbs span
{
	margin: 0 0.3em;
}

.mc-breadcrumbs .MCBreadcrumbSelf
{
	font-weight: bold !important;
}

a.MCBreadcrumbsLink
{
	text-decoration: none;
}

a.MCBreadcrumbsLink:visited
{
	color: #013476;
	text-decoration: bold;
}

a.MCBreadcrumbsLink:hover
{
	border-bottom: solid 2px #81c7f1;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-divider: ' | ';
	font-size: 1em;
	mc-breadcrumbs-count: 5;
}

h1.hero
{
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: -100px;
	color: #013476;
}

._Skins_HTML5___Top_Navigation ul.navigation li > a
{
	line-height: 45px;
	width: auto;
	max-width: 180px;
	font-family: "Thieme Argo 2023 Variable";
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.home-page
{
	mc-community-features: disabled;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/*==Home Page Hero Section==*/

div.topic-hero
{
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #fff;
	/* background-image: url('../Images/Assets/HeroImages/HeroImage-1.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center 0;
	/* height: 300px; */
}

.middle
{
	display: flex;
	justify-content: center;
	align-items: center;
}

div.cta	/*Call to action button on the Home Page*/
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	min-height: 28px;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	align-self: stretch;
	background: #A3D8F6;
	max-width: 300px;
}

div.cta:hover	/*When hovering over the CTA button the following properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.01);
}

div.vdldiv
{
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

/*==Search bar elements==*/

.search-field	/*The box-shadow property is applied to style to provide shadow on the search bar*/
{
	/* box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

.search-field:focus
{
	outline: 1px solid #013476;
}

div.search-container
{
	margin-top: -150px;
	margin-bottom: 22px;
}

/*==Home Tiles section==*/

div.home-tiles
{
	/* mc-grid-row: true; (bleibt in Flare-Syntax bestehen) */
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/* Stellt sicher, dass alle Flex-Items in der Reihe die Höhe des höchsten Elements annehmen */
	gap: 20px;
	/* Fügt horizontalen und vertikalen Abstand hinzu */
	justify-content: center;
	/* oder space-around, je nach gewünschtem Abstand */
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > a > div
{
	
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* NEU: Stil für den Link, der jetzt die gesamte Kachel darstellt */

a.full-tile-link
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #d3d3d3;
	padding: 60px 10px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	flex-basis: calc(33.33% - 14px);
	/* Für 3 Kacheln mit 20px gap (14px = 2/3 des gaps auf jeder Seite) */
	max-width: 300px;
	/* Optional: Maximale Breite pro Kachel */
	min-width: 250px;
	/* Optional: Mindestbreite, bevor sie umbrechen */
}

.full-tile-link > div
{
	height: 100%;
	/* Stellt sicher, dass das innere div die gesamte Höhe der Kachel einnimmt */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

/* NEU: Hover-Effekt auf dem Link, der jetzt die ganze Kachel ist */

a.full-tile-link:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.tile-title
{
	font-size: 1.2em;
	margin: 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*=Elements for text contained within each home-tile=*/

/*=p.tile-title
{
	text-align: center;
	font-size: 1.4em;
	color: #013476;
}

p.tile-content
{
	text-align: center;
	font-size: 0.8em;
	color: #000000;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}=*/

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	display: block;
	text-decoration: none;
	color: #013476;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/*=Info-container section=*/

div.info-container	/*div.info-container contains the first Hero/Banner on the Home Page - To replace the banner image with your own, point the background-image property to your own image.*/
{
	margin-left: auto;
	margin-top: 100px;
	margin-right: auto;
	padding-bottom: 75px;
	padding-top: 20px;
	/* box-shadow: inset -1px 1px 17px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	color: #fff;
	background-color: #fff;
	/*Create the parallax scrolling effect*/
	background-attachment: fixed;
	background-position: center 0;
	/* background-image: url('../Images/Assets/HeroImages/HeroImage-2.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
}

div.info-section	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.info-section::before
{
	content: ' ';
	display: table;
}

div.info-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.info-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.info-section > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 16.667%;
}

div.info-section > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 6%;
}

div.info-section > div:nth-child(3)	/*Div that contains "Tips"*/
{
	width: 33.333%;
	margin-left: 5%;
}

div.info-container p	/*Complex Selector: Any <p> that is contained within div.info-container will have the following properties*/
{
	/* color: #000; */
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	font-size: 2em;
	line-height: 1.2em;
	color: #013476;
}

p.info-content
{
	font-size: 0.8em;
}

p.tip	/*Paragraph style used for the Tips */
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/Assets/Icons/MainIcons/Tips-gray.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	border: solid 1px #fff;
	border-radius: 6px;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 0px 15px 60px;
	text-align: left;
	margin: 5px 30px;
}

div.row_collapse
{
	background-color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}

/*==Home Page Footer Section==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

div.footer-other
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	color: #013476;
	font-size: 1em;
	text-decoration: none;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

div.home-master-page-footer	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	display: flex;
	width: 1135px;
	padding: 32px 0px 20px 0px;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 0px 10px;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	margin-left: 0%;
	width: 50%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 50%;
	margin-left: 0%;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #013476;
	font-size: 1em;
	border-bottom: solid 2px transparent;
}

div.footer p:hover	/*When hovering over a footer item, these properties apply*/
{
	color: #013476;
	font-size: 1em;
}

div.hp_dd
{
	width: 100%;
	margin-left: 0%;
}

/*This is used as a fix for an issue in Chrome regarding the parallax effect and foundation*/

.off-canvas-content,
.off-canvas-wrapper
{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

/* begin styles for tabs */
/* Tabs Wrapper */

.tabs-wrapper
{
	padding-left: 15%;
	padding-right: 15%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

/* Tabs Styling */

ul.tabs
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: #fff;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	margin-bottom: 5px;
}

/* Tab Link */

ul.tabs .tab-link
{
	color: #333;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	z-index: 0;
	background-color: #fff;
	border-bottom: 3px solid #A3D8F6;
	/* Linie für alle Tabs */
	margin: 0;
	/* Abstand zwischen den Tabs auf 0 setzen */
}

ul.tabs .tab-link a
{
	display: block;
	/* Verhindert zusätzlichen Abstand durch Inline-Link */
	text-decoration: none;
	/* Entfernt Textdekoration */
	color: inherit;
	/* Vererbt die Textfarbe vom Tab */
}

/* Aktiver Tab */

ul.tabs .current
{
	background-color: #fff;
	/* Weißer Hintergrund für den aktiven Tab */
	border-bottom: 3px solid #013476;
	/* Die Linie für den aktiven Tab */
	z-index: 100;
}

/* Tab Link Hover (Inaktive Tabs) */

ul.tabs .tab-link:hover
{
	background: #f1f1f1;
	/* Helles Grau für Hover-Effekt */
	color: #333;
	/* Die Schriftfarbe bleibt #333 (schwarz) für alle Tabs beim Hover */
	cursor: pointer;
	border-bottom: 3px solid #A3D8F6;
	/* Die Linie bleibt auch beim Hover des inaktiven Tabs erhalten */
}

/* Aktiver Tab Hover (Kein Rahmen) */

ul.tabs .current:hover
{
	background: #fff;
	color: #333;
	/* Die Schriftfarbe bleibt gleich beim Hover des aktiven Tabs */
	border-top: none;
	/* Entfernt den oberen Rahmen beim Hover */
	border-left: none;
	/* Entfernt den linken Rahmen beim Hover */
	border-right: none;
	/* Entfernt den rechten Rahmen beim Hover */
	border-bottom: 3px solid #013476;
	/* Die untere Linie bleibt gleich */
	z-index: 2;
}

/* Link Styling innerhalb der Tabs */

a.linkBlank
{
	color: inherit;
	/* Vererbt die Farbe vom Tab */
	font-family: 'Thieme Argo 2023 Variable';
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	word-wrap: break-word;
	display: block;
	/* Block-Element, um die volle Breite des Tabs zu nutzen */
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/Assets/Icons/MainIcons/plus_blue.png');
	mc-open-image: url('../Images/Assets/Icons/MainIcons/minus_blue.png');
	mc-image-spacing: 2px;
	padding-left: 2px;
}

/* begin styles for modal popup */

.modal
{
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.modal.show
{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.modal-content
{
	background-color: #fefefe;
	padding: 32px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.modal-content .headline
{
	font-size: 1.25rem;
	font-weight: 600;
	color: #1a1a1a;
}

.modal-content .text
{
	font-size: 1rem;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1.6;
}

.close
{
	color: #aaa;
	position: absolute;
	top: 16px;
	right: 24px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus
{
	color: black;
	text-decoration: none;
}

div.home-master-page-footer > div:nth-child(6)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.flexBox
{
	display: block;
}

div.flexBox:is(div.flexBox)
{
	display: flex;
}

MadCap|dropDown.Home
{
	border: solid 2px #808080;
	border-radius: 5px;
	margin-left: 30%;
	text-align: left;
	margin-bottom: 20px;
	mc-image-position: left;
	mc-image-spacing: 2px;
	mc-open-image: url('../Images/Assets/Icons/MainIcons/minus_blue.png');
	mc-closed-image: url('../Images/Assets/Icons/MainIcons/plus_blue.png');
}

MadCap|dropDownHead.Home
{
	color: #808080;
	height: 40px;
	margin-top: 15px;
	margin-left: 18px;
}

MadCap|dropDownHotspot.Home
{
	color: #808080;
}

h3.p_Heading3_chap
{
	
}

/* ===========================================================================================================================================================
   Responsive Styles for StylesForHomePage.css
   =========================================================================================================================================================== */

@media only screen and (max-width: 1279px)
{
	p.heroLarge
	{
		font-size: 2.5rem;
		line-height: 1.5;
	}

	h1.hero
	{
		font-size: 2.5em;
	}

	div.home-tiles
	{
		gap: 15px;
	}

	a.full-tile-link
	{
		flex-basis: calc(50% - 10px);
		/* Two tiles per row with 15px gap */
		max-width: 400px;
		min-width: 280px;
	}

	div.info-section > div:nth-child(1),
	div.info-section > div:nth-child(2),
	div.info-section > div:nth-child(3)
	{
		float: none;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 20px;
	}

	div.home-master-page-footer
	{
		width: 95%;
		/* Adjust overall footer width for tablets */
		gap: 20px 0px;
		/* Adjust gap for stacked columns */
	}

	div.home-master-page-footer > div:nth-child(1),
	div.home-master-page-footer > div:nth-child(2),
	div.home-master-page-footer > div:nth-child(3),
	div.home-master-page-footer > div:nth-child(6)
	{
		width: 100%;
		/* Stack all footer columns */
		margin-left: 0%;
		text-align: center;
	}

	.tabs-wrapper
	{
		padding-left: 5%;
		padding-right: 5%;
	}

	ul.tabs .tab-link
	{
		padding: 8px 8px;
	}

	MadCap|dropDown.Home
	{
		margin-left: 10%;
		margin-right: 10%;
	}

	.relative
	{
		position: revert;
	}
}

@media only screen and (max-width: 767px)
{
	p.heroLarge
	{
		font-size: 2rem;
		line-height: 1.5;
	}

	h1.hero
	{
		font-size: 2em;
	}

	p.heroSmall
	{
		margin-top: -50px;
		/* Adjust as needed for smaller screens */
	}

	div.home-tiles
	{
		flex-direction: column;
		/* Stack tiles vertically */
		align-items: center;
		/* Center stacked tiles */
		gap: 15px;
	}

	a.full-tile-link
	{
		flex-basis: auto;
		/* Allow items to take natural width */
		width: 90%;
		/* Occupy most of the screen width */
		max-width: 350px;
		/* Cap maximum width for readability */
		min-width: unset;
		/* Remove min-width constraint */
	}

	div.info-section > div:nth-child(1),
	div.info-section > div:nth-child(2),
	div.info-section > div:nth-child(3)
	{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	div.home-master-page-footer
	{
		width: 100%;
		/* Full width for mobile */
		padding: 20px 10px;
		/* Adjust padding */
		gap: 15px 0px;
	}

	div.home-master-page-footer > div:nth-child(1),
	div.home-master-page-footer > div:nth-child(2),
	div.home-master-page-footer > div:nth-child(3),
	div.home-master-page-footer > div:nth-child(6)
	{
		width: 100%;
		/* Ensure stacking */
		text-align: center;
	}

	.tabs-wrapper
	{
		padding-left: 2%;
		padding-right: 2%;
	}

	ul.tabs .tab-link
	{
		padding: 6px 6px;
		font-size: 0.9em;
	}

	MadCap|dropDown.Home
	{
		margin-left: 5%;
		margin-right: 5%;
	}

	MadCap|dropDownHead.Home
	{
		margin-left: 10px;
		/* Adjust for smaller screens */
	}

	.relative
	{
		position: revert;
	}
}

