@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont.eot');
    src: url('../fonts/barlow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
         url('../fonts/barlow-regular-webfont.woff') format('woff'),
         url('../fonts/barlow-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowsemibold';
    src: url('../fonts/barlow-semibold-webfont.eot');
    src: url('../fonts/barlow-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/barlow-semibold-webfont.woff2') format('woff2'),
         url('../fonts/barlow-semibold-webfont.woff') format('woff'),
         url('../fonts/barlow-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowitalic';
    src: url('../fonts/barlow-italic-webfont.eot');
    src: url('../fonts/barlow-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/barlow-italic-webfont.woff2') format('woff2'),
         url('../fonts/barlow-italic-webfont.woff') format('woff'),
         url('../fonts/barlow-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_condensedsemibold';
    src: url('../fonts/barlowcondensed-semibold-webfont.eot');
    src: url('../fonts/barlowcondensed-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/barlowcondensed-semibold-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-semibold-webfont.woff') format('woff'),
         url('../fonts/barlowcondensed-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
font-family:"barlowregular";
font-weight: normal;
font-size: 80%;
background-color: #000;
margin:0;
padding:0;
}

* {
color: #000;
}

h1,#menu li a {
font-family:"barlowsemibold";
font-weight: normal;
font-size: 2.5em;
color: #fff;
margin: 0;
}

.menuFooter p {
}

h1 {
font-family:"barlow_condensedsemibold";
text-align: center;
}

h2,h3 {
font-family:"barlowsemibold";
font-weight: normal;
text-transform: uppercase;
font-size: 2.4em;
margin: 0.5em 0 0;
}

h2 .resSec span {
text-transform: none;
}

h2 {
font-family:"barlow_condensedsemibold";
}

h2.old {
display: block;
text-align: center;
color: #00B140;
clear: left;
font-size: 1.4em;
margin: 0;
padding: 1em 0 0 0;
background-color: #fff;
}

h2 span {
font-size: .5em;
display: block;
margin: 0 0 5px 0;
}

h4 {
text-transform: uppercase;
}

img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}

.social2 span,.imgTitle {
}

header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
-webkit-transition: background-color .4s;
transition: background-color .4s;
background-color: #00B140;
}

.headerImg {
margin-top: 2em;
}

.scrollToTop header {
position: fixed;
-webkit-transition: opacity .4s;
transition: opacity .4s;
opacity: 1;
-webkit-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.19);
box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.19);
}

.scrollToBottom header {
opacity: 0;
}

#co2inPrice {
position: fixed;
z-index:9999;
bottom: 0;
width: 100%;
background-color: #000;
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
transition: all 1s linear;
}

#co2inPrice input {
width: 5em;
background-color: #fff;
color: #000;
line-height: 1.2em;
height: 1.2em;
border: none;
font-size: 1.2em;
-moz-border-radius: .4em;
-webkit-border-radius: .4em;
-khtml-border-radius: .4em;
border-radius: .4em;
padding: .3em;
margin: .5em 0;
float: left;
}

#co2inPrice .btn {
width: 1.2em;
font-size: 1.2em;
text-align: center;
height: 1.2em;
line-height: 1.2em;
padding: 0.3em;
background-color: #00B140;
color: #fff;
float: left;
margin: 0.5em 0 0 0.5em;
-moz-border-radius: .4em;
-webkit-border-radius: .4em;
-khtml-border-radius: .4em;
border-radius: .4em;
}

#co2inPrice .btn:hover {
background-color: #fff;
color: #000;
}

#co2inPrice #co2inRes {
background-color: #fff;
color: #000;
}

#co2inPrice * {
color: #fff;
}

#co2inPrice p {
font-size: .8em;
line-height: 1.4em;
}

#calBlock * {
font-size: 1.2em;
}

#mainBlock * {
font-size: 22px;
}

#calBlock .printPrices {
background-color: #00B140;
-moz-border-radius: .4em;
-webkit-border-radius: .4em;
-khtml-border-radius: .4em;
border-radius: .4em;
padding: .5em;
clear: left;
}

.toRight {
width: 8.5em;
text-align: right;
display: block;
float: right;
}

#co2inPrice #mainBlock,#co2inPrice #calBlock {
padding: 0.5em;
}

#mainBlock {
font-size: 14px;
position: relative;
}

#calBlock {
display: none;
}

.bigBox #calBlock {
display: block;
}

.co2inEquals {
display: inline-block;
}

