/*******************/
/*    ALLGEMEIN    */
/*******************/

body,html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;

	font-size: 16px;
	color: #514b4b;
	font-weight: 400;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'Open Sans', sans-serif;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #004b8c;
}

a:hover,
a:focus {
	text-decoration: none;
}

hr {
	margin: 100px 0;
	border-color: #eee;
}

.relative {
	position: relative;
}

.static {
	position: static;
}

.autoscale img{
	width: 100%;
	height: auto;
}

/* WICHTIG: IE & EDGE fix für transitions on pageload */
body.pageload * {
	-webkit-transition: none !important;
	transition: none !important;
}


.template_center .inhalteEintrag .body ul:not(.linkliste):not(.links):not(.link):not(.einzellink):not(.dateien):not(.datei) {
	padding: 0;
	list-style: none;
}

.template_center .inhalteEintrag .body ul:not(.linkliste):not(.links):not(.link):not(.einzellink):not(.dateien):not(.datei) li {
	position: relative;
	padding-left: 15px;
}

.template_center .inhalteEintrag .body ul:not(.linkliste):not(.links):not(.link):not(.einzellink):not(.dateien):not(.datei) li:before {
	content: "•";
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
}




::-moz-selection {
	color: #fff; 
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
} 

.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto', sans-serif;
}

h2 {
	color: #494949;
	font-family: 'Roboto', sans-serif;
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	/*text-align: center;*/

	margin: 0;
	padding: 0 0 20px 0;
}
/*
h2:after {
	content: '';
	position: relative;
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 20px;
	background-color: #004b8c;
}*/



.links,
.linkliste,
.dateien,
.einzellink {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.button,
.links a,
.linkliste a,
.dateien a,
.einzellink a {
	display: inline-block;
	padding: 18px 20px;
	background-color: #fdce42;
	border: 0;
	text-align: center;
	
	letter-spacing: 1px;
	color: #004b8c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;

	margin-bottom: 10px;
	margin-top: 10px;

	transition: .3s;
}

.button:hover,
.links a:hover,
.linkliste a:hover,
.dateien a:hover,
.einzellink a:hover,
.links a:focus,
.linkliste a:focus,
.dateien a:focus,
.einzellink a:focus {
	text-decoration: none;
	background-color: #004b8c;
	color: #fff;
}

.dateien a {
	padding: 18px 30px;
	padding-left: 55px;
	background-color: transparent;
	position: relative;
	text-align: left;

	text-transform: none;
	font-size: 14px;
	line-height: 1.4;

	border: 1px solid #eee;
}

.publikationenEintrag a {
	width: 100%;
}

.dateien a:before {
	content: '\e802';
	font-family: 'fontello';
	position: absolute;
	left: 25px;
	top: 16px;
	font-size: 21px;
	line-height: 1;
	color: #004b8c;

	transition: .3s;
}

.dateien a:hover:before,
.dateien a:focus:before {
	color: #fff;
}



.center-text {
	text-align: center;
}

.center-text h2:after {
	margin-left: auto;
	margin-right: auto;
}




.margin-top-xs { margin-top: 30px; }
.margin-top-sm { margin-top: 60px; }
.margin-top-md { margin-top: 100px; }
.margin-top-lg { margin-top: 150px; }

.margin-bottom-xs { margin-bottom: 30px; }
.margin-bottom-sm { margin-bottom: 60px; }
.margin-bottom-md { margin-bottom: 100px; }
.margin-bottom-lg { margin-bottom: 150px; }


/* Newsline-spezifisch */

.newslineEditLink a {
	display: block;
	clear: both;
	background-color: #c7e2ff;
	border: 1px solid #f0f0f0;
	padding: 3px;
	font-size: 11px;
	color: #4279bc;
	font-weight: bold;
	text-align: left;
}

.newslineEditLink a:hover,
.newslineEditLink a:focus {
	color: #4279bc;
	text-decoration: none;
}

.inhalte70Lay .bilderbox,
.inhalte75Lay .bilderbox {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.inhalte71Lay .bilderbox,
.inhalte76Lay .bilderbox {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.inhalte70Lay ul,
.inhalte75Lay ul,
.inhalte71Lay ul,
.inhalte76Lay ul {
	overflow: hidden;
}

.videosStandardLay {
	margin-bottom: 10px;
}














/********************/
/*     TEMPLATE     */
/********************/



header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

	z-index: 10000;
}

.header-top {
	background-color: rgba(0, 75, 140, 0.75);
	height: 45px;
	width: 100%;
	overflow: hidden;
}

.header-bottom {
	position: relative;
	background-color: rgba(0, 75, 140, 0.5);
	width: 100%;

	transition: .5s;
}

.logo {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}


.header-bottom nav ul {
	margin: 0;
	padding: 0;
}

.header-bottom nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;

	position: relative;
}

.header-bottom nav.left > ul {
	float: right;
	margin-right: 50px;

	transition: .5s;
} 

.header-bottom nav.right > ul {
	margin-left: 50px;
	transition: .5s;
} 

.header-bottom nav {
	width: 50%;
	display: block;
	float: left;
}

.header-bottom li a {
	padding: 56px 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;

	transition: .5s;
}

.header-bottom li ul {
	position: absolute;
	width: 350px;

	/*padding: 10px;*/
	background-color: #003b6e;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .5s, opacity .5s;
	transition: visibility 0s linear .5s, opacity .5s;
}

.header-bottom li:hover > ul,
.header-bottom li.focus > ul,
.header-bottom li:focus > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s linear 0s, opacity .5s;
	transition: visibility 0s linear 0s, opacity .5s;
}

