/* RESET ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, fuss, kopf, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
strong, b {
	font-weight: 600;
}
em, i {font-style:italic;}
/* Ende RESET ---------------------------------- */

html {
	height: 101%;
}

.anweisung {font-size: 10px; color: red;}
body {
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, Sans-Serif;
	background-color: #fff;
	font-style:normal;
	text-align: center;
	padding-top: 40px;/*background-image:url(../images/bg-dot.png);*/
}
#kopf, #navigation, #fuss, .inhalte {
	position: relative;
	width: 100%;
	clear:both;
	padding: 0;
	margin: 0 auto 0 auto;
	border: 0px solid #000000;
}
#kopf {
	position:relative;
	margin-top: 0px;
	background-color:#fff;
	border-top:1px dotted #000;
	margin-top: 50px;
	z-index: 10;
}
#kopf .zeile {
	position: relative;
	border: 0px solid #000;
	height: 340px;
	min-height: 340px;
}
#kopf .zeile #hintergrund {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#kopf #hintergrund img {
	position: relative;
	width: 100%;
	max-width: 950px;
}
#kopf img.noresponsive {display: none;}
#kopf .suche {
	position: absolute;
	right: 5px;
	top: -10px;
	border: 0px solid #000;
	z-index: 100;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.suche input {
	display:inline-block;
}
.suche input#suche1 {
	border: 1px dotted #000;
	float: left;
	width: 140px;
}
.suche input#suche2 {
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, Sans-Serif;
	float: left;
	margin-left: 2px;
	color: #fff;
	background-color: #000;
	border: 0px solid #000;
}
.suche input#suche2:hover {
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, Sans-Serif;
	background-color: #000;
	color: #fff;
	border: 0px solid #000;
	cursor: pointer;
}
#navigation {
	border-top:1px dotted #000;
	border-bottom: 1px dotted #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.inhalte {
	margin-top: 40px;
}

.contentrechts {
	margin-top: 50px;
}
#fuss {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	background-color: #fff;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
/* zwei gleich hohe spalten */
.sp-gleich {
	overflow:hidden
}
.sp2-1, .sp2-2 {
	float: left;
	width: 48%;
	padding-bottom:1000px;
	margin-bottom:-1000px;
	border: 1px solid #000;
}
.sp2-1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.sp2-2 {
	float: left;
	width: 48%
}
.acht.spalten.linie {
	border-right: 1px dotted #000;
}
.contentblock {
margin-bottom: 40px;
}
/* Bilderformate ---------------- */

#logo {
	width: 55%;
	max-width: 115px;
	height: auto;
}

img.portrait {
	width: 100%;
	min-width: 190px;
	max-width: 190px;
	height: auto;
}

p.picture img {
	width: 350px;
	height: auto;
}
img.logo {
	border-top:1px dotted #000;
}

p.picture2 img, p.picture img.breit {
	width: 100%;
	height: auto;
}
.inhalte p.picture {
	margin-top: 40px;
	margin-bottom: 20px;
}

.aktuellesbild img {
	width: 90%;
	max-width: 360px;
	height: auto;
	border: 1px dotted #000;
	padding: 10px;
}
/* Bildergalerie -------------------- */
ul#galerie
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#galerie li
{
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul#galerie li img
{
	margin-bottom: 10px;
}
.inhalte .imgfloat .bild {
	display: inline-block;
	margin-right: 10px;
	width: 48%;
	border: 0px solid red;
}

.inhalte .imgfloat .bild img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
/* Textformatierungen -------------------- */

#kopf h1 {
	position: absolute;
	font-size: 25px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #000;
	line-height: 120%;
	padding: 10px;
	background-color: #fff;
	border-bottom: 0px dotted #000;
	left: -0px;
	top: -28px;
	z-index: 150;
}
.inhalte h1 {
	font-size: 25px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #000;
	line-height: 125%;
	padding-left: 30px;
	margin-bottom: 0.85em;
	background-image:url(../images/bullet-h1rot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.inhalte h2 {
	font-size: 20px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin-top:2em;
	margin-bottom: 0.45em;
	line-height:120%;
}
.inhalte h2:first-child {
	margin-top: 0;
}
#start h2 {
	font-size: 25px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #000;
	margin-top: 0;
	padding-left: 30px;
	margin-bottom: 0.5em;
	line-height: 100%;
	background-image:url(../images/bullet-h1rot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.inhalte h3 {
	font-size: 16px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 1.15em;
	margin-bottom: 0.75em;
	color: #000;
	line-height:1.2em;
}
#start h3 {
	margin-top: 0;
}

h3:first-child {
	margin-top: 0;
}
.inhalte p, .inhalte td {
	font-size: 16px;
	font-size: 1.0rem;
	line-height:140%;
	margin-bottom: 1em;
}
.inhalte a {
	color: #b01c41;
	text-decoration: underline;
}
.inhalte a:hover, .inhalte a:active {
	color: #000;
	text-decoration: none;
}
.inhalte a:visited {
	color: #b01c41;
	text-decoration: none;
}
a.linkrespons {
	color: #000;
	text-decoration: none;
}
.inhalte a.bibelzitatlink, .inhalte a.bibelzitatlink:hover, .inhalte a.bibelzitatlink:visited {
	color: #000 !important;
	text-decoration: none;
}
.inhalte h2 a {
	text-decoration: none;
}
.inhalte h2 a:hover {
	text-decoration: none;
	color: #000;
}
.inhalte ul {
	list-style-type: square;
	padding-left: 17px;
	margin-bottom: 0.85em;
}
.inhalte li {
	font-size: 16px;
	font-size: 1.0rem;
	line-height:1.5em;
	margin-bottom: 0.45em;
}
.inhalte p.untertitel {
	font-size: 13px;
	font-size: 0.8rem;
	font-style: italic;
}
a.telresp {
	text-decoration: none;
	color: #000;
}
img.bild {
	max-width: 350px;
	height: auto;
}

/* Sonderformate ------------------------- */

table#tab-gottesdienst {
	width: 100%;
}

table#tab-gottesdienst th {
	font-weight: bold;
}

