@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,700&subset=latin,latin-ext);

body {
	background: #000;
}

body.guardian-home {
	background: #000;
}

nav.guardian-nav {
	background: #000;
	height: 60px;
}

nav.guardian-nav ul.title-area li.name h1 a {
	font-family: "Roboto";
	font-weight: 100 !important;
	text-transform: uppercase;
	font-size: 1.75em;
	line-height: 1.65;
}

nav.guardian-nav .guardian-nav-section ul.right li {
	z-index: 9999;
}

nav.guardian-nav .guardian-nav-section ul.right li a {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 1.1em;
}

.valign-middle {
    display: table;
}

.valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

.valign-middle .columns,
.valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}

.guardian {
	background-image: url('../img/bg.jpg');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 30%;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	overflow: hidden;
	z-index: -999;
}

.guardian-kontakt {
	background-image: url('../img/kontakt.jpg');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 30%;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	overflow: hidden;
	z-index: -999;
}

p {
	text-align: justify;
    text-justify: inter-word;
}

iframe.guardian-map {
	width: 100%;
	height: 350px;
}

#guardian-kontakt {
	z-index: 999;
	position: relative;
}

.contact-infos {
	color: #fff;
	font-family: "Roboto";
	font-weight: 300;
	margin-bottom: 70px;
}

.contact-infos h3 {
	margin-bottom: 64px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 2em;
}

.contact-infos p {
	text-align: center;
	font-size: 1.2em;
}

.moreinfos p {
	color: #fff;
	font-size: 1.4em;
	font-family: "Roboto";
	font-weight: 300;
}

.protector {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.33);
	overflow: hidden;
}

#vc {
	z-index: 1;
	position: relative;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

h1.intro {
	font-family: "Roboto";
	color: #fff;
	font-weight: 100;
}

a.more {
	background-color: rgba(131, 130, 130, .7) !important;
	font-family: "Roboto";
	font-weight: 300;
	padding: .7rem 1rem 0.7625rem 1rem;
}

a.more:hover {
	background-color: rgba(131, 130, 130, .9) !important;
}

.fadein {
	opacity: 0;
	-moz-transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

.not-loaded {

}

.loaded {
	opacity: 1;
}

.page-view {
	background: #e9e9e9;
}

.slide {
	width: 100%;
	height: 420px;
	position: relative;
	z-index: 1;
	background: none;
	background-size: cover;
}

.slide h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 130px;
	color: #fff;
	font-family: "Roboto";
	font-weight: 300;
}

.slide .self-protector {
	position: absolute;
	width: 100%;
	height: 420px;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
}

.page-content {
	z-index: 10;
	margin: 0 auto;
	max-width: 1024px;
	min-width: 320px;
	top: -120px;
	background-color: #fff;
	padding: 15px;
	font-size: 18pt;
	position: relative;
	-webkit-box-shadow: 4px 2px 16px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    4px 2px 16px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         4px 2px 16px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: -40px;
}

footer.default {
	width: 100%;
	height: 40px;
	background: #000;
	z-index: 999;
	position: relative;
}

footer.default img.logo-forsetti {
	z-index: 999;
	display: block;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

footer.home-footer {
	width: 100%;
	height: 40px;
	display: block;
	z-index: 999;
	position: absolute;
	bottom: 0;
}

footer.home-footer img.logo-forsetti {
	z-index: 999;
	display: block;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

@media all and (min-width: 641px) {
	nav.guardian-nav ul.right {
		background: none !important;
	}

	nav.guardian-nav ul.right li.main {
		height: 62px;
	}

	nav.guardian-nav ul.right li.main ul.dropdown li:hover {
		background: #333 !important;
	}

	.guardian-nav-section li:not(.has-form) a:not(.button), .guardian-nav-section ul li {
		background: none !important;
	}

	nav.guardian-nav ul.right, nav.guardian-nav ul.title-area {
		margin-top: 6px;
	}

	nav.guardian-nav ul.right {
		margin-right: 10px;
		margin-top: 8px;
	}

	nav.guardian-nav ul.title-area {
		margin-left: 10px;
	}

	.guardian-nav-section ul.right li ul.dropdown {
		background: #000;
		margin-top: 6px;
	}

	.guardian-nav-section ul.right li ul.dropdown li {
		font-size: .8em;
		color: #fff;
	}
}

@media all and (max-width: 640px) {
	#mobilefix {
		background-position: 74% 96% !important;
	}

	nav.guardian-nav {
		background: #000;
		padding: 0 !important;
		height: 2.8125rem;
	}

	nav.guardian-nav ul.title-area li.name h1 a {
		font-family: "Roboto";
		font-weight: 100;
		text-transform: uppercase;
		font-size: 1.75em;
	}

	.guardian-nav-section ul.right li ul.dropdown li.back {
		text-align: center;
	}

	.guardian-nav-section ul.right li ul.dropdown li.parent-link {
		display: none !important;
	}

	.content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	iframe.guardian-map {
		display: none;
	}

	.contact-infos h3 {
		font-size: 1.5em;
		margin-top: 20px;
	}

	.contact-infos p {
		margin-top: 30px;
		font-weight: 300;
	}
}