@charset "utf-8";
/* Gumpinger Software CSS style */
/*  
  Website colors:
  Menu and Submenu link color: #b6b3b2
  Selected Menu and Submenu link color: #7ba41c
  Table Caption color: #7ba41c
  Text color: #333;
*/


body{
	margin-top:10px;
	margin-bottom: 45px;
        margin: 10px 0 45px;
	padding:0;
	font-family: Play-Regular, Arial, Helvetica, sans-serif;
	color: #333;
	
}

.teamdist {
	height: 30px;
}

.divckform {
	width: 336px;
	height: 805px;
	border: 0;
	margin-top: -87px;
	margin-bottom: -28px;
}

.ckformiframe {
	width: 450px;
	height: 805px;
	border: 0;
	margin-top: -57px;
	margin-bottom: -28px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	width:95%;
}
.header {
	width:100%;
	min-width:850px;
	position:fixed;
	z-index:9999;
	top:0;	
	left:0;
	background-color: white;	
}

div#iframediv {
    height: 880px;
    width: 1249px;
    margin-top: -10px;
}

.searchcontent {
    margin-top: 30px;
    margin-left:auto;
    margin-right:auto;
    width: 800px;
}

.contentpaneopen{
	display: table;
	margin: 0 auto;
}

.headerleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 231px;
	height: 42px;
	background-color: white;
}

.headermiddle {
	height: 58px;
}

.menubackgr{
	background-image: url(../images/erpbackgr2.jpg);
	position: absolute;
	height: 36px;
	width: 60%;
	left: 275px;
	top: 25px;
	z-index: -3;
}

.gradientbackgr{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	position: absolute;
	height: 36px;
	width: 60%;
	left: 275px;
	top: 25px;
	z-index: -2;
}

.headerright {
	position: absolute;
	top: 0;
	right: 0;
	width: 231px;
	height: 42px;
	background-color: white;
}

.footer {
	width: 100%;
	min-width:850px;
	position: fixed;
	z-index:9999;
	bottom: 0;
	left:0;
	color: #B6B3B2;
	font-size: 11px;
	background-color:#FFF;
	height: 38px;

}
.content { 
	width:100%;
	margin-top:65px;
	margin-left:auto;
	margin-right:auto;
	font-size: 13px;	
}

.search {
	margin-top: 6px;
	font-size: 11px;
}


/* ---------------------------- START - Page link style ---------------------------- */

a {
	color: #A3A3A3;	
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #7ba41c;
	cursor: pointer; cursor: hand
}

a:focus { 
color: #069; 
background: #f6f6f6;
}

a.mainlevel_active {
	color: #7BA41C;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
}

a.anchor{display: block; position: relative; top: -60px; visibility: hidden;}

a.red_text{
	color: red;
}


/* ---------------------------- END - Page link style ---------------------------- */


/* ---------------------------- START - Submenu link style ---------------------------- */

.submenu a {
	font-size: 11px;
}
.submenu a:link {
	font-size:11px;
	 
}

/* ---------------------------- END - Submenu link style ---------------------------- */


/* ---------------------------- START - Unordered list style ---------------------------- */

li.dash:before {
	content: "-";
	margin-left: -16px;
	margin-right: 15px;
}

.content ol {
	display:block;
	margin-left: -21px;
}

.content ul {
	margin:0;
	display:block;
	margin-left: 16px;
	list-style-type:none;  	
}

.content li {
	display:block;
	display:list-item;
	padding:auto;
}

ul {
	display: table-cell;	
	padding: 0 0;
	vertical-align: middle;
}


.footer_menu ul {
	margin:0;
	display:block;	
	padding:0;
	text-align: center;
}

li {
	display:inline;
	padding: 0 15px 5px 0px;
}

.footer menu li {
	display:inline;
	list-style-type:none;
	padding: 0 0px 5px 0px;
}



/* ---------------------------- END - Unordered list style ---------------------------- */


/* ---------------------------- START - Submenu style ---------------------------- */

.login {
	float: right;
	margin-right: 11px;
	margin-top: 6px;
	height: 35px;
}

.logo {
	float: left;
	margin-left: 11px;
	margin-top: 6px;
	height: 35px;
}


