/**
 *	Layout Styles
 *
 *	Hier werden Abstaende, Spaltenmasse und so weiter definiert
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:after, *:before {
  box-sizing: inherit;
}

.clear,
.clearfix {
  clear: both;
}

.bold,
.strong {
  font-weight: 400;
}

.extrabold,
.extrastrong {
  font-weight: 700;
}

.hidden {
  display: none;
}

.text-small {
  font-size: 13px;
}

.text-lt,
.text-lt div,
.text-lt p {
  text-decoration: line-through;
}

.text-ul,
.text-ul div,
.text-ul p {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

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

.text-center {
  text-align: center;
}

.times-0_8 {
  font-size: 0.8em !important;
}

.times-1_2 {
  font-size: 1.2em !important;
}

.times-1_5 {
  font-size: 1.5em !important;
}

.times-2 {
  font-size: 2em !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clear,
.clearfix {
  clear: both;
}

.fa-info-circle {
  cursor: pointer;
}

.imagebox {
  position: relative;
}

.imagebox a.delete {
  position: absolute;
  bottom: 100%;
  right: 1px;
  background-color: #CCC;
  font-size: .8em;
  padding: 3px;
  border: none;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}

.file-dropbox {
  border: 1px solid #CCC;
  transition: .3s;
  cursor: pointer;
}

.file-dropbox.dragover {
  border-color: #087FCF;
}

.file-dropbox i {
  font-size: 5em;
  color: #CCC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.tinymargin-all {
  margin: 5px !important;
}

.tinymargin-top {
  margin-top: 5px !important;
}

.tinymargin-right {
  margin-right: 5px !important;
}

.tinymargin-bottom {
  margin-bottom: 5px !important;
}

.tinymargin-left {
  margin-left: 5px !important;
}

.smallmargin-all {
  margin: 10px !important;
}

.smallmargin-top {
  margin-top: 10px !important;
}

.smallmargin-right {
  margin-right: 10px !important;
}

.smallmargin-bottom {
  margin-bottom: 10px !important;
}

.smallmargin-left {
  margin-left: 10px !important;
}

.stdmargin-all {
  margin: 20px !important;
}

.stdmargin-top {
  margin-top: 20px !important;
}

.stdmargin-right {
  margin-right: 20px !important;
}

.stdmargin-bottom {
  margin-bottom: 20px !important;
}

.stdmargin-left {
  margin-left: 20px !important;
}

.bigmargin-all {
  margin: 40px !important;
}

.bigmargin-top {
  margin-top: 40px !important;
}

.bigmargin-right {
  margin-right: 40px !important;
}

.bigmargin-bottom {
  margin-bottom: 40px !important;
}

.bigmargin-left {
  margin-left: 40px !important;
}

.extrabigmargin-all {
  margin: 80px !important;
}

.extrabigmargin-top {
  margin-top: 80px !important;
}

.extrabigmargin-right {
  margin-right: 80px !important;
}

.extrabigmargin-bottom {
  margin-bottom: 80px !important;
}

.extrabigmargin-left {
  margin-left: 80px !important;
}

.tinypadding-all {
  padding: 5px !important;
}

.tinypadding-top {
  padding-top: 5px !important;
}

.tinypadding-right {
  padding-right: 5px !important;
}

.tinypadding-bottom {
  padding-bottom: 5px !important;
}

.tinypadding-left {
  padding-left: 5px !important;
}

.smallpadding-all {
  padding: 10px !important;
}

.smallpadding-top {
  padding-top: 10px !important;
}

.smallpadding-right {
  padding-right: 10px !important;
}

.smallpadding-bottom {
  padding-bottom: 10px !important;
}

.smallpadding-left {
  padding-left: 10px !important;
}

.stdpadding-all {
  padding: 20px !important;
}

.stdpadding-top {
  padding-top: 20px !important;
}

.stdpadding-right {
  padding-right: 20px !important;
}

.stdpadding-bottom {
  padding-bottom: 20px !important;
}

.stdpadding-left {
  padding-left: 20px !important;
}

.bigpadding-all {
  padding: 40px !important;
}

.bigpadding-top {
  padding-top: 40px !important;
}

.bigpadding-right {
  padding-right: 40px !important;
}

.bigpadding-bottom {
  padding-bottom: 40px !important;
}

.bigpadding-left {
  padding-left: 40px !important;
}

.extrabigpadding-all {
  padding: 80px !important;
}

.extrabigpadding-top {
  padding-top: 80px !important;
}

.extrabigpadding-right {
  padding-right: 80px !important;
}

.extrabigpadding-bottom {
  padding-bottom: 80px !important;
}

.extrabigpadding-left {
  padding-left: 80px !important;
}

.col {
  float: left;
  box-sizing: border-box;
}

.col.option {
  cursor: pointer;
}

.col._5pc {
  width: 5%;
}

.col._10pc {
  width: 10%;
}

.col._12_5pc {
  width: 12.5%;
}

.col._15pc {
  width: 15%;
}

.col._20pc {
  width: 20%;
}

.col._25pc, .col._quart {
  width: 25%;
}

.col._30pc {
  width: 30%;
}

.col._third {
  width: 33.333%;
}

.col._35pc {
  width: 35%;
}

.col._40pc {
  width: 40%;
}

.col._50pc, .col._half {
  width: 50%;
}

.col._60pc {
  width: 60%;
}

.col._twothird {
  width: 66.666%;
}

.col._70pc {
  width: 70%;
}

.col._75pc, .col._threequart {
  width: 75%;
}

.col._80pc {
  width: 80%;
}

.col._85pc {
  width: 85%;
}

.col._87_5pc {
  width: 87.5%;
}

.col._90pc {
  width: 90%;
}

.col._95pc {
  width: 95%;
}

.col._100pc, .col._full {
  width: 100%;
}

html {
  height: 100%;
}

body {
  font-family: 'Ubuntu';
  font-weight: 300;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  overflow-x: hidden;
}

a {
  transition: .3s;
  color: #3e3434;
}

a:hover {
  color: #75912b;
}

h1 {
  color: #75912b;
  line-height: 1.1em;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: .5px;
}

strong,
.strong {
  font-weight: 500;
}

.bg-white {
  background-color: #FFF;
}

.bg-grey {
  background-color: #ece8e6;
}

.bg-green {
  background-color: #75912b;
}

.bg-orange {
  background-color: #eb9720;
}

.text-white {
  color: #FFF;
}

.text-green {
  color: #75912b;
}

.text-orange {
  color: #eb9720;
}

.contentwidth {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.box {
  border: 1px solid #d5c6bc;
  border-radius: 5px;
}

.page {
  height: 100%;
  position: relative;
}

.page.bg-white {
  background-image: url(../img/arrow_down_grey.svg);
  background-position: center top;
  background-repeat: no-repeat;
}

.page.bg-grey {
  background-image: url(../img/arrow_down_white.svg);
  background-position: center top;
  background-repeat: no-repeat;
}

.lightbox-page {
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: left !important;
}

.lightbox-page p {
  margin-bottom: 20px;
}

.lightbox-page h2 {
  margin-bottom: 30px;
}

#page_2 {
  height: calc(100% + 70px);
}

#page_2 .contentwidth .col._50pc {
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  opacity: 1;
  transition: 1.2s;
}

#page_2 .contentwidth .col._50pc.invisible:first-child {
  transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  opacity: 0;
}

#page_2 .contentwidth .col._50pc.invisible:last-child {
  transform: translate(30%, 0);
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  opacity: 0;
}

.mac.tea {
  opacity: 0;
}

#page_3 {
  background-image: url(../img/arrow_down_grey_inset.svg);
  background-color: transparent;
  position: relative;
  z-index: 200;
  top: -70px;
  height: calc(100% - 70px);
}

#page_3:before, #page_3:after {
  content: '';
  position: absolute;
  height: 70px;
  top: 0px;
  left: 0;
  width: calc(50% - 70px);
  background-color: #FFF;
}

#page_3:after {
  left: auto;
  right: 0;
}

#page_3 .contentwidth .text {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
  transition: 1.2s;
}

#page_3 .contentwidth .text.invisible {
  transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  opacity: 0;
}

#page_3 .contentwidth .cardcontainer {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
  transition: 1.2s;
}

#page_3 .contentwidth .cardcontainer .col._quart {
  opacity: 1;
  transition: .3s;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
}

#page_3 .contentwidth .cardcontainer .col._quart:nth-child(1) {
  transition-delay: .6s;
}

#page_3 .contentwidth .cardcontainer .col._quart:nth-child(2) {
  transition-delay: .8s;
}

#page_3 .contentwidth .cardcontainer .col._quart:nth-child(3) {
  transition-delay: 1s;
}

#page_3 .contentwidth .cardcontainer .col._quart:nth-child(4) {
  transition-delay: 1.2s;
}

#page_3 .contentwidth .cardcontainer.invisible {
  transform: translate(0, 30%);
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  opacity: 0;
}

#page_3 .contentwidth .cardcontainer.invisible .col._quart {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
}

#page_4 .contentwidth .col._50pc,
#page_6 .contentwidth .col._50pc {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
  transition: 1.2s;
}

#page_4 .contentwidth .col._50pc.invisible:first-child,
#page_6 .contentwidth .col._50pc.invisible:first-child {
  transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  opacity: 0;
}

#page_4 .contentwidth .col._50pc.invisible:last-child,
#page_6 .contentwidth .col._50pc.invisible:last-child {
  transform: translate(30%, 0);
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  opacity: 0;
}

.bulletlist {
  padding-left: 50px;
}

#page_5 .contentwidth {
  height: 100%;
}

#page_5 .contentwidth .text {
  position: relative;
  top: 8%;
}

#page_5 .contentwidth .blackt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#page_5 .contentwidth .implements {
  position: absolute;
  max-width: 80px;
  max-height: 80px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: .1s ease-out;
}

#page_5 .contentwidth .implements.invisible {
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}

#page_5 .contentwidth .implements.excel {
  top: 30%;
  left: 30%;
  transition-delay: .9s;
}

#page_5 .contentwidth .implements.facebook {
  top: 48%;
  left: 20%;
  transition-delay: .6s;
}

#page_5 .contentwidth .implements.google_maps {
  top: 60%;
  left: 30%;
  transition-delay: .8s;
}

#page_5 .contentwidth .implements.instagram {
  top: 70%;
  left: 48%;
  transition-delay: .5s;
}

#page_5 .contentwidth .implements.osm {
  top: 30%;
  left: 60%;
  transition-delay: .3s;
}

#page_5 .contentwidth .implements.pdf {
  top: 40%;
  left: 70%;
  transition-delay: .7s;
}

#page_5 .contentwidth .implements.vimeo {
  top: 25%;
  left: 48%;
  transition-delay: .4s;
}

#page_5 .contentwidth .implements.weather {
  top: 55%;
  left: 74%;
  transition-delay: .2s;
}

#page_5 .contentwidth .implements.youtube {
  top: 65%;
  left: 65%;
  transition-delay: 1s;
}

#page_7 .contentwidth .text {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
  transition: .8s;
}

#page_7 .contentwidth .text.invisible {
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  opacity: 0;
}

#page_7 .contentwidth .imgcontainer img.ref {
  opacity: 1;
  transition: .3s;
}

#page_7 .contentwidth .imgcontainer img.ref.invisible {
  opacity: 0;
}

#page_7 .contentwidth .imgcontainer img:nth-child(1) {
  transition-delay: .2s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(2) {
  transition-delay: .4s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(3) {
  transition-delay: .6s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(4) {
  transition-delay: .8s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(5) {
  transition-delay: 1s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(6) {
  transition-delay: 1.2s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(7) {
  transition-delay: 1.4s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(8) {
  transition-delay: 1.6s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(9) {
  transition-delay: 1.8s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(10) {
  transition-delay: 2s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(11) {
  transition-delay: 2.2s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(12) {
  transition-delay: 2.4s;
}

#page_7 .contentwidth .imgcontainer img:nth-child(13) {
  transition-delay: 2.6s;
}

#page_8 {
  z-index: 200;
  perspective: 1000;
  -webkit-perspective: 1000;
}

#page_8 .contentwidth .inner {
  height: 650px;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

#page_8 .contentwidth .inner .front,
#page_8 .contentwidth .inner .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
}

#page_8 .contentwidth .inner .front {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}

#page_8 .contentwidth .inner .front .text,
#page_8 .contentwidth .inner .front form {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
  transition: 1.2s;
  position: relative;
  z-index: 100;
}

#page_8 .contentwidth .inner .front .text .error,
#page_8 .contentwidth .inner .front form .error {
  color: #7F0A0A;
}

#page_8 .contentwidth .inner .front #leaves {
  position: absolute;
  left: calc(50% + 260px);
  top: 300px;
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transition: 1.4s;
  transition-delay: .5s;
  transform-origin: left center;
}

#page_8 .contentwidth .inner .front #leaves.invisible {
  transform: scale(0) rotate(-90deg);
  -webkit-transform: scale(0) rotate(-90deg);
  -ms-transform: scale(0) rotate(-90deg);
  left: calc(50% + 220px);
}

#page_8 .contentwidth .inner .front .text.invisible {
  transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  opacity: 0;
}

#page_8 .contentwidth .inner .front form.invisible {
  transform: translate(0, 30%);
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  opacity: 0;
}

#page_8 .contentwidth .inner .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  top: 35%;
}

#page_8 .contentwidth .inner .back div {
  width: 400px;
  margin: 0 auto;
  border-bottom: 3px solid #bc791a;
}

#page_8 .contentwidth.submitted .inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

header #logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

footer {
  position: relative;
  height: 600px;
  overflow: hidden;
}

footer #teabag {
  position: absolute;
  left: calc(50% - 128px);
  top: -5px;
  animation: 6s ease 0s normal none infinite swing;
  transform-origin: center top;
  -moz-animation: 6s ease 0s normal none infinite swing;
  -moz-transform-origin: center top;
  -webkit-animation: swing 6s infinite ease-in-out;
  -webkit-transform-origin: top;
  transition: .4s ease-in;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  opacity: 1;
  cursor: pointer;
}

footer #teabag.clicked {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}

footer #teabag.cutoff {
  top: 700px;
  transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
  opacity: 0;
}

footer .links {
  margin-top: 400px;
  line-height: 22px;
}

footer .links a {
  text-decoration: none;
  font-size: 14px;
}

.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.hcenter.vcenter {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.icon i {
  font-size: 80px;
  line-height: 160px;
}

.icon p {
  font-size: 18px;
  line-height: 28px;
}

.cardcontainer {
  perspective: 1000;
  -webkit-perspective: 1000;
}

.cardcontainer .col {
  height: 231px;
}

.cardcontainer .col .card {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.cardcontainer .col .card .bg-green,
.cardcontainer .col .card .bg-orange {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 231px;
}

.cardcontainer .col .card .bg-green {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  border-bottom: 3px solid #5e7422;
}

.cardcontainer .col .card .bg-orange {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  border-bottom: 3px solid #bc791a;
}

.cardcontainer .col:hover .card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.rounded {
  border-radius: 5px;
}

form {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
}

label {
  display: block;
  color: #FFF;
  text-align: left;
  font-size: 18px;
}

input {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  align: left;
  padding: 10px;
  outline: none;
  border: 1px solid #ece8e6;
  border-radius: 5px;
}

button {
  padding: 20px;
  background-color: #eb9720;
  border-radius: 5px;
  display: block;
  width: 420px;
  color: #FFF;
  font-size: 18px;
  border: none;
  border-bottom: 3px solid #8d5b13;
  position: absolute;
  bottom: -30px;
  font-weight: 300;
  outline: none;
  cursor: pointer;
  transition: .2s;
}

button:hover {
  background-color: #d4881d;
  border-bottom: 0px solid #8d5b13;
}

#thread {
  position: absolute;
  top: calc(100% - 180px);
  left: calc(50% - 80px);
  z-index: 100;
  width: 160px;
  height: calc(100% + 250px);
}

#tealabel {
  position: absolute;
  top: calc(50% + 180px);
  left: calc(50% - 67px);
  z-index: 101;
  cursor: pointer;
  transition: .3s;
  -webkit-animation: labeltick 3s infinite 2s;
  -moz-animation: labeltick 3s infinite 2s;
  -o-animation: labeltick 3s infinite 2s;
  animation: labeltick 3s infinite 2s;
}

#tealabel:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

#pages {
  position: fixed;
  width: 15px;
  top: 50%;
  right: 20px;
  transform: translate(0, -70%);
  -webkit-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  z-index: 300;
  text-align: center;
  line-height: 20px;
}

#pages .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #d5c6bc;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#pages .dot.active {
  background-color: #eb9720;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

#teacup {
  position: absolute;
  top: calc(150% - 160px);
  left: calc(50% - 580px);
  opacity: 0;
  z-index: 300;
  width: 245px;
  height: 222px;
}

img.mac {
  max-width: 369px;
  width: 100%;
}

img.form {
  max-width: 435px;
  width: 100%;
}

img.sec {
  max-width: 555px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .bulletlist {
    padding-left: 0;
  }
}

@media screen and (max-width: 910px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  h3 {
    font-size: 20px;
  }
  #teacup {
    display: none !important;
  }
  #leaves {
    width: 120px;
  }
  .mac.tea {
    opacity: 1;
  }
  .cardcontainer {
    margin: 0 80px;
  }
  .cardcontainer .col._quart {
    width: 50%;
    padding-bottom: 10px;
  }
  .cardcontainer .col._quart .card .bg-green,
  .cardcontainer .col._quart .card .bg-orange {
    height: 200px;
  }
  .cardcontainer .col._quart .card .bg-green i,
  .cardcontainer .col._quart .card .bg-orange i {
    font-size: 80px;
    line-height: 120px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.1em;
  }
  h3 {
    font-size: 16px;
  }
  #pages {
    right: 5px;
  }
  #tealabel {
    top: calc(50% + 60px);
  }
  #teacup,
  #thread {
    display: none !important;
  }
  #leaves {
    width: 0px;
    display: none !important;
  }
  .box {
    overflow: hidden;
  }
  .col {
    float: none;
    display: block;
    width: 100% !important;
  }
  .stdpadding-all {
    padding: 10px !important;
  }
  .bigpadding-all {
    padding: 20px !important;
  }
  .extrabigmargin-bottom {
    margin-bottom: 20px !important;
  }
  section {
    width: 100%;
    overflow: hidden;
  }
  img.mac {
    max-width: 369px;
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  img.sec {
    display: none;
  }
  img.ref {
    max-width: 40%;
  }
  form {
    width: 100%;
  }
  form button {
    width: 100%;
    left: 0;
    font-size: 14px;
  }
  form input {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
  }
  .bigmargin-bottom {
    margin-bottom: 20px !important;
  }
  #page_2 {
    height: 100%;
  }
  #page_3 {
    background-image: none;
    top: 0;
    height: 100%;
  }
  #page_3:before, #page_3:after {
    display: none;
  }
  #page_3 .text {
    display: none;
  }
  #page_3 .cardcontainer {
    margin: 0 10px;
  }
  #page_3 .cardcontainer .col._quart {
    width: 50% !important;
    padding-bottom: 10px;
    float: left;
  }
  #page_3 .cardcontainer .col._quart .bg-green,
  #page_3 .cardcontainer .col._quart .bg-orange {
    height: 200px;
  }
  #page_3 .cardcontainer .col._quart .bg-green p,
  #page_3 .cardcontainer .col._quart .bg-orange p {
    font-size: 14px;
    line-height: 20px;
  }
  #page_3 .cardcontainer .col._quart .bg-green i,
  #page_3 .cardcontainer .col._quart .bg-orange i {
    font-size: 80px;
    line-height: 120px;
  }
  #page_4 .col._50pc:first-child {
    display: none;
  }
  #page_5 .contentwidth .implements {
    max-width: 40px;
    max-height: 40px;
  }
  #page_5 .contentwidth .implements.facebook {
    left: 15%;
  }
  #page_5 .contentwidth .implements.google_maps {
    left: 25%;
    top: 64%;
  }
  #page_6 .col._50pc:last-child {
    display: none;
  }
  #page_8 .contentwidth .inner {
    height: 500px;
  }
}

@-webkit-keyframes labeltick {
  0% {
    margin-top: 0;
  }
  85% {
    margin-top: 0;
  }
  87% {
    margin-top: 5px;
  }
  89% {
    margin-top: 0px;
  }
  98% {
    margin-top: 0;
  }
  100% {
    margin-top: 5px;
  }
}

@-moz-keyframes labeltick {
  0% {
    margin-top: 0;
  }
  85% {
    margin-top: 0;
  }
  87% {
    margin-top: 5px;
  }
  89% {
    margin-top: 0px;
  }
  98% {
    margin-top: 0;
  }
  100% {
    margin-top: 5px;
  }
}

@keyframes labeltick {
  0% {
    margin-top: 0;
  }
  85% {
    margin-top: 0;
  }
  87% {
    margin-top: 5px;
  }
  89% {
    margin-top: 0px;
  }
  98% {
    margin-top: 0;
  }
  100% {
    margin-top: 5px;
  }
}

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(-2deg);
  }
  50% {
    -moz-transform: rotate(2deg);
  }
  100% {
    -moz-transform: rotate(-2deg);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
