/* roboto-slab-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../media/fonts/roboto-slab-v34-latin-700.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/roboto-slab-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../media/fonts/roboto-slab-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/roboto-slab-v34-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url('../media/fonts/roboto-slab-v34-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url('../media/fonts/roboto-slab-v34-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}



/* roboto-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../media/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url('../media/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url('../media/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../media/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../media/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/roboto-v30-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url('../media/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url('../media/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*
	PINK: #FC4C69
	Komplementaer: #7663EB
	GREY: #333333
	light GREY: #666666
*/

html,body {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	color: #333333;
}

.db {
	border: 3px solid #FC4C69;
}

div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../media/img/loader.gif') no-repeat center center; 
}

h1 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
}

h2 {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	color: #7663EB;
}

h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
}

a,a:active,a:visited,a:link {
	color: #FC4C69 !important;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FC4C69;
}

.logo {
	max-width: 300px !important;
}

.container-footer {
	background-color: #666666;
	color: #fff;
}

.container-footer a.first,.container-footer a.first:active,.container-footer a.first:visited,.container-footer a.first:link {
	display: block;
	float: left;
	margin-left: 0px;
	color: #ffffff !important;
	text-decoration: none;
}
.container-footer a.first:hover {
	text-decoration: underline;
	color: #ffffff;
}

.container-footer a,.container-footer a:active,.container-footer a:visited,.container-footer a:link {
	display: block;
	float: left;
	margin-left: 50px;
	color: #ffffff !important;
	text-decoration: none;
}
.container-footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}