/* ======= Sven overrides ======= */
/* forms are just the worst choice as layout containers!!!!!!! */
body .main_form {
  width: auto !important;
  overflow: hidden !important;
}
/* Sven, from Kaz to stretch footer again */
#wrapper_site_footer {
  width: 100%;
}
/* ======= Sven end ======= */

.document .content h1 {
  margin-top: 3em;
}

.responsiveimg p img {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ==========================================================================
   HTML5 Boilerplate styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: rgb(152,158,162);
}

/* ======= Sven overrides ======= */
body {
    /*
    font: 15px/26px 'Open Sans', Helvetica, Helvetica Neue, Arial;
    */
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial;
}
/* ======= Sven end ======= */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper, .wrappin {
    width: 90%;
    margin: 0 auto;
}

.header-container {

}

.footer-container,
.main aside {
	
}

.header-container,
.footer-container,
.main aside {

}

.title {

}

/* ==============
    MOBILE: Menu
   ============== */

nav {
	clear: both;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {

}

nav a {
    display: block;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 16px;
    line-height: 18px;
	background: rgb(170,176,180);
	padding: 10px 0;
	color: white;
	-webkit-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
           -moz-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
                box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
	transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
				-o-transition: all 300ms ease-in-out;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: none;
    background-color: rgb(28,118,187);
	transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0px 0;
}

.main .clear {
  /* fit what nexedi does 
	height: 15px;
	display: block;
	*/
	width: 100%;
	clear: both;
}

/* =========================
    MOBILE: Content Article
   ========================= */

.main article {
 	margin: 37px 0;
    padding: 0;
}

.main article h1 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.45em;
    margin: 0 0 20px 0;
}

.main article h1.page_title {
    font-size: 1em;
    color: rgb(45,163,163);
    line-height: 1.45em;
}

.main article h2 {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin: 0 0 20px 0;
}

.main article p {
 	margin: 0;
    padding: 0 0 36px 0;
    line-height: 1.7em;
}

.main article p img {
	float: left;
	margin: 9px 24px 9px 0;
}

.main article h1,
.main article h2,
.main article h3,
.main article h4,
.main article p,
.main article pre {
	padding-left: 10px;
	padding-right: 10px;
}

.main article hr {
	border-top: 1px solid rgb(204,215,220);
	margin: 5px 0 0 0;
	height: 40px;
}

.main article pre {
	text-align: left;
	white-space: pre-line;
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 36px;
}

.main article pre code {
	display: block;
	padding: 20px;
	background: rgb(234,246,246);
}

.footer-container footer {
    padding: 0;
   	font-size: 0.9em;
}

footer.top {
	padding: 0 0 15px 0;
	background: rgb(228,235,241);
}

footer.bottom {
	margin-top: 2px;
	padding: 0 0 15px 0;
	background: rgb(43,43,93);
	color: #fff;
}

.footer-container footer .footerin {
	width: 90%;
	margin: 0 auto;
}

footer .list {
	display: inline;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
}

footer.bottom .list {
	float: left;
	margin: 0;
}

footer.bottom .logoFooter {
	display: inline-block;
	float: right;
	width: 247px;
	height: 38px;
	text-align: right;
	margin: 18px 0 0 0;
	float: left;
}

footer.bottom .logoFooter a {
	display: inline-block;
	width: 90px;
	height: 100%;
	background-size: 100%;
	float: left;
}

footer.bottom .logoFooter a.erp { background: url(../img/erp-logo-small.png) no-repeat 0 0; }
footer.bottom .logoFooter a.nexedi { width: 136px; margin-left: 21px; background: url(../img/nexedi-logo-small.png) no-repeat 0 0; }





footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
}

footer ul a {
	text-decoration: none;
	color: rgb(131,151,166);
}

footer h4 {
	padding: 20px 0 4px 0;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0;
	color: rgb(131,151,166);
}

footer.bottom h4, footer.bottom ul a {
	color: #fff;
}

footer.bottom ul a:hover {
	color: rgb(187,207,229);
}

