/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif;color:#222}body{margin:0;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:thin dotted}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol{margin:1em 0;padding:0 0 0 20px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;vertical-align:middle;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}


/*  ==|== primary styles =====================================================
    Author: Robert Weber


    font-family:'Swiss721W01-BlackConden';
    font-family:'Swiss721W01-BoldCondens';
    font-family:'Swiss721W01-LightConden';    
    ========================================================================== */

html {
  position: relative;
  background-color: #f7f7f7;
}   

body {
  position: relative;
  width: 90%;
  max-width: 1280px;
  min-width: 880px;
  min-height: 680px;

  margin: 0 auto;
  padding-bottom: 20px;

  font: 14px/1.214285714em Arial, Helvetica, sans-serif;
  background-color: #fff;

  box-shadow: 0 0 30px 10px rgba(0 ,0 ,0, .15);

}

@media all and (max-width: 1024px) and (min-width: 700px) {
  body.start {
    /* height: 680px; */
  }
}

body figure {
  position: absolute;
  /* top: 0; */
  bottom: 0;
  overflow: hidden;
  /* height: 700px; */
  height: 100%;
}

body > figure img {
  position: absolute;
  bottom: -125px;
  max-width: 100%;
}
/* FOR BIGGER HOME 1 */
/*
body.start > figure img {
  bottom: 0;
}
*/

@media all and (max-width: 1250px) {
  body > figure img {
    bottom: -100px;
  }
  /* FOR BIGGER HOME 2 */
/*
  body.start > figure img {
    bottom: 0;
    width: 120%;
    max-width: 120%;
    left: -5%;
  }
*/
}
@media all and (max-width: 1150px) {
  body > figure img {
    bottom: -60px;
  }
  /* FOR BIGGER HOME 3 */
/*
  body.start > figure img {
    bottom: 0;
    width: 130%;
    max-width: 130%;
    left: -10%;
  }
*/
}
@media all and (max-width: 1050px) {
  body > figure img {
    bottom: -25px;
  }
}
@media all and (max-width: 975px) {
  body > figure img {
    bottom: 0;
  }
}

body.article, body.profile {
  height: auto;
}

h3,h4,h5,h6 {
  margin-top: 0;
}

a:link, a:visited, a {
  color: #000;
  text-decoration: none;
}

a:active, a:hover, a:focus, .active > a {
  color: #1dafec;
}


.article a:active, .article a:hover, .article a:focus, .article .active > a,
.corner a:active, .corner a:hover, .corner a:focus, .corner .active > a {
  color: #FFDD0D;
}

.services a:active, .services a:hover, .services a:focus, .services .active > a {
  color: #662D91;
}

.contact a:active, .contact a:hover, .contact a:focus, .contact .active > a {
  color: #2BAC66;
}


img {
  display: block;
}

section + section p img,
p {
  margin: 0 0 1.214285714em;
}

body.profile > section + section blockquote,
body > figure figcaption {
  position: absolute;
  /* height: 288px; */
  height: 298px;
  width: 74.285714286%;
  padding-left: 17.857142857%;
  padding-right: 8.928571429%;
  top: 0;
 
  font-family: 'Swiss721W01-BlackConden';
  font-size: 60px;
  line-height: 1em;
  
  color: #fff;
}

body.profile > section + section blockquote p:after,
body.profile > section + section blockquote p:before,
body > figure figcaption:before,
body > figure figcaption:after {
  content: "\201D";
  position: absolute;
  color: #fff;
  font-size: 200px;
  font-style: normal;
}

body.profile > section + section blockquote p:after,
body.profile > section + section blockquote p:before {
  font-size: 100px;
}

body.profile > section + section blockquote p:before {
  left: 26px;
  top: 65px;
}

body > figure figcaption:before {
  left: -12px;
  top: 63px;
}

body.profile > section + section blockquote p:after,
body > figure figcaption:after {
  content: "\201C";  
  bottom: -33px;
  right: -12px;
}