.footer_logo {
	float: left;
	position: absolute;
	padding-top: 7px;
	display: inline;
	margin-top: 5px;
	margin-left: 11px;
	margin-right: 33px;
	height: 30px;
}

.footer_logintext {
	float: left;
    position: absolute;
    padding-top: 7px;
    display: inline;
    margin-top: 5px;
    margin-left: 11px;
    margin-right: 33px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #434343;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

.footer_logintext:hover {
    background: #7BA41C;
    letter-spacing: 1px;
    transition: all 0.4s ease 0s;
    color: white;
}

.footer_logintext a {
    color: white;
    margin-left: 10px;
    font-weight: 800;
}

.footer_logintext a:focus {
     background: #434343;
}
.footer_logintext a:hover {
    background: #7BA41C;
}
.menu_container {
	clear: both;
	margin: 4px auto;
	height: 25px;
	display: table;
	font-size: 11px;
	
	
}


.submenu_container {
	clear: both;
	margin: 0 auto;
	display: table;
	height: 20px;
	font-size: 10px;
	width: 970px;
	text-align: center;
}

.submenu {
	text-align: center;
}

/* ---------------------------- END - Submenu style ---------------------------- */


/* ---------------------------- START - Menu style ---------------------------- */




/* ---------------------------- END - Menu style ---------------------------- */

/* ---------------------------- START - Footer style ---------------------------- */

.footer_menu_container  {
	min-width: 440px;
	height: 36px;
	display: table;
	margin: 0 auto;
	font-size: 11px;
}
.footer_menu {
	display: table-cell;
	vertical-align: middle;	
}

.footer_line_middle {
	background: #b6c88c; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2I2Yzg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2I2Yzg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(15%,#b6c88c), color-stop(85%,#b6c88c), color-stop(100%,#ffffff)); 
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(182,200,140,1) 15%, rgba(182,200,140,1) 85%, rgba(255,255,255,1) 100%);
	height: 2px;
}


/* ---------------------------- END - Footer style ---------------------------- */


/* ---------------------------- START - Table-like style ---------------------------- */




.corner1, .corner2, .corner3, .corner4, .corner2h, .corner3h, .corner4h{
	font-size:1px; 
	overflow:hidden; 
	display:block;
}
.corner1 {
	height:1px; 
	background:#e7e7e8; 
	margin:0 5px;
}
.corner2, .corner2h {
	height:1px; 
	background:#FFF; 
	border-right:2px solid #e7e7e8; 
	border-left:2px solid #e7e7e8; 
	margin:0 3px;
}
.corner3, .corner3h {
	height:1px; 
	background:#FFF; 
	border-right:1px solid #e7e7e8; 
	border-left:1px solid #e7e7e8; 
	margin:0 2px;
}
.corner4, .corner4h {
	height:2px; 
	background:#FFF; 
	border-right:1px solid #e7e7e8; 
	border-left:1px solid #e7e7e8; 
	margin:0 1px;
}
.corner2h, .corner3h, .corner4h{
	background: #ddd;
}
.head_table {
	background: #FFF; 
	border-right:1px solid #e7e7e8; 
	border-left:1px solid #e7e7e8;
}
.head_table h3 {
	margin: 0px 10px 0px 10px; 
	padding-bottom: 3px; 
	padding-left:10px; 
	color:#7ba41c;
}
.content_table {
	background: #ddd; 
	border-right:1px solid #e7e7e8; 
	border-left:1px solid #e7e7e8;
}
.content_table div {
	margin-left: 0px; 
	padding-top: 5px;
}

.table_row_gray{
	background-color:#f4f4f5;
	padding-left:20px;
}

.table_row_white {
	background-color:#FFF;
	padding-left:20px;
}

/* ---------------------------- END - Table-like style ---------------------------- */


.slogan {
	float:left;
	width:860px;
	padding-left:0;
	padding-top:12px;
	text-align:left;
	
}

.shortcuts_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b6b3b2;
}

.shortcuts_caption {
	padding-bottom:5px;
}

.shortcuts_content ul {
	margin:0;
	padding:0;
}
.shortcuts_content li {
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	/* padding: 0 10px 5px 0px;*/
}

