/*-----------------------------------------------------------------
Layout StyleSheet

Version:  1.0
Author:   Rasmus Schau-Seidler
Email:    rs@gormlarsenzornig.com
website:  www.gormlarsenzornig.com
-----------------------------------------------------------------*/
/*-------------------------------------
Basic helper classes 
---------------------------------------*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,
object,
embed {
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
a:focus {
  outline: none;
}
body,
html {
  height: 100%;
}
img.floatleft {
  margin: 0 20px 0 0;
}
img.floatright {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 850px) {
  img.floatleft,
  img.floatright {
    float: none;
    margin: 0 0 20px 0;
    min-width: 100%;
  }
}
/*-------------------------------------
Colors
---------------------------------------*/
/*-------------------------------------
Basic layout
---------------------------------------*/
body {
  background: #2c2c2c !important;
  margin-top: 66px;
}
.page-container {
  display: block;
  background: #fff;
  margin: 0 auto;
}
.page-header {
  width: 100%;
  background: #333;
  border-bottom: 3px solid #7300ab;
  position: fixed;
  top: 0px;
  z-index: 9999;
}
.page-content-container {
  width: 100%;
  float: left;
}
.page-footer {
  width: 100%;
}
.inner {
  padding: 0;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .inner {
    padding: 0;
  }
}
.thank-reciept {
  display: none;
}
/*-------------------------------------
Navigation
---------------------------------------*/
.page-navigation {
  padding: 0;
}
.page-navigation li {
  float: left;
  list-style: none;
  margin: 0;
}
.page-navigation a {
  color: #e2e2e2;
  display: block;
  padding: 22px 10px 16px 10px;
  text-transform: uppercase;
  font-family: "PT Serif", Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 0.875em;
}
@media screen and (max-width: 900px) {
  .page-navigation {
    font-size: 0.78em;
  }
}
@media screen and (max-width: 800px) {
  .page-navigation {
    display: none;
  }
}
.navigation-toggle {
  display: none;
  position: relative;
  float: right;
  padding: 10px 0;
  margin-top: 13px;
  margin-right: 1px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navigation-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
.navigation-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media screen and (max-width: 800px) {
  .navigation-toggle {
    display: block;
  }
}
.page-navigation .selected a,
.page-navigation a:hover {
  border-bottom: 4px solid #7300ab;
}
.need-help {
  color: #e2e2e2;
  margin: 15px 0 0 25px;
  padding: 0 0 0 44px;
  font-size: 0.75em;
  border-left: 1px solid #5e5e5e;
  background: url("../images/icon-cellphone.png") no-repeat 20px center;
  background-size: auto 26px;
  text-align: left;
}
.need-help b {
  display: block;
}
.need-help span {
  display: inline;
}
/*-------------------------------------
HEADER
---------------------------------------*/
.logo {
  padding: 17px 0;
}
/*-------------------------------------
FOOTER
---------------------------------------*/
.pct50 {
  width: 50%;
}
.headline {
  padding-bottom: 30px;
  background: url("../images/headbg-wide.png") no-repeat center bottom;
}
.headline h1 {
  line-height: 40px;
}
@media screen and (max-width: 420px) {
}
.dark .headline {
  background: url("../images/headbg-dark-wide.png") no-repeat center bottom;
}
.inner-headline {
  height: auto;
  padding-bottom: 10px;
}
.inner-headline h1 {
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  .inner-headline h1 {
    font-size: 2em;
  }
}
/*-------------------------------------
PAGE
---------------------------------------*/
.content-area {
  padding: 60px 0 80px 0;
  background-color: #e6e6e6;
  min-height: 700px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .content-area {
    padding: 40px 0 0 0;
    min-height: none;
  }
}
@media screen and (max-width: 770px) {
  .content-area h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 770px) {
  .content-area h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 770px) {
  .content-area {
    padding: 40px 0 20px 0;
  }
}
/* FIRST SLIDE */
.top-content {
  border-bottom: 8px solid #7300ab;
  background: url("../images/polygon.jpg") no-repeat center center;
  min-height: 700px;
  padding-top: 50px;
}
@media screen and (max-width: 420px) {
  .top-content {
    min-height: 500px;
  }
}
.top-content h1 {
  color: #7300ab;
}
@media screen and (max-width: 420px) {
  .top-content {
    padding-top: 30px;
  }
  .top-content h1 {
    font-size: 30px;
  }
  .top-content h2 {
    font-size: 17px;
  }
}
.mobile-menu {
  display: none;
  border-bottom: 5px #7300ab solid;
  left: 0px;
  width: 100%;
  background: #3a3a3a;
  position: absolute;
  top: 61px;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  margin: 0;
  border-top: 1px solid #525252;
  list-style-type: none;
}
.mobile-menu ul li a {
  display: block;
  padding: 20px;
  color: #e2e2e2;
}
.mobile-menu .need-help {
  padding: 20px 20px 20px 26px;
  background-size: auto 26px;
  border: none;
  margin: 10px 0 10px 20px;
  background-position: 0;
}



@media screen and (max-width: 480px) {
  a.cta-button {
    padding: 0 65px 0 20px;
    font-size: 1.3em;
  }
}
/* AVARAGE */
.average {
  box-shadow: inset 0 30px 30px #212121;
  background: #373737;
}
.box {
  background: #2c2c2c;
  padding: 40px;
  box-shadow: inset 0 0 20px #292929;
}
@media screen and (max-width: 900px) {
  .box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 420px) {
  .box {
    box-shadow: none;
    padding: 20px 0px;
  }
}
/* SLIDER BOX */
.slider-box {
  position: relative;
}
.slider-box li > a {
  font-family: "PT Serif", Times, "Times New Roman", serif;
  color: #aaa;
  font-weight: 300;
  font-size: 1.125em;
  text-transform: uppercase;
  position: absolute;
  top: -48px;
}
@media screen and (max-width: 580px) {
  .slider-box li > a {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px;
    display: block;
  }
  .slider-box li > a:after {
    content: url("../images/dropdown.png");
    right: 0;
    position: absolute;
  }
}
@media screen and (max-width: 580px) {
  .slider-box li {
    padding: 10px;
  }
}
@media screen and (max-width: 580px) {
  .slider-box {
    padding-bottom: 40px;
  }
  .slider-box .tab {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .dark .slider-box li {
    border-top: 1px solid #3d3d3d;
  }
  .dark .slider-box li:last-child {
    border-top: 1px solid #3d3d3d;
  }
}
@media screen and (max-width: 580px) {
  .light .slider-box li {
    border-top: 1px solid #b4b4b4;
  }
  .light .slider-box li:last-child {
    border-top: 1px solid #b4b4b4;
  }
  .light .slider-box li > a {
    color: #666;
  }
}
.slider-box > ul {
  margin-top: 45px;
  padding: 0;
  box-shadow: inset 0 0 20px #ccc;
  border-bottom: 6px solid #7300ab;
}
@media screen and (max-width: 580px) {
  .slider-box > ul {
    margin-top: -5px;
  }
}
.dark .slider-box ul {
  box-shadow: inset 0 0 20px #222;
}

.nondark {
  box-shadow: none;
}

@media screen and (max-width: 580px) {
  .dark .slider-box ul li a {
    background: #444;
  }
}
.slider-box li {
  margin: 0;
  list-style: none outside;
  padding: 0;
}
@media screen and (max-width: 580px) {
  .slider-box li {
    padding: 0;
  }
  .slider-box li a {
    background: #f1f1f1;
  }
}
.tab ul {
  margin-left: 20px;
}
.tab li {
  list-style: square outside;
  padding: 10px 0;
}

.slider-box li > a {
	padding: 5px;
	padding-left: 25px;
	padding-right: 10px;
	
}
.slider-box li > a.selected,
.slider-box li > a:hover {
  color: #999;
	background-image: url('../images/arrows.png');
	background-repeat: no-repeat;
	background-position: 5px;

	box-shadow: inset 0 1px 20px -6px #212121;

/*	border-bottom: 4px solid #7300ab;*/

	padding: 5px;
	padding-left: 25px;
	padding-right: 10px;

}
.slider-box li > a.selected:after {
  content: none;
}
.tab {
  display: none;
  position: relative;
  top: 45px;
  min-height: 400px;
  text-align: left;
  padding: 0 40px 80px 40px;
}
@media screen and (max-width: 770px) {
  .tab {
    padding: 0 20px 80px 20px;
    top: 35px;
  }
}
@media screen and (max-width: 580px) {
  .tab {
    padding: 0 0 45px;
    box-shadow: none;
  }
}
.box {
  border-bottom: 6px solid #7300ab;
}
.dark .tab {
  background: none;
  color: #ccc;
}
@media screen and (max-width: 580px) {
  .dark .tab {
    box-shadow: none;
  }
}
.slide-1 > a {
  left: 15%;
}
@media screen and (max-width: 580px) {
  .slide-1 > a {
    left: auto;
  }
}
@media screen and (max-width: 850px) {
  .slide-1 > a {
    left: 5%;
  }
}
.slide-2 > a {
  left: 32%;
}
@media screen and (max-width: 580px) {
  .slide-2 > a {
    left: auto;
  }
}
@media screen and (max-width: 850px) {
  .slide-2 > a {
    left: 25%;
  }
}
.slide-3 > a {
  left: 50%;
}
@media screen and (max-width: 580px) {
  .slide-3 > a {
    left: auto;
  }
}
@media screen and (max-width: 850px) {
  .slide-3 > a {
    left: 48%;
  }
}
.slide-4 > a {
  left: 74%;
}
@media screen and (max-width: 580px) {
  .slide-4 > a {
    left: auto;
  }
}
@media screen and (max-width: 850px) {
  .slide-4 > a {
    left: 78%;
  }
}
#philosophy-slider .slide-1 a,
#solution .slide-1 a {
  left: 23%;
}
@media screen and (max-width: 850px) {
  #philosophy-slider .slide-1 a,
  #solution .slide-1 a {
    left: 23%;
  }
}
#philosophy-slider .slide-2 a,
#solution .slide-2 a {
  left: 37%;
}
@media screen and (max-width: 850px) {
  #philosophy-slider .slide-2 a,
  #solution .slide-2 a {
    left: 37%;
  }
}
#philosophy-slider .slide-3 a,
#solution .slide-3 a {
  left: 52%;
}
@media screen and (max-width: 850px) {
  #philosophy-slider .slide-3 a,
  #solution .slide-3 a {
    left: 52%;
  }
}