.iconCo2in,.iconCzk,.iconEur,.iconUk {
display: inline-block;
height: 1em;
width: 1em;
background-image: url(../images/icon/icon-czk.svg);
background-repeat: no-repeat;
background-size: 95%;
background-position: 50% 50%;
margin: 0 0 -4px 2px;
padding: 1px;
}

.iconCo2in {
background-image: url(../images/icon/icon-co2in.svg);
}

.iconEur {
background-image: url(../images/icon/icon-eur.svg);
}

.iconUk {
background-image: url(../images/icon/icon-uk.svg);
}

.co2inStatus {
display: inline-block;
width: 10px;
height: 10px;
background-color: #00B140;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin: 0 5px 5px 0;
}

.statusLoading {
background-color: #777;
}

.statusError {
background-color: #ea3b28;
}

.co2inStatus {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink-animation {
  50% {
    opacity: 0.5;
  }
}

#co2inPrice ::placeholder {
  color: #777;
  opacity: 0.6;
}

#co2inPrice :-ms-input-placeholder {
  color: #777;
}

#co2inPrice ::-ms-input-placeholder {
  color: #777;
}

#co2inMobile {
position: absolute;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
display: block;
z-index: 99999;
}

.calcControl img {
    width: 20px;
}

.closeCalc {
display: none;
}

.bigBox .closeCalc {
display: block;
}

.bigBox .openCalc {
display: none;
}

#header .logo {
width: 60px;
padding: 0;
display: block;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,10px);
z-index: 2;
}

#logo img {
margin-top: -1em;
}

#header a {
line-height: 4;
color: #fff;
padding-left: 1em;
}

#header .menuRight a {
padding-right: 1em;
}

#header-mobile {
	display: block;
}
#header-desktop {
	display: none;
}

.menuLeft {
float: left;
}

.menuRight {
float: right;
}

#header .menuRight .lang {
line-height: 1em;
padding: 0;
font-size: 1.2em;
}

.container {
padding-right: 0;
padding-left: 0;
max-width: 64rem;
margin-left: auto;
margin-right: auto;
}

#contact {
text-align: center;
font-size: .8em;
}

#contact .docBox p, #contact .docBox a {
font-size: .7em;
}

.socialLinks img {
width: 40px;
margin: 0 1em;
}

#contact .copy {
font-size: .8em;
padding: 0 0 .5em 0;
}

.menuControl img {
width: 1.5em;
}

#subtitle {
position: absolute;
top: 4.1em;
display: block;
left: 18px;
}

#menu .social {
position: relative;
}

header a {
text-decoration: none;
}

nav li {
list-style: none;
}

.lang {
padding-right: 1em;
}

section {
position: relative;
margin: auto;
max-width: 1400px;
background-color: #fff;
}

#contact {
max-width: 100%;
}

#intro {
border-top: 1px solid #fff;
max-width: none;
}

.padBox {
padding: 2em;
}

section.padBox {
padding: 0;
}

.textBox {
padding: 1em;
}

#press .col2 {
margin-bottom: -3em;
width: 100%;
}

.col2 img {
float: right;
margin: 4em;
}

.cl {
clear: both;
}

.formBox {
background-color: #000;
position: relative;
}

.formBox * {
color: #fff;
}

.textBox .col2,.textBox .col2a {
	width: 50%;
	float: left;
}

.dark {
background-color: #000;
}

.dark .col2 * {
color: #fff;
}

.light {
background-color: #00B140;
}

.dark .col2 * {
color: #fff;
}

.justText {

}

.justText * {
text-align: left;
}

.textBox p {
color: #393939;
line-height: 1.25em;
font-size: 1.4em;
}

.textBox li {
line-height: 1.25em;
font-size: 1.4em;
}

.light .textBox * {
color: #fff;
}

.textBox p span {
color: #999;
}

.social2 {
position: absolute;
background-color: #000;
bottom: -4em;
width: 100%;
}

.padTop {
margin-top: 2em;
}

.showElem,#complaintData.showElem {
display: block;
}

/* intro */
#intro .content {
position: relative;
top: 53%;
transform: translateY(-50%);
margin: auto;
max-width: 64rem;
}

#app-box {
position: absolute;
bottom: 4em;
top: auto;
width: 35%;
margin-left: 2em;
}

.continue-header #app-box {
	bottom: 1em;
    width: 100%;
    margin-left: 0;
    top: auto;
}