.header-bottom li ul ul {
	left: 100%;
	top: 0;
}

.header-bottom nav.right li ul ul {
	left: auto;
	right: 100%;
	top: 0;
}

.header-bottom li ul a {
	text-transform: none;
	padding: 20px 25px;

	position: relative;
}



.header-bottom li ul li.has-children > a::after {
	content: '\e858';
	font-family: 'fontello';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.header-bottom .right li ul li.has-children > a::after {
	content: '\e857';
	right: auto;
	left: 10px;
}




.header-bottom li ul li {
	float: none;
}

@media (max-width: 1199px) {
	.header-bottom nav li ul ul {
		display: none;
	}
	
	.header-bottom nav li ul li:hover ul {
		display: block;
	}

	.header-bottom nav li ul li.open-submenu ul {
		display: block !important;
	}

	.header-bottom .right li ul li.has-children > a::after {
		transform: rotate(-90deg);
		transform-origin: top;
	}

}


.header-top nav {
	float: right;
	margin-top: 2px;
}

.header-top li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-top form {
	float: left;
}

.header-top .sprachumschaltung {
	float: right;
}

.header-top li a {
	color: #fff;
	padding: 13px 10px;
	display: block;
	font-size: 14px;

	background-color: transparent !important;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}

.header-top li a:hover,
.header-top li a:focus {
	color: #fdce42;
}

.header-top .sprachumschaltung a {
	padding-right: 0;
	padding-left: 40px;
}

.header-top .suche-input {
	position: relative;
	border: 0;
	outline: 0;
	padding: 3px 0;
	color: #004b8c;
	font-size: 12px;
	padding-left: 30px;
	background-color: #fff;
	margin-top: 10px;


	/*background-color: #fff;*/
	/*padding: 5px;*/
	

}

.header-top .suche-input::-webkit-input-placeholder {
  color: #004b8c;
}
.header-top .suche-input::-moz-placeholder {
  color: #004b8c;
  opacity: 1;
}
.header-top .suche-input:-ms-input-placeholder {
  color: #004b8c;
}
.header-top .suche-input:-moz-placeholder {
  color: #004b8c;
  opacity: 1;
}


.header-top .suche-form {
	position: relative;
}

.header-top .suche-form:before {
	content: '\e807';
	font-family: 'fontello';
	display: block;
	position: absolute;
	left: 9px;
	top: 11px;
	color: #004b8c;
	font-size: 14px;
	z-index: 10000;
}



header a {
	text-decoration: none !important;
	transition: .5s;
}

header a:hover,
header a:focus {
	color: #fdce42;
}

.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.logo img {
	transition: .5s;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.fixed-header .logo img {
	/*transform: scale(0);*/
	/*transform-origin: top center;*/
	width: 0;
	opacity: 0;
}

.fixed-header nav ul {
	margin: 0 !important;
}

.fixed-header li a  {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fixed-header {
	background-color: rgba(0, 75, 140, 1) !important;
}




.menu-button-wrapper {
	display: none;
}

.mobile-logo {
	display: none;
}

.container-mobile {
	position: relative;
}

@media (min-width: 1200px) {
	.container-mobile {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	header,
	.header-bottom,
	.header-bottom nav,
	.header-bottom nav ul,
	.header-bottom nav li {
		position: relative !important;
		top: auto !important;
		left: 0 !important;
		visibility: visible !important;
		opacity: 1 !important;
		float: none !important;
		width: 100% !important;
		text-align: center !important;
		margin: 0 !important;
	}

	.header-bottom nav ul ul {
		background-color: transparent;
	}

	.header-bottom li a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header-bottom {
		background-color: rgba(0, 75, 140, 0.5);
	}

	.header-bottom .logo {
		display: none;
	}

	.menu-button-wrapper {
		display: block;
		position: relative;
		z-index: 100;
	}

	.menu-button-wrapper::before {
		display: none !important;
	}

	.menu {
		display: none;
		margin-top: 140px;
	}

	#menu-toggle:checked + .menu-button-wrapper + .menu {
		display: block;
	}

	
	.menu-button-wrapper {
		display: block;
		float: left;
	}
	

	.menu-button {
		display: block;
		width: 50px;
		height: 35px;
		margin: 35px 0;
		/*float: right;*/
		position: relative;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		
		box-sizing: content-box;
	}

	.menu-button span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fdce42;
	/*   border-radius: 9px; */
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.menu-button span:nth-child(1) {
		top: 0px;
	}

	.menu-button span:nth-child(2),.menu-button span:nth-child(3) {
		top: 15px;
	}

	.menu-button span:nth-child(4) {
		top: 31px;
	}

	#menu-toggle:checked + .menu-button-wrapper .menu-button span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	#menu-toggle:checked + .menu-button-wrapper .menu-button span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#menu-toggle:checked + .menu-button-wrapper .menu-button span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#menu-toggle:checked + .menu-button-wrapper .menu-button span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.mobile-logo {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		width: 70px;
	}
	
	.header-bottom a:hover,
	.header-bottom a:focus {
		background-color: #004b8c;
	}
	
	nav > ul > li > a {
		border-top: 1px solid #fff;
	}

	.header-bottom ul ul a {
		font-size: 0.8em;
	}
	
	.servicenav {
		padding: 40px 0;
	}

	.servicenav a {
		background-color: transparent;
		text-transform: none !important;
		font-weight: 400;
		padding: 10px 0 !important;
		margin: 0 !important;
	}

}













/* FOOTER */


.footer-top {
	background-color: #004b8c;
	color: #fff;
	padding: 80px 0;
}

.footer-top a {
	color: #fff;
	line-height: 1.6;
	transition: .3s;

	text-transform: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.footer-top a:hover,
.footer-top a:focus {
	text-decoration: none;
	color: #99a3aa;
}

.footer-top li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-top ul {
	margin: 0;
	padding: 0;
}

.footer-top h2 {
	font-size: 22px;
	text-align: left;
	color: #fff;

	margin: 0;
	padding: 0 0 10px 0;
}

.footer-top h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #003b6e; /* fdce42 */
	margin: 15px 0;
}

.footer-top p {
	color: #d5e1eb;
	margin-bottom: 30px;
}

.footer-bottom {
	background-color: #003b6e;
	padding: 30px 0;
	color: #fff;
}

.footer-bottom a {
	color: #fff;
}

.social-icons .social-icon {
	float: left;
	margin-right: 10px;
	text-align: center;
}

.social-icons .social-icon a {
	display: block;
	font-size: 18px;
	width: 25px;
	height: 25px;
	padding: 15px;
	border-radius: 50%;

	background-color: #004b8c;
	color: #fff;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	transition: .5s;
}

.social-icons .social-icon a:hover,
.social-icons .social-icon a:focus {
	background-color: #444;
}

.footer-line {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.footer-top .col-md-4 {
		margin-bottom: 40px;
	}

	footer .social-icons {
		margin-top: 20px;
	}
}



/* BACK TO TOP BUTTON */



.back-to-top,
.smart-back-wrapper {
	position: fixed;
	z-index: 9999;
	bottom: 25px;
	right: 30px;
	padding: 16px 13px;
	border: 2px solid #004b8c;
	/*background-color: #fff;*/
	border-radius: 50%;
	box-sizing: content-box;

	opacity: 1;

	cursor: pointer;
	transition: .5s;

}

.back-to-top-inner,
.smart-back {
	height: 22px;
	font-size: 28px;
	line-height: 1em;
	transform: translateY(-6px);
	color: #004b8c;
}

.back-to-top:hover,
.back-to-top:focus,
.smart-back-wrapper:hover,
.smart-back-wrapper:focus  {
	background-color: #e8e8e8;
}

.back-to-top.hide-back-to-top {
	opacity: 0;
}

.smart-back-wrapper.hide-back-to-top {
	right: 30px;
}

.smart-back-wrapper {
	right: 100px;
	padding: 12px 13px;
	z-index: 10000;
}

.back-to-top.invert-colors,
.smart-back-wrapper.invert-colors {
	border-color: #fff;
}

.back-to-top.invert-colors .back-to-top-inner,
.smart-back-wrapper.invert-colors .smart-back {
	color: #fff;
}

.back-to-top.invert-colors:hover .back-to-top-inner,
.smart-back-wrapper.invert-colors:hover .smart-back {
	color: #004b8c;
}











/* NEWSLINE LOGIN */


#newslineLogin {
	font-size: 1em !important;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(1pic/50p.png);
	z-index: 999;
	color: #000;
	box-sizing: border-box;
}

#newslineLogin * {
	box-sizing: border-box;
}