#philosophy-slider .slide-4 a,
#solution .slide-4 a {
  left: 70%;
}
@media screen and (max-width: 850px) {
  #philosophy-slider .slide-4 a,
  #solution .slide-4 a {
    left: 70%;
  }
}

#solution h3 {
	margin-bottom: 0px;
}

@media screen and (max-width: 580px) {
  #philosophy-slider .slide-1 a,
  #philosophy-slider .slide-2 a,
  #philosophy-slider .slide-3 a,
	#philosophy-slider .slide-4 a,
  #solution-slide .slide-1 a,
  #solution-slide .slide-2 a,
  #solution-slide .slide-3 a,
  #solution-slide .slide-4 a {
    left: auto;
  }
}
.slide h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.slide p {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.meaningfullness {
  height: auto;
  min-height: 0;
  background: #7300ab;
  padding: 40px 0 40px 0;
}
.meaningfullness h3 {
  color: #fff;
}
.meaningfullness .headline h2 {
  color: #d5ace9;
}
.meaningfullness .headline {
  background: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.average .tab h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
/*-------------------------------------
PHILOSOPHY
---------------------------------------*/
.questionmark {
  display: table;
  padding: 0 0 24px;
  margin-bottom: 10px;
  background: url("../images/questionmark.png") bottom no-repeat;
}
@media screen and (max-width: 420px) {
  .questionmark {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 420px) and (max-width: 850px) {
  .questionmark {
    margin: 0 auto;
  }
}
.questiontext {
  display: table-cell;
  background-color: #7300ab;
  color: #f2f2f2;
  padding: 30px;
  vertical-align: middle;
  height: 255px;
  font-size: 20px;
  text-align: center;
  font-family: "PT Serif", Times, "Times New Roman", serif;
}
@media screen and (max-width: 420px) {
  .questiontext {
    font-size: 20px;
    padding: 35px 20px;
  }
}
@media screen and (min-width: 420px) and (max-width: 850px) {
  .questiontext {
    max-width: 230px;
  }
}
@media screen and (max-width: 870px) {
  .questiontext {
    font-size: 20px;
    padding: 25px;
  }
}
.quetionstext {
  max-width: 780px !important;
}
.philosophy {
  min-height: 600px;
  padding-bottom: 40px;
}
.philosophy .thesis {
  text-transform: uppercase;
  font-family: "PT Sans", "Verdana", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 420px) {
  .philosophy .thesis {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
/*-------------------------------------
PHILOSOPHY EXPLAINED
---------------------------------------*/
#philosophy_exp,
/*-------------------------------------
SOLUTIONS
---------------------------------------*/,
/*-------------------------------------
WHITEPAPER
---------------------------------------*/,
#whitepaper {
  padding-bottom: 140px;
}
#philosophy_exp .box,
/*-------------------------------------
SOLUTIONS
---------------------------------------*/ .box,
/*-------------------------------------
WHITEPAPER
---------------------------------------*/ .box,
#whitepaper .box {
  text-align: left;
}
#philosophy_exp .box h3,
/*-------------------------------------
SOLUTIONS
---------------------------------------*/ .box h3,
/*-------------------------------------
WHITEPAPER
---------------------------------------*/ .box h3,
#whitepaper .box h3 {
  text-transform: none;
}
#philosophy_exp .box .whitepaper-image,
/*-------------------------------------
SOLUTIONS
---------------------------------------*/ .box .whitepaper-image,
/*-------------------------------------
WHITEPAPER
---------------------------------------*/ .box .whitepaper-image,
#whitepaper .box .whitepaper-image {
  max-width: none;
  margin-bottom: -75px;
  margin-left: -25px;
}



@media screen and (max-width: 850px) {
  #philosophy_exp .box .whitepaper-image,
  /*-------------------------------------
SOLUTIONS
---------------------------------------*/ .box .whitepaper-image,
  /*-------------------------------------
WHITEPAPER
---------------------------------------*/ .box .whitepaper-image,
  #whitepaper .box .whitepaper-image {
    margin: 0 auto;
  }
}
#philosophy_exp .box p,
/*-------------------------------------
SOLUTIONS
---------------------------------------*/ .box p,
/*-------------------------------------
WHITEPAPER
---------------------------------------*/ .box p,
#whitepaper .box p {
  font-size: 14px;
}
#philosophy_exp form label,
/*-------------------------------------
SOLUTIONS
---------------------------------------*/ form label,
/*-------------------------------------
WHITEPAPER
---------------------------------------*/ form label,
#whitepaper form label {
  color: #fff;
  font-size: 13px;
  display: block;
}
#philosophy_exp form input[type="text"],
/*-------------------------------------
SOLUTIONS
---------------------------------------*/ form input[type="text"],
/*-------------------------------------
WHITEPAPER
---------------------------------------*/ form input[type="text"],
#whitepaper form input[type="text"] {
  height: 33px;
  box-shadow: inset 0 1px 20px -5px #212121;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 200px;
}
@media screen and (max-width: 950px) {
  #philosophy_exp form input[type="text"],
  /*-------------------------------------
SOLUTIONS
---------------------------------------*/ form input[type="text"],
  /*-------------------------------------
WHITEPAPER
---------------------------------------*/ form input[type="text"],
  #whitepaper form input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .slider-container {
    margin-right: 0 !important;
  }
}
/*-------------------------------------
COMPANIES
---------------------------------------*/
#companies {
  background-color: #2c2c2c;
}
#companies .inner {
  padding: 0;
  text-align: center;
}
#companies .inner div {
  padding: 20px 5px;
  display: inline-block;
  float: none;
  margin-right: 0;
  height: 105px;
  vertical-align: middle;
}
#companies .inner div img {
  vertical-align: middle;
}
@media screen and (min-width: 798px) and (max-width: 1000px) {
  #companies .inner div img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  #companies div.company {
    text-align: center;
  }
  #companies div.company img {
    margin: 0px;
  }
}
@media screen and (max-width: 850px) {
  img {
    margin: 0 0 20px 0 !important;
    width: 100%;
  }
}
.whitepaper-image {
  width: auto !important;
}








/*-------------------------------------
ORGANISATION
---------------------------------------*/
#organisation .tab {
  min-height: 0;
}
.slide-1 ul,
slide-2 ul,
.slide-3 ul,
.slide-4 ul {
  margin-left: 20px;
}
.slide-1 ul li,
slide-2 ul li,
.slide-3 ul li,
.slide-4 ul li {
  list-style-type: square;
  margin-left: 0px;
  padding: 10px 0;
}
/*-------------------------------------
FOOTER
---------------------------------------*/
#footer {
  background-color: #2c2c2c;
  color: #b0b0b0;
  height: 400px;
}
#footer .inner {
  text-align: center;
}
#footer p {
  padding-top: 40px;
}


/*-------------------------------------
READ MORE BUTTON
---------------------------------------*/
.pagenav-extra {
	padding-top: 20px;
}

.pagenav-extra a {
	color: #7300ab;
}

.pagenav-extra a:hover {
	color: #7300ab;
}

.infobox {
	padding-bottom: 25px;
}