.continue-header #app-box p {
	display: block;
    width: 30%;
    float: left;
    margin: 0 10%;
}

#app-box a {
display: block;
margin-top: .5em;
}

#app-box img {
width: 100%;
}

#shop p a img {
width: 100%;
max-width: 300px;
}

.applink img {
width: 70%;
}

#intro .motto {
font-family: barlowsemibold,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 0.7em;
line-height: 1.1;
}

.motto h1 {
color: #000;
text-align: center;
margin-bottom: .4em;
}

#intro .img-mobil {
position: relative;
font-family: barlowsemibold,Helvetica,sans-serif;
text-align: center;
display: block;
margin: auto;
width: 39vh;
}

.motto {
font-size: 1em;
color: #000;
-webkit-text-shadow: 1px 1px 7px rgba(255, 255, 255, 1);
-moz-text-shadow: 1px 1px 7px rgba(255, 255, 255, 1);
text-shadow: 1px 1px 7px rgb(255 255 255);
}

/* parallax */
#readyStg {
	position: relative;
	background: #fff;
	overflow: hidden;
	height: 100%;
}
#readyStg div {
	position: absolute;
	z-index:1;
	bottom: 0;
	left: 0;
}

#readyStg #graph {
	z-index:2;
	bottom: 0%;
	width: 95%;
}

#readyStg #pump {
	z-index:1;
	bottom: 15%;
	width: 70%;
	margin-left: 12%;
}

/* animate link underline */ 
.linkLine {
position: relative;
display: inline-block;
}

.linkLine span {
position: absolute;
bottom: 0;
left: 0;
height: 1px;
background-color: #fff;
-webkit-transition: width .4s,opacity .4s;
transition: width .4s,opacity .4s;
width: 100%;
opacity: 1;
}

.linkLine.book span {
background-color: #000;
}

.linkLine.active span {
-webkit-transition: width .4s,opacity .4s;
transition: width .4s,opacity .4s;
width: 0%;
opacity: 0.5;
}

.scrollDown {
position: absolute;
bottom: 2em;
margin: auto;
height: 5em;
width: 100%;
text-align: center;
color: #fff;
font-size: .9em;
text-decoration: none;
}

.scrollDown img {
margin-top: 1em;
height: 50px;
}

.imgTitle {
color: #fff;
}

.next a,.send {
display: inline-block;
padding: 0 1em;
line-height: 2em;
color: #fff;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-khtml-border-radius: 1em;
border-radius: 1em;
background-color: #00B140;
text-decoration: none;
}

.dark .next a,.light .next a,.formBox .send a {
background-color: #fff;
color: #000;
}

.bigWords {
padding-top: 2em;
}

.bigWords a {
display: inline-block;
padding: 0 1em;
line-height: 2em;
color: #fff;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-khtml-border-radius: 1em;
border-radius: 1em;
background-color: #000;
text-decoration: none;
margin: 0 .4em .4em 0;
}

.bigWords a:hover {
background-color: #00B140;
}

.formBox .bigWords a {
color: #000;
background-color: #fff;
}

.formBox .bigWords a:hover {
background-color: #00B140;
}

.formBoxLight input {
width: auto;
margin-right: 1em;
}

.formBoxLight .btn {
width: 2em;
margin-right: 0;
padding: 0;
z-index: 2;
}

.formBoxLight .btn:hover,.formBoxLight input:hover {
background-color: #000;
color: #fff;
}

/* images */
.sectionImg {
background-size: 80%;
background-repeat: no-repeat;
background-position: 0% 100%;
min-height: 300px;
}

#technical {
padding-top: 0;
}

#technical .textBox p {
font-size: 95%;
margin-bottom: 1.5em;
line-height: 1.3em;
}

#calculator .sectionImg {
background-image: url(../images/calculator.png);
}

#allowances .sectionImg {
background-image: url(../images/globe-ets.svg);
background-repeat: no-repeat;
background-size: 100%;
background-position: 50% 50%;
}

#co2in .sectionImg {
background-image: url(../images/about-co2in.svg);
background-repeat: no-repeat;
background-size: 65%;
background-position: 50% 50%;
}

#amper .sectionImg img {
width: 100%;
margin-top: 5em;
}

.midImg {
display: none;
}

/* video */
.video-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page {
    height: 100vh;
}

/* numbering */
.colNumbering {
width: 6em;
float: left;
padding: 2em;
position: absolute;
}