.shortcuts_content a {
	font-size: 10px;
	color:#AAA;
}
.shortcuts_content a:link {
	font-size:10px;
}
.shortcuts_content a:hover {
	text-decoration: none;
	color: #7ba41c;
}

img {
	border:none;
}

.newsletter {
	width:100%;
	text-align:center;	
}

p {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 a {
	display: block;
	color:black;
}


/* ---------------------------- MENU HIGHLIGHT ---------------------------- */


a.mainlevel_current {
		color:#7ba41c;
		font-weight: bold;
	    font-size: 11px;
	    font-style: italic;
}

/* ---------------------------- IMAGEMAP ---------------------------- */

#allgemein{
    background:url(../../../images/stories/diagramfull.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#laden{
    background:url(http://www.verpura.eu/images/stories/laden.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#it{
    background:url(http://www.verpura.eu/images/stories/it_consultant.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#personal{
    background:url(http://www.verpura.eu/images/stories/personal_dienstleister.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#handwerk{
    background:url(http://www.verpura.eu/images/stories/schusseldienst.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#agentur{
    background:url(http://www.verpura.eu/images/stories/werbe_agentur.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#allgemeinEN{
    background:url(../../../images/stories/general.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#allgemeinUK{
    background:url(../../../images/stories/general_uk.jpg);
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#allgemeinsq{
    background:url(../../../images/stories/general_sq.jpg);
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#ladenEN{
    background:url(http://www.verpura.eu/images/stories/trade.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#itEN{
    background:url(http://www.verpura.eu/images/stories/it.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#personalEN{
    background:url(http://www.verpura.eu/images/stories/personal.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#handwerkEN{
    background:url(http://www.verpura.eu/images/stories/craft.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}

#agenturEN{
    background:url(http://www.verpura.eu/images/stories/agency.jpg) no-repeat 0 0;
    position:relative;
    z-index:0;
    width:650px;
    height:395px;
    margin:0 auto;
}


#imap1{
	position: absolute;
	width: 40px;
	height: 50px;
	top: 164px;
	left: 427px; 
}

#imap2{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 238px;
	left: 346px; 
}

#imap3{
	position: absolute;
	width: 45px;
	height: 55px;
	top: 312px;
	left: 351px; 
}

#imap4{
	position: absolute;
	width: 52px;
	height: 55px;
	top: 238px;
	left: 569px;
}

#imap5{
	position: absolute;
	width: 58px;
	height: 56px;
	top: 311px;
	left: 273px;
}

#imap6{
	position: absolute;
	width: 40px;
	height: 45px;
	top: 238px;
	left: 97px; 
}

#imap7{
	position: absolute;
	width: 55px;
	height: 48px;
	top: 238px;
	left: 162px;}

#imap8{
	position: absolute;
	width: 66px;
	height: 47px;
	top: 238px;
	left: 8px;
}

#imap9{
	position: absolute;
	width: 55px;
	height: 48px;
	top: 311px;
	left: 162px;
}

#imap10{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 164px;
	left: 351px;
}

#imap11{
	position: absolute;
	width: 39px;
	height: 47px;
	top: 21px;
	left: 23px;
}

#imap12{
	position: absolute;
	width: 46px;
	height: 46px;
	top: 311px;
	left: 93px;
}

#imap13{
	position: absolute;
	width: 40px;
	height: 46px;
	top: 21px;
	left: 281px; 
}

#imap14{
	position: absolute;
	width: 40px;
	height: 56px;
	top: 21px;
	left: 429px; 
}

#imap15{
	position: absolute;
	width: 43px;
	height: 47px;
	top: 311px;
	left: 426px; 
}

#imap16{
	position: absolute;
	width: 40px;
	height: 47px;
	top: 238px;
	left: 502px; 
}

#imap17{
	position: absolute;
	width: 53px;
	height: 45px;
	top: 164px;
	left: 570px; 
}

#imap18{
	position: absolute;
	width: 42px;
	height: 47px;
	top: 164px;
	left: 500px;
}

#imap19{
	position: absolute;
	width: 38px;
	height: 47px;
	top: 20px;
	left: 170px; 
}

#imap20{
	position: absolute;
	width: 38px;
	height: 46px;
	top: 21px;
	left: 97px;
}

