/*Salzburger Nachrichten
*/
@font-face {
    font-family: 'Lato-Regular';
    src: url('../clientfonts/Lato-Regular.eot');
    src: url('../clientfonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/Lato-Regular.woff') format('woff'),
        url('../clientfonts/Lato-Regular.ttf') format('truetype'),
        url('../clientfonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../clientfonts/Lato-Italic.eot');
    src: url('../clientfonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/Lato-Italic.woff') format('woff'),
        url('../clientfonts/Lato-Italic.ttf') format('truetype'),
        url('../clientfonts/Lato-Italic.svg#Lato-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('../clientfonts/Lato-Heavy.eot');
    src: url('../clientfonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/Lato-Heavy.woff') format('woff'),
        url('../clientfonts/Lato-Heavy.ttf') format('truetype'),
        url('../clientfonts/Lato-Heavy.svg#Lato-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-HeavyItalic';
    src: url('../clientfonts/Lato-HeavyItalic.eot');
    src: url('../clientfonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/Lato-HeavyItalic.woff') format('woff'),
        url('../clientfonts/Lato-HeavyItalic.ttf') format('truetype'),
        url('../clientfonts/Lato-HeavyItalic.svg#Lato-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

body {

	background-color:	#FFFFFF;
}

.apa-svg svg * {

	font-family: 'Lato-Regular';
}
#apa-title *, #apa-title  {

	font-family: 'Lato-Heavy' !important;
}
#apa-source *, #apa-source {

	font-family: 'Lato-Regular' !important;
}
.apa-hover  {
	font-family: 'Lato-Regular' !important;
	color: #434343;
	border: 1px solid #dadada;
	border-radius: 4px;
	background-color: white;
	font-size: 12px;
}