.colNumbering div {
background-color: #00B140;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
-khtml-border-radius: 2em;
border-radius: 2em;
width: 4em;
height: 4em;
}

.colNumbering div {
font-size: 1.5em;
text-align: center;
line-height: 4em;
}

.light .colNumbering div {
background: #fff;
}

.colNumbering strong {
font-size: 2.5em;
font-family:"barlowsemibold";
}

.colNumbering span {
font-size: .5em;
}

.colNumberingText {
width: 100%;
float: left;
}

.dark .colNumberingText .textBox * {
color: #fff;
}

.colNumberingImg {
width: 100%;
float: left;
}

.colNumberingImg img {
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
border-radius: .5em;
width: 100%;
}

.colNumberingImg .sectionImg {
display: inline-block;
margin: 0 2%;
box-sizing: border-box;
min-height: auto;
width: 96%;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.19);
box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.19);
}

.dark .colNumberingImg .sectionImg {
-webkit-box-shadow: 3px 2px 11px 0px rgba(100,100,100,0.19);
-moz-box-shadow: 3px 2px 11px 0px rgba(100,100,100,0.19);
box-shadow: 3px 2px 11px 0px rgba(100,100,100,0.19);
}

section .colNumberingText .textBox {
padding-left: 9em;
}

.arrowNext {
margin-bottom: -3em;
position: relative;
z-index: 2;
}

.arrowNext svg {
display: block;
width: 4em;
margin: auto;
text-align: center;
}

/* menu overlay */
#menu {
display: none;
position: absolute;
width: 100%;
height: 100vh;
overflow: hidden;
background-image: url(../images/kc-menu.jpg);
background-repeat: no-repeat;
background-size: 60%;
z-index: 9000;
-webkit-transition: background-color .4s;
transition: background-color .4s;
background-color: #fff;
}

#menu *,.activeSubmenu header * {
color: #fff;
}

.menuControl {
margin: 0.8em;
display: block;
}

.activeSubmenu header {
background-color: transparent;
}

.activeSubmenu .openMenu, .closeMenu {
/*.activeSubmenu section*/
display: none;
}

.activeSubmenu #menu {
display: block;
background-color: #00B140;
}

.activeSubmenu .closeMenu {
display: inline-block;
}

#menu a span {
display: block;
width: 40px;
height: 40px;
display: none;
border: 1px dotted #f00;
}

#menu ul {
margin: 8em 0 0 0;
padding-left: 0;
}

#menu li {
text-align: center;
list-style: none;
position: relative;
}

#menu li a {
right: 0;
font-size: 2em;
text-decoration: none;
line-height: 1.3em;
padding-right: 0;
}

.menuFooter {
position: relative;
bottom: auto;
width: 100%;
}

.social .textBox {
text-align: left;
}

.social {
position: absolute;
bottom: 0;
right: 0;
}

.social a,.social2 a {
margin: 1em 0 0 3em;
text-decoration: none;
line-height: 1.6em;
display: inline-block;
}
	
.social a {
margin: 1em 1em 0 0;
}

.social2 a {
margin: 0 0 0 5px;
}

/* gallery */
.gallery {
height: 100%;
width: 100%;
min-height: 150px;
position: relative;
}

.gallery div {
height: 100%;
width: 100%;
position: absolute;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}

.nextImg {
width: 70%;
padding-top: 4em;
margin: auto; 
}

.video p {
line-height: 35px;
}

.video a {
text-decoration: none;
}

/* forms */
input,textarea,select,input {
background-color: #00B140;
line-height: 2em;
height: 2em;
border: none;
width: 90%;
font-size: 1.4em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-khtml-border-radius: 1em;
border-radius: 1em;
padding: 0 5%;
}

option {
line-height: 2em;
}

textarea {
height: 5em;
}

.formBox p {
color: #fff;
}

label {
display: block;
font-size: 1.2em;
line-height: 2em;
margin-top: 1em;
}

.textBox form .col2,.textBox form .col2a {
width: 45%;
}

.col2.last {
margin-left: 10%;
}

.send {
cursor: pointer;
font-size: 1.2em;
margin-top: 1em;
}

.send:hover,.btn:hover {
cursor: pointer;
}

.msgOk,.msgNok {
color: #fff;
padding: 10px 20px;
margin: 15px 0;
display: inline-block;
background-color: #00B140;
border: 6px solid #fff;
font-size: 1.6em;
}

.msgNok {
background-color: #cc2828;
}