#imap21{
	position: absolute;
	width: 42px;
	height: 53px;
	top: 95px;
	left: 170px; 
}

#imap22{
	position: absolute;
	width: 38px;
	height: 46px;
	top: 238px;
	left: 281px;
}

#imap23{
	position: absolute;
	width: 44px;
	height: 50px;
	top: 164px;
	left: 278px; 
}

#imap24{
	position: absolute;
	width: 65px;
	height: 46px;
	top: 21px;
	left: 492px; 
}

#imap25{
	position: absolute;
	width: 49px;
	height: 53px;
	top: 95px;
	left: 19px;
}

#imap26{
	position: absolute;
	width: 56px;
	height: 55px;
	top: 95px;
	left: 88px; 
}

#imap27{
	position: absolute;
	width: 47px;
	height: 46px;
	top: 21px;
	left: 350px; 
}

#imap28{
	position: absolute;
	width: 43px;
	height: 55px;
	top: 311px;
	left: 575px; 
}

#imap29{
	position: absolute;
	width: 37px;
	height: 45px;
	top: 238px;
	left: 429px; 
}

#imap30{
	position: absolute;
	width: 65px;
	height: 57px;
	top: 311px;
	left: 489px; 
}

#imap31{
	position: absolute;
	width: 38px;
	height: 46px;
	top: 21px;
	left: 576px;
}

#imap32{
	position: absolute;
	width: 66px;
	height: 47px;
	top: 311px;
	left: 8px;
}

/* ---------------------------- RECHNUNG ---------------------------- */

.rechnungdiagram {
	position: relative;
	margin: 0 auto;
	height: 347px;
	width: 379px;
}

#rechnungmap1{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 76px;
	left: 47px;
}

#rechnungmap2{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 76px;
	left: 79px;
}

#rechnungmap3{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 68px;
	left: 118px;
}

#rechnungmap4{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 69px;
	left: 250px;
}

#rechnungmap5{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 152px;
	left: 132px;
}

#rechnungmap6{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 152px;
	left: 256px;
}

#rechnungmap7{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 229px;
	left: 120px;
}

#rechnungmap8{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 214px;
	left: 199px;
}

#rechnungmap9{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 213px;
	left: 255px;
}

#rechnungmap10{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 292px;
	left: 251px;
}



/* ---------------------------- LOGOS ---------------------------- */