body.profile > section + section blockquote p:after {
  bottom: 2px;
  right: 40px;
}

body blockquote {
  margin: 1em 0;
  font-style: italic;
}

body blockquote p:before {
  content: "\201D";
}

body blockquote p:after {
  content: "\201C";
}

body > figure figcaption b {
  display: table-cell;
  width: 100%;
  height: 298px;
  vertical-align: middle;
  font-weight: normal;
}

body.start figure {
  left: 0;
  width: 43.75%;
}

body.overview figure {
  width: 44.140625%;
  right: 0;
}

body.start figure figcaption {
  background-color: #e4001a;
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  body figure figcaption {
    font-size: 45px;
  }
}


body.services figure, body.services figure figcaption {
  background-color: #672f94;
}

body.about-us figure, body.about-us figure figcaption {
  background-color: #00aeef;
}

body.client-cases figure, body.client-cases figure figcaption {
  background-color: #f39100;
}

body.blog figure, body.blog figure figcaption {
  background-color: #ffdd0d;
}

body.contact figure, body.contact figure figcaption {
  background-color: #2bac66;
}


body > header {
  position: absolute;
  top: 21px;
  height: 128px;
}

body > header h1 {
  margin: 0;
}

body.start > header {
  position: absolute;
  left: auto;
  right: 52px;
}

body.start nav {
  width: 48.28125%;
  padding-top: 298px;
  padding-right: 3.984375%;
  padding-left: 47%;
  font-size: 16px;
  line-height: 1.25em;
  margin-top: 0;
}

.csscolumns body.start nav {
  min-height: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 51px;
  -moz-column-gap: 51px;
  column-gap: 51px;
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  .csscolumns body.start nav {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}

body > div, 
body > nav {
  float: left;
  width: 19.921875%;
  padding: 0 3.984375%;
  margin-top: 139px;
}

body > section {
  float: left;
  width: 23.90625%;
  overflow: hidden;
  margin-top: 51px;
}

body > section > article,
body > section > div {
  width: 83.333333333%;
  padding-right: 30px;
/*
  height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
*/
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  body > section > div {
    height: auto;
  }  
}

body > section > article > *,
body > section > div > * {
  width: 100%;
}

body.article > section {
  width: 19.921875%;
  margin-right: 3.984375%;
}

body.article > section + section,
body > section + section {
  float: left;
  width: 43.828125%;
}

body > section ul {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body > section ul li {
  margin-top: .5em;
}

body > section + section > article,
body > section + section > div {
  width: 100%;
  border-top: 3px solid #000;
  padding-top: 1em;
}

body > section + section > article > *,
body > section + section > div > * {
  width: 94.652406417%;
}

body > section + section > article img {
  width: auto;
  max-width: 100%;
}

body.profile > section + section {
  width: 19.921875%;
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  body.profile > section + section {
    width: 43.828125%;
  }
}

body.profile > section + section > article > *,
body.profile > section + section > div > *,
body.profile > section + section > div {
  width: 100%;
}


body.profile > section + section blockquote {
  position: absolute;
  top: 250px;
  right: 0;
  width: 275px;
  height: 400px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  body.profile > section + section blockquote {
    display: none;
  }
}

body.profile > section + section blockquote p {
  height: 225px;
  width: 150px;
  padding: 75px 75px 0;
  margin: 0;
  border-radius: 200px;
  background-color: #1dafec;
  
  text-align: center;
  font-style: normal;
  font-size: 30px;  
  line-height: 36px;
  
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  transform: rotate(20deg);
}

body > section a:link,
body > section a:active,
body > section a {
  text-decoration: underline;
}

body > section .teaser a:link,
body > section .teaser a:active,
body > section .teaser a {
  text-decoration: none;
}


body > section + section img {
  display: block;
}

body > section + section img.left {
  float: left;
  margin-right: 30px;
}

body > section + section img.right {
  float: right;
  margin-left: 30px;  
}

body nav {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 16px;
}

body nav ol {
  font-family:'Swiss721W01-BlackConden';
  font-weight: normal;  
}

body nav ol ol {
  font-size: 14px;
  line-height: 1.357142857em;
  margin-left: 10px;
}

.teaser {
  min-height: 144px;
  padding-bottom: 16px;
}

.about-us .teaser {
  min-height: 104px;
  padding-bottom: 0;
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  .about-us .teaser {
    min-height: 104px;
    height: auto; 
  }
}


body.start nav div {
  width: 89.947089947%;
  min-height: 150px;
  -webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  -o-column-break-inside:avoid;
  -ms-column-break-inside:avoid;
  column-break-inside:avoid;
}

body.start nav div:nth-child(2n) {
  margin-right: 0;
}

.no-csscolumns body.start nav div {
  width: 41.262135922%;
  margin-right: 8.252427184%;
  float: left;
}

.teaser h2,
body.start nav div h2 {
  font-family:'Swiss721W01-BlackConden';
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2em;
  padding: 15px 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
}

body.start nav div h2 {
  padding: 12px 0 14px;
}

body.start nav div p {
  margin: 1.25em 0;
}

.teaser h2 {
  border-top-width: 1px;
  border-bottom: 0;
}

body.start #news-box {
  position: absolute;
  width: 19.921875%;
  top: 50px;
  right: 411px;
}

body.start #news-box h2 {
  border-color: #d3211c;
}