#newslineLogin .newslineLoginClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
}

#newslineLogin .loginError {
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	color: #e20030;
	font-size: 16px;
	text-align: left;
}

#newslineLogin > div {
	font-size: 12px;
	width: 600px !important;
	height: 260px !important;
	margin-left: -300px !important;
	margin-top: -130px !important;
	position: absolute !important;
	padding: 40px !important;
	left: 50% !important;
	top: 50% !important;
	background: #ffffff !important;
	border: none !important;
	color: #000 !important;
}


#newslineLogin a {
	color: #e20030 !important;
	font-weight: normal;
	font-size: 20px;
	display: block;
	top: 8px !important;
	left: auto !important;
	position: absolute;
	right: 8px;
	text-indent: -999px;
	width: 25px;
	height: 25px;
	background-image: url(1pic/nl-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	z-index: 999;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	cursor: pointer;
	overflow: hidden;
	behavior: url('js/backgroundsize.min.htc');
}

#newslineLogin a:hover,
#newslineLogin a:focus {
	background-image: url(1pic/nl-close-red.png);
	outline: none;
}

#newslineLogin table {
	width: 100%;
	margin: 0; 
	padding: 0; 
	margin-bottom: 5px; 
	border: none; 
	color: #000; 
	border-spacing: 0;
	border-collapse: collapse;
}