footer .clear {
	width: 100%;
	height: 15px;
	clear: both;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header {
	width: 100%;
	position: relative;
}

.header-container {
	margin-top: 38px;
	margin-bottom: 24px;
}

ul.langmenue {
	display: block;
	width: 53px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: -38px;
	right: 2px;
	z-index: 666;
	background: rgb(235,235,235);
	margin: 0;
	padding: 0;
	border: 1px solid rgb(215,215,215);
	border-top: none;
}

ul.langmenue:hover {
	height: auto;
	cursor: pointer;
}

/* ======= Sven overrides ======= */
/* also need a login */
ul.custom-menu-login {
	display: block;
	width: 53px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: -38px;
	right:60px;
	z-index: 666;
	background: rgb(235,235,235);
	margin: 0;
	padding: 0;
	border: 1px solid rgb(215,215,215);
	border-top: none;
}
ul.custom-menu-login li {
  text-align: center;
}
/* ======= Sven end ======= */

ul.langmenue li a {
	display: inline-block;
	width: 23px;
	height: 28px;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	background: url(../img/flag-fr.png) no-repeat 7px 9px;
}

ul.langmenue li.fr a { background-image: url(../img/flag-fr.png); }
ul.langmenue li.de a { background-image: url(../img/flag-de.png); }
ul.langmenue li.en a { background-image: url(../img/flag-gb.png); }
ul.langmenue li.pt a { background-image: url(../img/flag-pt.png); }
ul.langmenue li.zh a { background-image: url(../img/flag-zh.png); }

ul.langmenue li a:hover { background-color: rgb(215,215,215); }
ul.langmenue li a.selected:hover { background-color: rgba(0,0,0,0); }


.title.logo {
    display: block;
    height: 63px;
    width: auto;
    background: url(../img/nexedi-logo.png) no-repeat 0 0;
    margin: 0;
}

/* ======= Sven overrides ======= */
/* make sure logo fits on small screens */
@media only screen and (max-width: 480px) {
  .title.logo {
    background-size: contain;
  }
}
/* ======= Sven end ======= */

.title.logo a {
	display: block;
    width: 311px;
    height: 63px;
	float: left;
	text-indent: -999px;
}

span.claim {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 19px;
	margin: 12px 0 0 0;
	text-align: left;
	padding: 0 0 9px 0;
	float: left;
	color: rgb(150,150,150);
	font-size: 15px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1em;
	font-weight: 100;
	letter-spacing: 0.2em;
	background: url(../img/claim.png) no-repeat 1px 2px;
	background-size: 90% auto;
	position: static;
	text-indent: -999px;
}

.headteaser {
	text-align: left;
	background-color: rgb(43,43,93);
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* ======= Sven overrides ======= */
.headteaser.index {
  background-image: url(../img/bg-headteaser.png); 
  /* need to stretch to make pixel perfect copy because too many erp5 elements */
  background-size: 481px 100%;
  padding-bottom: 26px;
}
/* ======= Sven end ======= */

.headteaser .teaserin {
	padding: 24px 0;
}

.headteaser.index .teaserin {
	padding: 24px 0 0 0;
}


.headteaser .teaserTop {
	display: block;
	/* fit what nexedi does 
	padding: 18px 0 22px 0;
	*/
	padding-top: 18px;
	border-bottom: 1px solid rgba(228,235,241,0.15);
	/* fit what nexedi does... margin-bottom: 40px; */
	margin-bottom: 18px;
}

.headteaser .articleImg {
	display: block;
	width: 163px;
	height: 206px;
	overflow: hidden;
	border: 2px solid #fff;
	margin-right: 28px;
	margin-bottom: 22px;
}


.headteaser .articleImg img {
	width: 100%;
	height: 100%;
}

.headteaser .companyLogo {
	display: block;
	width: 82px;
	height: 44px;
}

.headteaser h1, .content h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 33px;
}

.headteaser .teaserTop h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	position: relative;
	top: -5px;
	left: 0;
	width: 100%;
}

.headteaser .teaserTop h2 {
	padding: 2px 0 10px 0;
	margin: 0;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
}

.headteaser .teaserTop h3 {
	color: #fff;
	font-weight: normal;
	font-size: 21px;
	line-height: 22px;
}

.headteaser .teaserTop h3 em {
	font-size: 14px;
	line-height: 28px;
	display: block;
	float: none;
}

.headteaser .teaserTop h3 span {
	float: left;
}

.headteaser .teaserTop h3 img {
	float: left;
	margin-left: 20px;
}


.headteaser h2 {
	margin: 18px 0 34px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
}