.fujitsu {
	background-image: url(../images/fujitsu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 95px;
	height: 95px;
	position: absolute;
	right: 11px;
	top: 270px;
	background-size: 95px;
}

.office365 {
background-image: url(../images/office365.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 95px;
	height: 95px;
	position: absolute;
	right: 11px;
	top: 175px;
	background-size: 95px;
}

.pegasus {
background-image: url(../images/pegasus.jp_);
	background-repeat: no-repeat;
	background-position: right;
	width: 95px;
	height: 95px;
	position: absolute;
	left: 11px;
	top: 65px;
	background-size: 95px;
}

.cloud {
	background-image: url(../images/cloudaward.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 95px;
	height: 95px;
	position: absolute;
	right: 11px;
	top: 65px;
	background-size: 95px;
}

.fujitsutext {
	position: absolute;
	right: 11px;
	top: 345px;
}

.office365text {
	position: absolute;
	right: 20px;
	top: 240px;
}

.ITCtext {
	position: absolute;
	left: 20px;
	top: 140px;
}

/* ---------------------------- KONTAKTFORMULAR ---------------------------- */

.componentheading{
	display: table;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: -10px;
	font-size: 18px;
	font-weight: bold;
}

.contentheading{
	font-size: 18px;
	font-weight: bold;
	color: white;
	line-height: 30px;
	background-color: #84B83D;
	padding-left: 20px;
	padding-right: 20px;
}

/* ---------------------------- IMPRESSUM ---------------------------- */

.impressum{
		text-align: center;
}

/* ---------------------------- UNTERNEHMEN ---------------------------- */

.unternehmen{
	margin: 0 auto;
	width: 500px;
}

.u_pic_left{
	position: absolute;
	top: 163px;
	left: 180px;
	height:240px;
	width:160px;
	background-image: url(/images/stories/verpuracircle_160x240.jpg);
	background-repeat: no-repeat;
}

.u_pic_center{
	margin: 20px auto;
	height:213px;
	width:320px;
	background-image: url(/images/stories/office_320x213.jpg);
	background-repeat: no-repeat;
}

.u_pic_right{
	position: absolute;
	top: 163px;
	right: 140px;
	height:240px;
	width:207px;
	background-image: url(/images/stories/team_207x240.jpg);
	background-repeat: no-repeat;
}


/* ---------------------------- KONTAKT ---------------------------- */

.kontaktcovertop{
	position: absolute;
	height: 43px;
	width: 100%;
	background-color: white;
}

.kontaktcoverbottom{
	position: relative;
	height: 43px;
	width: 100%;
	background-color: white;
	bottom: 38px;
}

.pagecontent{
	margin: 0 auto;
	width: 800px;
	text-align: justify;
}

.referenzen_right {
	margin-right: 359px; 
	min-height: 210px; 
	margin-bottom: 10px;"
}

.referenzen_left {
	margin-left: 359px; 
	min-height: 210px; 
	margin-bottom: 10px;"
}

.page-contacts {
    width: 1060px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-cnt {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding-left: 80px;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .single-cnt {
        width: 100%;        
        padding-left: 0;    
        margin-top: 40px;
        border-top: 1px solid #000;
        padding-top: 20px;
    }

    .contentpaneopen .page-contacts td {
        display: table-cell;
        width: auto;
    }
}

/* ---------------------------- START PAGE ---------------------------- */

.startofficelink {
	position: absolute;
	top: 110px;
	right: 47px;
	width: 75px;
	height: 20px;
	z-index: 1000;
}

.startofficelink_text {
	top: 21px;
	position: relative;
	width: 92px;
}

.startfujitsulink {
	position: absolute;
	top: 195px;
	right: 37px;
	width: 53px;
	height: 27px;
	z-index: 1000;
}

.startfujitsulink_text {
	top: 1px;
	position: relative;
	right: 25px;
	width: 98px;
}

.startcloudlink {
	position: absolute;
	top: 303px;
	right:	0px;
	width: 65px;
	height: 65px;
	z-index: 9999;
}


.wrapper a {
	font-family:Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.wrapper a:link {
	text-decoration: none;
}

.wrapper a:visited {
	text-decoration: none;
	color: white;
}

.wrapper a:hover {
	text-decoration: underline;
	color: #eeeeee;
}

.wrapper a:active {
	text-decoration: none;
	color: white;
}

.wrapper {
	text-align:center;
	position:relative;
	width: 800px;
	height:513px;
	margin-top: 30px;
	background-image: url(../images/bgDiagramm.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}

.wrapperen a {
	font-family:Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.wrapperen a:link {
	text-decoration: none;
}

.wrapperen a:visited {
	text-decoration: none;
	color: white;
}

.wrapperen a:hover {
	text-decoration: underline;
	color: #eeeeee;
}

.wrapperen a:active {
	text-decoration: none;
	color: white;
}

.wrapperen {
	text-align:center;
	position:relative;
	width: 800px;
	height:513px;
	margin-top: 30px;
	background-image: url(../images/bgDiagrammen.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}

.wrapperuk a {
	font-family:Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.wrapperuk a:link {
	text-decoration: none;
}

.wrapperuk a:visited {
	text-decoration: none;
	color: white;
}

.wrapperuk a:hover {
	text-decoration: underline;
	color: #eeeeee;
}

.wrapperuk a:active {
	text-decoration: none;
	color: white;
}

.wrapperuk {
	text-align:center;
	position:relative;
	width: 800px;
	height:513px;
	margin-top: 30px;
	background-image: url(../images/bgDiagrammuk.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}


.wrapperal a {
        font-family:Play-Regular, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: white;
}

.wrapperal a:link {
        text-decoration: none;
}

.wrapperal a:visited {
        text-decoration: none;
        color: white;
}

.wrapperal a:hover {
        text-decoration: underline;
        color: #eeeeee;
}

.wrapperal a:active {
        text-decoration: none;
        color: white;
}

.wrapperal {
        text-align:center;
        position:relative;
        width: 800px;
        height:513px;
        margin-top: 30px;
        background-image: url(../images/bgDiagrammsq.jpg);
        background-repeat: no-repeat;
        line-height: 20px;
}

 
.warenwirtschaft {
	position:absolute;
	width:200px;
	top: 98px;
	left: 250px;
}

.office {
	position:absolute;
	width: 150px;
	top: 132px;
	left: 420px;
}

.belegerfassung {
	position:absolute;
	width: 200px;
	top: 282px;
	left: 421px;
	line-height: 30px;
}

.kontaktverwaltung {
	position:absolute;
	width: 200px;
	top: 328px;
	left: 247px;
}

.tools {
	position:absolute;
	width: 200px;
	top: 265px;
	left: 116px;
	line-height: 25px;
}

.projektverwaltung {
	position:absolute;
	width: 200px;	
	top: 138px;
	left: 115px;
	line-height: 25px;
}

.toplinks a:hover {
	text-decoration: none;
	color: #eeeeee;
}

.toplinks {
	position: absolute;
	height: 513px;
	width: 794px;
	top: 78px;
}

.top_warenwirtschaft {
	height: 17px;
	width: 169px;
	position: relative;
	top: 63px;
	left: 263px;
	z-index: 9999;
}

.top_kontaktverwaltung {
	height: 21px;
	width: 188px;
	position: relative;
	top: 393px;
	left: 253px;
	z-index: 9999;
}

.top_tools1 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 313px;
	left: 127px;
	z-index: 9999;
}

.top_tools2 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 333px;
	left: 137px;
	z-index: 9999;
}

.top_tools3 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 346px;
	left: 143px;
	z-index: 9999;
}

.top_office1 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 116px;
	left: 571px;
	z-index: 9999;
}

.top_office2 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 135px;
	left: 577px;
	z-index: 9999;
}

.top_office3 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 151px;
	left: 582px;
	z-index: 9999;
}

.top_projekt1 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 76px;
	left: 152px;
	z-index: 9999;
}

.top_projekt2 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 96px;
	left: 142px;
	z-index: 9999;
}

.top_projekt3 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 116px;
	left: 136px;
	z-index: 9999;
}

.top_projekt4 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 136px;
	left: 128px;
	z-index: 9999;
}

