@charset "UTF-8";

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,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}b,strong{font-weight: bold;}img{border:0;}

html{
	background:#fff;
}

body{
   margin:0 auto;
   padding:0;
   width:100%;
   font-family: 'Open Sans', sans-serif;
   color:#fff;
}

a .NU {
}

a{
	color:#fafafa;
	transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -webkit-transition:.25s ease-in-out;
}
a:hover {
	color:#e6e6e6;
}

h1{
   font-family: Impact, Charcoal, Arial;
}

h4{
   font-weight: 400;
}


.break {
  break-before: always;
  page-break-before: always; 
}

/***************************
		    MENU 
++++++++++++++++++++++++++*/
.navigation{
	margin:0 10px 0 10px;
	padding:8px 0 0 0;
	font-size:13px;
}

.navigation a{
	padding:0 5px 0 5px;
}

/***************************
		   INTRO 
++++++++++++++++++++++++++*/

#intro{
	height:50em;
	background:#fff url(../img/cover-website-small.jpg) top center;
	-webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size:cover; 
	
}

.intro-wrap{
	padding-top: 25em;  /* 25em;*/
}

.name{
	font-family:'Metrophobic', sans-serif;
	margin:0 auto;
	font-weight:300;
	font-size:58px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}

.name-byline{
	font-family:'Open Sans', sans-serif;
	margin-top:5px;
	color:#fff;
	font-size: 18px;
	text-shadow: 2px 2px rgba(0,0,0,0.4); //0000;
	//background-color: rgba(0,0,0,0.2); /*0,0,0, 0.2)*/
}

.intro-navigation{
	margin:50px auto;
	font-family:'Impact', Charcoal, Arial;
	font-weight:300;
	font-size:23px;
	text-align:center;
}

.intro-navigation a{
	padding:0 40px 0 40px;
	color:#eee;
	transition:.5s;
	border:1px solid #fff;
	margin:3px 3px 0 3px;
	display:block;
	height:28px;
	background-color: rgba(0,0,0,0.2); /*0,0,0, 0.2)*/
}

.intro-navigation a:hover{
	color:#ccc;
	transition:.5s;
	border:1px solid #ccc;
}

/***************************
		PORTFOLIO 
++++++++++++++++++++++++++*/