.headteaser .teaserText {
	padding: 43px 0 0 0;
}

.headteaser .teaserInfo {
	margin: 43px 0 0 0;
	padding: 10px 0 14px 0;
	border-top: 1px solid rgb(117,117,154);
	border-bottom: 1px solid rgb(117,117,154);
	float: left;
	width: 100%;
}

.teaserInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
}

.teaserInfo ul li {
	display: block;
	float: none;
}

.teaserInfo ul li.social {
	border: none;
	float: left;
	padding-top: 18px;
	padding-right: 6px;
}

.teaserInfo ul strong {
	display: inline-block;
	width: 110px;
	font-weight: 600;
}

/* ==============================================
   Headteaser Flexslider Customs
   ============================================== */
   
.flexslider {
	border: 0;
	background: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 0;
	/* fit what nexedi does: margin: 0 0 46px 0; */
	margin: 0 !important;
}

.flexslider li {
}

.flexslider .butnPack {
	display: inline-block;
	float: left;
	width: 80%;
	height: 84px;
}

.flexslider .erplogo {
	display: inline-block;
	float: left;
	width: 40%;
	height: 100%;
	background: rgb(28,118,187) url(../img/erp-logo-small.png) no-repeat center center;
}

.flexslider .erppack {
	display: inline-block;
	float: left;
	width: 60%;
	height: 100%;
	background: rgb(228,235,241);
	color: rgb(28,118,187);
	text-align: center;
	font-size: 21px;
	line-height: 84px;
	text-transform: uppercase;
}

.flexslider .packText {
	display: inline-block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0 0 0;
}

.flexslider .packText strong {
	display: inline-block;
	width: 100%;
	color: rgb(28,118,187);
	font-size: 18px;
	text-transform: uppercase;
}

.flexslider .butnPackB {
	display: inline-block;
	float: right;
	width: 20%;
	height: 84px;
	padding: 0 0 0 0;
	background-color: rgb(28,118,187);
	background: rgb(28,118,187) url(../img/next-arrows-big.png) no-repeat center center;
	color: #fff;
	text-align: left;
	font-size: 21px;
	line-height: 84px;
	text-transform: uppercase;
	text-indent: 999px;
	overflow: hidden;
}

.flex-control-nav {
	position: static;
	background: rgb(39,39,85);
	margin: 0;
}

.flex-control-paging li a {
	background: rgb(131,151,166);
}

.flex-control-paging li a.flex-active {
	background: #fff;
}



/* ==============================================
   Content / Wrappin
   ============================================== */
   
.content {
	padding: 56px 0 34px 0;
	/* ======= Sven ======= */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
  /* ======= Sven end ======= */
}

.content .center {
	clear: both;
	text-align: center;
	padding: 46px 0 0 0;
}

.content h2 {
	color: rgb(131,151,166);
	margin: 0;
}

.content h2 a {
	color: rgb(131,151,166);
	text-decoration: none;
}

.content h2 a:hover {
	color: rgb(2,87,136);
}
/*
.content p {
	margin-bottom: 48px;
}
*/
/* ==============================================
   Content / Posts
   ============================================== */

.content .bottomPosts {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgb(186,186,186);
}

.content .bottomPosts.index {
	border: none;
}

.content .bottomPosts.relatedDocs,
.content .bottomPosts.Discussions {
	margin: 70px 0 0 0;
	padding: 38px 0 0 0;
}

.content .bottomPosts.relatedDocs h2,
.content .bottomPosts.Discussions h2 {
	margin-bottom: 28px;
	position: relative;
}

.content .bottomPosts.relatedDocs h2 a.txtButn,
.content .bottomPosts.Discussions h2 a.txtButn {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0 23px 0 0;
	color: rgb(28,118,187);
}

.content .bottomPosts.relatedDocs h2 a.txtButn:hover,
.content .bottomPosts.Discussions h2 a.txtButn:hover {
	color: rgb(2,87,136);
}


.bottomPosts .row {
	width: 100%;
	padding: 0 0 50px 0;
}