.top_projekt5 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 156px;
	left: 120px;
	z-index: 9999;
}

.top_projekt6 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 176px;
	left: 113px;
	z-index: 9999;
}

.top_projekt7 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 196px;
	left: 105px;
	z-index: 9999;
}

.top_beleger1 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 298px;
	left: 625px;
	z-index: 9999;
}

.top_beleger2 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 318px;
	left: 612px;
	z-index: 9999;
}

.top_beleger3 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 338px;
	left: 599px;
	z-index: 9999;
}

.top_beleger4 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 358px;
	left: 592px;
	z-index: 9999;
}

.top_beleger5 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 378px;
	left: 581px;
	z-index: 9999;
}

.top_beleger6 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 398px;
	left: 569px;
	z-index: 9999;
}

.top_beleger7 {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 418px;
	left: 558px;
	z-index: 9999;
}



/* ---------------------------- SOCIAL PANEL ---------------------------- */

#sidePanel{
    width:245px;
    position:fixed;
    left:-202px;
    top:26%;
    
}
#panelHandle{
    background-image: -webkit-linear-gradient(top,#333,#222);
    background-image: -moz-linear-gradient(center top , #333333, #222222);
    background-image: -o-linear-gradient(center top , #333333, #222222);
    background-image: -ms-linear-gradient(top , #333333, #222222);
    background-image: -linear-gradient(center top , #333333, #222222);

    height:130px;
    width:35px;
    border-radius:0 5px 5px 0;
    float:left;
    cursor:pointer;
}

#panelContent{
    float:left;
    border:1px solid #333333;
    width:200px;
    height:200px;
    background-color:#EEEEEE;
}

#panelContent a {
    padding-left: 10px;
    padding-top: 5px;
}

#panelHandle p {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -transform: rotate(90deg);
    
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    left: -4px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 26px;
}

/* ---------------------------- END SOCIAL PANEL ---------------------------- */


/* ---------------------------- FACEBOOK LIKE BOX ---------------------------- */

/**hide the first line from facebook like box*/
#facebook_style{
    margin-top: -90px;
}