a:hover, a:active{outline:none;}
::-moz-selection{background:#3b7cbf;color:#fff;text-shadow:none;}
::selection{background:#3b7cbf;color:#fff;text-shadow:none;}
a:link{-webkit-tap-highlight-color:#3b7cbf;}
.ie7 img{-ms-interpolation-mode:bicubic;}

.portfolio{
	position:relative;
	width:100%;
	height:100%;
}

.section{
	margin:0 auto;
	padding:0;
	max-width:1400px;
	height:100%;
	margin-bottom:100px;
	overflow:hidden;
}

.portfolio .section{
	padding:0;
	text-align:center;
}

.section-header{
	margin:15px 0 15px 0;
	padding:0 0 0 8px;
	color: #003366;
	font-size:50px;
	font-family:'Impact', "Charcoal", "Arial Black";
	text-align:center;
	border-bottom:2px solid #282828;
}

.items-wrapper{
	overflow:hidden;
	padding:50px 2px 0 0;
	text-align:center;
	color: #003366;
}

.item{
	width:100%;
	float:left;
	margin:0 0 30px 0;
}

.item img, .contact img{
	opacity:1;
    transition:opacity .25s ease-in-out;
    -moz-transition:opacity .25s ease-in-out;
    -webkit-transition:opacity .25s ease-in-out;
}

.item img:hover,
.contact img:hover{
	opacity:.5;
}

.filter{
	line-height:18px;
	font-size:11px;
}

@media screen and (max-width:410px){
	.item img{
		width:100%;
	}
}
	

@media screen and (min-width:410px){	
	.section-header{
		margin:50px 0 50px 0;
		font-size:50px;
		font-family:'Impact', "Charcoal", "Arial Black";
		text-align:left;
	}
}

@media screen and (min-width:500px){
	.intro-navigation a{
		padding:0 40px 0 40px;
		color:#eee;
		transition:.5s;
		border:1px solid #eee;
		margin:0 3px 0 3px;
		display:inline;
	}
}


@media screen and (max-width:500px){
	.intro-wrap{
		padding-top: 10em;  /* 25em;*/
	}
}


/* Two Column */

@media screen and (min-width:761px){
	.section{
		width:760px;
	}
	.item{
		width:31%;
		/*height:350px;*/
		margin:0 1% 30px 1%;
	}
	
	.item img{
		display:block;
		width:100%;
	}
}

/* Three Column */

@media screen and (min-width:800px) {
	#intro{
	background:#fff url(../img/cover-website-normal.jpg) center center fixed no-repeat;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
	}
}

@media screen and (min-width:960px){
	.section{
		width:960px;
	}
	/*.item{
		height:400px;
	}*/
}

@media screen and (min-width:1260px){
	.section{
		width:1200px;
	}
	/*.item{
		height:450px;
	}*/
}

/***************************
		    ABOUT 
++++++++++++++++++++++++++*/

.about{
	position:relative;
	height:100%;
	background: #003366; /* #111 */ /*url(../img/about-bg.jpg) center center*/;
}

.header-color{
	color:#fff;
	border-bottom:2px solid rgba(256, 256, 256, 1);
}

.intro-picture{
	margin:0 auto;
	height:200px;
	width:400px;
	padding: 0;
	border:0px solid white;
	background:url(../img/man_logo_white_plain.png) center center;
}

@media screen and (max-width:500px){
  .intro-picture{
	margin:0 auto;
	height:100px;
	width:200px;
	padding: 0;
	border:0px solid white;
	background:url(../img/man_logo_white_plain.png) center center;
	background-size: 200px;
  }
}


.about-wrapper{
	margin:0 auto;
	width:100%;
	overflow:hidden;
	padding:40px 0 12px 0;
}

.about-picture{
	margin:0 auto;
	width:200px;
	height:100px;
	border:0px solid white;
	/*border-radius: 50%;*/
	background:url(../img/man_logo_white_small.png) center center;
}

.about-map{
	margin: auto; /* 30px 10px 0 10px; */
	width:400px;
	height:300px;
	border:0px solid white;
	/*border-radius: 50%;*/
	background:url(../img/web_map.png) center center;
	background-size: 400px;
}

.about-text{
	margin:30px 10px 0 10px;
	height:100%;
	/*background:rgba(0,0,0, 0.4);*/
	text-align:justify;
	padding:10px;
}

.referenzen-text{
	margin:30px 10px 0 10px;
	height:100%;
	/*background:rgba(0,0,0, 0.4);*/
	text-align:left;
	padding:20px;
}

.referenzen-text img{
	width: 100px;
}


.business-picture{
	margin:0 auto;
	width:400px;
	height:200px;
	border:0px solid white;
	/*border-radius: 50%;*/
	background:url(../img/solutions/vpn.png) center center;
}

.rifu-picture{
	margin:0 auto;
	width:400px;
	height:200px;
	border:0px solid white;
	/*border-radius: 50%;*/
	background:url(../img/rifu.png) center center;
}

@media screen and (min-width:761px){
	.about-wrapper{
		width:800px;
	}
	
	#about{
		background:#000;
	}
	
	.about-picture{
		float:left;
	}
	
	.about-map {
		width: 500px;
		height: 350px;
		background-size: 500px;

	}
	.about-text{
		margin:30px 5px 5px 5px;
		float:right;
		width:500px;
		padding:10px 40px 10px 10px;
		line-height:1.2;
	}

	.referenzen-text{
		margin:30px 5px 5px 5px;
		float:right;
		width:500px;
		padding:10px 40px 10px 10px;
		line-height:1.2;
	}


	.business-picture{
		float:left;
	}
	.rifu-picture{
		float:left;
	}

	.mini{
		font-size: 60%;
		margin: 5px;
	}

}

@media screen and (min-width:960px){
	.about-text{
		padding:10px;
	}
}

/***************************
		   CONTACT 
++++++++++++++++++++++++++*/

.contact{
	position:relative;
	background:#fff;
	color:#555;
	font-family: 'Open Sans', sans-serif;
}

.contact-wrapper{
	margin:0 auto 20px;
	width:355px;
}

.contact-info{
	margin-top:100px;
	line-height:32px;
}

.contact-info img{
	padding:0 20px;
	vertical-align:middle;
}

.contact-info a{
	color:#555;
}

.contact-info a:hover{
	color:#999;
}

.contact-info li{
	margin-top:12px;
}



.business-info{
	margin-top:100px;
	line-height:32px;
	text-align: left;
	color: #003366;
	padding: 0 20px;
}

.business-info img{
	padding:0 20px;
	vertical-align:middle;
}

.business-info a{
	color:#555;
}

.business-info a:hover{
	color:#999;
}

.business-info li{
	margin-top:12px;
}



#footer{
	color:#999;
	font-size:12px;
	padding-bottom:5px;
	display: block;
}

#footer a{
	color:#999;
}

#footer a:hover{
	color:#555;
}


@media screen and (min-width:80em){
	#header{
		width:100%;
	}
}

.impressum{
	margin:50px auto;
	padding:10px;
	background: #003366;
	text-align:center;
	width:600px;
	text-align:justify;
}

.impressum-header{
	font-size:30px;
	padding-left:9px;
	
}

.impressum-content{
	margin:10px auto;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:300;
	padding:10px;
}


