@charset "utf-8";
/* CSS Document */

html, body {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Titillium Web';
	font-size: 12px;
	color: #fff;
	line-height: 140%;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('TitilliumWeb-Regular.eot');
    src: url('TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('TitilliumWeb-Regular.woff2') format('woff2'),
        url('TitilliumWeb-Regular.woff') format('woff'),
        url('TitilliumWeb-Regular.ttf') format('truetype'),
        url('TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: lighter;
	margin: 10px 0 0 0;
}

#unternehmen h1 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: lighter;
	margin: 10px 0 0 10px;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 5px 0;
}

p {
	font-size: 12px;
	line-height: 120%;
	margin: 0 0 10px 0;
	font-weight: lighter;
	/*text-align: justify;*/
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.logo {
	background: url(../images/logo.png);
	width: 287px;
	height: 93px;
	text-indent: -4000px;
	display: block;
	margin: 30px 0 0 30px;
	position: absolute;
}

.clr {
	clear: both;
}

#bereich {
    float: right;
    height: auto;
    margin: 60px 261px 0 0;
    width: 481px;
	text-align: right;
	position: relative;
}


#content {
    background: url("../images/content.png");
	background-position: bottom left;
    float: right;
    margin: 200px -479px 0 0;
    padding: 40px;
    width: 410px;
	color: #000;
}

#unternehmen {
    background: url("../images/content.png");
	background-position: bottom left;
    float: right;
    margin: 200px -479px 0 0;
    padding: 20px;
    width: 800px;
	color: #000;
}

#unternehmen .block {
	padding: 20px 10px 20px 10px;
	width: 370px;
	float: left;
}

#unternehmen #slidebox {
	width: 780px;
	padding: 20px 30px;
	background: url("../images/content.png");
	background-position: bottom left;
	position: absolute;
	margin: 350px 0 0 -20px;
}

#unternehmen #slidebox h1 {
	font-size: 12px;
}

#content a.referenzen {
	background: url(../images/referenzen.png);
	width: 210px;
	height: 26px;
	padding: 30px 0 0 10px;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	margin: 36px 0 0 -254px;
	font-weight: normal;
	background-repeat: no-repeat;
	position: absolute;
}

#content a.referenzen:hover {
	background: url(../images/referenzen_a.png);
	text-decoration: none;
	background-repeat: no-repeat;
}

#content .adresse {
	background: url(../images/content.png);
	background-position: top;
	padding: 40px;
	margin: -40px 0 0 -344px;
	position: absolute;
}

#content #sicherheitstechnik {
    background: url(../images/content_partner.png)repeat scroll right top transparent;
    height: auto;
	margin: 40px 0 0 -431px;
    padding: 20px;
    position: absolute;
}

#content #telekommunikationstechnik {
    background: url(../images/content_partner.png)repeat scroll right top transparent;
    height: auto;
	margin: 40px 0 0 -639px;
    padding: 20px;
    position: absolute;
}

#content #datentechnik {
    background: url(../images/content_partner.png)repeat scroll right top transparent;
    height: auto;
	margin: 40px 0 0 -453px;
    padding: 20px;
    position: absolute;
}

#content #funktechnik {
    background: url(../images/content_partner.png)repeat scroll right top transparent;
    height: auto;
	margin: 40px 0 0 -469px;
    padding: 20px;
    position: absolute;
}

#content #sicherheitstechnik h1, 
#content #telekommunikationstechnik h1, 
#content #datentechnik h1,
#content #funktechnik h1 {
	font-size: 22px;
	float: left;
	margin-right: 40px;
	margin-top: 2px;
}

#content #sicherheitstechnik img, 
#content #telekommunikationstechnik img, 
#content #datentechnik img,
#content #funktechnik img {
	margin: 0;
}

#content img {
	margin: 20px 0;
}


#nav {
    margin-right: 65px;
	top: 220px;
	position: fixed;
    right: 0;
    width: 194px;
}

#nav li {
	list-style: none;
	text-align: right;
}

#nav li a {
	background: url(../images/btn.png);
	width: 210px;
	height: 26px;
	padding: 30px 10px 0 0;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: normal;
}

#nav li a:hover, #nav a.active {
	background: url(../images/btn_a.png);
	text-decoration: none;
}


#footer {
	/*width: 98%;
	margin: 0 1%;*/
    bottom: 10px;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}

#footer .blue-right {
    background: #01172d; /* Old browsers */
	background: -moz-linear-gradient(top,  #01172d 0%, #000001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01172d), color-stop(100%,#000001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01172d 0%,#000001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01172d 0%,#000001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01172d 0%,#000001 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01172d 0%,#000001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01172d', endColorstr='#000001',GradientType=0 ); /* IE6-9 */
    float: right;
    height: 17px;
    line-height: 17px;
    padding: 3px 10px 3px 10px;
}


#footer .hotline {
	color: #fff;
	background-color: #afcb1f;
	padding: 3px 10px;
}

#footer .hotline strong {
	letter-spacing: 1px;
}

#impressum span {
	text-transform: uppercase;
	font-weight: bold;
}

#footer .blue {
	background: #01172d; /* Old browsers */
	background: -moz-linear-gradient(top,  #01172d 0%, #000001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01172d), color-stop(100%,#000001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01172d 0%,#000001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01172d 0%,#000001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01172d 0%,#000001 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01172d 0%,#000001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01172d', endColorstr='#000001',GradientType=0 ); /* IE6-9 */
	padding: 3px 10px;
}

strong {
	font-weight: bold;
}

.block a {
	color: #000;
	text-decoration: underline;
}
/* ------------- IMPRESSUM ----------------- */

#impressum {
	width: 1000px;
	height: auto;
	color: #000;
	margin: auto;
	padding-top: 50px;
	overflow: auto;
}

#left {
	float: left;
	width: 250px;
}

#right {
	float: right;
	width: 730px;
}

#right a {
	color: #000;
}

/* ---------------- */

#screenshot {
	position:absolute;
	margin-top: -220px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}