/* ---------------------------- END FACEBOOK LIKE BOX ---------------------------- */


#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 50px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #87bb40;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

/* ---------------------------- NEW START PAGE ---------------------------- */

.startwrapper {
        background-color: #fafafa;
	position: relative;
	width: 98vw;
	padding-bottom: 2rem;
}
.startimg {
	
	height: 80vh;
	width: 100%;
	padding-top: 5vh;
	margin-bottom: 2rem;
}
.startimg h1, .startimg_text {
	margin: auto;	
}
.startimg h1 {
        width: 80%;
        margin-bottom: 3rem;
	color: #1e3819;
	font-size: 4vw;
        text-shadow: -1px 1px 2px #90b519;
}
.startimg_text {
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding: 3rem;
        box-sizing: border-box;
        background-color: #90b519;
        font-size: 2.5vw;
        color: #fff;
        text-align: center;
        width: 80%;
        text-shadow: -1px 1px 2px rgb(83,103,14);
}
.startimg_text span {
        color: #1e3819;
}
.startimg_text a:focus {
        background-color: #90b519;
}
.starttiles {
	display: table;
	width: 80%;
	margin: -20vh auto 1rem;
}
.tile {
	display: table-cell;
	width: 50%;
	vertical-align: text-top;
	padding: 1.5rem;
	text-decoration: none;
	font-size: 1.5vw;
	font-weight: 300;
	line-height: 1.5;
}
.starttiles .tile:first-child  {
	
        background-color: rgba(201, 70, 63, 0.9);
	color: #fff;
}
.starttiles .tile:last-child  {
        background-color: rgba(255, 255, 255, 0.9);
	color: #000;
}
.tile_title {
	margin-top: 0;
	font-size: 2.5vw;
}
.tile_text {
	margin-bottom: 0;
	font-size: 1.5vw;
}
.big_font {
	font-size: 2rem;
}
.start_contact {
	position: fixed;
	top: 40px;
	z-index: 9999;
	color: #4d4d39;
	font-size: 0.85rem;
        width: 100%;
        text-align: center;
}
.start_contact span {
	margin: 0 1vw;
}