.csscolumns body.start #news-box {
  right: 33%;
}

.content {
}

.content h5,
.content h4 {
   font-family:'Swiss721W01-BlackConden';
   font-weight: normal;
   font-size: 17px;
   margin-bottom: .7em;
}

.content h4 {
  font-size: 20px;
  line-height: 1.2em;
}

.services article h3,
section hgroup {
  width: 100%;
  font-family:'Swiss721W01-BlackConden';
  line-height: 1.2em;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 1.2em;  
}

section img + hgroup {
  margin-top: 51px;
}

section hgroup h2,
section hgroup h3 {
  font-weight: normal;
}

section hgroup h2, section h2 {
  line-height: 1.4em;
}

.services article h3 {
  font-size: 21px;
  line-height: 1.4em;
  font-weight: normal;
  border: 0;
}

form label {
  clear: both;
  display: block;
  margin-bottom: 2em;
}

form label textarea,
form label input {
  display: block;
  border: 1px solid #666;
  width: 96.732026144%;
  height: 24px;
  margin-top: .3em;
  -webkit-appearance: none;
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  form label textarea,
  form label input {
    width: 90%;
  }
}

form label textarea {
  height: 100px;
}

form input[type="submit"] {
  float: right;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #2BAC66;
  color: #2BAC66;
  border-radius: 4px
}

.social {
  padding-top: 2em;
}

.social h4 {
  font-weight: normal;
  margin: 0;
}

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

.social ul li,
.social ul li a {
  display: inline-block;
}


.social ul li a {
  width: 35px;
  height: 35px;
  background: transparent url(../images/social.gif) no-repeat;
}

.social ul li a[href*="twitter"] {
  background-position: 0 -35px;
}

.social ul li a[href*="linkedin"] {
  background-position: 0 -70px;
}

.older {
  margin-top: 3em;
}

.older h4 {
  font-family: 'Swiss721W01-BlackConden', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.older ul {
  display: none;
}

.touch .older div.hover > ul {
  display: block;
}

.no-touch .older div:hover > ul {
  display: block;
}

.older div > ul a {
  color: inherit;
}

footer {
  position: absolute;
  bottom: 15px;
  left: 3.984375%;
  font-size: 13px;
}

.start footer {
  right: 52px;
  left: auto;
}

footer a:link, footer a:visited, footer a {
  color: #666;
  font-style: italic;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir{border:0;font:0/0 a;text-shadow:none;color:transparent;background-color:transparent}.hidden{display:none!important;visibility:hidden}.vh{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}.contain:before,.contain:after{content:"";display:table}.contain:after{clear:both}.contain{*zoom:1;overflow: visible;}