/* ======= Sven ======= */
.content .bottomPosts h2 {
  padding-bottom: 1em;
}
.blog_post,
.press_post {
  padding-bottom: 40px;
  padding-top: 30px;
}
.post_bottom {
  font-size: small;
}
.post_head .post_info,
/* ======= Sven end ======= */
.bottomPosts .date {
	display: block;
	width: 100%;
	float: none;
	text-align: left;
	color: #fff;
	font-size: 20px;
	color: rgb(170,176,180);
}
/* ======= Sven ======= */
.post_info span:last-of-type,
/* ======= Sven end ======= */
.bottomPosts .date span {
	font-size: 14px;
	display: block;
}
/* ======= Sven ======= */
.post_body,
/* ======= Sven end ======= */
.bottomPosts .text {
	display: inline-block;
	width: 76%;
	float: none;
	text-align: left;
}
/* add padding to date */
.post_info .date_field:first-child {
  padding-right: .25em;
}

.content .bottomPosts.Discussions .text {
	width: 100%;
}

/* ======= Sven  ======= */
.post_head ~ h1 a,
/* ======= Sven end ======= */
.bottomPosts h3 {
	font-size: 16px;
	font-weight: normal;
	color: rgb(28,118,187);
	margin: 0;
	padding: 0;
}

.post_head ~ h1 {
  margin-bottom: 0;
  display: inline-block;
  width: 76%;
  margin-top: 0;
}
/* fix overwriting CSS from line 13*/
.document .content .post_head ~ h1 {
  margin-top: 0;
}
.post_head ~ h1 a {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

.bottomPosts h3 a {
	text-decoration: none;
	padding-right: 6px;
}

.bottomPosts h3 em {
	font-size: 13px;
}

.bottomPosts .icon,
.blog_post .icon,
.press_post .icon {
	display: inline-block;
	width: 10%;
	float: right;
	text-align: right;
	margin: 8px 0 0 0;
}
/* xxx: bad, assume 2-line header max */
.blog_post .icon,
.press_post .icon {
  margin-top: -2em;
}

.blog_post .icon img,
.press_post .icon img,
.bottomPosts .icon img {
	width: 100%;
	height: auto;
}

.postsocial {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.postsocial li {
	display: inline-block; 
	float: left;
	height: 20px;
	margin: 0 5px 0 0;
}

.postsocial li img {
	vertical-align: top;
}

.postsocial li a.expand,
.postsocial li a.reply {
	display: inline-block;
	width: 28px;
	height: 20px;
	background: url(../img/icon-expand.png) no-repeat 0 0;
}

.postsocial li a.reply {
	background: url(../img/icon-reply.png) no-repeat 0 0;
}

/* ==============================================
   Breadcrumb
   ============================================== */


.breadcrumb {
	padding: 0;
}

.breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0;
}

.breadcrumb ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: rgb(159,159,188);
}

.breadcrumb ul li a {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 14px;
	margin-right: 7px;
	text-decoration: none;
	color: rgb(28,118,187);
	background: url(../img/breadmarker.png) no-repeat right 10px;
	transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
				-o-transition: all 300ms ease-in-out;
}

.breadcrumb ul li a:hover {
	color: rgb(2,87,136);
	transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
}

/* ==============================================
   Links
   ============================================== */
   
a.txtButn {
	clear: both;
	color: rgb(28,118,187);
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 23px 12px 0;
	background: url(../img/next-arrows.png) no-repeat center right;
}

a {
	color: rgb(28,118,187);
	text-decoration: none;
	transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
				-o-transition: all 300ms ease-in-out;
}

a:visited {

}