#newslineLogin th {
	font-weight: normal;
	font-size: 18px;
	color: #555;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	vertical-align: middle;
}

#newslineLogin td {
	position: relative;
	padding: 2px;
	vertical-align: middle;
}

#newslineLogin td input {
	padding: 0 10px !important;
	font-size: 16px;
	display: block;
	height: 27px !important;
	margin: 7px 0 !important;
	margin-left: 10px !important;
	box-shadow: 0 0 100px 20px rgb(255, 255, 255) inset;
	border: none !important;
	color: #555555 !important;
	width: 220px !important;
	transition: .25s;
	opacity: .7;
}

@-moz-document url-prefix() {
	#newslineLogin td input {
		opacity: 1;
	}
}

#newslineLogin td input:focus {
	outline: none !important;
	/*opacity: 1;*/
}

#newslineLogin input[type="password"] {
	font-size: 30px !important;
	line-height: 25px !important;
	font-weight: bold;
}

#newslineLogin input[type="password"]::-webkit-input-placeholder {
   font-size: 16px !important;
   font-weight: normal !important;
}

#newslineLogin input[type="password"]:-moz-placeholder { /* Firefox 18- */
	font-size: 16px !important;
	font-weight: normal !important;
}

#newslineLogin input[type="password"]::-moz-placeholder {  /* Firefox 19+ */
	font-size: 16px !important;
	font-weight: normal !important;
}

