@import url("../webfonts/OpenSans_Bold/stylesheet.css");
@import url("../webfonts/OpenSans_Semibold/stylesheet.css");
@charset "UTF-8";

/* CSS Document */

/* 
----------------------------------------------------------------
Schubert audit
start: 05.11.2014
Autor: Marcel Drechsler, alle Rechte liegen bei dem Autor
Medium: Screen, Print
----------------------------------------------------------------
 */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "OpenSans Regular";
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	height: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#zierstreifen_unten {
	height: 30px;
	background-color: #000;
	width: 100%;
	position: fixed;
	z-index: 11;
	left: 0px;
	bottom: 0px;
}

#container {
	width: 100%;
	height: auto;
	margin-top: 60px;
	overflow: hidden;
}

.abstandhalter {
	height: 100px;
}

#headerbild {
	width: 74%;
	margin-left: 300px;
	position: absolute;
	height: 600px;
	text-align: center;
}

.hintergrund {
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

.vorheriges {
	width: 64px;
	height: 63px;
	position: absolute;
	z-index: 2000;
	background-image: url(../img/vorheriges.png);
	top: 45%;
	left: 35px;
}

.vorheriges:hover {
	background-image: url(../img/vorheriges_hover.png);
}


.naechstes {
	width: 64px;
	height: 63px;
	position: absolute;
	z-index: 2200;
	background-image: url(../img/naechstes.png);
	top: 45%;
	right: 35px;
}

.naechstes:hover {
	background-image: url(../img/naechstes_hover.png);
}


.anker {
	display: block;
	margin-top: -60px;
	padding-top: 60px;
}


#artikel_detailbereich {
}

#kopf_container_inhalt {
	width: 960px;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#detailbereich_container_inhalt {
	width: 960px;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#logobereich_top {
	height: 100px;
	width: 650px;
	background-color: rgba(255,255,255,0.90);
	float: right;
}

.header_logo {
	width: 100%;
	margin-top: 20px;
}

.header_logo h1 a span {
	visibility: hidden;
	display: block;
	text-indent: -9999px;
}

#hauptnavigation {
	width: 960px;
	height: 60px;	background-image: -webkit-linear-gradient(180deg,rgba(81,160,164,0.90) 0%,rgba(41,97,143,0.90) 100%);
	background-image: linear-gradient(270deg,rgba(81,160,164,0.90) 0%,rgba(41,97,143,0.90) 100%);
	z-index: 20;
}

.clear {
	clear: both;
}

.slogan {
	background-color: #47444D;
	color: #FFFFFF;
	font-family: "OpenSans Semibold";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 2px;
}

.textbox {
	width: 650px;
	position: relative;
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.textbox_klein {
	width: 588px;
	position: relative;
	float: left;
	overflow: hidden;
}

.textbox_inner {
	background-color: rgba(255,255,255,0.4);
	position: relative;
	z-index: 10;
	width: 570px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.textbox_inner_klein {
	position: relative;
	z-index: 10;
	width: 508px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: -webkit-linear-gradient(180deg,rgba(81,160,164,0.90) 0%,rgba(41,97,143,0.90) 100%);
	background-image: linear-gradient(270deg,rgba(81,160,164,0.90) 0%,rgba(41,97,143,0.90) 100%);
	overflow-x: visible;
	overflow-y: visible;
	visibility: visible;
}

.blur:after {
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.25);
	position: absolute;
}

.no_margin {
	margin-right:0px !important;
}

.breite_plus10px {
	padding-right: 10px;
}

.floatbox_3col img {
	width: 310px;
	height: 170px;
	margin-top: 10px;
}

footer {
	height: 240px;
	background-image: url(../img/hg_footer.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.leistungsbeschreibung li {
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.leistungsbeschreibung .wichtig {
	font-family: "OpenSans ExtraBold";
	text-transform: uppercase;
}

#ueber_schubert_audit .textbox_inner {
	background-color: rgba(255,255,255,0.10);
}

#partner_mandanten .verbindungselement {
	background-image: url(../img/verbindungselement_weiss.png);
}

#partner_mandanten .verbindungselement_2 {
	background-image: url(../img/verbindungselement_weiss_2.png);
	width: 8px;
	height: 28px;
	position: absolute;
	left: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3000;
	margin-top: -114px;
	overflow: visible;
	margin-left: -175px;
}

@media only screen and (max-width: 1200px) {

.naechstes {
	display: none !important;
	visibility: hidden !important;
	overflow: hidden !important;
}

.vorheriges {
	display: none !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
}

.wrapper {
	margin-bottom: 50px;
}

.floatbox_3col {
	width: 300px;
	position: relative;
	float: left;
	margin-right: 20px;
}

.floatbox_6col {
	width: 620px;
	position: relative;
	float: right;
	}

.iframe_karte {
	border: 1px solid #CDCFD0;
	width: 620px;
	height: 350px;
}

#kopf_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	center center fixed no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.blur {
	height: 1334px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	left: 50%;
	margin-left: -1150px;
	top: 50%;
	margin-top: -500px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	width: 2000px;
	position: absolute;
	filter: blur(60px);
	-webkit-filter: blur(60px);
	-moz-filter: blur(60px);
	-o-filter: blur(60px);
	-ms-filter: blur(60px);
	filter: url(../blur.svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='60');
	background-image: url(../img/haende.jpg);
}


#startseite #kopf_container,#startseite .blur {
	background-image: url(../img/haende.jpg);
	min-height: 1200px;
}

#kopf_container {
	min-height: 1000px;
}

#ueber_schubert_audit #kopf_container, #ueber_schubert_audit .blur {
	background-image: url(../img/vertrauen.jpg);
}

#leistungen #kopf_container, #leistungen .blur {
	background-image: url(../img/euro_muenzen_geld.jpg);
}

#partner_mandanten #kopf_container, #partner_mandanten .blur {
	background-image: url(../img/partner_mandanten_kette.jpg);
}

#impressum #kopf_container, #impressum .blur {
	background-image: url(../img/geld_taschenrechner.jpg);
}

.verbindungselement {
	width: 195px;
	height: 97px;
	position: absolute;
	left: 50%;
	background-image: url(../img/verbindungselement.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3000;
	margin-top: -162px;
	overflow: visible;
	margin-left: 104px;
}


#partner_mandanten .verbindungselement {
	width: 195px;
	height: 97px;
	position: absolute;
	left: 50%;
	background-image: url(../img/verbindungselement_weiss.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3000;
	margin-top: -135px;
	overflow: visible;
	margin-left: 104px;
}


#logo_gvts {
	width: 223px;
	height: 90px;
	position: relative;
	float: left;
	margin-left: 20px;
	background-image: url(../img/logo_gvts.gif);
}

#logo_gvts:hover {
	background-image: url(../img/logo_gvts_hover.gif);
}