a:hover {
	color: rgb(2,87,136);
	transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

   
   	span.claim {
		background-size: auto auto;
	}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	nav {
		clear: both;
		margin-top: 22px;
	}
   
    nav a {
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
	
	.headteaser .articleImg {
		float: left;
	}

	
	
/* ==============================================
   Big Button
   ============================================== */
   
	.content .butnBig {
		width: 32.5%;
	}
	
	
/* ==============================================
   Content / Posts
   ============================================== */	
	
	.bottomPosts .icon img,
	.blog_post .icon img,
  .press_post .icon img {
		width: auto;
		height: auto;
	}
	
	.content .center {
		padding: 32px 0 0 0;
	}
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}


@media only screen and (min-width: 700px) {

	.title.logo {
		width: 100%;
	}
	
	header nav {
		margin-top: 21px;
	}
	
	.headteaser .applications li {
    	width: 148px;
		height: 148px;
    	margin: 0 8px 8px 0;
    }
    
    .teaserInfo ul li {
		display: inline-block;
		float: left;
		padding: 0 16px 0 16px;
		border-right: 1px solid rgb(117,117,154);
		color: rgb(139,139,171);
	}
	
	.teaserInfo ul li.social {
		padding-top: 8px;
	}

	.teaserInfo ul li:nth-of-type(1) {
		padding-left: 4px;
	}

	.teaserInfo ul strong {
		width: auto;
		display: block;
	}
    
    .footer-container footer {
  	 	font-size: 0.8em;
	}
	
	footer .list {
		display: inline;
		float: left;
		width: auto;
		margin: 0 9% 0 0;
		text-align: left;
	}
 	
	footer.bottom .list li {
		display: inline-block;
		margin-right: 17px;
	}
	
	footer.bottom .logoFooter {
		margin: 30px 0 0 0;
		float: right;
	}


/* ==============================================
   Content / Posts
   ============================================== */

	.content .bottomPosts {
		clear: both;
		margin: 0;
		padding: 0;
	}

	.bottomPosts .row {
		padding: 0 0 50px 0;
	}

  /* ======= Sven ======= */
  .post_info span:not(:last-of-type) {
    font-size: 20px;
  }

  .post_info span:last-of-type {
    display: block;
  }

  .post_head .post_info,
  /* ======= Sven end ======= */
	.bottomPosts .date {
		display: inline-block;
		width: 10%;
		height: 60px;
		float: left;
		text-align: center;
		margin: 6px 3% 0 0;
		padding: 10px 0 0 0;
		color: #fff;
		background: rgb(170,176,180);
		-webkit-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
        -moz-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
            box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);	
	}

  /* ======= Sven ======= */
  .post_head .post_info { 
    margin-top: 0;  
  }
  /* ======= Sven end ======= 
	.bottomPosts .date span {
		display: block;
		width: 100%;
		font-size: 14px;
	}
  */

	.bottomPosts .text {
		display: inline-block;
		width: 76%;
	}
	
	.content .bottomPosts.Discussions .text {
		width: 86%;
	}
	
	.bottomPosts .icon img,
	.blog_post .icon img,
  .press_post .icon img {
		width: auto;
		height: auto;
	}
	
	.content .bottomPosts.relatedDocs a.txtButn,
	.content .bottomPosts.Discussions a.txtButn {
		margin-left: 13%;
	}
	
}

/* ======= Sven overrides ======= */
/* layout breaks at 840 not 800px */
@media only screen and (min-width: 840px) {

/* ======= Sven end ======= */

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }  

    nav {
        float: right;
        width: 150px;
    }
    
    
   	span.claim {
		width: 348px;
		text-align: right;
		padding: 0 0 0 18px;
		margin: 0;
		float: right;
		background-position: 18px 2px;
		background-size: auto auto;
		position: relative;
		top: 35px;
		font-size: 17px;
		text-indent: 999px;
	}


/* ============
    WIDE: Main
   ============ */
    
    nav {
		clear: none;
		margin-top: 0px;
	}
	
	.headteaser .applications li {
    	margin: 0 1.2% 8px 0;
    }



}

