@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-display: swap;
	src: url('https://public.finanz-werkzeuge.de/brokers/money-mentor/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

:root {
	--bs-color-main: #004AAD;
	--bs-color-main-darker: #01316f;
	--bs-color-main-lighter: #226aca;

	--bs-color-second: #e8b840;
    --bs-color-second-darker: #cc9d26;

	--bs-color-font-main: #484851;
	--bs-color-positive: #77b95d;
	--bs-color-negative: #c92a37;

	--bs-font-family: Montserrat, Arial, sans-serif;

	--bs-button-background: var(--bs-color-main-lighter);
	--bs-button-hover-background: var(--bs-color-main);

	--bs-tabs-simple-background: var(--bs-button-background);
	--bs-tabs-simple-hover-background: var(--bs-button-hover-background);

	--bs-colors-link: var(--bs-color-main-darker);
	--bs-colors-link-hover: var(--bs-color-main);

	--bs-nav-logo-width: 11em;
	--bs-form-narrow-logo-width: 11em;
	--bs-page-logo-width: 3rem !important;
}

.bs.bs-variable-2 {

}