/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
	height: 100vh;
	width: 100vw;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color: #58585a !important;
}

h1 {
	font-size: 2.188rem;
	color: #19191b;
}

a,
a:hover,
a:focus,
a:active {
	color: #b60258;
}

.sanacorp-logo {
	width: 100px;
}

.copyright {
	font-size: 0.75rem;
}

a.imprint,
a.imprint:hover,
a.imprint:focus,
a.imprint:active {
	color: #000;
}

.list-group-item {
	padding: 0 0;
	border-left: 0;
	border-right: 0;
}

.arrow-right {
	width: 20px;
}

.home-container {
	max-width:36.25rem;
}

.home-list-item {
	height: 3.5rem;
}

.home-list-item h5 {
	font-size: 1rem;
	font-weight: bold;
	color: #b60258;
}

footer {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-secondary {
	background-color: #fff;
	color: #b60258;
	font-weight: bold;
	border: solid 1px #b60258 !important;
	border-top-left-radius: 9px !important;
	border-top-right-radius: 9px !important;
	border-bottom-left-radius: 9px !important;
	border-bottom-right-radius: 0 !important;
}

.btn-secondary:hover {
	background-color: #fff;
	color: #b60258;
}

.btn-secondary:focus, .btn-primary.focus {
	background-color: #fff;
	color: #b60258;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #fff;
	color: #b60258;
}