@media only screen and (min-width: 960px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper, .wrappin, .footer-container footer .footerin {
        width: 940px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    .headteaser .applications li {
    	width: 148px;
		height: 148px;
    	margin: 0 8px 8px 0;
    }
    
    .headteaser .applications li:nth-of-type(6),
    .headteaser .applications li:nth-of-type(12) {
		margin-right: 0;
	}
	
	.headteaser .teaserTop h1 {
		padding: 0;
		font-size: 36px;
		line-height: 46px;
		position: relative;
		top: -5px;
		left: 0;
	}

	.headteaser .teaserTop h2 {
		padding: 2px 0 10px 0;
		font-size: 21px;
		line-height: 29px;
	}

	.headteaser .teaserTop h3 {
		font-size: 21px;
		line-height: 22px;
	}
	
	/* ==============================================
   	Headteaser Flexslider Customs
   	============================================== */

	.flexslider .butnPack {
		width: 279px;
		height: 84px;
	}

	.flexslider .erplogo {
		width: 112px;
		height: 100%;
	}

	.flexslider .erppack {
		width: 167px;
		height: 100%;
	}

	.flexslider .packText {
		width: 48%;
		color: #fff;
		padding: 0 20px 0 20px;
	}

	.flexslider .packText strong {
		width: 100%;
	}

	.flexslider .butnPackB {
		float: right;
		width: 144px;
		height: 84px;
		padding: 0 0 0 16px;
		background-position: 114px center;
		text-indent: 0;
	}
	
	
	footer .list {
		width: auto;
		margin: 0 14% 0 0;
	}
	
	footer .list.d {
		margin: 0;
	}
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ======= Sven overrides ======= */

/* why is this necessary in fix? */
html .Web-Site-content {
  padding-top: 0;
}

/* spacing empty posts correctly */
.bottomPosts .text {
  padding-top: 10px;
  min-height: 60px;
}
/* pad slides so they don't overlap */
@media (max-width: 480px) {
  .flexslider li {
    min-width: 280px;
  }
}

/* try to hide google+ extras inside iframe */
#plusone_table .unchecked {
  display: none;
}

/* round image wrappers, phewwwwwww */
.round {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 51%;
  overflow: hidden;
  float:left;
  display:block;
  background-color: none !important;
  /* border: 1px solid rgb(228,235,241); */
}
/* overwrite image properties (set on wrapper) */
.round img {
  float: none;
  padding: 0;
  margin: 0;
}
/* overwrite erp5_fix border colors */
html body .content table tbody tr td {
  padding: 1em;
  border-top: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #ECEBE2;
}
/* $%&/( that! )*/
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
  html body .content table tbody tr td {
      border: 0 none;
      border-bottom: 1px solid #ECEBE2;
      position: static;
      padding-left: 1em;
  }
  html body table {
    display: table;
  }
  html body thead {
    display: table-header-group;
  }
  html body tbody {
    display: table-row-group;
  }
  html body th {
    display: table-cell;
  }
  html body td {
    display: table-cell;
  }
  html body tr {
    display: table-row;
  }
}

/* make previously floating divs responsive */
div.content-left {
  float:left;
  width: 48%;
}
div.content-right {
  float:right;
  width: 48%;
}
@media (max-width: 48em) {
  div.content-left,
  div.content-right {
    float: none;
    width: auto;
  }
}

/* make the form look acceptable */
/* stretch */
.Web-Page-content fieldset.left {
  width: 100%;
  margin-top: 2em;
}
/* float into two columns... */
.Web-Page-content fieldset.left > div {
  width: 37%;
  float: left;
  clear: left;
  position: relative;
}
.Web-Page-content fieldset.left > div:last-of-type {
  float: none;
  clear: none;
  display: inline-block;
}
@media (max-width: 48em) { 
  .Web-Page-content fieldset.left > div {
    width: auto;
    float: none;
    clear: none;
  }
}
/* required fields */
.Web-Page-content fieldset.left > .required label:after {
  content: "*";
}

/* label overwrites */
html body .Web-Page-content fieldset.left label {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}

/* errors */
.Web-Page-content fieldset.left span.error {
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 0;
  padding-right: 2.5em;
}
.Web-Page-content fieldset.left div.error div.input > input,
.Web-Page-content fieldset.left div.error div.input > textarea {
  border-color:red;
}

/* field width & spacing */
html body .Web-Page-content fieldset.left div.input {
  width: 100%;
  padding: .5em 0;
}
.Web-Page-content fieldset.left div.input > input {
  width: 100%;
  color: rgb(131,151,166);
}

/* input formatting */
.Web-Page-content fieldset.left div.input > input,
.Web-Page-content fieldset.left div.input > textarea {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial;
  border: 0 none;
  margin-top: .5em !important;
  padding: .5em;
}


/* sexy outline */
.Web-Page-content fieldset.left div.input > input[type=text],
.Web-Page-content fieldset.left div.input > textarea {
  /*
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  */
  outline: none;
  /*
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ECEBE2;
  */
  border: 1px solid #ECEBE2;
}
 
.Web-Page-content fieldset.left div.input > input[type=text]:focus,
.Web-Page-content fieldset.left div.input > textarea:focus {
  /*
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  */
  border: 0 none;
  outline: none;
  /* 
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(81, 203, 238, 1);
  */
  border: 1px solid rgba(81, 203, 238, 1);
}
/* buttons */
html body .Web-Page-content button.bt-med {
  background-color: rgb(131,151,166);
  font-size: 15px;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial;
  padding: 1em;
  width: 17%;
}
.Web-Page-content .bottom_actions {
  text-align: right;
  padding-right: 2.1em;
} 