::placeholder {
  color: #fff;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

textarea:focus, input:focus{
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.continue-header .img-container {
position: relative;
}

/* tables */
.textBox th {
text-align: left;
padding: 2px 5px;
}

.textBox td {
padding: 2px 5px;
text-align: right;
}

.textBox td:first-child {
text-align: left;
}

/* faq */
.faqData {
margin-bottom: 3em;
}

.faqData span {
display: block;
}

.faqData em {
color: #00B140;
}

.expandable2.faqData em {
display: none;
}

#complaintData {
display: none;
margin: 1em 0;
}

#complaintData span {
font-size: 1.5em;
padding-top: 1em;
}

.medText {
text-align: center;
}

h2 .next {
display: inline-block;
float: right;
position: relative;
z-index: 99;
}

/*
input:focus,textarea:focus {
    background: linear-gradient(to left, rgba(0,0,0,0.001) 0%, rgba(50,50,50,1) 50%, rgba(0,0,0,0.001) 50%);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 1s ease;
    -moz-animation: AnimationName 1s ease;
    -o-animation: AnimationName 1s ease;
    animation: AnimationName 1s ease;
}

@-webkit-keyframes AnimationName {
    100%{background-position:100%}
    0%{background-position:0%}
}
@-moz-keyframes AnimationName {
    100%{background-position:100%}
    0%{background-position:0%}
}
@-o-keyframes AnimationName {
    100%{background-position:100%}
    0%{background-position:0%}
}
@keyframes AnimationName {
    100%{background-position:100%}
    0%{background-position:0%}
}
*/

.calc {
margin-top: -1em;
background-color: #fff;
}

h1.title {
display: block;
padding: 1em;
text-align: center;
background-color: #00B140;
}

.calc h2 {
margin-top: 1.5em;
}

.calc h3 {
padding: .5em 0 1em 0;
}

.resSec {
float: right;
font-size: .6em;
text-align: right;
}

.resSec span,#resSum {
position: relative;
font-size: 1.5em;
display: block;
text-align: center;
line-height: 3em;
width: 3em;
color: #fff;
background: #000;
margin-top: -1.1em;
-moz-border-radius: 1.5em;
-webkit-border-radius: 1.5em;
-khtml-border-radius: 1.5em;
border-radius: 1.5em;
}

#resSum {
font-size: 2.5em;
height: 4em;
width: 4em;
float: right;
line-height: 4em;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
-khtml-border-radius: 2em;
border-radius: 2em;
}

.fixBox {
bottom: -3em;
right: 4em;
position: fixed;
z-index: 999;
height: 8em;
width: 20em;
}

#fixDock {
height: 8em;
}

.fixBox a {
text-decoration: none;
}

.scrollBottom .fixBox {
position: relative;
margin-bottom: 3em;
bottom: auto;
right: auto;
width: auto;
}

.calcBlock input, .calcBlock select {
width: auto;
padding: 0 15px;
max-width: 90%;
color: #fff;
}

.calcBlock .iBoxX input {
padding: 0 0 0 .7em;
}

.calcBlock .calcLabel {
line-height: 1.4em;
display: block;
font-size: 1.2em;
padding: .6em 0 .3em 0;
}

.iBox {
display: inline-block;
position: relative;
}

.iBox span {
position: absolute;
top: 0;
display: block;
right: 0;
height: 2em;
line-height: 2em;
font-size: 1.4em;
-moz-border-bottom-right-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
-khtml-border-bottom-right-radius: 1em;
-moz-border-top-right-radius: 1em;
-webkit-border-top-right-radius: 1em;
-khtml-border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
border-top-right-radius: 1em;
background: #666666;
padding: 0 .1em;
color: #fff;
width: 3em;
text-align: center;
}

.hideBlock {
display: none;
}

.hideIcon {
font-size: 1.2em;
text-decoration: underline;
color: #000;
display: block;
padding: 1.5em 0 .3em 0;
}

.hideIcon:hover {
text-decoration: none;
cursor: pointer;
}