/* ------------------------------- for mobile ---------------------------------------*/
@media screen and (max-width: 480px) {
    body{
	margin: 0;
    }    

    .content {        
        margin-top: 100px;
        font-weight: bold;
        overflow: auto;
    }
    .contentpaneopen {
        min-height: 72vh;
        position: relative;
    }
    .contentpaneopen td {
        display: inline-block;
        width: 100%;
    }
    .contentpaneopen td >div, .contentpaneopen td >p {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .contentpaneopen .wrapper, .contentpaneopen .wrapperen, .contentpaneopen .wrapperuk, .contentpaneopen .wrapperal {
        width: 800px !important;
    }
    .contentpaneopen img {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding-bottom: 15px !important;
    }
    .contentpaneopen .u_pic_left, .contentpaneopen .u_pic_right {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: inline-block;
    }
    .contentpaneopen td >div >div.u_pic_left {
        width: 40% !important;
    }
    .contentpaneopen td >div >div.u_pic_right {
        width: 58% !important;
    }
    .header {
	min-width: 0;  
        max-width: 100vw;	
    }
    .headerleft {
	width: 25%;
        height: auto;
        padding: 6px 0 0 11px;
    }
    .headerleft img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .headermiddle {
        padding-top: 30px;
    }
    .menubackgr{
	left: 0;
        width: 100%;
        top: 60px;
    }
    .gradientbackgr{
        display: none;	
    }
    .headerright {
        width: 60%;
        height: auto;
    }
    .search {
        text-align: right;
    }
    .search input {
        font-size: 12px;
    }
    .searchcontent {

/* ------------------------------ */
    
    }
    .footer {
        min-width: 0;
        height: 130px;
        position: relative;
    }


    .menu_container ul {
        text-align: center;
    }
    .submenu_container {
        width: 100%;
        height: 36px;
    }
    .submenu_container li {
        display: inline-block;
    }
    .rawimages img {
        margin: 5px;
        width: 6.6vw;
    }
    .rawimages span#active_language img {
        margin: 5px;
    }
    .footer_logintext { 
        bottom: 0;
        left: 0;        
    }
    .footer_line {
        margin-bottom: 10px;
    }
    #jflanguageselection {
        float: none;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        right: 0;
        bottom: 11px;
    }
    .footer_menu_container {
        min-width: 0;
        display: block;
        margin: 0 15px 10px;
        height: auto;
    }
    .footer_menu {
        display: block;
    }
    .footer_menu li {
        display: inline-block;
        padding: 10px 5px;
    }

    .startwrapper { 
        width: 95vw;
        height: 100%;
        box-sizing: border-box;
        padding-top: 5vw;
    }
    .startimg {	
	height: 65vw;
	padding-top: 2.5vw;
	margin-bottom: 0;
    }
    .startimg h1 {
        width: 100%;
        font-size: 5vw;
        margin: -2.5vw 10px 0;
    }	
    .startimg_text {
        margin-top: 5vw;
        margin-bottom: 5vw;
        padding: 6vw 10px;
        width: 100%;
        font-size: 3.4vw;
    }
    .starttiles {
        width: 100%;
	margin: -10vw auto 2vw;
    }

    .tile {
        box-sizing: border-box;
        padding: 10px;
        font-weight: bold;
    }
    .tile strong { 
        font-size: 3.4vw;
        text-shadow: -1px 1px 1px #9d9d9d;
    }
    .startwrapper >.tile {
        display: inline-block;
        width: 100%;
        padding: 3vw 10px;
        text-align: justify;
        font-size: 3vw;	
    }
    .tile_title {
        font-size: 3.4vw;
        /*white-space: nowrap;*/
    }
    .tile_text {
	font-size: 3vw;
    }
    .start_contact {
        top: 66px;
        font-size: 2.5vw;
        line-height: 3.2vw;
    }
    .start_contact span { 
        display: inline-block;
    }
    #cookieConsent {
        width: 100vw !important;
        padding: 15px 50px 8px 8px;
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }
    #closeCookieConsent {
        margin: -15px -40px 0 0;
    }
    #cookieConsent a.cookieConsentOK {
        margin: 0 -40px;
    }
    /* --------------------------------------------------------- */

    div#iframediv {
        width: 1000px !important;
    }
    .toTop {
        display: inline-block;
        margin-bottom: 20px;
    }
    .contentpaneopen td >div.cloud, .contentpaneopen td >div.office365 {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        width: 95px !important;
        display: inline-block;
        vertical-align: top;       
    }
    .cloud {
        margin: 25px 0 25px 15px;
    }
    .contentpaneopen td >div.cloud +p, .contentpaneopen td >div.office365 +p {
        display: inline;
        padding: 10px !important;        
    }
    .contentpaneopen td >div.office365 {
        display: inline-block !important;
    }
    .office365text {
        top: 65px;
        bottom: auto;
        right: auto;
        left: 115px;
        width: 110px !important;
        display: inline-block;
        padding: 5px;   
    }
    .ITCtext {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        padding: 0 !important;
    }
    .contentpaneopen p.ITCtext img {
        width: 95px !important;
        display: inline-block;
        padding-top: 25px;
    }
    #allgemein, #allgemeinEN, #allgemeinUK, #allgemeinsq {
        margin: 0;
        background-size: contain;
        background-repeat: no-repeat;
        height: 65vw;
    }
    .pagecontent {
        width: 100%;
    }
    .contentpaneopen object, .pagecontent object {
        width: 100% !important;
    }
    .pagecontent table {
        width: 100% !important;
    }
    .contentpaneopen .pagecontent td {
        display: table-cell;
        width: auto;
    }
    .pagecontent div:first-child {
        left: auto !important;
        top: auto !important;
        margin: 25px 0;
    }
    .contentpaneopen p, .contentpaneopen h4 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .pagecontent h4 {
        margin: 0;
    }
    .contentpaneopen td >div >div {
        /*width: 100%;*/
        max-width: 90vw;
    }
    .referenzen_left {
        margin-left: 0;
    }
    img.contactImg {
        width: auto !important;
    }
    .contentpaneopen iframe {
        width: 100% !important;
    }
    #main {
        width: 800px !important;
        padding: 0 !important;
    }
    #content {
        max-width: unset;
    }
}