/* small screen sigh */
@media (max-width: 760px) {
  /* show header again */
  .Web-Page-content thead tr {
    position: static;
  }
  .Web-Page-content tr {
    border: 0 none;
  }
  .Web-Page-content tr th {
    padding: 0;
  }
  .Web-Page-content button.bt-med {
    width: 49%;
  }
  .Web-Page-content .bottom_actions {
    text-align: center;
    padding-left: 0;
  }
  .Web-Page-content fieldset.left div.input > textarea {
    width: 100%;
  }
  .Web-Page-content fieldset.left div.input > input {
    max-width: none;
    min-width: 0;
  }
}

/* two pager lookalike */
.content-menu {
  float: left;
  width: 35%;
}
.content-main {
  float: right;
  width: 60%;
}
.content-main h1 {
  text-align: center;
  margin-bottom: 2em;
}
html .responsiveimg .content-main p {
  margin-bottom: 3em;
}
.content-menu > a {
  margin-left: 0;
  float: none;
}

.content-menu > h1:first-of-type {
  display: inline-block;
}
html body .content-menu h2 {
  font-size: 15px;
}
@media (max-width: 760px) {
  .content-menu,
  .content-main {
    width: 100%;
  }
}

/* content table with logo list */
html body table.content-list {
  border: 0;
}
html body table.content-list tr {
  vertical-align: top;
}
html body .content .content-list tbody tr td {
  border-width: 0;
}
html body .content .content-list tbody tr:nth-child(even) td {
  border-width: 1px;
}

.content-list tr td:nth-child(1),
.content-list tr th:nth-child(1) {
  width: 20%;
  text-align: center;
}
@media (max-width: 760px) {
  .content-list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
    clip: 1px 1px 1px 1px;
  }
  .content-list tr td:nth-child(1),
  .content-list tr th:nth-child(1) {
    width: auto;
    text-align: center;
  }
}

.content-list ul,
.content-list ul li {
  list-style: none;
}
.content-list ul li {
  list-style: none;
  width: 19%;
  display: inline-block;
  margin: auto;
  padding-bottom: 1em;
  vertical-align: top;
}
.content-list ul li .round {
  float: none;
}
.content-list ul li span {
  width: 100%;
  display: inline-block;
  font-size: small;
  text-align: center;
  line-height: 1em;
  padding-top: .5em;
}

/* custom CSS for success case icon positioning */
/* XXX bad */
img.client-logo-sanef {
  padding: .5em .25em;
  width: 100%;
}
img.client-logo-aide-et-action {
  width: 100%;
}
img.client-logo-tu-dresden {
  width: 95%;
  padding-top: 2em;
}
img.client-logo-sankei {
  width: 100%;
}
img.client-logo-mmc {
  width: 55% !important;
  padding: .5em 1.25em;
}
img.client-logo-airbus {
  width: 95%;
  padding: 1.5em 0;
}
img.client-logo-teralab {
  width: 100%;
}
img.client-logo-zawee {
  width: 90%;
  padding: 1.5em 0 0 .25em;
}
img.img-placeholder {
  /* real placeholder
  width: 90%;
  padding: .3em;
  */ 
  /* nexedi placeholder */
  width: 94%;
  padding-top: 2.25em;
}
/* success cases */
.content table,
div.left, 
div.right {
  margin: 2em 0;
}

.content h2.nexedi-teaser {
  margin: 18px 0 34px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}
.content h2.nexedi-teaser a {
  color: rgb(28,118,187) !important;
}

/* slider noquote overrides */
.headteaser span.articleImg.custom-noquote-image {
  display: block;
  width: 500px;
  height: auto;
  max-height: 227px;
  margin: 0;
  margin-right: 1em;
  border: 0 none;
  margin-bottom: .25em;
}
.headteaser span.companyLogo.custom-noquote-logo {
  max-height: 44px;
}
.headteaser span.companyLogo.custom-noquote-logo img {
  height: inherit;
  width: auto;
}

/* ======= Sven end ======= */

/* JP  wanting to display two pager properly in web page */
.responsiveimg #left-summary {
  float: left;
  padding: 0 3em 4em 3em;
}
.responsiveimg #left-summary p {
  font-weight: bold;
  text-align: center;
  float: none;
}