table#tab-gottesdienst span.zusatzinfo {
	line-height: 105%;
	font-size: 12px;
	font-size: 0.8rem;
}

table#tab-gottesdienst th.datum, table#tab-gottesdienst th.odenkirchen, table#tab-gottesdienst th.geistenbeck, table#tab-gottesdienst td.datum, table#tab-gottesdienst td.odenkirchen, table#tab-gottesdienst td.geistenbeck {
	padding: 1%;
	text-align:left;
	line-height: 120%;
}
table#tab-gottesdienst th.datum, table#tab-gottesdienst td.datum {
	width: 15%;
	min-width: 120px;
}

table#tab-gottesdienst th.odenkirchen, table#tab-gottesdienst th.geistenbeck, table#tab-gottesdienst td.odenkirchen, table#tab-gottesdienst td.geistenbeck {
	padding: 1%;
	width: 30%;
	text-align:left;
	line-height: 120%;
}

table#tab-gottesdienst tr:nth-child(2n) /* Zebraformatierung Termine */
{
	background: #EFEFEF;
}

.even /* Zebraformatierung Termine */
{
	background: #ffffff;
}

.newsbox {
	margin-bottom: 1.3em;
}

a.button {
	background-color: #b01c41;
	text-decoration: none;
	color: #fff !important;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	box-shadow: 0px 0px 3px 0px #999;
}
a.button:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff !important;
	border: 0px dotted #000;
}
#losung, #jahreslosung {
	border-top: 0px dotted #b01c41;
	padding-top: 0px;
}
#jahreslosung p, #losung p {margin: 0;}
#losung p.tag {
	margin: 0;
	margin-bottom: 1.3em;
	font-weight: normal;
}
#losung p.bibelzitat {
	margin: 0 !important;
}
#losung p.tag b {
	font-weight: normal;
}

#losung p.quelle {
	margin: 0;
	margin-bottom: 1.3em;
}
.infobox {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 10px;
	border: 1px dotted #000;
}
.infobox img {
	width: 100%;
	height: auto;
}
.inhalte .infobox h3 {
	margin: 0;
}
.inhalte .infobox p {
	margin: 0;
}
.telefonseelsorge {
	/*background-color: #f4f4f4;*/
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0.95em;
	border-top: 0px dotted #b01c41;
	border-left: 0px dotted #b01c41;
}

p.aktdatum {
	display: block;
	margin-top: 30px;
	font-size: 12px;
	font-size: 0.80rem;
}
.inhalte .newsbox p {margin: 0;}
.inhalte #hauptspalte .newsbox h2 + p {
	margin: 0;
}
.inhalte #hauptspalte h2:has(+ p), .inhalte #nebenspalte h3:has(+ p) {
		margin-bottom: 0;
}

/* Termine ------------------ */
.termin {
	border: 0px solid #fff;
}
.termin p.trigger {
	color: #000;
	text-decoration: underline;
	margin-top: -0.80em;
	cursor: pointer;
}
.termin p.trigger:hover {
	color: #000;
}
.termin .termininfo {
	display: block;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #efefef;
}
.termin .termininfo p {
	font-size: 12px;
	font-size: 1.0em;
}
.termin p.button, .termin p.button a {
	margin-top: 10px;
}

/* Pfarrliste -------------- */

.pfarrerhistorie {
	display: table;
	width: 100%;
	padding: 5px;
}
.pfarrerhistorie p {
	margin: 0;
}
.pfarrerhistorie:nth-child(odd) {

}

.pfarrerhistorie:nth-child(even) {
	background-color: #efefef;
}