/* responsive */
@media (min-width: 500px) {
	.col2,.col2a {
		width: 50%;
		float: left;
	}
	
	#press .col2 {
		margin-bottom: -6em;
		width: 100%;
	}
	
	.col3 {
		width: 33.3333%;
		float: left;
	}
	
	.textBox.nearBlock {
		margin-top: 0.7em;
	}
	
	section.padBox {
		padding: 2em;
	}

	#menu .social {
		position: absolute;
	}
	
	.midImg {
		display: block;
		width: 20vw;
		position: absolute;
		z-index: 10;
		top: 0; 
		left: 0; 
		bottom: 0; 
		right: 0;
		margin: auto;
		height: 100%;
	}

	#climate .midImg {
		width: 20vw;
		background-image: url(../images/celsius.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
	}

	.p2 #climate .midImg {
		width: 10vw;
	}
	
	#app-box {
		width: 15%;
	}
	
	.continue-header #app-box {
		top: auto;
		width: 15%;
		bottom: 2em;
		margin-left: 2em;
	}

	.continue-header #app-box p {
		display: inline;
		width: 100%;
		float: clear;
		margin: 0;
	}
}

@media (min-width: 600px) {

	#co2inPrice {
		position: fixed;
		z-index:99999;
		bottom: auto;
		top: 200px;
		right: 0;
		width: 8em;		
		-moz-border-bottom-left-radius: 1em;
		-webkit-border-bottom-left-radius: 1em;
		-khtml-border-bottom-left-radius: 1em;
		-moz-border-top-left-radius: 1em;
		-webkit-border-top-left-radius: 1em;
		-khtml-border-top-left-radius: 1em;
		border-bottom-left-radius: 1em;
		border-top-left-radius: 1em;
		transition-property: width;
		transition-property: height;
		transition-duration: 2s;
		transition-timing-function: ease-out;
		transition-delay: 1s;
	}
	
	#co2inMobile {
		display: none;
	}
	
	#co2inPrice.bigBox {
		width: 13em;
		transition-property: width;
		transition-property: height;
		transition-duration: 2s;
		transition-timing-function: ease-out;
		transition-delay: 1s;
	}

	#eurPriceForOneCoin {
		border-top: 2px solid #fff;
		padding-top: 5px;
		margin-top: 5px;
		display: inline-block;
	}
	
	.co2inStatus {
		display: block;
	}
	
	.co2inTitle {
		width: 8em;
    	display: block;
	}

	.toRight {
		width: 6em;
	}
	
	#mainBlock {
	    font-size: 1.5em;
	}

	.co2inEquals {
		display: none;
	}

	#calBlock * {
		font-size: 1em;
	}

	#mainBlock * {
		font-size: 1em;
	}
	
	body {
		font-size: 90%;
	}

	.headerImg {
		margin-top: 0;
	}
	
	#header .logo {
		float: left;
		width: 90px;
		transform: translate(-50%,12px);
	}
	
	#header .logo img {
		margin-top: 0;
	}
	
	#menu li {
		height: 5em;
		text-align: right;
	}
	
	h1,#menu li a {
		font-size: 4em;
	}
	
	#menu li a {	
		background-image: url(../images/icon/arrow.svg);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}
	
	h1 {
		text-align: left;
		line-height: 1.25em;
	}
	
	h3 {
		font-size: 1.25em;
		padding: 2.5em 0 0 0;
	}
	
	.menuFooter {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	
	#menu ul {
		margin: 8em 4em 0;
	}
	
	#menu li a {
		font-size: 3.5em;
		text-decoration: none;
		line-height: 1.3em;
		position: absolute;
		right: -2em;
	}
	
	#menu .textBox {
		padding: 2em 4em;
	}

	#climate .textBox {
		padding-right: 18%;
	}

	.textBox {
		padding: 2em;
	}
	
	.col3 .textBox {
		padding-right: 2em;
	}
	
	.colNumberingText {
		width: 55%;
	}

	.colNumberingImg {
		width: 45%;
	}
	
	.colNumberingImg .sectionImg {
		margin: 4em 1em;
		width: 85%;
	}
	.calc {
		margin-top: -10em;
	}
}

@media (min-width: 800px) {
	section .textBox {
		padding: 3em;
	}
	
	section.padBox {
		padding: 3em;
	}
	
	.lang span, .lang a {
		margin-left: 2.5em;
	}
	
	.social2 a {
		margin: 1em 0 0 2em;
	}
	#header-mobile {
		display: none;
	}
	#header-desktop {
		display: block;
	}
}
@media (min-width: 1000px) {
	section .textBox {
		padding: 4em;
	}
	
	section.padBox {
		padding: 4em;
	}
	body {
		font-size: 95%;
	}
	
	.social2 a {
		margin: 1em 0 0 3em;
	}
}
@media (min-width: 1300px) {
	 body {
		font-size: 100%;
	 }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
}