#newslineLogin input[type="password"]:-ms-input-placeholder {  
	font-size: 16px !important;
	font-weight: normal !important;
}

#newslineLogin input[type="password"]:-webkit-autofill {
    color: red !important;
}
#newslineLogin input[type="password"]::-webkit-autofill {
    color: red !important;
}

#newslineLogin td .line {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	height: 1px;
	background-color: rgb(98, 99, 86);
	width: 90%;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	margin: 0 auto;
}

#newslineLogin td .line:before {
	left: 0;
	bottom: 0px;
	content: '';
	width: 1px;
	height: 50px;
	max-height: 0;
	display: block;
	position: absolute;
	background-color: #626356;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#newslineLogin td .line:after {
	right: 0;
	bottom: 0px;
	content: '';
	width: 1px;
	height: 50px;
	max-height: 0;
	display: block;
	position: absolute;
	background-color: #626356;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


#newslineLogin td input:focus + .line {
	background-color: #e20030 !important;
	width: 94%;
	height: 1px;
}

#newslineLogin td input:focus + .line:before,
#newslineLogin td input:focus + .line:after {
	background-color: #e20030 !important;
	max-height: 6px;
}

#newslineLogin td input:focus,
#newslineLogin td input:active {
	outline: none;
}

#newslineLogin input[type=submit] {
	height: 35px !important;
	background-color: #e20030;
	border: none !important;
	color: #fff !important;
	font-size: 18px;
	position: absolute;
	left: 0 !important;
	width: 200px !important;
	transition: .5s linear;
	background-image: url(1pic/nl-login-white.png);
	background-repeat: no-repeat;
	background-position: right 10px center !important;
	background-position-x: right 10px;
	background-position-y: center;
	background-size: 25px auto !important;
	border: 1px solid #e20030 !important;
	padding: 0px 15px !important;
	text-align: left;
	margin: 0 auto !important;
	display: block;
	right: 0 !important;
	bottom: 50px !important;
}

#newslineLogin.hasError input[type=submit] {
	bottom: 30px !important;
}

#newslineLogin input[type=submit]:hover,
#newslineLogin input[type=submit]:focus {
	background-image: url(1pic/nl-login-red.png);
	background-color: #fff !important;
	border: 1px solid #e20030 !important;
	color: #e20030 !important;
	background-position: right 10px center !important;
	background-position-x: right 10px;
	background-position-y: center;
	outline: none;
}

#newslineLogin input[type=submit]:hover:-webkit-autofill {
	color: #e20030 !important;
}

#newslineLogin input[type=submit]:focus:-webkit-autofill {
	color: #e20030 !important;
}


.featherlight-content .legend {
	padding-top: 15px;
}

/* barrierefrei */

.sprungmarke {
	position: absolute;
	opacity: 0;
	padding: 10px;
	left: -900px;
	top: -900px;
	z-index: 11000;
	background-color: #fff;

	text-decoration: none !important;
}

.sprungmarke:focus {
	opacity: 1;
	left: 0;
	top: 0;
}

.hide-anker,
.access-hide {
	display: block !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	position: absolute;
}

body.not-home .header-bottom {
	background-color: #4878a1 ;
}

body.not-home .header-top {
	background-color: #004b8c !important;
}


.icon-header {
	color: #fff;
	float: right;
	font-size: 20px;
	margin-left: 30px;
	margin-top: 8px;
}

.header-neu .header-top {
	background-color: rgba(0, 75, 140, 1) !important;
}

.header-neu .header-bottom {
	background-color: rgba(0, 75, 140, 0.7) !important;
}

.header-neu .slide-title,
.header-neu .slide-subtitle {
	background-color: rgba(1, 70, 135, 0.7);
}

.header-neu .slide-background {
	background-color: transparent;
}



/* lora-regular - latin */
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
  }
  
  /* lora-italic - latin */
  @font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/lora-v26-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/lora-v26-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/lora-v26-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/lora-v26-latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/lora-v26-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/lora-v26-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
  }
  
  /* lora-700italic - latin */
  @font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 700;
	src: url('./fonts/lora-v26-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/lora-v26-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/lora-v26-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/lora-v26-latin-700italic.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/lora-v26-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/lora-v26-latin-700italic.svg#Lora') format('svg'); /* Legacy iOS */
  }

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