.pfarrerhistorie .pfarrername, .pfarrerhistorie .pfarrerzeit, .pfarrerhistorie .pfarrerbild {
	display: table-cell;
	vertical-align: middle;
}
.pfarrerhistorie .pfarrername {
	width: 50%;
}
.pfarrerhistorie .pfarrerzeit {
	width: 30%;
	text-align: right;
}
.pfarrerhistorie .pfarrerbild {
	text-align: right;
	width: 20%;
}
.pfarrerhistorie .pfarrerbild img {
	display: inline-block;
	width: auto;
	height: 40px;
}
/* Fussbereich ------------- */

#fuss h2 {
	font-size: 14px;
	font-size: 1.0rem;
	line-height:120%;
	margin-bottom: 0.5em;
	color: #000;
	font-weight: 600;
	border-bottom: 0px solid;
	padding-bottom: 3px;
}
#fuss p {
	font-size: 13px;
	font-size: 0.9rem;
	line-height:150%;
	margin-bottom: 0.85em;
	color: #000;
}
#fuss p a {
	text-decoration: none;
	color: #000;
}
#fuss p a:hover {
	text-decoration: none;
	color: #E4E1DD;
}
.newsletter input#email, .newsletter input#anrede, .newsletter input#name {
	border: 1px dotted #000;
}
.newsletter input#anrede, .newsletter input#name {
	width: 45%;
	float: left;
	margin-bottom: 5px;
}
.newsletter input#anrede {
	margin-right: 0%;
}
.newsletter input.submit, .submit {
	margin-top: 6px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #b01c41;
	border: 0px solid #000;
	color: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	font-size: 0.9em;
	cursor: pointer;
}
/* Ticker im Seitenfuss - fixiert ---------- */
#tickerwrapper {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	color: #fff
		z-index: 5000;
}
.tickerinner {
	display: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
	max-width: 95%;
	min-width: 768px;
	background-color: #000;
	color: #fff
		z-index: 5000;
	border: 0px solid red;
	color: #fff;
	vertical-align: center;
}
.ticker {
	display: flex;
	padding: 10px;
	overflow: hidden;
	-webkit-animation-iteration-count: infinite; 
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 20s;
	animation-duration: 35s;
	vertical-align: center;
}

.ticker .tickeritem { 
	display: inline-block;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.0em;
	color: #fff;
	vertical-align: center;
}
.ticker .tickeritem a { 
	color: #fff;
	text-decoration: none;
}
.ticker .tickeritem a:hover { 
	color: #fff;
	text-decoration: underline;
}
.ticker .tickeritem:before {
	content: "";
}
.ticker .tickeritem:after {
	content: "";
}
.ticker .tickeritem:last-child:after {
	content: "";
} 
@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
/* Ende Fuss-Bereich */
#cookieChoiceInfo {
	font-size: 14px;
	color: #fff !important;
	line-height: 150%;
}
#cookieChoiceInfo a {
	font-size: 14px;
	color: #fff !important;
	line-height: 150%;
}

#cookieChoiceInfo a:hover {
	text-decoration: none;
}
/* Kennzeichnung externer Links */
.exlink {
	position: relative;
	top: 0px;
	left: 0px;
}
a.exlink span {
	display: none;
}
a:hover.exlink span {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0px;
	background-color: #fff7d7;
	padding: 5px;
	border: 1px solid #a28c3c;
	color: #000000;
	border: 1px solid #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	z-index: 100;
}
a:hover.exlink {
	color: #000000;
	border: 0px;
	font-weight:normal;
	text-decoration: none;
	z-index: 200;
}
/* Ende exlink */


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a.scrollup {
	width:35px;
	height:35px;
	/*    opacity:0.3;*/
	position:fixed;
	bottom:50px;
	right:50px;
	display:block;
	text-indent:-9999px;
	border: 1px dotted #b01c41;
	background-color:#ffffff;
	background: url('../images/icon_top.png') no-repeat center;
	z-index: 5000;
}
/* Beginn Grid-System -------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	position: relative;
	width: 980px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
	text-align:left;
	border: 0px solid #000;
	background-color: #fff;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}

.zeile.abstand {
	margin-bottom: 20px;
}
.spalte, .spalten {
	position: relative;
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
	border: 0px solid #000;
}
[class*="spalte"] + [class*="spalte"]:last-child {
	float: right;
}
[class*="spalte"] + [class*="spalte"].end {
	float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}
img {
	max-width: 100%;
}

/* Mobile */
@media only screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.container {
	}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
	}
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content:"";
		display:table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}
/* Ende Grid-System --------------- */


/* source-sans-pro-300 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('/webfonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
		url('/webfonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: url('/webfonts/source-sans-pro-v11-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'),
		url('/webfonts/source-sans-pro-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('/webfonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
		url('/webfonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('/webfonts/source-sans-pro-v11-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
		url('/webfonts/source-sans-pro-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('/webfonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
		url('/webfonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: url('/webfonts/source-sans-pro-v11-latin-600italic.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'),
		url('/webfonts/source-sans-pro-v11-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-600italic.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-600italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('/webfonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
		url('/webfonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/webfonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
		url('/webfonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/webfonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
