@font-face {
  font-family: roboto;
  src:url(../../fonts/roboto/Roboto-Bold.ttf);
  src:url('../../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('../../fonts/roboto/Roboto-Bold.ttf') format('truetype'),
    url('../../fonts/roboto/Roboto-Bold.svg#codropsicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.user_select_none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.center_contain_background {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.center_cover_background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.border_box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  background: #3dc1d6;
  font-size: 62.5%;
}
body {
  background: #3dc1d6;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #22252e;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
img,
a img {
  border: 0 none;
}
a:focus,
input:focus,
select:focus,
option:focus,
textarea:focus,
video:focus {
  outline: none;
}
a {
  color: #3dc1d6;
  text-decoration: none;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
a:hover {
  color: #22252e;
  text-decoration: none;
}
a:focus {
  color: #22252e;
}
.inner {
  margin: 0 auto;
  position: relative;
  width: 117em;
}
h1 {
  color: #fff;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  letter-spacing: 1px;
}
.mobile-header {
  background: #3dc1d6;
  clear: left;
  display: none;
  padding: 0 5%;
  width: 100%;
}
.mobile-header h2 {
  color: #ffffff;
  padding: 50px 0 50px 0;
  text-align: center;
}
.btn {
  background: #0096d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.btn:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.btn:focus {
  text-decoration: none;
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -o-transition: .6s;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  transition: .6s;
}
.fadeInUpSpecial {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -o-transition: .6s;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  transition: .6s;
}
.fadeInDownSpecial {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -o-transition: .6s;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  transition: .6s;
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  -o-transition: .6s;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  transition: .6s;
}
.fadeInLeftSpecial {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  -o-transition: .6s;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  transition: .6s;
}
.fadeInRightSpecial {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -o-transition: .6s;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  transition: .6s;
}
.zoomout {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -o-transition: 4s;
  -ms-transition: 4s;
  -moz-transition: 4s;
  -webkit-transition: 4s;
  transition: 4s;
}
.zoomoutSkewBack {
  -webkit-transform: scale(1.1) skew(8deg);
  -moz-transform: scale(1.1) skew(8deg);
  -ms-transform: scale(1.1) skew(8deg);
  -o-transform: scale(1.1) skew(8deg);
  transform: scale(1.1) skew(8deg);
  -o-transition: 5s;
  -ms-transition: 5s;
  -moz-transition: 5s;
  -webkit-transition: 5s;
  transition: 5s;
}
button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
@keyframes fadeinopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinsubnav {
  from {
    margin-top: -70px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeinsubnav {
  from {
    margin-top: -70px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes fadeindropdown {
  from {
    margin-top: 50px;
    -webkit-transform: translateY(50px) skew(-8deg);
    -moz-transform: translateY(50px) skew(-8deg);
    -ms-transform: translateY(50px) skew(-8deg);
    -o-transform: translateY(50px) skew(-8deg);
    transform: translateY(50px) skew(-8deg);
  }
  to {
    -webkit-transform: translateY(0px) skew(-8deg);
    -moz-transform: translateY(0px) skew(-8deg);
    -ms-transform: translateY(0px) skew(-8deg);
    -o-transform: translateY(0px) skew(-8deg);
    transform: translateY(0px) skew(-8deg);
    opacity: 1;
  }
}
@-webkit-keyframes fadeindropdown {
  from {
    -webkit-transform: translateY(50px) skew(-8deg);
    -moz-transform: translateY(50px) skew(-8deg);
    -ms-transform: translateY(50px) skew(-8deg);
    -o-transform: translateY(50px) skew(-8deg);
    transform: translateY(50px) skew(-8deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px) skew(-8deg);
    -moz-transform: translateY(0px) skew(-8deg);
    -ms-transform: translateY(0px) skew(-8deg);
    -o-transform: translateY(0px) skew(-8deg);
    transform: translateY(0px) skew(-8deg);
    opacity: 1;
  }
}
@keyframes zoomin {
  from {
    -webkit-transform: scale(1) translate(0,0);
    -moz-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  to {
    -webkit-transform: scale(1.1) translate(0,2.5%);
    -moz-transform: scale(1.1) translate(0,2.5%);
    -ms-transform: scale(1.1) translate(0,2.5%);
    -o-transform: scale(1.1) translate(0,2.5%);
    transform: scale(1.1) translate(0,2.5%);
  }
}
@-webkit-keyframes zoomin {
  from {
    -webkit-transform: scale(1) translate(0,0);
    -moz-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    -o-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }
  to {
    -webkit-transform: scale(1.1) translate(0,2.5%);
    -moz-transform: scale(1.1) translate(0,2.5%);
    -ms-transform: scale(1.1) translate(0,2.5%);
    -o-transform: scale(1.1) translate(0,2.5%);
    transform: scale(1.1) translate(0,2.5%);
  }
}
@keyframes zoomout {
  from {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomoutSkewBack {
  from {
    -webkit-transform: scale(1.1) skew(8deg);
    -moz-transform: scale(1.1) skew(8deg);
    -ms-transform: scale(1.1) skew(8deg);
    -o-transform: scale(1.1) skew(8deg);
    transform: scale(1.1) skew(8deg);
  }
  to {
    -webkit-transform: scale(1) skew(8deg);
    -moz-transform: scale(1) skew(8deg);
    -ms-transform: scale(1) skew(8deg);
    -o-transform: scale(1) skew(8deg);
    transform: scale(1) skew(8deg);
  }
}
@-webkit-keyframes zoomoutSkewBack {
  from {
    -webkit-transform: scale(1.1) skew(8deg);
    -moz-transform: scale(1.1) skew(8deg);
    -ms-transform: scale(1.1) skew(8deg);
    -o-transform: scale(1.1) skew(8deg);
    transform: scale(1.1) skew(8deg);
  }
  to {
    -webkit-transform: scale(1) skew(8deg);
    -moz-transform: scale(1) skew(8deg);
    -ms-transform: scale(1) skew(8deg);
    -o-transform: scale(1) skew(8deg);
    transform: scale(1) skew(8deg);
  }
}
@keyframes fadeinleftfiftytransform {
  from {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeinleftfiftytransform {
  from {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeoutleftfiftytransform {
  from {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeoutleftfiftytransform {
  from {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeinleftfifty {
  from {
    margin-left: -50px;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeinleftfifty {
  from {
    margin-left: -50px;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes fromcentertoleft {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  to {
    -webkit-transform: translate(5000px,0);
    -moz-transform: translate(5000px,0);
    -ms-transform: translate(5000px,0);
    -o-transform: translate(5000px,0);
    transform: translate(5000px,0);
  }
}
@-webkit-keyframes fromcentertoleft {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  to {
    -webkit-transform: translate(5000px,0);
    -moz-transform: translate(5000px,0);
    -ms-transform: translate(5000px,0);
    -o-transform: translate(5000px,0);
    transform: translate(5000px,0);
  }
}
@keyframes fromcentertoright {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  to {
    -webkit-transform: translate(5000px,0);
    -moz-transform: translate(5000px,0);
    -ms-transform: translate(5000px,0);
    -o-transform: translate(5000px,0);
    transform: translate(5000px,0);
  }
}
@-webkit-keyframes fromcentertoright {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  to {
    -webkit-transform: translate(-5000px,0);
    -moz-transform: translate(-5000px,0);
    -ms-transform: translate(-5000px,0);
    -o-transform: translate(-5000px,0);
    transform: translate(-5000px,0);
  }
}
@keyframes fadeinblocks {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinblocks {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinzoomblocks {
  from {
    -webkit-transform: translate(-50%,-50%) scale(0.95);
    -moz-transform: translate(-50%,-50%) scale(0.95);
    -ms-transform: translate(-50%,-50%) scale(0.95);
    -o-transform: translate(-50%,-50%) scale(0.95);
    transform: translate(-50%,-50%) scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeinzoomblocks {
  from {
    -webkit-transform: translate(-50%,-50%) scale(0.95);
    -moz-transform: translate(-50%,-50%) scale(0.95);
    -ms-transform: translate(-50%,-50%) scale(0.95);
    -o-transform: translate(-50%,-50%) scale(0.95);
    transform: translate(-50%,-50%) scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
}
@keyframes fadeinupblocks {
  from {
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeinupblocks {
  from {
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
}
@keyframes fadeoutdownblocks {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeoutdownblocks {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
  }
}
@keyframes fadeindownblocks {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeindownblocks {
  from {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
  }
}
@keyframes fadeinblocks {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinblocks {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: TransandiaUltra;
  src: url('../../fonts/tipotype_-_trasandinaultra-webfont.eot');
  src: url('../../fonts/tipotype_-_trasandinaultra-webfontd41d.eot?') format('eot'), url('../../fonts/tipotype_-_trasandinaultra-webfont.woff') format('woff'), url('../../fonts/tipotype_-_trasandinaultra-webfont.ttf') format('truetype'), url('../../fonts/tipotype_-_trasandinaultra-webfont.svg#svgtipotype_-_trasandinaultra-webfont') format('svg');
}
@font-face {
  font-family: TransandiaLight;
  src: url('../../fonts/TrasandinaLight.eot');
  src: url('../../fonts/TrasandinaLightd41d.eot?') format('eot'), url('../../fonts/TrasandinaLight.woff') format('woff'), url('../../fonts/TrasandinaLight.ttf') format('truetype'), url('../../fonts/TrasandinaLight.svg#svgTrasandinaLight') format('svg');
}
@font-face {
  font-family: TransandiaUltraItalic;
  src: url('../../fonts/tipotype_-_trasandinaultra-italic-webfont.eot');
  src: url('../../fonts/tipotype_-_trasandinaultra-italic-webfontd41d.eot?') format('eot'), url('../../fonts/tipotype_-_trasandinaultra-italic-webfont.woff') format('woff'), url('../../fonts/tipotype_-_trasandinaultra-italic-webfont.ttf') format('truetype'), url('../../fonts/tipotype_-_trasandinaultra-italic-webfont.svg#svgtipotype_-_trasandinaultra-italic-webfont') format('svg');
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoond41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#main-wrapper {
  margin-top: 0;
  background: white;
  position: relative;
  z-index: 1;
}
body.home-screen {
  overflow-x: hidden !important;
}
body.home-screen #main-wrapper {
  margin-top: 0;
}
body.standalone #main-wrapper {
  margin-top: 0;
}
.headline-container {
  background: #edefee;
  width: 100%;
}
.headline-container h1 {
  font-size: 8em;
  line-height: 0.72em;
  padding: 1.05em 0 0.9em 6.3em;
}
.headline-container.team h1 {
  font-size: 10em;
  line-height: 0.71em;
  padding: 82px 0 73px 5.25em;
  width: 11.71em;
}
#page-transition-container {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
#page-transition-container .column-right {
  background: #3dc1d6;
  height: 100%;
  left: 50%;
  position: relative;
  width: 0;
  z-index: 198;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-backface-visibility: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#page-transition-container .column-left {
  background: #34acbd;
  height: 100%;
  margin-right: -2px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  width: 0;
  z-index: 198;
  -webkit-backface-visibility: hidden;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#page-transition-container .loading-logo-container {
  height: 4.2em;
  left: 50%;
  margin-top: -2.1em;
  position: absolute;
  bottom: 50px;
  width: 300px;
  z-index: 199;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(-50%,20px);
  -moz-transform: translate(-50%,20px);
  -ms-transform: translate(-50%,20px);
  -o-transform: translate(-50%,20px);
  transform: translate(-50%,20px);
  opacity: 0;
}
#page-transition-container .loading-logo-container img {
  width: 300px;
}
#page-transition-container .loading-logo-container .loading-logo-transparent {
  opacity: 0.6;
}
#page-transition-container .loading-logo-container .loading-logo {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 199;
}
#page-transition-container .loading-logo-container .loading-logo svg {
  width: 30em;
  z-index: 199;
}
#page-transition-container .loading-page-title {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  z-index: 199;
  -webkit-transform: translate(-50%,-100px);
  -moz-transform: translate(-50%,-100px);
  -ms-transform: translate(-50%,-100px);
  -o-transform: translate(-50%,-100px);
  transform: translate(-50%,-100px);
  color: white;
  font-size: 8em;
  line-height: 0.72em;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: 'TransandiaUltraItalic', sans-serif;
  text-align: center;
  padding: 0 20px;
}
#page-transition-container .loading-page-title-extra {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  z-index: 199;
  -webkit-transform: translate(-50%,30px);
  -moz-transform: translate(-50%,30px);
  -ms-transform: translate(-50%,30px);
  -o-transform: translate(-50%,30px);
  transform: translate(-50%,30px);
  color: white;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  padding: 0 20px;
}
body.error-page {
  display: block;
}
body.error-page #page-transition-container {
  z-index: 100;
}
body.error-page #page-transition-container .column-left {
  width: 55%;
}
body.error-page #page-transition-container .column-right {
  width: 55%;
}
body.error-page.loading #page-transition-container,
body.error-page.loading-pageready #page-transition-container,
body.error-page.loaded #page-transition-container {
  z-index: 100;
}
body.error-page.loading #page-transition-container .column-left,
body.error-page.loading-pageready #page-transition-container .column-left,
body.error-page.loaded #page-transition-container .column-left {
  width: 55%;
  -webkit-transform: translateX(0%) skew(-8deg);
  -moz-transform: translateX(0%) skew(-8deg);
  -ms-transform: translateX(0%) skew(-8deg);
  -o-transform: translateX(0%) skew(-8deg);
  transform: translateX(0%) skew(-8deg);
}
body.error-page.loading #page-transition-container .column-right,
body.error-page.loading-pageready #page-transition-container .column-right,
body.error-page.loaded #page-transition-container .column-right {
  -webkit-transform: translateX(0%) skew(-8deg);
  -moz-transform: translateX(0%) skew(-8deg);
  -ms-transform: translateX(0%) skew(-8deg);
  -o-transform: translateX(0%) skew(-8deg);
  transform: translateX(0%) skew(-8deg);
  width: 55%;
}
body.error-page.loading-pageready #page-transition-container .loading-logo-container,
body.error-page.loaded #page-transition-container .loading-logo-container {
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  opacity: 1;
}
body.error-page.loading-pageready #page-transition-container .loading-page-title,
body.error-page.loaded #page-transition-container .loading-page-title {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%,-80px);
  -moz-transform: translate(-50%,-80px);
  -ms-transform: translate(-50%,-80px);
  -o-transform: translate(-50%,-80px);
  transform: translate(-50%,-80px);
  opacity: 1 !important;
}
body.error-page.loading-pageready #page-transition-container .loading-page-title-extra,
body.error-page.loaded #page-transition-container .loading-page-title-extra {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%,50px);
  -moz-transform: translate(-50%,50px);
  -ms-transform: translate(-50%,50px);
  -o-transform: translate(-50%,50px);
  transform: translate(-50%,50px);
  opacity: 1 !important;
}
body.error-page.loading-pageready #page-transition-container .loading-logo,
body.error-page.loaded #page-transition-container .loading-logo {
  width: 100%;
}
body.loading #page-transition-container {
  display: block;
  opacity: 1;
  z-index: 399;
}
body.loading #page-transition-container .loading-logo-container {
  -webkit-transform: translate(-50%,20);
  -moz-transform: translate(-50%,20);
  -ms-transform: translate(-50%,20);
  -o-transform: translate(-50%,20);
  transform: translate(-50%,20);
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.loading #page-transition-container .loading-page-title {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.loading #page-transition-container .loading-logo {
  width: 100%;
}
body.loading #page-transition-container .column-left {
  width: 55%;
  transition-delay: .4s;
}
body.loading #page-transition-container .column-right {
  width: 55%;
  transition-delay: .4s;
}
body.loading-pageready #page-transition-container .loading-page-title {
  -webkit-transform: translate(-50%,-80px);
  -moz-transform: translate(-50%,-80px);
  -ms-transform: translate(-50%,-80px);
  -o-transform: translate(-50%,-80px);
  transform: translate(-50%,-80px);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
body.loading-pageready #page-transition-container .loading-logo-container {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
}
body.loaded #page-transition-container {
  display: block;
  opacity: 1;
  z-index: 0;
  -webkit-transition: z-index 0s 1s;
  -moz-transition: z-index 0s 1s;
  transition: z-index 0s 1s;
}
body.loaded #page-transition-container .loading-logo-container {
  -webkit-transform: translate(-50%,20px);
  -moz-transform: translate(-50%,20px);
  -ms-transform: translate(-50%,20px);
  -o-transform: translate(-50%,20px);
  transform: translate(-50%,20px);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
body.loaded #page-transition-container .column-left,
body.loaded #page-transition-container .column-right {
  width: 0%;
}
body.loaded #page-transition-container .column-left {
  width: 55%;
  -webkit-transform: translateX(-105%) skew(-8deg);
  -moz-transform: translateX(-105%) skew(-8deg);
  -ms-transform: translateX(-105%) skew(-8deg);
  -o-transform: translateX(-105%) skew(-8deg);
  transform: translateX(-105%) skew(-8deg);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
body.loaded #page-transition-container .column-right {
  width: 55%;
  -webkit-transform: translateX(105%) skew(-8deg);
  -moz-transform: translateX(105%) skew(-8deg);
  -ms-transform: translateX(105%) skew(-8deg);
  -o-transform: translateX(105%) skew(-8deg);
  transform: translateX(105%) skew(-8deg);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
body.loaded #page-transition-container .loading-page-title {
  -webkit-transform: translate(-50%,-100px);
  -moz-transform: translate(-50%,-100px);
  -ms-transform: translate(-50%,-100px);
  -o-transform: translate(-50%,-100px);
  transform: translate(-50%,-100px);
  opacity: 0;
}
body.unloading #page-transition-container {
  display: block;
  z-index: 399;
}
body.unloading #page-transition-container .loading-logo {
  width: 100%;
}
body.unloading #page-transition-container .loading-logo-container {
  display: none;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1 !important;
}
body.unloading #page-transition-container .column-left,
body.unloading #page-transition-container .column-right {
  width: 55%;
}
body.unloading #page-transition-container .loading-logo-container {
  top: 50%;
  bottom: auto;
}
body.unloading #page-transition-container .loading-page-title {
  display: none;
}
body.home-screen.loading #page-transition-container {
  z-index: 399;
}
body.home-screen.loading #page-transition-container .loading-logo {
  width: 0%;
}
body.home-screen #page-transition-container .loading-page-title {
  display: none;
}
body.home-screen #page-transition-container .loading-logo-container {
  width: 400px;
  top: 50%;
  bottom: auto;
}
body.home-screen #page-transition-container .loading-logo-container .loading-logo {
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
body.home-screen #page-transition-container .loading-logo-container img {
  width: 400px;
  height: 60px;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(100px,0);
  -moz-transform: translate(100px,0);
  -ms-transform: translate(100px,0);
  -o-transform: translate(100px,0);
  transform: translate(100px,0);
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4.visible {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
header.header {
  z-index: 200;
}
header.header .header__navigation .navigation li a:focus {
  color: #ffffff;
}
header.header .header__navigation .navigation li.section1 a {
  color: #3dc1d6;
}
header.header .header__navigation .navigation li ul {
  display: none;
  position: absolute;
}
header.header .header__navigation .navigation li ul li {
  background: #34acbd;
  color: #ffffff;
  display: block;
  list-style: none;
  margin-bottom: 0.5em;
  opacity: 1;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  width: 23em;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
}
header.header .header__navigation .navigation li ul li a {
  display: block;
  line-height: 55px;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
header.header .header__navigation .navigation li ul li:hover {
  background-color: #3dc1d6;
  cursor: pointer;
}
header.header .header__navigation .navigation li ul li:hover a {
  color: #ffffff;
}
header.header .header__navigation .navigation li ul li:focus a {
  color: #ffffff;
}
header.header .header__navigation .navigation li ul li.current {
  background-color: #3dc1d6;
  cursor: pointer;
  padding-left: 1em;
  margin-left: -1em;
  width: 25em;
}
header.header .header__navigation .navigation li ul li.current a {
  color: #ffffff;
}
header.header .header__navigation .navigation li ul li:nth-child(1) {
  margin-top: 0.3em;
  margin-left: -0.7em;
}
header.header .header__navigation .navigation li ul li:nth-child(2) {
  margin-left: -1.4em;
}
header.header .header__navigation .navigation li ul li:nth-child(3) {
  margin-left: -2.1em;
}
header.header .header__navigation .navigation li ul li:nth-child(4) {
  margin-left: -2.8em;
}
header.header .header__navigation .navigation li ul li:nth-child(5) {
  margin-left: -3.5em;
}
header.header .header__navigation .navigation li ul li:nth-child(6) {
  margin-left: -4.2em;
}
header.header .header__navigation .navigation li ul li:nth-child(7) {
  margin-left: -4.9em;
}
header.header .header__navigation .navigation li ul li:nth-child(8) {
  margin-left: -5.6em;
}
header.header .header__navigation .navigation li ul li:nth-child(9) {
  margin-left: -6.3em;
}
header.header .header__navigation .navigation li ul li:nth-child(10) {
  margin-left: -7em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(1) {
  margin-left: -1.7em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(2) {
  margin-left: -2.4em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(3) {
  margin-left: -3.1em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(4) {
  margin-left: -3.8em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(5) {
  margin-left: -4.5em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(6) {
  margin-left: -5.2em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(7) {
  margin-left: -5.9em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(8) {
  margin-left: -6.6em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(9) {
  margin-left: -7.3em;
}
header.header .header__navigation .navigation li ul li.current:nth-child(10) {
  margin-left: -8em;
}
header.header .header__navigation .navigation-hl li ul {
  display: none;
  padding-top: 0.3em;
  position: absolute;
}
header.header .header__navigation .navigation-hl li ul li {
  background: #34acbd;
  color: #ffffff;
  display: block;
  list-style: none;
  margin-bottom: 0.3em;
  opacity: 1;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  width: 6.5em;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
header.header .header__navigation .navigation-hl li ul li a {
  display: block;
  line-height: 52px;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
header.header .header__navigation .navigation-hl li ul li:hover {
  background-color: #3dc1d6;
  cursor: pointer;
  padding-left: 1em;
  margin-left: -1em;
  width: 25em;
}
header.header .header__navigation .navigation-hl li ul li:hover a {
  color: #ffffff;
}
header.header .header__navigation .navigation-hl li ul li.current {
  background-color: #3dc1d6;
  cursor: pointer;
  padding-left: 1em;
  margin-left: -1em;
  width: 25em;
}
header.header .header__navigation .navigation-hl li ul li.current a {
  color: #ffffff;
}
header.header .header__navigation .navigation-hl li ul li:nth-child(1) {
  margin-top: 0.3em;
  margin-left: -0.7em;
}
header.header .header__navigation .navigation-hl li ul li:nth-child(1):hover {
  margin-left: -1.7em;
}
header.header .header__navigation .navigation-hl li ul li:nth-child(2) {
  margin-left: -1.4em;
}
header.header .header__navigation .navigation-hl li ul li:nth-child(2):hover {
  margin-left: -2.4em;
}
header.header .header__navigation .navigation-hl li ul li.current:nth-child(1) {
  margin-left: -1.7em;
}
header.header .header__navigation .navigation-hl li ul li.current:nth-child(2) {
  margin-left: -2.4em;
}
header.header .header__navigation .navigation-hl li:hover {
  cursor: default;
}
header.header .header__navigation .navigation-hl li:hover a {
  color: #ffffff;
}
header.header .header__navigation .navigation-hl li:hover ul {
  display: block;
  z-index: 199;
}
header.header .header__navigation .navigation-hl li:hover ul li {
  opacity: 0;
  position: relative;
  z-index: 199;
}
header.header .header__navigation .navigation-hl li:hover ul li:nth-child(1) {
  -moz-animation: fadeindropdown .2s ease-in-out .1s forwards;
  -webkit-animation: fadeindropdown .2s ease-in-out .1s forwards;
  -o-animation: fadeindropdown .2s ease-in-out .1s forwards;
  animation: fadeindropdown .2s ease-in-out .1s forwards;
}
header.header .header__navigation .navigation-hl li:hover ul li:nth-child(2) {
  -moz-animation: fadeindropdown .2s ease-in-out .3s forwards;
  -webkit-animation: fadeindropdown .2s ease-in-out .3s forwards;
  -o-animation: fadeindropdown .2s ease-in-out .3s forwards;
  animation: fadeindropdown .2s ease-in-out .3s forwards;
}
.navbar-toggle {
  padding: 23px 30px 23px 25px;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.navbar-toggle span.icon-bar {
  background: #ffffff;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
#sub-nav {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 8em;
  width: 100%;
  z-index: 100;
  -webkit-animation: fadeinsubnav .5s ease-in-out .5s forwards;
  -moz-animation: fadeinsubnav .5s ease-in-out .5s forwards;
  animation: fadeinsubnav .5s ease-in-out .5s forwards;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#sub-nav .bg-active {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #3dc1d6;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid #3dc1d6;
  -webkit-backface-visibility: hidden;
  display: none;
}
#sub-nav .bg-active.state-visible {
  opacity: 1;
}
#sub-nav .bg-hover {
  background: #3dc1d6;
  height: 100%;
  opacity: 0;
  left: -1px;
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 3;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid #3dc1d6;
}
#sub-nav .bg-hover.state-visible {
  opacity: 1;
}
#sub-nav ul.bg-lines {
  display: block;
  width: calc(100% + 20px);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 1;
  margin: 0 0 0 -10px;
}
#sub-nav ul.bg-lines li {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
  border-top: 1px solid transparent;
  background: rgba(50,52,61,0.6);
  float: left;
  list-style: none;
  display: block;
  height: 100%;
  -webkit-transform: translate(7px,-102%) skew(-8deg);
  -moz-transform: translate(7px,-102%) skew(-8deg);
  -ms-transform: translate(7px,-102%) skew(-8deg);
  -o-transform: translate(7px,-102%) skew(-8deg);
  transform: translate(7px,-102%) skew(-8deg);
  -webkit-transition: transform 0.2s ease-in-out,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out,background 0.3s;
  transition: transform 0.2s ease-in-out,background 0.3s;
}
#sub-nav ul.bg-lines li.current {
  background: #3dc1d6;
  border-right: 1px solid #3dc1d6;
  left: -1px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
#sub-nav ul.bg-lines li.items-1 {
  width: 100%;
}
#sub-nav ul.bg-lines li.items-2 {
  width: 50%;
}
#sub-nav ul.bg-lines li.items-3 {
  width: 33.3333%;
}
#sub-nav ul.bg-lines li.items-4 {
  width: 25%;
}
#sub-nav ul.bg-lines li.items-5 {
  width: 20%;
}
#sub-nav ul.bg-lines li.items-6 {
  width: 16.66666%;
}
#sub-nav ul.links {
  position: relative;
  z-index: 3;
  float: left;
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
}
#sub-nav ul.links li {
  float: left;
  list-style: none;
  text-align: center;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
#sub-nav ul.links li.items-1 {
  width: 100%;
}
#sub-nav ul.links li.items-2 {
  width: 50%;
}
#sub-nav ul.links li.items-3 {
  width: 33.3333%;
}
#sub-nav ul.links li.items-4 {
  width: 25%;
}
#sub-nav ul.links li.items-5 {
  width: 20%;
}
#sub-nav ul.links li.items-6 {
  width: 16.66666%;
}
#sub-nav ul.links li a {
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 1.1em;
  text-transform: uppercase;
}
#sub-nav.state-visible ul.bg-lines li {
  -webkit-transform: translate(0,0) skew(-8deg);
  -moz-transform: translate(0,0) skew(-8deg);
  -ms-transform: translate(0,0) skew(-8deg);
  -o-transform: translate(0,0) skew(-8deg);
  transform: translate(0,0) skew(-8deg);
}
#sub-nav.state-visible ul.bg-lines li:nth-child(2) {
  -webkit-transition: transform 0.2s ease-in-out 0.1s,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out 0.1s,background 0.3s;
  transition: transform 0.2s ease-in-out 0.1s,background 0.3s;
}
#sub-nav.state-visible ul.bg-lines li:nth-child(3) {
  -webkit-transition: transform 0.2s ease-in-out 0.2s,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out 0.2s,background 0.3s;
  transition: transform 0.2s ease-in-out 0.2s,background 0.3s;
}
#sub-nav.state-visible ul.bg-lines li:nth-child(4) {
  -webkit-transition: transform 0.2s ease-in-out 0.3s,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out 0.3s,background 0.3s;
  transition: transform 0.2s ease-in-out 0.3s,background 0.3s;
}
#sub-nav.state-visible ul.bg-lines li:nth-child(5) {
  -webkit-transition: transform 0.2s ease-in-out 0.4s,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out 0.4s,background 0.3s;
  transition: transform 0.2s ease-in-out 0.4s,background 0.3s;
}
#sub-nav.state-visible ul.bg-lines li:nth-child(6) {
  -webkit-transition: transform 0.2s ease-in-out 0.5s,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out 0.5s,background 0.3s;
  transition: transform 0.2s ease-in-out 0.5s,background 0.3s;
}
#sub-nav.state-visible ul.bg-lines li:nth-child(7) {
  -webkit-transition: transform 0.2s ease-in-out 0.6s,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out 0.6s,background 0.3s;
  transition: transform 0.2s ease-in-out 0.6s,background 0.3s;
}
#sub-nav.state-visible ul.bg-lines li:nth-child(8) {
  -webkit-transition: transform 0.2s ease-in-out ,background 0.3s;
  -moz-transition: transform 0.2s ease-in-out ,background 0.3s;
  transition: transform 0.2s ease-in-out ,background 0.3s;
}
#sub-nav.state-visible ul.links li {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
#sub-nav.state-visible ul.links li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#sub-nav.state-visible ul.links li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#sub-nav.state-visible ul.links li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#sub-nav.state-visible ul.links li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#sub-nav.state-visible ul.links li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#sub-nav.state-visible ul.links li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#sub-nav.state-scrolled ul.bg-lines li {
  background: rgba(50,52,61,0.95);
}
#sub-nav.state-scrolled ul.bg-lines li.current {
  background: #3dc1d6;
}
#sub-nav.state-hovered .bg-active {
  background: #34acbd;
  border-right: 1px solid #34acbd;
}
#sub-nav.state-hovered ul.bg-lines li.current {
  background: #34acbd;
  border-right: 1px solid #34acbd;
}
#sub-nav.state-active .bg-hover {
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.mitteilungen-container {
  padding-top: 6.7em;
  padding-bottom: 0.5em;
  width: 100%;
}
.mitteilungen-container .mitteilungs-item {
  margin-bottom: 65px;
}
.mitteilungen-container .mitteilungs-item h2 {
  font-size: 3.5em;
  line-height: 0.9em;
  margin-top: 0.3em;
  margin-bottom: 0.55em;
}
.mitteilungen-container .mitteilungs-item .date {
  color: #3dc1d6;
  font-family: 'TransandiaLight', sans-serif;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: 2px;
}
.mitteilungen-container .mitteilungs-item li {
  font-size: 1.6em;
  font-weight: 300;
}
.mitteilungen-container .mitteilungs-item p {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0.7em;
}
.mitteilungen-container .mitteilungs-item .download-btn {
  background: #3dc1d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 1.4em;
  width: 16em;
}
.mitteilungen-container .mitteilungs-item .download-btn span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.mitteilungen-container .mitteilungs-item .download-btn:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.mitteilungen-container .mitteilungs-item .download-btn:focus {
  text-decoration: none;
}
.mitteilungen-container .mitteilungs-item .download-btn:hover {
  background: #22252e;
  color: #ffffff;
}
.mitteilungen-container .mitteilungs-item.odd {
  padding-right: 1.5em;
}
.mitteilungen-container .mitteilungs-item.even {
  padding-left: 1.5em;
}
.press-material-category {
  border-bottom: 1px solid #edefee;
  padding-bottom: 5em;
}
.press-material-category .inner h2 {
  font-family: 'TransandiaLight', sans-serif;
  font-size: 2.8em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  padding-top: 1.65em;
  text-align: center;
  text-transform: uppercase;
}
.press-material-category .inner .press-material-container {
  padding: 0 15px;
}
.press-material-category .inner .press-material-container h3 {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  margin-bottom: 0.2em;
  text-transform: uppercase;
  line-height: 0.95em;
}
.press-material-category .inner .press-material-container .preview-image {
  border: 1px solid #edefee;
  height: auto;
  margin-bottom: 2.3em;
  width: 100%;
}
.press-material-category .inner .press-material-container .download-item {
  float: left;
  padding: 0 0;
}
.press-material-category .inner .press-material-container .download-item p {
  font-size: 1.6em;
  line-height: 1.8em;
  margin-bottom: 0;
}
.press-material-category .inner .press-material-container .download-item .download-btn {
  background: #3dc1d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 1.35em;
}
.press-material-category .inner .press-material-container .download-item .download-btn span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.press-material-category .inner .press-material-container .download-item .download-btn:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.press-material-category .inner .press-material-container .download-item .download-btn:focus {
  text-decoration: none;
}
.press-material-category .inner .press-material-container.one-button .download-item {
  width: 100%;
}
.press-material-category .inner .press-material-container.two-buttons .download-item {
  width: 50%;
}
.press-material-category .inner .press-material-container.two-buttons .download-item.item1 {
  padding-right: 15px;
}
.press-material-category .inner .press-material-container.two-buttons .download-item.item2 {
  padding-left: 15px;
}
.press-material-category .inner .press-material-container.three-buttons .download-item {
  width: 33.3333%;
}
.press-material-category .inner .press-material-container.three-buttons .download-item.item1 {
  padding-right: 15px;
}
.press-material-category .inner .press-material-container.three-buttons .download-item.item2 {
  padding-left: 15px;
  padding-right: 15px;
}
.press-material-category .inner .press-material-container.three-buttons .download-item.item3 {
  padding-left: 15px;
  padding-left: 15px;
}
.press-material-category .inner .press-material-container.two-col.one-button .download-item .download-btn {
  width: 50%;
}
.press-material-category.last {
  border-bottom: 0;
  padding-bottom: 7em;
}
#map {
  height: 69.5em;
  width: 100%;
}
.gm-style {
  font-family: 'Source Sans Pro', sans-serif;
}
.partner-content-container .inner {
  padding-top: 5.5em;
  padding-bottom: 5em;
  text-align: center;
}
.partner-content-container .inner h1 {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.95em;
  margin-bottom: 0.6em;
  opacity: 0;
  -moz-animation: fadeinupblocks .5s ease-in-out .6s forwards;
  -webkit-animation: fadeinupblocks .5s ease-in-out .6s forwards;
  -o-animation: fadeinupblocks .5s ease-in-out .6s forwards;
  animation: fadeinupblocks .5s ease-in-out .6s forwards;
}
.partner-content-container .inner p {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0;
  opacity: 0;
  -moz-animation: fadeinupblocks .5s ease-in-out .9s forwards;
  -webkit-animation: fadeinupblocks .5s ease-in-out .9s forwards;
  -o-animation: fadeinupblocks .5s ease-in-out .9s forwards;
  animation: fadeinupblocks .5s ease-in-out .9s forwards;
}
.partner-content-container .inner .btn-container {
  opacity: 0;
  -moz-animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  -webkit-animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  -o-animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
}
.partner-content-container .inner .btn-container .button {
  background: #3dc1d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  border: 2px solid #3dc1d6;
  color: #3dc1d6;
  display: inline-block;
  margin-top: 1.4em;
  padding: 0.65em 1.85em 0.8em 1.85em;
  text-align: center;
}
.partner-content-container .inner .btn-container .button span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.partner-content-container .inner .btn-container .button:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.partner-content-container .inner .btn-container .button:focus {
  text-decoration: none;
}
.partner-content-container .inner .btn-container .button:hover {
  background: #3dc1d6;
  color: #ffffff;
}
.area-container {
  background: #edefee;
  border-bottom: 1px solid #d5d7d6;
}
.area-container .inner h2 {
  font-family: 'TransandiaLight', sans-serif;
  font-size: 2.8em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  padding-top: 1.65em;
  text-align: center;
  text-transform: uppercase;
}
.area-container .inner .column {
  padding-bottom: 5em;
}
.area-container .inner .column h3 {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.95em;
  margin-bottom: 0.45em;
}
.area-container .inner .column p {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.area-container .inner .column a {
  font-weight: 700;
}
.area-container .inner .column a:hover {
  color: #22252e;
}
.area-container .inner .column.odd {
  clear: left;
  padding-right: 15px;
}
.area-container .inner .column.even {
  padding-left: 15px;
}
.area-container.last {
  border-bottom: 0;
  padding-bottom: 1.2em;
}
#map .gm-style-iw h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#map .gm-style-iw p {
  font-size: 14px;
  margin-bottom: 0;
}
#map .gm-style-iw a:hover {
  color: #22252e;
}
.team-item {
  color: #ffffff;
  height: 50em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.team-item .bg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 20em;
  z-index: 19;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-backface-visibility: hidden;
}
.team-item .column {
  height: 100%;
  position: relative;
  width: 50%;
}
.team-item .column.text-column {
  z-index: 20;
}
.team-item .column.text-column .text-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-item .column.text-column .text-table .text-cell {
  display: table-cell;
  height: 100%;
  padding-left: 7.5em;
  padding-right: 13em;
  vertical-align: middle;
  width: 100%;
}
.team-item .column.text-column .text-table .text-cell h2 {
  color: #ffffff;
  font-size: 5em;
  line-height: 0.8em;
  margin-bottom: 0.2em;
}
.team-item .column.text-column .text-table .text-cell h3 {
  color: #ffffff;
  font-family: 'TransandiaLight', sans-serif;
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 0.1em;
  margin-bottom: 0.6em;
}
.team-item .column.text-column .text-table .text-cell p {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
  max-width: 38em;
  margin-bottom: 0;
}
.team-item .column.image-column {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 55%;
  z-index: 18;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-item .column.image-column-mobile {
  display: none;
}
.team-item.odd .bg {
  background: #3dc1d6;
  background: -moz-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#3dc1d6),color-stop(100%,#34acbd));
  background: -webkit-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: -o-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: -ms-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: radial-gradient(ellipse at center,#3dc1d6 0%,#34acbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dc1d6',endColorstr='#34acbd',GradientType=1);
  right: 50%;
  position: absolute;
  width: 55%;
}
.team-item.odd .text-column .text-table .text-cell {
  padding-right: 8em;
}
.team-item.odd .image-column {
  right: 0;
}
.team-item.even .bg {
  background: #22252e;
  left: inherit;
  left: 50%;
  position: absolute;
  width: 55%;
}
.team-item.even .text-column {
  float: right;
}
.team-item.even .text-column .text-table .text-cell {
  padding-left: 9em;
}
.team-item.even .image-column {
  left: 0;
}
.block {
  float: left;
  position: relative;
  width: 100%;
}
.block h1 {
  font-size: 8em;
  line-height: 0.72em;
  padding: 84px 0 65px 6.3em;
}
.block h2 {
  font-size: 8em;
  line-height: 0.72em;
  padding: 84px 0 65px 6.3em;
}
.block h3 {
  font-size: 3.5em;
  line-height: 0.8em;
  margin-bottom: 0.9em;
  padding-top: 0.8em;
  text-align: left;
  width: 50%;
}
.block p {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1.35em;
  text-align: justify;
}
.block p a {
  font-weight: 700;
}
.block p a:hover {
  color: #22252e;
}
.block ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1.2em;
  margin-bottom: 3em;
  padding: 0;
  opacity: 1 !important;
}
.block ul>li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 0.75em;
  font-size: 2em;
  line-height: 1.5em;
  opacity: 0;
}
.block ul>li p {
  font-size: 1em;
  margin: 0;
}
.block ul>li p:first-child {
  margin: 0 !important;
}
.block ul>li .text {
  display: inline-block;
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0,0,0.08,0.99);
  -moz-transition: all 0.3s cubic-bezier(0,0,0.08,0.99);
  transition: all 0.3s cubic-bezier(0,0,0.08,0.99);
}
.block ul>li:before {
  content: "• ";
  color: #3dc1d6;
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #3dc1d6;
  padding-top: 6px;
  opacity: 0;
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  -webkit-transition: all 0.5s cubic-bezier(0,0,0.08,0.99);
  -moz-transition: all 0.5s cubic-bezier(0,0,0.08,0.99);
  transition: all 0.5s cubic-bezier(0,0,0.08,0.99);
}
@media (max-width: 1300px) {
  .block ul>li .text {
    opacity: 1;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    transform: translate(0px,0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block ul>li:before {
    opacity: 1;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    transform: translate(0px,0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.block ul>li:nth-child(1) .text {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.block ul>li:nth-child(1):before {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.block ul>li:nth-child(2) .text {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.block ul>li:nth-child(2):before {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.block ul>li:nth-child(3) .text {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block ul>li:nth-child(3):before {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block ul>li:nth-child(4) .text {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.block ul>li:nth-child(4):before {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.block ul>li:nth-child(5) .text {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block ul>li:nth-child(5):before {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block ul>li:nth-child(6) .text {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.block ul>li:nth-child(6):before {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.block ul>li:nth-child(7) .text {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.block ul>li:nth-child(7):before {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.block ul>li:nth-child(8) .text {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.block ul>li:nth-child(8):before {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.block ul>li:nth-child(9) .text {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.block ul>li:nth-child(9):before {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.block ul>li:nth-child(10) .text {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.block ul>li:nth-child(10):before {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.block ul>li:nth-child(11) .text {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.block ul>li:nth-child(11):before {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.block ul>li:nth-child(12) .text {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.block ul>li:nth-child(12):before {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.block ul>li:nth-child(13) .text {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.block ul>li:nth-child(13):before {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.block ul>li:nth-child(14) .text {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.block ul>li:nth-child(14):before {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.block ul>li:nth-child(15) .text {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.block ul>li:nth-child(15):before {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.block ul>li:nth-child(16) .text {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.block ul>li:nth-child(16):before {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.block ul>li:nth-child(17) .text {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.block ul>li:nth-child(17):before {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.block ul>li:nth-child(18) .text {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.block ul>li:nth-child(18):before {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.block ul>li:nth-child(19) .text {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.block ul>li:nth-child(19):before {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.block ul>li:nth-child(20) .text {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.block ul>li:nth-child(20):before {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.block ul>li:nth-child(21) .text {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.block ul>li:nth-child(21):before {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.block ul>li:nth-child(22) .text {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.block ul>li:nth-child(22):before {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.block ul>li:nth-child(23) .text {
  -webkit-transition-delay: 4.6s;
  -moz-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.block ul>li:nth-child(23):before {
  -webkit-transition-delay: 4.6s;
  -moz-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.block ul>li:nth-child(24) .text {
  -webkit-transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.block ul>li:nth-child(24):before {
  -webkit-transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.block ul>li:nth-child(25) .text {
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
.block ul>li:nth-child(25):before {
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
.block ul>li:nth-child(26) .text {
  -webkit-transition-delay: 5.2s;
  -moz-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.block ul>li:nth-child(26):before {
  -webkit-transition-delay: 5.2s;
  -moz-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.block ul>li:nth-child(27) .text {
  -webkit-transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.block ul>li:nth-child(27):before {
  -webkit-transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.block ul>li:nth-child(28) .text {
  -webkit-transition-delay: 5.6s;
  -moz-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.block ul>li:nth-child(28):before {
  -webkit-transition-delay: 5.6s;
  -moz-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.block ul>li:nth-child(29) .text {
  -webkit-transition-delay: 5.8s;
  -moz-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.block ul>li:nth-child(29):before {
  -webkit-transition-delay: 5.8s;
  -moz-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.block ul>li:nth-child(30) .text {
  -webkit-transition-delay: 6s;
  -moz-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
.block ul>li:nth-child(30):before {
  -webkit-transition-delay: 6s;
  -moz-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
.block ul>li:nth-child(31) .text {
  -webkit-transition-delay: 6.2s;
  -moz-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.block ul>li:nth-child(31):before {
  -webkit-transition-delay: 6.2s;
  -moz-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.block ul>li:nth-child(32) .text {
  -webkit-transition-delay: 6.4s;
  -moz-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.block ul>li:nth-child(32):before {
  -webkit-transition-delay: 6.4s;
  -moz-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.block ul>li:nth-child(33) .text {
  -webkit-transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.block ul>li:nth-child(33):before {
  -webkit-transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.block ul>li:nth-child(34) .text {
  -webkit-transition-delay: 6.8s;
  -moz-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.block ul>li:nth-child(34):before {
  -webkit-transition-delay: 6.8s;
  -moz-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.block ul>li:nth-child(35) .text {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.block ul>li:nth-child(35):before {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.block ul>li:nth-child(36) .text {
  -webkit-transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.block ul>li:nth-child(36):before {
  -webkit-transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.block ul>li:nth-child(37) .text {
  -webkit-transition-delay: 7.4s;
  -moz-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.block ul>li:nth-child(37):before {
  -webkit-transition-delay: 7.4s;
  -moz-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.block ul>li:nth-child(38) .text {
  -webkit-transition-delay: 7.6s;
  -moz-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.block ul>li:nth-child(38):before {
  -webkit-transition-delay: 7.6s;
  -moz-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.block ul>li:nth-child(39) .text {
  -webkit-transition-delay: 7.8s;
  -moz-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.block ul>li:nth-child(39):before {
  -webkit-transition-delay: 7.8s;
  -moz-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.block ul>li:nth-child(40) .text {
  -webkit-transition-delay: 8s;
  -moz-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
.block ul>li:nth-child(40):before {
  -webkit-transition-delay: 8s;
  -moz-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
.block ul>li:nth-child(41) .text {
  -webkit-transition-delay: 8.2s;
  -moz-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.block ul>li:nth-child(41):before {
  -webkit-transition-delay: 8.2s;
  -moz-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.block ul>li:nth-child(42) .text {
  -webkit-transition-delay: 8.4s;
  -moz-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.block ul>li:nth-child(42):before {
  -webkit-transition-delay: 8.4s;
  -moz-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.block ul>li:nth-child(43) .text {
  -webkit-transition-delay: 8.6s;
  -moz-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.block ul>li:nth-child(43):before {
  -webkit-transition-delay: 8.6s;
  -moz-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.block ul>li:nth-child(44) .text {
  -webkit-transition-delay: 8.8s;
  -moz-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.block ul>li:nth-child(44):before {
  -webkit-transition-delay: 8.8s;
  -moz-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.block ul>li:nth-child(45) .text {
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
.block ul>li:nth-child(45):before {
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
.block ul>li:nth-child(46) .text {
  -webkit-transition-delay: 9.2s;
  -moz-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.block ul>li:nth-child(46):before {
  -webkit-transition-delay: 9.2s;
  -moz-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.block ul>li:nth-child(47) .text {
  -webkit-transition-delay: 9.4s;
  -moz-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.block ul>li:nth-child(47):before {
  -webkit-transition-delay: 9.4s;
  -moz-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.block ul>li:nth-child(48) .text {
  -webkit-transition-delay: 9.6s;
  -moz-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.block ul>li:nth-child(48):before {
  -webkit-transition-delay: 9.6s;
  -moz-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.block ul>li:nth-child(49) .text {
  -webkit-transition-delay: 9.8s;
  -moz-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.block ul>li:nth-child(49):before {
  -webkit-transition-delay: 9.8s;
  -moz-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.block ul>li:nth-child(50) .text {
  -webkit-transition-delay: 10s;
  -moz-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s;
}
.block ul>li:nth-child(50):before {
  -webkit-transition-delay: 10s;
  -moz-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s;
}
.block ul.startAnimation > li.bullet {
  opacity: 1;
}
.block ul.startAnimation > li.bullet .text {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.block ul.startAnimation > li.bullet:before {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.block ol {
  list-style-type: none;
  list-style-type: decimal !ie;
  margin: 0;
  margin-left: 1.9em;
  margin-bottom: 3em;
  padding: 0;
  counter-reset: li-counter;
}
.block ol>li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 0.75em;
  font-size: 2em;
  line-height: 1.5em;
}
.block ol>li p {
  font-size: 1em;
  margin: 0;
}
.block ol>li p:first-child {
  margin: 0 !important;
}
.block ol>li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #3dc1d6;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  padding-top: 7px;
}
.block ul li li,
.block ol li li {
  font-size: 1em;
}
.block ul ol,
.block ol ol {
  margin: 0.7em 0 1em 3.5em;
}
.block ul ul,
.block ol ul {
  margin: 0.7em 0 1em 2.6em;
}
.block table {
  float: left;
  margin-top: 0.8em;
  margin-bottom: 4em;
}
.block table td {
  border: 1px solid #edefee;
  font-size: 2em;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 1em;
  padding-right: 1em;
  padding-left: 1em;
  vertical-align: middle;
}
.block table td p {
  font-size: 1em;
  line-height: inherit;
  margin: 0;
}
.block table td p:first-child {
  margin: 0 !important;
}
.block table td ul {
  margin-left: 1em;
  margin-bottom: 0;
}
.block table td ol {
  margin-left: 1em;
  margin-bottom: 0;
}
.block table td li {
  font-size: 1em;
}
.block table td h1 {
  font-size: 1.2em;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: 100%;
}
.block table td h2 {
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2em;
  line-height: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.block table td h2:first-child {
  padding: 0 !important;
}
.block table td h3 {
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2em;
  line-height: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.block table td h3:first-child {
  padding: 0 !important;
}
.block .table-container {
  float: left;
  overflow-x: auto;
  width: 100%;
}
.block.video-block {
  padding: 0;
  padding-top: 1.2em;
}
.block.video-block .video {
  padding-left: 1.5em;
}
.block.video-block .video h2 {
  font-size: 3.5em;
  opacity: 0;
  padding: 0;
  margin-top: 0.8em;
  margin-bottom: 0.35em;
  width: 100%;
}
.block.video-block .video .duration {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.6em;
  opacity: 0;
}
.block.video-block .video .duration span {
  color: #3dc1d6;
}
.block.video-block .video p {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 2.3em;
}
.block.video-block .video .video-text {
  opacity: 0;
}
.block.video-block .video:first-child {
  padding-right: 1.5em;
  padding-left: 0;
}
.block.video-block .video .preview {
  opacity: 0;
  margin-bottom: 5px;
}
.block.video-block .video .preview .play {
  cursor: pointer;
  height: 320px;
  width: 570px;
  position: absolute;
}
.block.video-block .video .preview .play .play-btn {
  background: url('../images/play.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 4.2em;
  left: 50%;
  margin-top: -2.1em;
  margin-left: -3em;
  position: relative;
  top: 50%;
  width: 6em;
}
.block.video-block .video iframe {
  opacity: 0;
}
.block.video-block.total-last-block {
  padding-bottom: 1.6em;
}
.block.text-block .inner img {
  margin-top: 0.5em;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.block.text-block .inner > * {
  opacity: 0;
}
.block.text-block.new-block .inner h3:first-child {
  padding-top: 1.95em;
}
.block.text-block.new-block .inner p:first-child {
  margin-top: 3.05em;
}
.block.text-block.first-block .inner h3:first-child {
  padding-top: 1.95em;
}
.block.text-block.first-block .inner p:first-child {
  margin-top: 3.05em;
}
.block.text-block.total-last-block {
  padding-bottom: 3.5em;
}
.block.half-block .inner h3 {
  width: 100%;
}
.block.half-block .inner .left {
  padding-right: 15px;
}
.block.half-block .inner .right {
  padding-left: 15px;
}
.block.half-block .inner .left > * {
  opacity: 0;
}
.block.half-block .inner .right > * {
  opacity: 0;
}
.block.half-block .inner .full-col > * {
  opacity: 0;
}
.block.half-block .inner img {
  margin: 3em 0 4em;
  max-width: 100%;
}
.block.half-block .inner .full-col h2 {
  padding-bottom: 0;
}
.block.half-block.new-block .inner .left h2:first-child {
  padding-top: 1.95em;
}
.block.half-block.new-block .inner .left h3:first-child {
  padding-top: 1.95em;
}
.block.half-block.new-block .inner .left p:first-child {
  margin-top: 3.05em;
}
.block.half-block.new-block .inner .left img:first-child {
  margin-top: 7em;
}
.block.half-block.new-block .inner .right h2:first-child {
  padding-top: 1.95em;
}
.block.half-block.new-block .inner .right h3:first-child {
  padding-top: 1.95em;
}
.block.half-block.new-block .inner .right p:first-child {
  margin-top: 3.05em;
}
.block.half-block.new-block .inner .right img:first-child {
  margin-top: 7em;
}
.block.half-block.first-block .inner .left h2:first-child {
  padding-top: 1.95em;
}
.block.half-block.first-block .inner .left h3:first-child {
  padding-top: 1.95em;
}
.block.half-block.first-block .inner .left p:first-child {
  margin-top: 3.05em;
}
.block.half-block.first-block .inner .left img:first-child {
  margin-top: 7em;
}
.block.half-block.first-block .inner .right h2:first-child {
  padding-top: 1.95em;
}
.block.half-block.first-block .inner .right h3:first-child {
  padding-top: 1.95em;
}
.block.half-block.first-block .inner .right p:first-child {
  margin-top: 3.05em;
}
.block.half-block.first-block .inner .right img:first-child {
  margin-top: 7em;
}
.block.half-block.half-image img {
  padding-top: 1em;
}
.block.half-block.pic-right .inner .right {
  display: table;
  height: 100%;
}
.block.half-block.pic-right .inner .right .image-cell {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.block.half-block.pic-left .inner .left {
  display: table;
  height: 100%;
}
.block.half-block.pic-left .inner .left .image-cell {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.block.half-block.total-last-block {
  padding-bottom: 3.5em;
}
.block.product-block {
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 1px solid #edefee;
  height: 60.6em;
  padding: 0;
}
.block.product-block .inner {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.block.product-block .inner .product-logo {
  margin-top: 5.9em;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.block.product-block .inner h2 {
  font-size: 6em;
  margin-top: 3.72em;
  padding: 0;
  margin-bottom: 0.5em;
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.block.product-block .inner .product-block-image {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  margin-top: 20px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.block.product-block .inner .btn-container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.block.product-block .inner .btn-container .button {
  background: #3dc1d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  border: 2px solid #3dc1d6;
  color: #3dc1d6;
  display: inline-block;
  padding: 0.23em 1.85em 0.4em 1.85em;
  text-align: center;
  overflow: hidden;
}
.block.product-block .inner .btn-container .button span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.block.product-block .inner .btn-container .button:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.block.product-block .inner .btn-container .button:focus {
  text-decoration: none;
}
.block.product-block .inner .btn-container .button:hover {
  background: #3dc1d6;
  color: #ffffff;
}
.block.product-block .inner .btn-container .button:active {
  background: #3dc1d6;
  color: #ffffff;
}
.block.product-comparison-block {
  margin-bottom: 5em;
  overflow: hidden;
}
.block.product-comparison-block .top-container {
  background: #ffffff;
  padding-bottom: 5.8em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 17;
}
.block.product-comparison-block .top-container .column {
  float: left;
  width: 50%;
}
.block.product-comparison-block .top-container .column .product-block-image {
  width: 100%;
}
.block.product-comparison-block .top-container .column h2 {
  font-size: 6em;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}
.block.product-comparison-block .top-container .column .product-logo {
  margin-top: 5.9em;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -o-transform: translate(0,20px);
  transform: translate(0,20px);
}
.block.product-comparison-block .top-container .column .btn-container {
  margin-top: 4em;
}
.block.product-comparison-block .top-container .column .product-block-image {
  height: 150px;
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 4em;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
  -webkit-transform: translate(-1000,0);
  -moz-transform: translate(-1000,0);
  -ms-transform: translate(-1000,0);
  -o-transform: translate(-1000,0);
  transform: translate(-1000,0);
}
.block.product-comparison-block .top-container .column.left-column .product-logo {
  -webkit-transform: translate(-1000px,0);
  -moz-transform: translate(-1000px,0);
  -ms-transform: translate(-1000px,0);
  -o-transform: translate(-1000px,0);
  transform: translate(-1000px,0);
}
.block.product-comparison-block .top-container .column.left-column .product-block-image {
  -webkit-transform: translate(-1000px,0);
  -moz-transform: translate(-1000px,0);
  -ms-transform: translate(-1000px,0);
  -o-transform: translate(-1000px,0);
  transform: translate(-1000px,0);
}
.block.product-comparison-block .top-container .column.left-column h2 {
  -webkit-transform: translate(-1000px,0);
  -moz-transform: translate(-1000px,0);
  -ms-transform: translate(-1000px,0);
  -o-transform: translate(-1000px,0);
  transform: translate(-1000px,0);
}
.block.product-comparison-block .top-container .column.right-column .product-logo {
  -webkit-transform: translate(1000px,0);
  -moz-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  -o-transform: translate(1000px,0);
  transform: translate(1000px,0);
}
.block.product-comparison-block .top-container .column.right-column .product-block-image {
  -webkit-transform: translate(1000px,0);
  -moz-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  -o-transform: translate(1000px,0);
  transform: translate(1000px,0);
}
.block.product-comparison-block .top-container .column.right-column h2 {
  -webkit-transform: translate(1000px,0);
  -moz-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  -o-transform: translate(1000px,0);
  transform: translate(1000px,0);
}
@media (max-width: 800px) {
  .block.product-comparison-block .top-container .column {
    width: 100%;
  }
}
.block.product-comparison-block .btn-container {
  margin-left: 50%;
  position: relative;
  -moz-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  height: 52px;
}
.block.product-comparison-block .btn-container .btn--bordered-invert.startAnimation .textContainer .text,
.block.product-comparison-block .btn-container .btn--bordered-invert.startAnimation .textContainer .text2 {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.block.product-comparison-block .btn-container .btn--bordered-invert.startAnimation .hoverBg:before {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.block.product-comparison-block .child-block-container {
  display: inline-block;
  float: left;
  height: 0;
  margin-top: -580px;
  overflow: hidden;
  position: relative;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 50;
  -moz-transition: height 1.3s;
  -webkit-transition: height 1.3s;
  -o-transition: height 1.3s;
}
.block.product-comparison-block .child-block-container .first-block {
  padding-top: 0;
}
.block.product-comparison-block .child-block-container .block {
  background: #edefee !important;
}
.block.product-comparison-block .child-block-container .last-item-anchor {
  background: #ff0000;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 1px;
}
.block.product-comparison-block .btn-close {
  display: block;
  height: 3.6em;
  position: absolute;
  right: 5em;
  top: 5em;
  text-indent: -99999.9em;
  width: 3.6em;
  z-index: 55;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
}
.block.product-comparison-block .btn-close:before,
.block.product-comparison-block .btn-close:after {
  content: "";
  display: block;
  width: 85%;
  height: 4px;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: black;
}
.block.product-comparison-block .btn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block.product-comparison-block .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block.product-comparison-block .btn-close:hover:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 59%;
  left: 0%;
}
.block.product-comparison-block .btn-close:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60%;
  left: 32%;
}
.block.product-comparison-block .btn-close.hide {
  display: block !important;
  -webkit-transform: translateX(500px);
  -moz-transform: translateX(500px);
  -ms-transform: translateX(500px);
  -o-transform: translateX(500px);
  transform: translateX(500px);
  opacity: 0;
  -webkit-transition: opacity .4s, transform 0s .4s;
  -moz-transition: opacity .4s, transform 0s .4s;
  transition: opacity .4s, transform 0s .4s;
}
.block.product-comparison-block .btn-close.fixed {
  position: fixed;
  top: 18em;
}
.block.product-comparison-block.state-active .top-container .column .product-logo {
  opacity: 1;
  -webkit-transform: translate(0,0px);
  -moz-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  -o-transform: translate(0,0px);
  transform: translate(0,0px);
}
.block.product-comparison-block.state-active .top-container .column .product-block-image {
  opacity: 1;
  -webkit-transform: translate(0,0px);
  -moz-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  -o-transform: translate(0,0px);
  transform: translate(0,0px);
}
.block.product-comparison-block.state-active .top-container .column h2 {
  opacity: 1;
  -webkit-transform: translate(0,0px);
  -moz-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  -o-transform: translate(0,0px);
  transform: translate(0,0px);
}
.block.product-comparison-block.state-detail-opened .top-container .column.left-column .product-logo {
  -webkit-transform: translate(-1000px,0);
  -moz-transform: translate(-1000px,0);
  -ms-transform: translate(-1000px,0);
  -o-transform: translate(-1000px,0);
  transform: translate(-1000px,0);
}
.block.product-comparison-block.state-detail-opened .top-container .column.left-column .product-block-image {
  -webkit-transform: translate(-1000px,0);
  -moz-transform: translate(-1000px,0);
  -ms-transform: translate(-1000px,0);
  -o-transform: translate(-1000px,0);
  transform: translate(-1000px,0);
}
.block.product-comparison-block.state-detail-opened .top-container .column.left-column h2 {
  -webkit-transform: translate(-1000px,0);
  -moz-transform: translate(-1000px,0);
  -ms-transform: translate(-1000px,0);
  -o-transform: translate(-1000px,0);
  transform: translate(-1000px,0);
}
.block.product-comparison-block.state-detail-opened .top-container .column.right-column .product-logo {
  -webkit-transform: translate(1000px,0);
  -moz-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  -o-transform: translate(1000px,0);
  transform: translate(1000px,0);
}
.block.product-comparison-block.state-detail-opened .top-container .column.right-column .product-block-image {
  -webkit-transform: translate(1000px,0);
  -moz-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  -o-transform: translate(1000px,0);
  transform: translate(1000px,0);
}
.block.product-comparison-block.state-detail-opened .top-container .column.right-column h2 {
  -webkit-transform: translate(1000px,0);
  -moz-transform: translate(1000px,0);
  -ms-transform: translate(1000px,0);
  -o-transform: translate(1000px,0);
  transform: translate(1000px,0);
}
.block.partner-slider-block {
  border-top: 1px solid #edefee;
  padding: 0;
}
.block.partner-slider-block .inner .slider-container {
  position: relative;
  overflow: hidden;
}
.block.partner-slider-block .inner .slider-container .slider {
  float: left;
  height: 18em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.block.partner-slider-block .inner .slider-container .slider .slider-item {
  display: table;
  float: left;
  height: 18em;
  width: 29.25em;
}
.block.partner-slider-block .inner .slider-container .slider .slider-item div {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.block.partner-slider-block .scroll-forward {
  background: url('../images/arrow_right.png');
  display: block;
  height: 3em;
  margin-top: -1.5em;
  position: absolute;
  right: 4em;
  text-indent: -9999.9em;
  top: 50%;
  width: 1.6em;
}
.block.partner-slider-block .scroll-forward:hover {
  background: url('../images/arrow_right_blue.png');
}
.block.partner-slider-block .scroll-back {
  background: url('../images/arrow_left.png');
  display: block;
  height: 3em;
  left: 4em;
  margin-top: -1.5em;
  position: absolute;
  text-indent: -9999.9em;
  top: 50%;
  width: 1.6em;
}
.block.partner-slider-block .scroll-back:hover {
  background: url('../images/arrow_left_blue.png');
}
.block.big-picture-block {
  background-color: #32343d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 69.5em;
  height: 695px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
.block.big-picture-block .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(1) translate(0);
  -moz-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  -o-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
  -webkit-animation: zoomin ease-out 2s forwards 2s;
  -moz-animation: zoomin ease-out 2s forwards 2s;
  animation: zoomin ease-out 2s forwards 2s;
}
@media (max-width: 1300px) {
  .block.big-picture-block .bg {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
}
.block.big-picture-block h1 {
  color: #ffffff;
  font-size: 10em;
  font-size: 100px;
  line-height: 0.71em;
  padding: 3em 0 0 48px;
  opacity: 0.1em;
}
.block.big-picture-block h1 span {
  display: block;
  margin-left: -0.5em;
  opacity: 0;
  padding-right: 10px;
}
.block.big-picture-block h1 span.line1 {
  -webkit-animation: fadeinleftfifty .5s ease-in-out 3.1s forwards;
  -moz-animation: fadeinleftfifty .5s ease-in-out 3.1s forwards;
  animation: fadeinleftfifty .5s ease-in-out 3.1s forwards;
}
.block.big-picture-block h1 span.line2 {
  -webkit-animation: fadeinleftfifty .5s ease-in-out 3.3s forwards;
  -moz-animation: fadeinleftfifty .5s ease-in-out 3.3s forwards;
  animation: fadeinleftfifty .5s ease-in-out 3.3s forwards;
}
.block.big-picture-block h1 span.line3 {
  -webkit-animation: fadeinleftfifty .5s ease-in-out 3.6s forwards;
  -moz-animation: fadeinleftfifty .5s ease-in-out 3.6s forwards;
  animation: fadeinleftfifty .5s ease-in-out 3.6s forwards;
}
.block.big-picture-block .text {
  color: #ffffff;
  font-size: 2em;
  margin-left: -0.3em;
  opacity: 0;
  padding-left: 2.45em;
  margin-top: 1em;
  width: 20em;
  -webkit-animation: fadeinupblocks .3s ease 3.8s forwards;
  -moz-animation: fadeinupblocks .3s ease 3.8s forwards;
  animation: fadeinupblocks .3s ease 3.8s forwards;
}
.block.big-picture-block .big-picture-table {
  position: absolute;
  bottom: calc(10em);
  width: 100%;
}
.block.big-picture-block .big-picture-table .big-picture-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.block.big-picture-block .big-picture-table .big-picture-cell .positioner {
  display: block;
  position: relative;
}
.block.big-picture-block .big-picture-table .big-picture-cell .positioner h1 {
  padding-top: 0;
}
.block.big-picture-block .big-picture-table .big-picture-cell .positioner .text {
  font-size: 25px;
}
.block.big-picture-block.big-picture-block-textpage .big-picture-table {
  width: 1278px;
  left: 50%;
  transform: translateX(-50%);
}
.block.big-picture-block .inner > * {
  opacity: 0;
}
.block.big-picture-block.content {
  height: auto;
}
.block.big-picture-block.content img {
  margin: 0.5em 0 3.2em;
  width: 100%;
}
.block.big-picture-block.content.total-last-block img {
  margin-bottom: 7em;
}
.block.big-picture-block.new-block .inner img {
  margin-top: 7em;
}
.block.big-picture-block.last-block .inner img {
  margin-bottom: 4em;
}
.block.button-block {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 3.5em;
}
.block.button-block .button {
  background: #3dc1d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  border: 2px solid #3dc1d6;
  color: #3dc1d6;
  display: inline-block;
  padding: 0.23em 1.85em 0.4em 1.85em;
  text-align: center;
}
.block.button-block .button span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.block.button-block .button:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.block.button-block .button:focus {
  text-decoration: none;
}
.block.button-block .button:hover {
  background: #3dc1d6;
  color: #ffffff;
}
.block.button-block .button.filled {
  background: #3dc1d6;
  color: #ffffff;
}
.block.button-block .button.filled:hover {
  border-color: #22252e;
  background: #22252e;
}
.block.button-block.total-last-block,
.block.button-block.last-block {
  padding-bottom: 7em;
}
.block.half-color-block {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.block.half-color-block .top-container {
  background: #edefee;
  height: 50em;
  position: relative;
  width: 100%;
  z-index: 17;
}
.block.half-color-block .top-container .image-mobile-column {
  display: none;
}
.block.half-color-block .top-container .color-column {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 21;
}
.block.half-color-block .top-container .text-column {
  height: 100%;
  top: 0;
  margin-top: 0;
  position: absolute;
  width: 30%;
  z-index: 25;
}
.block.half-color-block .top-container .text-column h2 {
  color: #ffffff;
  font-family: 'TransandiaLight', sans-serif;
  font-weight: normal;
  font-size: 2.8em;
  letter-spacing: 0.1em;
  width: 27em;
}
.block.half-color-block .top-container .text-column .btn-container {
  bottom: 4em;
  position: absolute;
  height: 52px;
}
.block.half-color-block .top-container .image-column {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 55%;
  z-index: 19;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.block.half-color-block .top-container .image-column .image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  width: 101%;
  -webkit-transform: skew(8deg) scale(1.1);
  -moz-transform: skew(8deg) scale(1.1);
  -ms-transform: skew(8deg) scale(1.1);
  -o-transform: skew(8deg) scale(1.1);
  transform: skew(8deg) scale(1.1);
}
.block.half-color-block .top-container .animation-block {
  height: 105%;
  position: absolute;
  top: -5%;
  width: 500%;
  z-index: 21;
}
.block.half-color-block .top-container .animation-block div {
  position: absolute;
  top: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}
.block.half-color-block .top-container .special-image-block {
  height: 45em;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 5%;
  width: 50%;
  z-index: 20;
}
.block.half-color-block .top-container .special-image-block img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.half-color-block .top-container .column-table {
  display: table;
  height: 100%;
  max-width: 84em;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 21;
}
.block.half-color-block .top-container .column-table .column-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.block.half-color-block .top-container .column-table .column-cell .text {
  color: #ffffff;
  font-size: 5em;
  font-family: 'TransandiaUltraItalic', sans-serif;
  line-height: 0.9em;
  text-transform: uppercase;
  width: 100%;
}
.block.half-color-block .child-block-container {
  display: inline-block;
  float: left;
  height: 0;
  margin-top: -500px;
  overflow: hidden;
  position: relative;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 50;
  -moz-transition: height 1.3s;
  -webkit-transition: height 1.3s;
  -o-transition: height 1.3s;
}
.block.half-color-block .child-block-container .first-block {
  padding-top: 0;
}
.block.half-color-block .child-block-container .block {
  background: #edefee !important;
}
.block.half-color-block .child-block-container .last-item-anchor {
  background: #ff0000;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 1px;
}
.block.half-color-block .btn-close {
  display: block;
  height: 3.6em;
  position: absolute;
  right: 5em;
  top: 5em;
  text-indent: -99999.9em;
  width: 3.6em;
  z-index: 55;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
}
.block.half-color-block .btn-close:before,
.block.half-color-block .btn-close:after {
  content: "";
  display: block;
  width: 85%;
  height: 4px;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: black;
}
.block.half-color-block .btn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block.half-color-block .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block.half-color-block .btn-close:hover:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 59%;
  left: 0%;
}
.block.half-color-block .btn-close:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60%;
  left: 32%;
}
.block.half-color-block .btn-close.hide {
  display: block !important;
  -webkit-transform: translateX(500px);
  -moz-transform: translateX(500px);
  -ms-transform: translateX(500px);
  -o-transform: translateX(500px);
  transform: translateX(500px);
  opacity: 0;
  -webkit-transition: opacity .4s, transform 0s .4s;
  -moz-transition: opacity .4s, transform 0s .4s;
  transition: opacity .4s, transform 0s .4s;
}
.block.half-color-block .btn-close.fixed {
  position: fixed;
  top: 18em;
}
.block.half-color-block.pic-right .color-column {
  background: #3dc1d6;
  background: -moz-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#3dc1d6),color-stop(100%,#34acbd));
  background: -webkit-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: -o-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: -ms-radial-gradient(center,ellipse cover,#3dc1d6 0%,#34acbd 100%);
  background: radial-gradient(ellipse at center,#3dc1d6 0%,#34acbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dc1d6',endColorstr='#34acbd',GradientType=1);
  width: 55%;
  margin-left: -5%;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-backface-visibility: hidden;
}
.block.half-color-block.pic-right .text-column {
  float: left;
  left: 0;
}
.block.half-color-block.pic-right .text-column h2 {
  padding-left: 1.8em;
  padding-top: 1.6em;
  text-align: left;
}
.block.half-color-block.pic-right .text-column .btn-container {
  left: 5em;
  position: absolute;
}
.block.half-color-block.pic-right .text-column .btn:hover {
  color: #3dc1d6;
}
.block.half-color-block.pic-right .image-column {
  right: -5%;
  margin-right: 2px;
}
.block.half-color-block.pic-right .image-column .image {
  background-position: center center;
  margin-left: -50px;
}
.block.half-color-block.pic-right .column-table {
  right: 50%;
  margin-right: -12.3em;
}
.block.half-color-block.pic-right .column-table .column-cell .text {
  text-align: right;
  padding-right: 0.3em;
  position: relative;
}
.block.half-color-block.pic-right .animation-block {
  left: 50%;
  margin-left: -14.5em;
}
.block.half-color-block.pic-right .animation-block div {
  background-position: center left;
  left: 0 !important;
  -webkit-transform: translate(5000px,0);
  -moz-transform: translate(5000px,0);
  -ms-transform: translate(5000px,0);
  -o-transform: translate(5000px,0);
  transform: translate(5000px,0);
}
.block.half-color-block.pic-right .animation-block div.ipad {
  background-image: url("../images/test/vitalsensor-1.png");
}
.block.half-color-block.pic-right .animation-block div.iphone {
  background-image: url("../images/test/vitalsensor-2.png");
}
.block.half-color-block.pic-right .animation-block div.product {
  background-image: url("../images/test/vitalsensor-3.png");
}
.block.half-color-block.pic-right .animation-block.animation-block-en div.ipad {
  background-image: url("../images/vitalmonitor_ipad_en.png");
}
.block.half-color-block.pic-right .animation-block.animation-block-en div.iphone {
  background-image: url("../images/vitalmonitor_mobile_en.png");
}
.block.half-color-block.pic-right .animation-block.animation-block-en div.product {
  background-image: url("../images/test/vitalsensor-3.png");
}
.block.half-color-block.pic-left .color-column {
  background: #22252e;
  float: right;
  margin-right: -5%;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  width: 55%;
}
.block.half-color-block.pic-left .text-column {
  float: right;
  right: 0;
}
.block.half-color-block.pic-left .text-column h2 {
  float: right;
  padding-right: 1.8em;
  padding-top: 1.6em;
  text-align: right;
}
.block.half-color-block.pic-left .text-column .btn-container {
  right: 5em;
  position: absolute;
}
.block.half-color-block.pic-left .text-column .btn:hover {
  color: #22252e;
}
.block.half-color-block.pic-left .image-column {
  left: -5%;
  margin-left: 2px;
}
.block.half-color-block.pic-left .image-column .image {
  background-position: center center;
  margin-left: 50px;
}
.block.half-color-block.pic-left .column-table {
  left: 50%;
  margin-left: -12em;
}
.block.half-color-block.pic-left .column-table .column-cell .text {
  text-align: left;
  position: relative;
}
.block.half-color-block.pic-left .animation-block {
  right: 50%;
  margin-right: -14.5em;
}
.block.half-color-block.pic-left .animation-block div {
  right: 0 !important;
  background-position: center right;
  -webkit-transform: translate(-5000px,0);
  -moz-transform: translate(-5000px,0);
  -ms-transform: translate(-5000px,0);
  -o-transform: translate(-5000px,0);
  transform: translate(-5000px,0);
}
.block.half-color-block.pic-left .animation-block div.ipad {
  background-image: url("../images/test/vitalsensor-1-gespiegelt.png");
}
.block.half-color-block.pic-left .animation-block div.iphone {
  background-image: url("../images/test/vitalsensor-2-gespiegelt.png");
}
.block.half-color-block.pic-left .animation-block div.product {
  background-image: url("../images/test/vitalsensor-3-gespiegelt.png");
}
.block.half-color-block.pic-left .special-image-block {
  left: 0;
}
.block.bg-grey table td {
  border: 1px solid #d5d7d6;
}
.block.last-block {
  padding-bottom: 3em;
}
.block.headline-container h1 {
  padding-bottom: 0.75em;
}
.block.headline-container h2 {
  padding-bottom: 0.75em;
}
.block.headline-container .inner > * {
  opacity: 0;
}
.block.team-item h2 {
  color: #ffffff;
  font-family: 'TransandiaLight', sans-serif;
  font-weight: normal;
  font-size: 2.8em;
  letter-spacing: 0.1em;
  padding: 0;
  position: absolute;
  top: 0;
  width: 27em;
}
.block.team-item .column.text-column h2 {
  left: 0;
}
.block.team-item .column.text-column .text-table .text-cell h3 {
  color: #ffffff;
  font-size: 5em;
  font-family: 'TransandiaUltraItalic', sans-serif;
  letter-spacing: 0;
  line-height: 0.7em;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}
.block.team-item .column.text-column .text-table .text-cell .position {
  color: #ffffff;
  display: block;
  font-family: 'TransandiaLight', sans-serif;
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 0.1em;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
.block.team-item .column.text-column .text-table .text-cell p {
  opacity: 0;
}
.block.team-item .column.text-column .text-table .text-cell p a {
  color: #ffffff;
  font-weight: 300;
}
.block.team-item .column.text-column .text-table .text-cell p a:hover {
  color: #22252e;
}
.block.team-item .column .btn-container {
  bottom: 4em;
  position: absolute;
}
.block.team-item.even h2 {
  padding-right: 1.8em;
  padding-top: 1.6em;
  text-align: left;
}
.block.team-item.even .column.text-column h2 {
  right: 0;
}
.block.team-item.even .column.text-column .text-table .text-cell {
  padding-right: 5em;
}
.block.team-item.even .column.text-column .text-table .text-cell p a {
  color: #ffffff;
}
.block.team-item.even .column.text-column .text-table .text-cell p a:hover {
  color: #3dc1d6;
}
.block.team-item.even .column .btn-container {
  right: 5em;
  position: absolute;
}
.block.team-item.odd .column.text-column .text-table .text-cell {
  padding-left: 5em;
}
.block.team-item.odd .column.text-column .btn-container {
  left: 5em;
  position: absolute;
}
.block.team-item.odd h2 {
  padding-left: 1.8em;
  padding-top: 1.6em;
  text-align: left;
}
.first-block {
  padding-top: 5.5em;
}
@media (min-width: 1301px) {
  .block.text-block .inner > *.startAnimation,
  .block.headline-container .inner > *.startAnimation,
  .block.half-block .inner > *.startAnimation,
  .block.big-picture-block .inner > *.startAnimation,
  .block.product-block .inner > *.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner > *.startAnimation.reverse,
  .block.headline-container .inner > *.startAnimation.reverse,
  .block.half-block .inner > *.startAnimation.reverse,
  .block.big-picture-block .inner > *.startAnimation.reverse,
  .block.product-block .inner > *.startAnimation.reverse {
    -webkit-animation: fadeoutdownblocks .6s ease-in-out forwards;
    -moz-animation: fadeoutdownblocks .6s ease-in-out forwards;
    animation: fadeoutdownblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner h1.startAnimation,
  .block.text-block .inner h2.startAnimation,
  .block.headline-container .inner h1.startAnimation,
  .block.headline-container .inner h2.startAnimation,
  .block.half-block .inner h1.startAnimation,
  .block.half-block .inner h2.startAnimation,
  .block.big-picture-block .inner h1.startAnimation,
  .block.big-picture-block .inner h2.startAnimation,
  .block.product-block .inner h1.startAnimation,
  .block.product-block .inner h2.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    opacity: 1;
  }
  .block.text-block .inner h1.startAnimation span.word,
  .block.text-block .inner h2.startAnimation span.word,
  .block.headline-container .inner h1.startAnimation span.word,
  .block.headline-container .inner h2.startAnimation span.word,
  .block.half-block .inner h1.startAnimation span.word,
  .block.half-block .inner h2.startAnimation span.word,
  .block.big-picture-block .inner h1.startAnimation span.word,
  .block.big-picture-block .inner h2.startAnimation span.word,
  .block.product-block .inner h1.startAnimation span.word,
  .block.product-block .inner h2.startAnimation span.word {
    display: inline;
    opacity: 0;
    padding-right: 3px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .block.text-block .inner h1.startAnimation .line1,
  .block.text-block .inner h2.startAnimation .line1,
  .block.headline-container .inner h1.startAnimation .line1,
  .block.headline-container .inner h2.startAnimation .line1,
  .block.half-block .inner h1.startAnimation .line1,
  .block.half-block .inner h2.startAnimation .line1,
  .block.big-picture-block .inner h1.startAnimation .line1,
  .block.big-picture-block .inner h2.startAnimation .line1,
  .block.product-block .inner h1.startAnimation .line1,
  .block.product-block .inner h2.startAnimation .line1 {
    -webkit-animation: fadeinleftfiftytransform .5s ease-in-out 0s forwards;
    -moz-animation: fadeinleftfiftytransform .5s ease-in-out 0s forwards;
    animation: fadeinleftfiftytransform .5s ease-in-out 0s forwards;
  }
  .block.text-block .inner h1.startAnimation .line2,
  .block.text-block .inner h2.startAnimation .line2,
  .block.headline-container .inner h1.startAnimation .line2,
  .block.headline-container .inner h2.startAnimation .line2,
  .block.half-block .inner h1.startAnimation .line2,
  .block.half-block .inner h2.startAnimation .line2,
  .block.big-picture-block .inner h1.startAnimation .line2,
  .block.big-picture-block .inner h2.startAnimation .line2,
  .block.product-block .inner h1.startAnimation .line2,
  .block.product-block .inner h2.startAnimation .line2 {
    -webkit-animation: fadeinleftfiftytransform .5s ease-in-out .3s forwards;
    -moz-animation: fadeinleftfiftytransform .5s ease-in-out .3s forwards;
    animation: fadeinleftfiftytransform .5s ease-in-out .3s forwards;
  }
  .block.text-block .inner h1.startAnimation .line3,
  .block.text-block .inner h2.startAnimation .line3,
  .block.headline-container .inner h1.startAnimation .line3,
  .block.headline-container .inner h2.startAnimation .line3,
  .block.half-block .inner h1.startAnimation .line3,
  .block.half-block .inner h2.startAnimation .line3,
  .block.big-picture-block .inner h1.startAnimation .line3,
  .block.big-picture-block .inner h2.startAnimation .line3,
  .block.product-block .inner h1.startAnimation .line3,
  .block.product-block .inner h2.startAnimation .line3 {
    -webkit-animation: fadeinleftfiftytransform .5s ease-in-out .6s forwards;
    -moz-animation: fadeinleftfiftytransform .5s ease-in-out .6s forwards;
    animation: fadeinleftfiftytransform .5s ease-in-out .6s forwards;
  }
  .block.text-block .inner h1.startAnimation.reverse,
  .block.text-block .inner h2.startAnimation.reverse,
  .block.headline-container .inner h1.startAnimation.reverse,
  .block.headline-container .inner h2.startAnimation.reverse,
  .block.half-block .inner h1.startAnimation.reverse,
  .block.half-block .inner h2.startAnimation.reverse,
  .block.big-picture-block .inner h1.startAnimation.reverse,
  .block.big-picture-block .inner h2.startAnimation.reverse,
  .block.product-block .inner h1.startAnimation.reverse,
  .block.product-block .inner h2.startAnimation.reverse {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner h1.startAnimation.reverse span.word,
  .block.text-block .inner h2.startAnimation.reverse span.word,
  .block.headline-container .inner h1.startAnimation.reverse span.word,
  .block.headline-container .inner h2.startAnimation.reverse span.word,
  .block.half-block .inner h1.startAnimation.reverse span.word,
  .block.half-block .inner h2.startAnimation.reverse span.word,
  .block.big-picture-block .inner h1.startAnimation.reverse span.word,
  .block.big-picture-block .inner h2.startAnimation.reverse span.word,
  .block.product-block .inner h1.startAnimation.reverse span.word,
  .block.product-block .inner h2.startAnimation.reverse span.word {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .block.text-block .inner h1.startAnimation.reverse .line1,
  .block.text-block .inner h2.startAnimation.reverse .line1,
  .block.headline-container .inner h1.startAnimation.reverse .line1,
  .block.headline-container .inner h2.startAnimation.reverse .line1,
  .block.half-block .inner h1.startAnimation.reverse .line1,
  .block.half-block .inner h2.startAnimation.reverse .line1,
  .block.big-picture-block .inner h1.startAnimation.reverse .line1,
  .block.big-picture-block .inner h2.startAnimation.reverse .line1,
  .block.product-block .inner h1.startAnimation.reverse .line1,
  .block.product-block .inner h2.startAnimation.reverse .line1 {
    -webkit-animation: fadeoutleftfiftytransform .5s ease-in-out .0s forwards;
    -moz-animation: fadeoutleftfiftytransform .5s ease-in-out .0s forwards;
    animation: fadeoutleftfiftytransform .5s ease-in-out .0s forwards;
  }
  .block.text-block .inner h1.startAnimation.reverse .line2,
  .block.text-block .inner h2.startAnimation.reverse .line2,
  .block.headline-container .inner h1.startAnimation.reverse .line2,
  .block.headline-container .inner h2.startAnimation.reverse .line2,
  .block.half-block .inner h1.startAnimation.reverse .line2,
  .block.half-block .inner h2.startAnimation.reverse .line2,
  .block.big-picture-block .inner h1.startAnimation.reverse .line2,
  .block.big-picture-block .inner h2.startAnimation.reverse .line2,
  .block.product-block .inner h1.startAnimation.reverse .line2,
  .block.product-block .inner h2.startAnimation.reverse .line2 {
    -webkit-animation: fadeoutleftfiftytransform .5s ease-in-out .3s forwards;
    -moz-animation: fadeoutleftfiftytransform .5s ease-in-out .3s forwards;
    animation: fadeoutleftfiftytransform .5s ease-in-out .3s forwards;
  }
  .block.text-block .inner h1.startAnimation.reverse .line3,
  .block.text-block .inner h2.startAnimation.reverse .line3,
  .block.headline-container .inner h1.startAnimation.reverse .line3,
  .block.headline-container .inner h2.startAnimation.reverse .line3,
  .block.half-block .inner h1.startAnimation.reverse .line3,
  .block.half-block .inner h2.startAnimation.reverse .line3,
  .block.big-picture-block .inner h1.startAnimation.reverse .line3,
  .block.big-picture-block .inner h2.startAnimation.reverse .line3,
  .block.product-block .inner h1.startAnimation.reverse .line3,
  .block.product-block .inner h2.startAnimation.reverse .line3 {
    -webkit-animation: fadeoutleftfiftytransform .5s ease-in-out .6s forwards;
    -moz-animation: fadeoutleftfiftytransform .5s ease-in-out .6s forwards;
    animation: fadeoutleftfiftytransform .5s ease-in-out .6s forwards;
  }
  .block.text-block .inner ul.startAnimation,
  .block.headline-container .inner ul.startAnimation,
  .block.half-block .inner ul.startAnimation,
  .block.big-picture-block .inner ul.startAnimation,
  .block.product-block .inner ul.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner table.startAnimation,
  .block.headline-container .inner table.startAnimation,
  .block.half-block .inner table.startAnimation,
  .block.big-picture-block .inner table.startAnimation,
  .block.product-block .inner table.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    opacity: 1;
  }
  .block.text-block .inner table.startAnimation tr.startAnimation,
  .block.headline-container .inner table.startAnimation tr.startAnimation,
  .block.half-block .inner table.startAnimation tr.startAnimation,
  .block.big-picture-block .inner table.startAnimation tr.startAnimation,
  .block.product-block .inner table.startAnimation tr.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .btn-container,
  .block.headline-container .inner .btn-container,
  .block.half-block .inner .btn-container,
  .block.big-picture-block .inner .btn-container,
  .block.product-block .inner .btn-container {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner .product-block-image.startAnimation,
  .block.headline-container .inner .product-block-image.startAnimation,
  .block.half-block .inner .product-block-image.startAnimation,
  .block.big-picture-block .inner .product-block-image.startAnimation,
  .block.product-block .inner .product-block-image.startAnimation {
    -webkit-animation: fadeinzoomblocks .5s ease-out forwards;
    -moz-animation: fadeinzoomblocks .5s ease-out forwards;
    animation: fadeinzoomblocks .5s ease-out forwards;
  }
  .block.text-block .inner .product-block-image.startAnimation.reverse,
  .block.headline-container .inner .product-block-image.startAnimation.reverse,
  .block.half-block .inner .product-block-image.startAnimation.reverse,
  .block.big-picture-block .inner .product-block-image.startAnimation.reverse,
  .block.product-block .inner .product-block-image.startAnimation.reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .block.text-block .inner .left > .startAnimation,
  .block.text-block .inner .right > .startAnimation,
  .block.headline-container .inner .left > .startAnimation,
  .block.headline-container .inner .right > .startAnimation,
  .block.half-block .inner .left > .startAnimation,
  .block.half-block .inner .right > .startAnimation,
  .block.big-picture-block .inner .left > .startAnimation,
  .block.big-picture-block .inner .right > .startAnimation,
  .block.product-block .inner .left > .startAnimation,
  .block.product-block .inner .right > .startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .left > .startAnimation.reverse,
  .block.text-block .inner .right > .startAnimation.reverse,
  .block.headline-container .inner .left > .startAnimation.reverse,
  .block.headline-container .inner .right > .startAnimation.reverse,
  .block.half-block .inner .left > .startAnimation.reverse,
  .block.half-block .inner .right > .startAnimation.reverse,
  .block.big-picture-block .inner .left > .startAnimation.reverse,
  .block.big-picture-block .inner .right > .startAnimation.reverse,
  .block.product-block .inner .left > .startAnimation.reverse,
  .block.product-block .inner .right > .startAnimation.reverse {
    -webkit-animation: fadeoutdownblocks .6s ease-in-out forwards;
    -moz-animation: fadeoutdownblocks .6s ease-in-out forwards;
    animation: fadeoutdownblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .left ul.startAnimation,
  .block.text-block .inner .right ul.startAnimation,
  .block.headline-container .inner .left ul.startAnimation,
  .block.headline-container .inner .right ul.startAnimation,
  .block.half-block .inner .left ul.startAnimation,
  .block.half-block .inner .right ul.startAnimation,
  .block.big-picture-block .inner .left ul.startAnimation,
  .block.big-picture-block .inner .right ul.startAnimation,
  .block.product-block .inner .left ul.startAnimation,
  .block.product-block .inner .right ul.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner .left .heartbeat.visible.startAnimation,
  .block.text-block .inner .right .heartbeat.visible.startAnimation,
  .block.headline-container .inner .left .heartbeat.visible.startAnimation,
  .block.headline-container .inner .right .heartbeat.visible.startAnimation,
  .block.half-block .inner .left .heartbeat.visible.startAnimation,
  .block.half-block .inner .right .heartbeat.visible.startAnimation,
  .block.big-picture-block .inner .left .heartbeat.visible.startAnimation,
  .block.big-picture-block .inner .right .heartbeat.visible.startAnimation,
  .block.product-block .inner .left .heartbeat.visible.startAnimation,
  .block.product-block .inner .right .heartbeat.visible.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .left .image-cell.startAnimation img,
  .block.text-block .inner .right .image-cell.startAnimation img,
  .block.headline-container .inner .left .image-cell.startAnimation img,
  .block.headline-container .inner .right .image-cell.startAnimation img,
  .block.half-block .inner .left .image-cell.startAnimation img,
  .block.half-block .inner .right .image-cell.startAnimation img,
  .block.big-picture-block .inner .left .image-cell.startAnimation img,
  .block.big-picture-block .inner .right .image-cell.startAnimation img,
  .block.product-block .inner .left .image-cell.startAnimation img,
  .block.product-block .inner .right .image-cell.startAnimation img {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
}
.schulungs-container {
  background: #edefee;
  float: left;
  width: 100%;
}
.schulungs-container .schulungs-item {
  float: left;
  height: auto;
  position: relative;
  width: 100%;
}
.schulungs-container .schulungs-item .bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 15;
}
.schulungs-container .schulungs-item .schulung-top {
  float: left;
  height: auto;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 17;
}
.schulungs-container .schulungs-item .schulung-top .column {
  float: left;
  height: 100%;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column {
  background: #ffffff;
  height: 100%;
  padding-bottom: 5em;
  padding-right: 8em;
  position: relative;
  width: 87em;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  z-index: 20;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container h2 {
  font-size: 5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 2px;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container h3 {
  color: #3dc1d6;
  font-size: 2em;
  font-family: 'TransandiaLight', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container .info-row {
  color: #22252e;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container .info-row span {
  color: #3dc1d6;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container p {
  color: #22252e;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1.1em;
  margin-bottom: 1em;
  padding: 0;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li {
  position: relative;
  padding-left: 0.75em;
  font-size: 2em;
  line-height: 1.5em;
  opacity: 0;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li p {
  font-size: 1em;
  margin: 0;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li .text {
  display: inline-block;
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0,0,0.08,0.99);
  -moz-transition: all 0.3s cubic-bezier(0,0,0.08,0.99);
  transition: all 0.3s cubic-bezier(0,0,0.08,0.99);
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li:before {
  content: "• ";
  color: #3dc1d6;
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #3dc1d6;
  padding-top: 6px;
  opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  -webkit-transition: all 0.5s cubic-bezier(0,0,0.08,0.99);
  -moz-transition: all 0.5s cubic-bezier(0,0,0.08,0.99);
  transition: all 0.5s cubic-bezier(0,0,0.08,0.99);
}
@media (max-width: 1300px) {
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li {
    opacity: 1;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li .text {
    opacity: 1;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    transform: translate(0px,0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:before {
    opacity: 1;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    transform: translate(0px,0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(1) .text {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(1):before {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(2) .text {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(2):before {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(3) .text {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(3):before {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(4) .text {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(4):before {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(5) .text {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(5):before {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(6) .text {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(6):before {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(7) .text {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(7):before {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(8) .text {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(8):before {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(9) .text {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(9):before {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(10) .text {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(10):before {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(11) .text {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(11):before {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(12) .text {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(12):before {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(13) .text {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(13):before {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(14) .text {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(14):before {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(15) .text {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(15):before {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(16) .text {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(16):before {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(17) .text {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(17):before {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(18) .text {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(18):before {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(19) .text {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(19):before {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(20) .text {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(20):before {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(21) .text {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(21):before {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(22) .text {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(22):before {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(23) .text {
  -webkit-transition-delay: 4.6s;
  -moz-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(23):before {
  -webkit-transition-delay: 4.6s;
  -moz-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(24) .text {
  -webkit-transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(24):before {
  -webkit-transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(25) .text {
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(25):before {
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(26) .text {
  -webkit-transition-delay: 5.2s;
  -moz-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(26):before {
  -webkit-transition-delay: 5.2s;
  -moz-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(27) .text {
  -webkit-transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(27):before {
  -webkit-transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(28) .text {
  -webkit-transition-delay: 5.6s;
  -moz-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(28):before {
  -webkit-transition-delay: 5.6s;
  -moz-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(29) .text {
  -webkit-transition-delay: 5.8s;
  -moz-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(29):before {
  -webkit-transition-delay: 5.8s;
  -moz-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(30) .text {
  -webkit-transition-delay: 6s;
  -moz-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(30):before {
  -webkit-transition-delay: 6s;
  -moz-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(31) .text {
  -webkit-transition-delay: 6.2s;
  -moz-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(31):before {
  -webkit-transition-delay: 6.2s;
  -moz-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(32) .text {
  -webkit-transition-delay: 6.4s;
  -moz-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(32):before {
  -webkit-transition-delay: 6.4s;
  -moz-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(33) .text {
  -webkit-transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(33):before {
  -webkit-transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(34) .text {
  -webkit-transition-delay: 6.8s;
  -moz-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(34):before {
  -webkit-transition-delay: 6.8s;
  -moz-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(35) .text {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(35):before {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(36) .text {
  -webkit-transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(36):before {
  -webkit-transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(37) .text {
  -webkit-transition-delay: 7.4s;
  -moz-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(37):before {
  -webkit-transition-delay: 7.4s;
  -moz-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(38) .text {
  -webkit-transition-delay: 7.6s;
  -moz-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(38):before {
  -webkit-transition-delay: 7.6s;
  -moz-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(39) .text {
  -webkit-transition-delay: 7.8s;
  -moz-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(39):before {
  -webkit-transition-delay: 7.8s;
  -moz-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(40) .text {
  -webkit-transition-delay: 8s;
  -moz-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(40):before {
  -webkit-transition-delay: 8s;
  -moz-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(41) .text {
  -webkit-transition-delay: 8.2s;
  -moz-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(41):before {
  -webkit-transition-delay: 8.2s;
  -moz-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(42) .text {
  -webkit-transition-delay: 8.4s;
  -moz-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(42):before {
  -webkit-transition-delay: 8.4s;
  -moz-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(43) .text {
  -webkit-transition-delay: 8.6s;
  -moz-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(43):before {
  -webkit-transition-delay: 8.6s;
  -moz-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(44) .text {
  -webkit-transition-delay: 8.8s;
  -moz-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(44):before {
  -webkit-transition-delay: 8.8s;
  -moz-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(45) .text {
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(45):before {
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(46) .text {
  -webkit-transition-delay: 9.2s;
  -moz-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(46):before {
  -webkit-transition-delay: 9.2s;
  -moz-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(47) .text {
  -webkit-transition-delay: 9.4s;
  -moz-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(47):before {
  -webkit-transition-delay: 9.4s;
  -moz-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(48) .text {
  -webkit-transition-delay: 9.6s;
  -moz-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(48):before {
  -webkit-transition-delay: 9.6s;
  -moz-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(49) .text {
  -webkit-transition-delay: 9.8s;
  -moz-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(49):before {
  -webkit-transition-delay: 9.8s;
  -moz-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(50) .text {
  -webkit-transition-delay: 10s;
  -moz-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul >li:nth-child(50):before {
  -webkit-transition-delay: 10s;
  -moz-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul.startAnimation > li.bullet {
  opacity: 1;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul.startAnimation > li.bullet .text {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul.startAnimation > li.bullet:before {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol {
  list-style-type: none;
  list-style-type: decimal !ie;
  margin: 0;
  margin-left: 1.9em;
  margin-bottom: 1em;
  padding: 0;
  counter-reset: li-counter;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li {
  position: relative;
  padding-left: 0.75em;
  font-size: 2em;
  line-height: 1.5em;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li p {
  font-size: 1em;
  margin: 0;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #3dc1d6;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  padding-top: 7px;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul li li,
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol li li {
  font-size: 1em;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul li ol,
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol li ol {
  margin-top: 0.7em;
  margin-left: 1em;
}
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul li ul,
.schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol li ul {
  margin-top: 0.7em;
  margin-left: 0.5em;
}
.schulungs-container .schulungs-item .schulung-top .column.image-column {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  right: 0;
  position: absolute;
  width: 35em;
  z-index: 19;
}
.schulungs-container .schulungs-item.even .bg {
  left: initial;
  right: 0;
}
.schulungs-container .schulungs-item.even .schulung-top .text-column {
  float: right;
  padding-left: 8.5em;
  padding-right: 0;
}
.schulungs-container .schulungs-item.even .schulung-top .image-column {
  left: 0;
  right: initial;
}
.schulungs-container .schulungs-item.odd .appointment-container {
  float: right;
}
.schulungs-container .schulungs-item.odd .appointment-container .headline {
  float: left;
}
.schulungs-container .schulungs-item.odd .appointment-container .appointments {
  float: right;
}
.schulungs-container .appointment-container {
  margin-right: -0.4em;
  margin-bottom: 6em;
  width: 74.5em;
}
.schulungs-container .appointment-container .headline {
  float: right;
}
.schulungs-container .appointment-container .headline h3 {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-size: 3.5em;
  padding-top: 0.5em;
}
.schulungs-container .appointment-container .appointments {
  width: 58.5em;
}
.schulungs-container .appointment-container .appointments .appointment {
  height: 7em;
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
}
.schulungs-container .appointment-container .appointments .appointment .date-container {
  background: #ffffff;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  float: left;
  height: 100%;
  margin-left: 0.6em;
  width: 45.4em;
}
.schulungs-container .appointment-container .appointments .appointment .date-container .date {
  font-weight: 700;
  font-size: 2em;
  padding-left: 1.5em;
  padding-top: 1em;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.schulungs-container .appointment-container .appointments .appointment .date-container .date span {
  font-weight: 300;
}
.schulungs-container .appointment-container .appointments .appointment .button-container {
  background: #3dc1d6;
  float: left;
  height: 7em;
  width: 11.6em;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.schulungs-container .appointment-container .appointments .appointment .button-container a {
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  height: 100%;
  padding-top: 1.45em;
  text-align: center;
  width: 100%;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.schulungs-container .appointment-container .appointments .appointment .button-container:hover {
  background: #22252e;
}
@media (min-width: 1301px) {
  .schulungs-container .schulungs-item .inner {
    overflow: hidden;
  }
  .schulungs-container .schulungs-item .text > ul {
    opacity: 1 !important;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .schulungs-container .schulungs-item .text > ul li {
    opacity: 1 !important;
  }
  .schulungs-container .schulungs-item .text > ul li .text {
    opacity: 1 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
  }
  .schulungs-container .schulungs-item .text > ul li:before {
    opacity: 1 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
  }
  .schulungs-container .schulungs-item .text > ul.startAnimation li.bullet .text {
    opacity: 1 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  .schulungs-container .schulungs-item .text > ul.startAnimation li.bullet:before {
    opacity: 1 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  .schulungs-container .schulungs-item .image-column {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .schulungs-container .schulungs-item .image-column.startAnimation {
    animation: zoomout 5s ease-in-out forwards;
  }
  .appointment-container .appointment {
    opacity: 0;
  }
  .appointment-container .appointment.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
}
.bottom-content-container {
  float: left;
  width: 100%;
}
.bottom-content-container .inner .column h2 {
  font-size: 3.5em;
  margin-top: 1.85em;
  margin-bottom: 1em;
}
.bottom-content-container .inner .column p {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 0.7em;
}
.bottom-content-container .inner .column ul {
  list-style-type: none;
  margin: 0 0 1.4em 1em;
  padding: 0;
}
.bottom-content-container .inner .column ul>li {
  position: relative;
  padding-left: 0.75em;
  font-size: 2em;
  line-height: 1.5em;
}
.bottom-content-container .inner .column ul>li p {
  font-size: 1em;
  margin: 0;
}
.bottom-content-container .inner .column ul>li:before {
  content: "• ";
  color: #3dc1d6;
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #3dc1d6;
  padding-top: 6px;
}
.bottom-content-container .inner .column.left {
  padding-right: 1.5em;
}
.bottom-content-container .inner .column.right {
  padding-left: 1.5em;
}
#contact-map {
  height: 69.5em;
  width: 100%;
}
#contact-map #map {
  height: 100%;
  width: 100%;
}
#contact-map .big-picture-table {
  display: table;
  height: 50.8em;
  left: 0;
  margin-top: 18.7em;
  position: absolute;
  top: 0;
  width: 40%;
}
#contact-map .big-picture-table .big-picture-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
#contact-map .big-picture-table .big-picture-cell .positioner {
  display: block;
  position: relative;
}
#contact-map .big-picture-table .big-picture-cell .positioner h1 {
  color: #3dc1d6;
  font-size: 10em;
  line-height: 0.71em;
  padding: 0 0 0 48px;
}
#contact-map .big-picture-table .big-picture-cell .positioner h1 span {
  display: block;
  margin-left: -0.5em;
  opacity: 0;
}
#contact-map .big-picture-table .big-picture-cell .positioner h1 span.line1 {
  -webkit-animation: fadeinleftfifty .5s ease-in-out .1s forwards;
  -moz-animation: fadeinleftfifty .5s ease-in-out .1s forwards;
  animation: fadeinleftfifty .5s ease-in-out .1s forwards;
}
#contact-map .big-picture-table .big-picture-cell .positioner h1 span.line2 {
  -webkit-animation: fadeinleftfifty .5s ease-in-out .3s forwards;
  -moz-animation: fadeinleftfifty .5s ease-in-out .3s forwards;
  animation: fadeinleftfifty .5s ease-in-out .3s forwards;
}
#contact-map .big-picture-table .big-picture-cell .positioner h1 span.line3 {
  -webkit-animation: fadeinleftfifty .5s ease-in-out .6s forwards;
  -moz-animation: fadeinleftfifty .5s ease-in-out .6s forwards;
  animation: fadeinleftfifty .5s ease-in-out .6s forwards;
}
#contact-map .big-picture-table .big-picture-cell .positioner .text {
  color: #22252e;
  font-size: 2em;
  margin-left: 0;
  opacity: 0;
  padding-left: 2.45em;
  margin-top: 1em;
  width: 20em;
  -webkit-animation: fadeinleftfifty .3s ease-in-out .9s forwards;
  -moz-animation: fadeinleftfifty .3s ease-in-out .9s forwards;
  animation: fadeinleftfifty .3s ease-in-out .9s forwards;
}
.contact-content-container {
  background: #ffffff;
}
.contact-content-container .inner {
  padding-top: 5.5em;
  padding-bottom: 5em;
  text-align: center;
}
.contact-content-container .inner h1 {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  opacity: 0;
  text-transform: uppercase;
  line-height: 0.95em;
  margin-bottom: 0.6em;
  -moz-animation: fadeinupblocks .5s ease-in-out .6s forwards;
  -webkit-animation: fadeinupblocks .5s ease-in-out .6s forwards;
  -o-animation: fadeinupblocks .5s ease-in-out .6s forwards;
  animation: fadeinupblocks .5s ease-in-out .6s forwards;
}
.contact-content-container .inner p {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0;
  opacity: 0;
  -moz-animation: fadeinupblocks .5s ease-in-out .9s forwards;
  -webkit-animation: fadeinupblocks .5s ease-in-out .9s forwards;
  -o-animation: fadeinupblocks .5s ease-in-out .9s forwards;
  animation: fadeinupblocks .5s ease-in-out .9s forwards;
}
.contact-content-container .inner .button {
  opacity: 0;
  -moz-animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  -webkit-animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  -o-animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  animation: fadeinupblocks .5s ease-in-out 1.2s forwards;
  background: #3dc1d6;
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  border: 2px solid #3dc1d6;
  color: #3dc1d6;
  display: inline-block;
  margin-top: 1.4em;
  padding: 0.65em 1.85em 0.8em 1.85em;
  text-align: center;
}
.contact-content-container .inner .button span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.contact-content-container .inner .button:hover {
  background: #22252e;
  color: #ffffff;
  text-decoration: none;
}
.contact-content-container .inner .button:focus {
  text-decoration: none;
}
.contact-content-container .inner .button:hover {
  background: #3dc1d6;
  color: #ffffff;
}
.contact-form-container {
  background: #edefee;
  padding-top: 5.6em;
  overflow: hidden;
}
.contact-form-container form {
  border: 0;
}
.contact-form-container form .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.contact-form-container form .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #22252e;
  width: 100%;
  height: 80px;
}
.contact-form-container form .select-styled {
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
  font-size: 22px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/arrow_dropdown.png') no-repeat right 1.9em #ffffff;
  padding: 1.45em 0 1.2em;
}
.contact-form-container form .select-styled:hover {
  color: #22252e;
  background-color: #ffffff;
}
.contact-form-container form .select-styled:active,
.contact-form-container form .select-styled.active {
  background-color: #ffffff;
  color: #22252e;
}
.contact-form-container form .select-styled:active:after,
.contact-form-container form .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #ffffff transparent;
}
.contact-form-container form .select-options {
  -webkit-box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.12);
  -moz-box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.12);
  box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.12);
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  color: #22252e;
  z-index: 50;
}
.contact-form-container form .select-options li {
  font-size: 22px;
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #edefee;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.contact-form-container form .select-options li:last-child() {
  border-bottom: 0px;
}
.contact-form-container form .select-options li:hover {
  padding-left: 24px;
  color: #3dc1d6;
}
.contact-form-container form .select-options li[rel="hide"] {
  display: none;
}
.contact-form-container fieldset {
  border: 0;
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 117em;
}
.contact-form-container .middleColumn {
  margin-right: -200px;
  opacity: 0;
}
.contact-form-container .field label {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
.contact-form-container .field.text {
  float: left;
  margin-bottom: 4em;
  position: relative;
  width: 100%;
}
.contact-form-container .field.text label {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-weight: normal;
  font-size: 3.5em;
  left: 0;
  line-height: 0.8em;
  margin: 0 0 0 -200px;
  opacity: 0;
  padding-top: 0.9em;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  z-index: 50;
}
.contact-form-container .field.text label span {
  color: #22252e;
}
.contact-form-container .field.text .middleColumn {
  background: #ffffff;
  border: 3px solid #ffffff;
  float: right;
  padding: 0 13em;
  width: 107em;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.contact-form-container .field.text .middleColumn input {
  border: 0;
  color: #22252e;
  font-size: 2.2em;
  padding: 1.45em 0 1.2em;
  width: 100%;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.contact-form-container .field.text .middleColumn:hover {
  border: 3px solid #3dc1d6;
}
.contact-form-container .field.text .middleColumn.focussed {
  border: 3px solid #3dc1d6;
}
.contact-form-container .field.textarea {
  float: left;
  margin-bottom: 4em;
  position: relative;
  width: 100%;
}
.contact-form-container .field.textarea label {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-weight: normal;
  font-size: 3.5em;
  left: 0;
  line-height: 0.8em;
  margin: 0 0 0 -200px;
  opacity: 0;
  padding-top: 0.9em;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  z-index: 50;
}
.contact-form-container .field.textarea label span {
  color: #22252e;
}
.contact-form-container .field.textarea .middleColumn {
  background: #ffffff;
  border: 3px solid #ffffff;
  float: right;
  padding: 9.1em 13em 5.5em;
  width: 107em;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.contact-form-container .field.textarea .middleColumn textarea {
  border: 0;
  color: #22252e;
  font-size: 1.6em;
  height: 25em;
  resize: none;
  width: 100%;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.contact-form-container .field.textarea .middleColumn:hover {
  border: 3px solid #3dc1d6;
}
.contact-form-container .field.textarea .middleColumn.focussed {
  border: 3px solid #3dc1d6;
}
.contact-form-container .field.checkbox {
  float: left;
  height: 4em;
  padding: 0;
  margin: 3em 0 5.5em;
  overflow: hidden;
  position: relative;
}
.contact-form-container .field.checkbox label {
  background: url('../images/checkbox.png') no-repeat left top;
  float: left;
  font-size: 2.2em;
  margin: 0;
  padding: 0.3em 0 0.2em 2.4em;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.contact-form-container .field.checkbox input {
  cursor: pointer;
  height: 4em;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 4.6em;
}
.contact-form-container .field.checkbox input[type="checkbox"]:checked + label {
  background: url('../images/checkbox_on.png') no-repeat left top;
}
.contact-form-container .field.checkbox#Gesundheit {
  float: right;
}
.contact-form-container .field.dropdown {
  float: left;
  margin-bottom: 4em;
  position: relative;
  width: 100%;
  z-index: 99;
}
.contact-form-container .field.dropdown label {
  color: #3dc1d6;
  font-family: 'TransandiaUltraItalic', sans-serif;
  font-weight: normal;
  font-size: 3.5em;
  left: 0;
  line-height: 0.8em;
  margin: 0 0 0 -200px;
  opacity: 0;
  padding-top: 0.9em;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  z-index: 50;
}
.contact-form-container .field.dropdown label span {
  color: #22252e;
}
.contact-form-container .field.dropdown .middleColumn {
  background: #ffffff;
  border: 3px solid #ffffff;
  float: right;
  padding: 0 6em 0 13em;
  overflow: visible;
  width: 107em;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.contact-form-container .field.dropdown .middleColumn select {
  background: url('../images/arrow_dropdown.png') no-repeat 40em center transparent;
  border: 0;
  color: #22252e;
  font-size: 2.2em;
  height: 3.8em;
  width: 45em;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.contact-form-container .field.dropdown .middleColumn:hover {
  border: 3px solid #3dc1d6;
}
.contact-form-container .field.dropdown .middleColumn.focussed {
  border: 3px solid #3dc1d6;
}
.contact-form-container .field.startAnimation label {
  opacity: 1;
  margin-left: 0;
}
.contact-form-container .field.startAnimation .middleColumn {
  opacity: 1;
  margin-right: 0;
}
.contact-form-container .newsletter-check {
  float: left;
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 1.5em;
  width: 28.5em;
}
.contact-form-container .Actions {
  background: #ffffff;
  display: block !important;
  padding-top: 3em;
  padding-bottom: 4em;
  text-align: center;
  width: 100%;
}
.contact-form-container .Actions .btn--bordered {
  height: 80px;
  width: 300px;
  margin: 0;
}
.contact-form-container .Actions .btn--bordered .text,
.contact-form-container .Actions .btn--bordered .text2 {
  font-size: 50px;
  width: 100%;
  font-family: 'TransandiaUltraItalic', sans-serif;
  height: 100%;
}
.contact-form-container .Actions .btn--bordered svg .shape {
  stroke-width: 6px;
}
.contact-form-container .Actions button {
  background: #3dc1d6;
  border: 0;
  color: #ffffff;
  display: block;
  padding: 0.7em 5.5em 1.2em;
  text-align: center;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  display: inline-block;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
.contact-form-container .Actions button span {
  font-size: 5em;
  font-family: 'TransandiaUltraItalic', sans-serif;
  text-transform: uppercase;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.contact-form-container .Actions button:hover {
  background: #22252e;
  color: #ffffff;
}
.contact-form-container .Actions #form-note {
  font-size: 20px;
  margin-bottom: 1.7em;
}
.contact-form-container .Actions #form-note #form-warning p {
  color: #ff0000;
  margin-bottom: 0;
  margin-top: 1em;
}
.footer {
  float: left;
  padding-top: 0 !important;
  width: 100%;
}
.footer .social-footer {
  background: #43454d;
  float: left;
  overflow: hidden;
  padding: 2.5em 0;
  width: 100%;
}
.footer .social-footer .inner ul {
  left: 50%;
  list-style-type: none;
  margin-left: -6.95em;
  position: relative;
  width: 13.9em;
}
.footer .social-footer .inner ul li {
  float: left;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .social-footer .inner ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  height: 2.4em;
  text-indent: -99999.9em;
  position: relative;
}
.footer .social-footer .inner ul li a svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.footer .social-footer .inner ul li a:hover svg path,
.footer .social-footer .inner ul li a:hover svg rect,
.footer .social-footer .inner ul li a:hover svg polygon {
  fill: #3dc1d6;
}
.footer .social-footer .inner ul li a svg path,
.footer .social-footer .inner ul li a svg rect,
.footer .social-footer .inner ul li a svg polygon {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.footer .social-footer .inner ul li.fb {
  margin-right: 4.4em;
  -webkit-transform: translate(-100px,0);
  -moz-transform: translate(-100px,0);
  -ms-transform: translate(-100px,0);
  -o-transform: translate(-100px,0);
  transform: translate(-100px,0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.footer .social-footer .inner ul li.fb a {
  width: 1.2em;
}
.footer .social-footer .inner ul li.gp {
  margin-right: 3.4em;
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  -ms-transform: translate(0,50px);
  -o-transform: translate(0,50px);
  transform: translate(0,50px);
}
.footer .social-footer .inner ul li.gp a {
  width: 2.9em;
}
.footer .social-footer .inner ul li.yt {
  -webkit-transform: translate(100px,0);
  -moz-transform: translate(100px,0);
  -ms-transform: translate(100px,0);
  -o-transform: translate(100px,0);
  transform: translate(100px,0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.footer .social-footer .inner ul li.yt a {
  width: 1.9em;
}
.footer .info-footer {
  background: #32343d;
  float: left;
  overflow: hidden;
  padding: 3.6em 0;
  width: 100%;
}
.footer .info-footer .inner > div {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.footer .info-footer .inner > div:nth-child(1) {
  -webkit-transform: translate(-100px,0);
  -moz-transform: translate(-100px,0);
  -ms-transform: translate(-100px,0);
  -o-transform: translate(-100px,0);
  transform: translate(-100px,0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.footer .info-footer .inner > div:nth-child(2) {
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  -ms-transform: translate(0,50px);
  -o-transform: translate(0,50px);
  transform: translate(0,50px);
}
.footer .info-footer .inner > div:nth-child(3) {
  -webkit-transform: translate(100px,0);
  -moz-transform: translate(100px,0);
  -ms-transform: translate(100px,0);
  -o-transform: translate(100px,0);
  transform: translate(100px,0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.footer .info-footer .inner h1 {
  font-size: 1.6em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: none;
}
.footer .info-footer .inner p {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
}
.footer .info-footer .inner a {
  color: #ffffff;
}
.footer .info-footer .inner a:hover {
  color: #3dc1d6;
}
.footer .info-footer .inner .logos {
  text-align: center;
}
.footer .info-footer .inner .logos span {
  color: #ffffff;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  left: 5em;
  position: absolute;
  text-align: left;
  top: 1.6em;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.footer .info-footer .inner .logos img {
  margin-top: 2em;
}
.footer .info-footer .inner .logos img.first {
  margin-top: 6em;
}
.footer .info-footer .inner .newsletter-box {
  float: right;
  margin-top: 16px;
}
.footer .info-footer .inner .newsletter-box p {
  color: #ffffff;
  float: right;
  font-size: 16px;
  text-align: right;
}
.footer .info-footer .inner .newsletter-box form {
  clear: both;
  float: right;
}
.footer .info-footer .inner .newsletter-box form input {
  float: left;
}
.footer .info-footer .inner .newsletter-box form button {
  float: left;
}
.footer .meta-footer {
  background: #22252e;
  float: left;
  overflow: hidden;
  padding: 6.5em 0 5.3em 0;
  text-align: center;
  width: 100%;
}
.footer .meta-footer .inner .footer-nav-positioner {
  float: right;
  left: -50%;
  margin-bottom: 5.2em;
  position: relative;
}
.footer .meta-footer .inner .footer-nav-positioner ul {
  left: 50%;
  position: relative;
}
.footer .meta-footer .inner .footer-nav-positioner ul li {
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  -ms-transform: translate(0,50px);
  -o-transform: translate(0,50px);
  transform: translate(0,50px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  border-left: 2px solid #3dc1d6;
  float: left;
  list-style-type: none;
  padding-left: 1.6em;
  margin-left: 1.8em;
}
.footer .meta-footer .inner .footer-nav-positioner ul li a {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 300;
}
.footer .meta-footer .inner .footer-nav-positioner ul li a:hover {
  color: #3dc1d6;
}
.footer .meta-footer .inner .footer-nav-positioner ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.footer .meta-footer .inner .logo {
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  -ms-transform: translate(0,50px);
  -o-transform: translate(0,50px);
  transform: translate(0,50px);
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
  opacity: 0;
  display: block;
  width: 8em;
  height: 6.1em;
  margin-left: -4em;
  left: 50%;
  position: relative;
}
.footer.state-active .social-footer.state-active .inner ul.social-nav li.fb {
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  transform: translate(0px,0px);
  opacity: 1;
}
.footer.state-active .social-footer.state-active .inner ul.social-nav li.gp {
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  transform: translate(0px,0px);
  opacity: 1;
}
.footer.state-active .social-footer.state-active .inner ul.social-nav li.yt {
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  transform: translate(0px,0px);
  opacity: 1;
}
.footer.state-active .info-footer.state-active .inner > div {
  opacity: 1;
}
.footer.state-active .info-footer.state-active .inner > div:nth-child(1) {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.footer.state-active .info-footer.state-active .inner > div:nth-child(2) {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.footer.state-active .info-footer.state-active .inner > div:nth-child(3) {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.footer.state-active .meta-footer.state-active .inner .footer-nav-positioner ul li {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.footer.state-active .meta-footer.state-active .inner .logo {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.home-section3 .home-section3__header p {
  font-size: 16px;
    margin-top: 26px;
    margin-bottom: 23px;
    line-height: 1.5em;
}
.home-section3 .home-section3__tabs__item span {
  font-size: 1.6em;
}
.home-section3 .home-section3__how {
  font-size: 1.8em;
}
.home-section3 .home-section3__how:hover {
  color: #ffffff;
}
.home-section3 .home-bioage {
  position: relative;
}
.home-section3 .home-bioage .home-bioage__intro {
  font-size: 1.7em;
  margin-top: 26px;
  margin-bottom: 23px;
  line-height: 1.5em;
}
.home-section3 .home-training .container .home-section3__header p {
  font-size: 1.7em;
  margin-top: 26px;
  line-height: 1.5em;
}
.home-section3 .home-training .container .home-training__content h3 {
  margin-bottom: 34px;
}
.home-section3 .home-training .container .home-training__content .home-training__item .chart {
  height: 20em;
  margin-left: auto;
  margin-right: auto;
  width: 20em;
}
.home-section3 .home-training .container .home-training__content .home-training__item canvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.svg .block.half-color-block .child-block-container .close {
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.svg .block.video-block .video .preview .play .play-btn {
  background-image: url('../images/svg/YouTube-icon-dark.svg');
}
@media (min-width: 1301px) {
  header.header {
    z-index: 200;
  }
  header.header .header__navigation .navigation li ul {
    display: block;
    max-height: 0px;
    overflow: hidden;
  }
  header.header .header__navigation .navigation li ul li {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: translateY(30px) skew(-8deg);
    -moz-transform: translateY(30px) skew(-8deg);
    -ms-transform: translateY(30px) skew(-8deg);
    -o-transform: translateY(30px) skew(-8deg);
    transform: translateY(30px) skew(-8deg);
    opacity: 0;
  }
  header.header .header__navigation .navigation li ul li:hover {
    padding-left: 1em;
    margin-left: -1em;
    width: 25em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(1):hover {
    margin-left: -1.7em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(2):hover {
    margin-left: -2.4em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(3) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(3):hover {
    margin-left: -3.1em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(4) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(4):hover {
    margin-left: -3.8em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(5):hover {
    margin-left: -4.5em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(6):hover {
    margin-left: -5.2em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(7) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(7):hover {
    margin-left: -5.9em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(8):hover {
    margin-left: -6.6em;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(9) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(9):hover {
    margin-left: -7.3em;
  }
  header.header .header__navigation .navigation li ul li:nth-child(10) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
  header.header .header__navigation .navigation li ul li:nth-child(10):hover {
    margin-left: -8em;
  }
  header.header .header__navigation .navigation li:hover {
    cursor: default;
  }
  header.header .header__navigation .navigation li:hover a {
    color: #3dc1d6;
    cursor: default;
  }
  header.header .header__navigation .navigation li:hover ul {
    display: block;
    max-height: none;
    overflow: visible;
    z-index: 199;
  }
  header.header .header__navigation .navigation li:hover ul li {
    opacity: 0;
    position: relative;
    z-index: 199;
    -webkit-transform: translateY(0px) skew(-8deg);
    -moz-transform: translateY(0px) skew(-8deg);
    -ms-transform: translateY(0px) skew(-8deg);
    -o-transform: translateY(0px) skew(-8deg);
    transform: translateY(0px) skew(-8deg);
    opacity: 1;
  }
  header.header .header__navigation .navigation li:hover ul li a {
    color: #ffffff;
  }
  header.header .header__navigation .navigation li:hover ul li:hover {
    cursor: pointer;
  }
  header.header .header__navigation .navigation li:hover ul li:hover a {
    cursor: pointer;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(1) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.25s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.25s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.25s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.25s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.25s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.25s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(2) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.4s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.4s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.4s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.4s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.4s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.4s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(3) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.55s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.55s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.55s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.55s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.55s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(4) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.7s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.7s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.7s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.7s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.7s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.7s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(5) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.85s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.85s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.85s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.85s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 0.85s, opacity .2s cubic-bezier(0, 0, 0, 1) 0.85s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(6) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1s, opacity .2s cubic-bezier(0, 0, 0, 1) 1s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1s, opacity .2s cubic-bezier(0, 0, 0, 1) 1s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1s, opacity .2s cubic-bezier(0, 0, 0, 1) 1s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(7) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.15s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.15s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.15s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.15s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.15s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.15s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(8) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.3s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.3s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.3s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.3s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.3s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.3s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(9) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.45s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.45s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.45s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.45s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.45s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.45s;
  }
  header.header .header__navigation .navigation li:hover ul li:nth-child(10) {
    -webkit-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.6s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.6s;
    -moz-transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.6s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.6s;
    transition: width .2s, margin .2s, padding .2s, transform .2s cubic-bezier(0, 0, 0, 1) 1.6s, opacity .2s cubic-bezier(0, 0, 0, 1) 1.6s;
  }
  header.header .header__navigation .navigation li.dl-back {
    display: none;
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--shop a::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0;
    top: -30px;
    width: 100%;
    line-height: 2.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: "Shop";
    padding-left: 18px;
    padding-top: 20px;
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--shop a span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--shop a:hover span {
    opacity: 0;
    -webkit-transform: translate(0,30px);
    -moz-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    -o-transform: translate(0,30px);
    transform: translate(0,30px);
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--shop a:hover::before {
    top: 0;
    opacity: 1;
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--auth a::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0;
    top: -70px;
    width: 100%;
    line-height: 2.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: "LOGIN";
    padding-left: 18px;
    padding-top: 20px;
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--auth a span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--auth a:hover span {
    opacity: 0;
    -webkit-transform: translate(0,30px);
    -moz-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    -o-transform: translate(0,30px);
    transform: translate(0,30px);
  }
  header.header .header__navigation .navigation-hl .navigation-hl__item--auth a:hover::before {
    top: 0;
    opacity: 1;
  }
  .block.half-color-block.first-block .top-container .text-column h2 {
    margin-top: 50px;
  }
}
@media (max-device-width: 1280px) {
  .block.half-color-block .top-container .column-table {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .navigation-hl {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  header.header {
    z-index: 200;
  }
  header.header .navbar-collapse {
    max-height: initial;
  }
  header.header .header__navigation .navigation {
    margin-right: 0;
    max-width: none;
  }
  header.header .header__navigation .navigation li {
    animation: none;
    background: #3dc1d6;
    opacity: 1;
  }
  header.header .header__navigation .navigation li a {
    border-top: 1px solid rgba(255,255,255,0.1);
    font-weight: bold;
    line-height: 46px;
  }
  header.header .header__navigation .navigation li a .textHover {
    display: none;
  }
  header.header .header__navigation .navigation li ul li {
    background: #3dc1d6;
    -o-transition: 0;
    -ms-transition: 0;
    -moz-transition: 0;
    -webkit-transition: 0;
    transition: 0;
  }
  header.header .header__navigation .navigation li ul li a {
    border-top: 1px solid rgba(255,255,255,0.1);
    line-height: 46px;
  }
  header.header .header__navigation .navigation li ul li.current {
    background: #34acbd;
    padding-left: 0;
    width: 100%;
  }
  header.header .header__navigation .navigation li ul li:hover {
    background: #34acbd;
  }
  header.header .header__navigation .navigation li ul li:first-child > a {
    border: none;
  }
  header.header .header__navigation .navigation li:first-child > a {
    border: none;
  }
  header.header .header__navigation .navigation li:hover {
    background: #34acbd;
  }
  header.header .header__navigation .navigation li.current {
    background: #34acbd;
    padding-left: 0;
  }
  header.header .header__navigation .navigation li.hide {
    background: #34acbd;
    display: block !important;
  }
  header.header .header__navigation .navigation li.section1 a {
    color: #ffffff;
  }
  header.header .header__navigation .navigation.dl-subview li.hide {
    display: none !important;
  }
  header.header .header__navigation .navigation.dl-subview li.hide.dl-subviewopen {
    display: block !important;
  }
  header.header .header__navigation .navigation.dl-subview li:hover {
    background: #34acbd;
  }
  header.header .header__navigation .navigation-hl {
    margin-right: 0;
    max-width: none;
  }
  header.header .header__navigation .navigation-hl li::before {
    display: none;
  }
  header.header .header__navigation .navigation-hl li::after {
    display: none;
  }
  header.header .header__navigation .navigation-hl li {
    animation: none;
    background: #3dc1d6;
    opacity: 1;
  }
  header.header .header__navigation .navigation-hl li a {
    border-top: 1px solid rgba(255,255,255,0.1);
    animation: none;
    font-weight: bold;
  }
  header.header .header__navigation .navigation-hl li a img {
    animation: none;
  }
  header.header .header__navigation .navigation-hl li ul li {
    background: #3dc1d6;
    -o-transition: 0;
    -ms-transition: 0;
    -moz-transition: 0;
    -webkit-transition: 0;
    transition: 0;
  }
  header.header .header__navigation .navigation-hl li ul li a {
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  header.header .header__navigation .navigation-hl li ul li.current {
    background: #34acbd;
    padding-left: 0;
    width: 100%;
  }
  header.header .header__navigation .navigation-hl li ul li:hover {
    background: #34acbd;
  }
  header.header .header__navigation .navigation-hl li ul li:first-child a {
    border: none;
  }
  header.header .header__navigation .navigation-hl li:first-child a {
    border: none;
  }
  header.header .header__navigation .navigation-hl li:hover {
    background: #34acbd;
  }
  header.header .header__navigation .navigation-hl li.current {
    background: #34acbd;
    padding-left: 0;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--shop {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--shop img {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--auth {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--auth img {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--auth a {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--lang {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--lang .border {
    display: none;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--lang img {
    right: inherit;
  }
  header.header .header__navigation .navigation-hl li.navigation-hl__item--lang a {
    right: inherit;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .section1.home-section3 {
    display: none;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-collapse.in {
    overflow: hidden;
  }
  .inner {
    width: calc(100% - 60px);
  }
  .partner-content-container .inner {
    width: calc(100% - 60px);
  }
  .partner-content-container .inner h1 {
    font-size: 3.15em;
  }
  .partner-content-container .inner p {
    font-size: 1.8em;
  }
  .partner-content-container .inner .btn-container .button {
    font-size: 1.6em;
  }
  .area-container .inner h2 {
    font-size: 2.5em;
  }
  .area-container .inner .column h3 {
    font-size: 3.15em;
  }
  .area-container .inner .column .text p {
    font-size: 1.8em;
  }
  #map {
    height: 55em;
  }
  #contact-map {
    height: 55em;
  }
  #contact-map .big-picture-table {
    margin-top: 0;
    top: 5em;
    width: 100%;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner {
    padding-left: 5%;
    padding-right: 5%;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner h1 {
    padding-left: 0;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner .text {
    font-size: 1.8em;
    padding-left: 0;
  }
  .contact-content-container .inner {
    width: calc(100% - 60px);
  }
  .contact-content-container .inner h1 {
    font-size: 3.15em;
  }
  .contact-content-container .inner p {
    font-size: 1.8em;
  }
  .contact-form-container fieldset {
    padding: 0 5%;
    width: 100%;
  }
  .contact-form-container fieldset .middleColumn {
    padding: 0 10em 0 13em;
    width: 90% !important;
  }
  .contact-form-container fieldset .middleColumn .select {
    width: 100%;
  }
  .contact-form-container fieldset .field.checkbox#Gesundheit {
    float: left;
    margin-left: 2em;
  }
  .contact-form-container .newsletter-check {
    width: 100%;
  }
  .headline-container h1 {
    padding: 82px 0 73px 5.25em;
  }
  .headline-container.team h1 {
    font-size: 8em;
  }
  .team-item .column.text-column .text-table .text-cell h2 {
    font-size: 4.5em;
  }
  .team-item .column.text-column .text-table .text-cell h3 {
    font-size: 2.55em;
  }
  .team-item .column.text-column .text-table .text-cell p {
    font-size: 1.8em;
  }
  .mitteilungen-container {
    padding-top: 4em;
  }
  .mitteilungen-container .inner .mitteilungs-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4em;
  }
  .mitteilungen-container .inner .mitteilungs-item .date {
    font-size: 1.8em;
  }
  .mitteilungen-container .inner .mitteilungs-item h2 {
    font-size: 3.15em;
  }
  .mitteilungen-container .inner .mitteilungs-item p {
    font-size: 1.8em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column {
    width: 75%;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container h2 {
    font-size: 4.5em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container .info-row {
    font-size: 1.8em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container p {
    font-size: 1.8em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li {
    font-size: 1.8em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li:before {
    padding-top: 3px;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li {
    font-size: 1.8em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li:before {
    padding-top: 3px;
  }
  .schulungs-container .appointment-container .headline h3 {
    font-size: 3.15em;
  }
  .schulungs-container .appointment-container .appointments .appointment .date-container .date {
    font-size: 1.8em;
    padding-top: 1.2em;
  }
  .block h1 {
    padding: 82px 0 73px 5.25em;
  }
  .block h2 {
    padding: 82px 0 73px 5.25em;
  }
  .block h3 {
    font-size: 3.15em;
  }
  .block p {
    font-size: 1.8em;
  }
  .block table td {
    font-size: 1.8em;
  }
  .block ol>li {
    font-size: 1.8em;
  }
  .block ol>li:before {
    padding-top: 3px;
  }
  .block ul>li {
    font-size: 1.8em;
  }
  .block ul>li:before {
    padding-top: 3px;
  }
  .block.half-color-block.first-block .top-container .text-column h2 {
    margin-top: 50px;
  }
  .block.half-color-block .top-container .column-table {
    width: 60%;
  }
  .block.half-color-block .top-container .column-table .column-cell .text {
    font-size: 4em;
  }
  .block.half-color-block .top-container .image-column .image {
    margin-left: -8%;
  }
  .block.half-color-block.pic-left .image-column .image {
    margin-left: 8%;
  }
  .block.video-block .inner .video iframe {
    width: 100%;
  }
  .block.video-block .inner .video .preview {
    position: relative;
    width: 100%;
  }
  .block.video-block .inner .video .preview .play {
    width: 100%;
  }
  .block.video-block .inner .video .preview img {
    width: 100%;
  }
  .block.big-picture-block.big-picture-block-textpage .big-picture-table {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
  .block.text-block .inner > *.startAnimation,
  .block.headline-container .inner > *.startAnimation,
  .block.half-block .inner > *.startAnimation,
  .block.big-picture-block .inner > *.startAnimation,
  .block.product-block .inner > *.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner > *.startAnimation.reverse,
  .block.headline-container .inner > *.startAnimation.reverse,
  .block.half-block .inner > *.startAnimation.reverse,
  .block.big-picture-block .inner > *.startAnimation.reverse,
  .block.product-block .inner > *.startAnimation.reverse {
    -webkit-animation: fadeoutdownblocks .6s ease-in-out forwards;
    -moz-animation: fadeoutdownblocks .6s ease-in-out forwards;
    animation: fadeoutdownblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner h1.startAnimation,
  .block.text-block .inner h2.startAnimation,
  .block.headline-container .inner h1.startAnimation,
  .block.headline-container .inner h2.startAnimation,
  .block.half-block .inner h1.startAnimation,
  .block.half-block .inner h2.startAnimation,
  .block.big-picture-block .inner h1.startAnimation,
  .block.big-picture-block .inner h2.startAnimation,
  .block.product-block .inner h1.startAnimation,
  .block.product-block .inner h2.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    opacity: 1;
  }
  .block.text-block .inner h1.startAnimation span.word,
  .block.text-block .inner h2.startAnimation span.word,
  .block.headline-container .inner h1.startAnimation span.word,
  .block.headline-container .inner h2.startAnimation span.word,
  .block.half-block .inner h1.startAnimation span.word,
  .block.half-block .inner h2.startAnimation span.word,
  .block.big-picture-block .inner h1.startAnimation span.word,
  .block.big-picture-block .inner h2.startAnimation span.word,
  .block.product-block .inner h1.startAnimation span.word,
  .block.product-block .inner h2.startAnimation span.word {
    display: inline;
    opacity: 0;
    padding-right: 3px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .block.text-block .inner h1.startAnimation .line1,
  .block.text-block .inner h2.startAnimation .line1,
  .block.headline-container .inner h1.startAnimation .line1,
  .block.headline-container .inner h2.startAnimation .line1,
  .block.half-block .inner h1.startAnimation .line1,
  .block.half-block .inner h2.startAnimation .line1,
  .block.big-picture-block .inner h1.startAnimation .line1,
  .block.big-picture-block .inner h2.startAnimation .line1,
  .block.product-block .inner h1.startAnimation .line1,
  .block.product-block .inner h2.startAnimation .line1 {
    -webkit-animation: fadeinleftfiftytransform .5s ease-in-out 0s forwards;
    -moz-animation: fadeinleftfiftytransform .5s ease-in-out 0s forwards;
    animation: fadeinleftfiftytransform .5s ease-in-out 0s forwards;
  }
  .block.text-block .inner h1.startAnimation .line2,
  .block.text-block .inner h2.startAnimation .line2,
  .block.headline-container .inner h1.startAnimation .line2,
  .block.headline-container .inner h2.startAnimation .line2,
  .block.half-block .inner h1.startAnimation .line2,
  .block.half-block .inner h2.startAnimation .line2,
  .block.big-picture-block .inner h1.startAnimation .line2,
  .block.big-picture-block .inner h2.startAnimation .line2,
  .block.product-block .inner h1.startAnimation .line2,
  .block.product-block .inner h2.startAnimation .line2 {
    -webkit-animation: fadeinleftfiftytransform .5s ease-in-out .3s forwards;
    -moz-animation: fadeinleftfiftytransform .5s ease-in-out .3s forwards;
    animation: fadeinleftfiftytransform .5s ease-in-out .3s forwards;
  }
  .block.text-block .inner h1.startAnimation .line3,
  .block.text-block .inner h2.startAnimation .line3,
  .block.headline-container .inner h1.startAnimation .line3,
  .block.headline-container .inner h2.startAnimation .line3,
  .block.half-block .inner h1.startAnimation .line3,
  .block.half-block .inner h2.startAnimation .line3,
  .block.big-picture-block .inner h1.startAnimation .line3,
  .block.big-picture-block .inner h2.startAnimation .line3,
  .block.product-block .inner h1.startAnimation .line3,
  .block.product-block .inner h2.startAnimation .line3 {
    -webkit-animation: fadeinleftfiftytransform .5s ease-in-out .6s forwards;
    -moz-animation: fadeinleftfiftytransform .5s ease-in-out .6s forwards;
    animation: fadeinleftfiftytransform .5s ease-in-out .6s forwards;
  }
  .block.text-block .inner h1.startAnimation.reverse,
  .block.text-block .inner h2.startAnimation.reverse,
  .block.headline-container .inner h1.startAnimation.reverse,
  .block.headline-container .inner h2.startAnimation.reverse,
  .block.half-block .inner h1.startAnimation.reverse,
  .block.half-block .inner h2.startAnimation.reverse,
  .block.big-picture-block .inner h1.startAnimation.reverse,
  .block.big-picture-block .inner h2.startAnimation.reverse,
  .block.product-block .inner h1.startAnimation.reverse,
  .block.product-block .inner h2.startAnimation.reverse {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner h1.startAnimation.reverse span.word,
  .block.text-block .inner h2.startAnimation.reverse span.word,
  .block.headline-container .inner h1.startAnimation.reverse span.word,
  .block.headline-container .inner h2.startAnimation.reverse span.word,
  .block.half-block .inner h1.startAnimation.reverse span.word,
  .block.half-block .inner h2.startAnimation.reverse span.word,
  .block.big-picture-block .inner h1.startAnimation.reverse span.word,
  .block.big-picture-block .inner h2.startAnimation.reverse span.word,
  .block.product-block .inner h1.startAnimation.reverse span.word,
  .block.product-block .inner h2.startAnimation.reverse span.word {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .block.text-block .inner h1.startAnimation.reverse .line1,
  .block.text-block .inner h2.startAnimation.reverse .line1,
  .block.headline-container .inner h1.startAnimation.reverse .line1,
  .block.headline-container .inner h2.startAnimation.reverse .line1,
  .block.half-block .inner h1.startAnimation.reverse .line1,
  .block.half-block .inner h2.startAnimation.reverse .line1,
  .block.big-picture-block .inner h1.startAnimation.reverse .line1,
  .block.big-picture-block .inner h2.startAnimation.reverse .line1,
  .block.product-block .inner h1.startAnimation.reverse .line1,
  .block.product-block .inner h2.startAnimation.reverse .line1 {
    -webkit-animation: fadeoutleftfiftytransform .5s ease-in-out .0s forwards;
    -moz-animation: fadeoutleftfiftytransform .5s ease-in-out .0s forwards;
    animation: fadeoutleftfiftytransform .5s ease-in-out .0s forwards;
  }
  .block.text-block .inner h1.startAnimation.reverse .line2,
  .block.text-block .inner h2.startAnimation.reverse .line2,
  .block.headline-container .inner h1.startAnimation.reverse .line2,
  .block.headline-container .inner h2.startAnimation.reverse .line2,
  .block.half-block .inner h1.startAnimation.reverse .line2,
  .block.half-block .inner h2.startAnimation.reverse .line2,
  .block.big-picture-block .inner h1.startAnimation.reverse .line2,
  .block.big-picture-block .inner h2.startAnimation.reverse .line2,
  .block.product-block .inner h1.startAnimation.reverse .line2,
  .block.product-block .inner h2.startAnimation.reverse .line2 {
    -webkit-animation: fadeoutleftfiftytransform .5s ease-in-out .3s forwards;
    -moz-animation: fadeoutleftfiftytransform .5s ease-in-out .3s forwards;
    animation: fadeoutleftfiftytransform .5s ease-in-out .3s forwards;
  }
  .block.text-block .inner h1.startAnimation.reverse .line3,
  .block.text-block .inner h2.startAnimation.reverse .line3,
  .block.headline-container .inner h1.startAnimation.reverse .line3,
  .block.headline-container .inner h2.startAnimation.reverse .line3,
  .block.half-block .inner h1.startAnimation.reverse .line3,
  .block.half-block .inner h2.startAnimation.reverse .line3,
  .block.big-picture-block .inner h1.startAnimation.reverse .line3,
  .block.big-picture-block .inner h2.startAnimation.reverse .line3,
  .block.product-block .inner h1.startAnimation.reverse .line3,
  .block.product-block .inner h2.startAnimation.reverse .line3 {
    -webkit-animation: fadeoutleftfiftytransform .5s ease-in-out .6s forwards;
    -moz-animation: fadeoutleftfiftytransform .5s ease-in-out .6s forwards;
    animation: fadeoutleftfiftytransform .5s ease-in-out .6s forwards;
  }
  .block.text-block .inner ul.startAnimation,
  .block.headline-container .inner ul.startAnimation,
  .block.half-block .inner ul.startAnimation,
  .block.big-picture-block .inner ul.startAnimation,
  .block.product-block .inner ul.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner table.startAnimation,
  .block.headline-container .inner table.startAnimation,
  .block.half-block .inner table.startAnimation,
  .block.big-picture-block .inner table.startAnimation,
  .block.product-block .inner table.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    opacity: 1;
  }
  .block.text-block .inner table.startAnimation tr.startAnimation,
  .block.headline-container .inner table.startAnimation tr.startAnimation,
  .block.half-block .inner table.startAnimation tr.startAnimation,
  .block.big-picture-block .inner table.startAnimation tr.startAnimation,
  .block.product-block .inner table.startAnimation tr.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .btn-container,
  .block.headline-container .inner .btn-container,
  .block.half-block .inner .btn-container,
  .block.big-picture-block .inner .btn-container,
  .block.product-block .inner .btn-container {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner .product-block-image.startAnimation,
  .block.headline-container .inner .product-block-image.startAnimation,
  .block.half-block .inner .product-block-image.startAnimation,
  .block.big-picture-block .inner .product-block-image.startAnimation,
  .block.product-block .inner .product-block-image.startAnimation {
    -webkit-animation: fadeinzoomblocks .5s ease-out forwards;
    -moz-animation: fadeinzoomblocks .5s ease-out forwards;
    animation: fadeinzoomblocks .5s ease-out forwards;
  }
  .block.text-block .inner .product-block-image.startAnimation.reverse,
  .block.headline-container .inner .product-block-image.startAnimation.reverse,
  .block.half-block .inner .product-block-image.startAnimation.reverse,
  .block.big-picture-block .inner .product-block-image.startAnimation.reverse,
  .block.product-block .inner .product-block-image.startAnimation.reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .block.text-block .inner .left > .startAnimation,
  .block.text-block .inner .right > .startAnimation,
  .block.headline-container .inner .left > .startAnimation,
  .block.headline-container .inner .right > .startAnimation,
  .block.half-block .inner .left > .startAnimation,
  .block.half-block .inner .right > .startAnimation,
  .block.big-picture-block .inner .left > .startAnimation,
  .block.big-picture-block .inner .right > .startAnimation,
  .block.product-block .inner .left > .startAnimation,
  .block.product-block .inner .right > .startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .left > .startAnimation.reverse,
  .block.text-block .inner .right > .startAnimation.reverse,
  .block.headline-container .inner .left > .startAnimation.reverse,
  .block.headline-container .inner .right > .startAnimation.reverse,
  .block.half-block .inner .left > .startAnimation.reverse,
  .block.half-block .inner .right > .startAnimation.reverse,
  .block.big-picture-block .inner .left > .startAnimation.reverse,
  .block.big-picture-block .inner .right > .startAnimation.reverse,
  .block.product-block .inner .left > .startAnimation.reverse,
  .block.product-block .inner .right > .startAnimation.reverse {
    -webkit-animation: fadeoutdownblocks .6s ease-in-out forwards;
    -moz-animation: fadeoutdownblocks .6s ease-in-out forwards;
    animation: fadeoutdownblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .left ul.startAnimation,
  .block.text-block .inner .right ul.startAnimation,
  .block.headline-container .inner .left ul.startAnimation,
  .block.headline-container .inner .right ul.startAnimation,
  .block.half-block .inner .left ul.startAnimation,
  .block.half-block .inner .right ul.startAnimation,
  .block.big-picture-block .inner .left ul.startAnimation,
  .block.big-picture-block .inner .right ul.startAnimation,
  .block.product-block .inner .left ul.startAnimation,
  .block.product-block .inner .right ul.startAnimation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.text-block .inner .left .heartbeat.visible.startAnimation,
  .block.text-block .inner .right .heartbeat.visible.startAnimation,
  .block.headline-container .inner .left .heartbeat.visible.startAnimation,
  .block.headline-container .inner .right .heartbeat.visible.startAnimation,
  .block.half-block .inner .left .heartbeat.visible.startAnimation,
  .block.half-block .inner .right .heartbeat.visible.startAnimation,
  .block.big-picture-block .inner .left .heartbeat.visible.startAnimation,
  .block.big-picture-block .inner .right .heartbeat.visible.startAnimation,
  .block.product-block .inner .left .heartbeat.visible.startAnimation,
  .block.product-block .inner .right .heartbeat.visible.startAnimation {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
  .block.text-block .inner .left .image-cell.startAnimation img,
  .block.text-block .inner .right .image-cell.startAnimation img,
  .block.headline-container .inner .left .image-cell.startAnimation img,
  .block.headline-container .inner .right .image-cell.startAnimation img,
  .block.half-block .inner .left .image-cell.startAnimation img,
  .block.half-block .inner .right .image-cell.startAnimation img,
  .block.big-picture-block .inner .left .image-cell.startAnimation img,
  .block.big-picture-block .inner .right .image-cell.startAnimation img,
  .block.product-block .inner .left .image-cell.startAnimation img,
  .block.product-block .inner .right .image-cell.startAnimation img {
    -webkit-animation: fadeinupblocks .6s ease-in-out forwards;
    -moz-animation: fadeinupblocks .6s ease-in-out forwards;
    animation: fadeinupblocks .6s ease-in-out forwards;
  }
}
@media (max-width: 1250px) {
  .footer {
    height: auto !important;
  }
}
@media (max-width: 1155px) {
  .schulungs-container .schulungs-item .schulung-top .column.text-column {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  #page-transition-container {
    display: none !important;
  }
  header .logo {
    margin-left: 30px;
  }
  #sub-nav {
    display: none;
  }
  .footer {
    width: 100%;
  }
  .footer .inner {
    float: left;
    padding: 0 5%;
    width: 100%;
  }
  .footer .info-footer .inner {
    text-align: center;
  }
  .footer .info-footer .inner .logos {
    margin: 4em 0 0;
  }
  .footer .info-footer .inner .logos span {
    left: 50%;
    margin-left: -5.5em;
  }
  .footer .info-footer .inner .newsletter-box {
    float: left;
    margin-top: 6em;
    position: relative;
    text-align: center;
  }
  .footer .info-footer .inner .newsletter-box p {
    float: none;
    text-align: center;
    width: 100%;
  }
  .footer .info-footer .inner .newsletter-box form {
    float: none;
    left: 50%;
    margin-left: -13.55em;
    position: relative;
  }
  .footer .meta-footer {
    padding: 4em 0 4em 0;
  }
  .footer .meta-footer .inner .footer-nav-positioner {
    float: left;
    left: 0;
    margin-bottom: 4em;
    width: 100%;
  }
  .footer .meta-footer .inner .footer-nav-positioner ul {
    left: 0;
  }
  .footer .meta-footer .inner .footer-nav-positioner ul li {
    border: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .footer .fadeInUpSpecial {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .headline-container {
    overflow: hidden;
  }
  .headline-container h1 {
    padding: 60px 0 63px 0;
  }
  .headline-container.first-block {
    padding-top: 0;
  }
  .headline-container.team h1 {
    font-size: 7.5em;
    padding: 60px 0 63px 0;
  }
  .team-item .column.text-column .text-table .text-cell {
    padding-left: 4em;
  }
  .team-item .column.text-column .text-table .text-cell h2 {
    font-size: 3.75em;
  }
  .team-item .column.text-column .text-table .text-cell h3 {
    font-size: 2.1em;
  }
  .team-item .column.text-column .text-table .text-cell p {
    font-size: 1.6em;
  }
  #contact-map {
    height: 40em;
  }
  #contact-map .big-picture-table {
    height: 40em;
    margin-top: 0;
    top: 0;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner h1 {
    font-size: 7em;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner .text {
    font-size: 1.6em;
  }
  .contact-content-container .inner h1 {
    font-size: 2.7em;
  }
  .contact-content-container .inner p {
    font-size: 1.6em;
  }
  .contact-form-container fieldset .middleColumn {
    padding: 0 5em 0 13em;
  }
  .mitteilungen-container .inner .mitteilungs-item .date {
    font-size: 1.6em;
  }
  .mitteilungen-container .inner .mitteilungs-item h2 {
    font-size: 2.7em;
  }
  .mitteilungen-container .inner .mitteilungs-item p {
    font-size: 1.6em;
  }
  #map {
    height: 40em;
  }
  .partner-content-container .inner h1 {
    font-size: 2.7em;
  }
  .partner-content-container .inner p {
    font-size: 1.6em;
  }
  .partner-content-container .inner .btn-container .button {
    font-size: 1.6em;
  }
  .area-container .inner h2 {
    font-size: 2.25em;
  }
  .area-container .inner .column h3 {
    font-size: 2.7em;
  }
  .area-container .inner .column .text p {
    font-size: 1.6em;
  }
  .area-container .inner .column.even {
    padding-left: 0;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container h2 {
    font-size: 4em;
    line-height: 0.75em;
    margin-bottom: 0.3em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container .info-row {
    font-size: 1.6em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container p {
    font-size: 1.6em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li {
    font-size: 1.6em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ol>li:before {
    padding-top: 1px;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li {
    font-size: 1.6em;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container ul>li:before {
    padding-top: 1px;
  }
  .schulungs-container .schulungs-item .appointment-container .headline {
    float: right;
    margin-bottom: 2em;
    width: 58.5em;
  }
  .schulungs-container .schulungs-item .appointment-container .headline h3 {
    font-size: 2.7em;
  }
  .schulungs-container .schulungs-item .appointment-container .appointments .appointment .date-container .date {
    font-size: 1.6em;
    padding-top: 1.5em;
  }
  .schulungs-container .schulungs-item.odd .appointment-container .headline {
    float: right;
  }
  .block h1 {
    padding: 60px 0 63px 0;
  }
  .block h2 {
    padding: 60px 0 63px 0;
  }
  .block h3 {
    font-size: 2.7em;
  }
  .block p {
    font-size: 1.6em;
  }
  .block table td {
    font-size: 1.6em;
  }
  .block ol>li {
    font-size: 1.6em;
  }
  .block ol>li:before {
    padding-top: 1px;
  }
  .block ul>li {
    font-size: 1.6em;
  }
  .block ul>li:before {
    padding-top: 1px;
  }
  .block.first-block {
    padding-top: 0;
  }
  .block.big-picture-block {
    height: 50em;
  }
  .block.big-picture-block .big-picture-table {
    margin-top: 0;
  }
  .block.big-picture-block .big-picture-table .big-picture-cell .positioner {
    padding: 0 30px;
  }
  .block.big-picture-block .big-picture-table .big-picture-cell .positioner h1 {
    padding-left: 0;
  }
  .block.big-picture-block .big-picture-table .big-picture-cell .positioner .text {
    padding-left: 0;
    margin-left: 0;
  }
  .block.big-picture-block.big-picture-block-textpage .big-picture-cell .positioner {
    padding: 0 5%;
  }
  .block.video-block .video {
    left: inherit;
    padding-left: 0;
    padding-right: 0;
    right: inherit;
  }
  .block.video-block .video h2 {
    font-size: 3.15em;
  }
  .block.video-block .video .duration {
    font-size: 1.8em;
  }
  .block.video-block .video p {
    font-size: 1.8em;
  }
  .block.half-color-block .top-container .column-table {
    left: 0 !important;
    margin: 0 !important;
    padding: 0 5em;
    width: 100%;
  }
  .block.half-color-block .top-container .column-table .column-cell .text {
    font-size: 4em;
    text-align: left;
  }
  .block.half-color-block .top-container .darkener {
    background: rgba(0,0,0,0.35);
    height: 100%;
    position: absolute;
    top: 0;
    width: 55%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    transform: skew(-8deg);
    z-index: 20;
  }
  .block.half-color-block .top-container .animation-block {
    margin: 0;
    z-index: 19;
  }
  .block.half-color-block.pic-right .top-container .column-table {
    left: 0;
    margin: 0;
    padding: 0 5em;
    right: initial;
    width: 100%;
  }
  .block.half-color-block.pic-right .top-container .column-table .column-cell .text {
    font-size: 4em;
  }
  .block.half-color-block.pic-right .top-container .darkener {
    margin-right: 2px;
    right: -5%;
  }
  .block.half-color-block.pic-right .top-container .animation-block .ipad {
    margin-left: -14.5em;
  }
  .block.half-color-block.pic-right .top-container .animation-block .iphone {
    margin-left: -14.5em;
  }
  .block.half-color-block.pic-left .top-container .darkener {
    left: -5%;
    margin-left: 2px;
  }
  .block.half-color-block.pic-left .top-container .animation-block .ipad {
    margin-right: -14.5em;
  }
  .block.half-color-block.pic-left .top-container .animation-block .iphone {
    margin-right: -14.5em;
  }
  .block.half-color-block.special-image .top-container .darkener {
    margin: 0;
    margin-right: 2px;
  }
}
@media (max-width: 980px) {
  .schulungs-container .schulungs-item .schulung-top .column.text-column {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .block.video-block .video {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 880px) {
  .schulungs-container .schulungs-item .schulung-top .column.text-column {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  header.header .header__navigation .navigation li a {
    line-height: 60px;
  }
  header.header .header__navigation .navigation li a:after {
    line-height: 60px;
  }
  .navigation-hl__icon-shop,
  .navigation-hl__icon-auth {
    top: 25px;
  }
  header.header .header__navigation .navigation li ul li a {
    line-height: 60px;
  }
  header.header .header__navigation .navigation li ul li a:after {
    line-height: 60px;
  }
  .dl-submenu li.dl-back:after,
  .dl-menu li.dl-back:after {
    line-height: 60px;
  }
  .block.half-block .inner .left {
    padding-right: 15px !important;
  }
}
@media (max-width: 500px) {
  .block.half-color-block .top-container .text-column h2 {
    font-size: 2em !important;
  }
  .block.product-block .inner .product-block-image {
    width: 600px !important;
  }
  .block.half-color-block .top-container .text-column .btn-container {
    bottom: 40px !important;
  }
  .block.half-color-block .top-container .column-table {
    padding-top: 63px !important;
  }
}
@media (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
  }
  header .logo {
    margin-left: 20px;
  }
  .navbar-toggle {
    padding: 10px;
  }
  .block.half-color-block .child-block-container {
    margin-top: 55px;
  }
  .headline-container .inner h1 {
    font-size: 4em;
    padding: 40px 0 43px 0;
    width: 100%;
  }
  * {
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
  .home-section4 {
    overflow: hidden !important;
  }
  .fadeInUp {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInUpSpecial {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInUpSpecial {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInDownSpecial {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInLeft {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInLeftSpecial {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInRightSpecial {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #map {
    display: none;
  }
  .team-item {
    height: auto;
  }
  .team-item .column {
    height: auto;
    width: 100%;
  }
  .team-item .column.image-column-mobile {
    display: block;
    float: left;
    height: auto;
  }
  .team-item .column.image-column-mobile img {
    width: 100%;
  }
  .team-item .column.text-column {
    background: #3dc1d6;
    padding: 4em 5%;
  }
  .team-item .column.text-column .text-table .text-cell {
    padding: 0;
  }
  .team-item .column .btn-container {
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
  }
  .team-item .bg {
    display: none;
  }
  .footer .info-footer .inner .logos {
    margin: 4em 0 0;
  }
  .schulungs-container .schulungs-item .bg {
    width: 100%;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column {
    padding-right: 0;
    padding-left: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    width: 100%;
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
  .schulungs-container .schulungs-item .schulung-top .column.text-column .text-container p {
    text-align: left !important;
  }
  .schulungs-container .schulungs-item .schulung-top .column.image-column {
    display: none;
  }
  .schulungs-container .schulungs-item .appointment-container {
    margin-right: 0;
    width: 100%;
  }
  .schulungs-container .schulungs-item .appointment-container .headline {
    width: 100%;
  }
  .schulungs-container .schulungs-item .appointment-container .appointments {
    width: 100%;
  }
  .schulungs-container .schulungs-item .appointment-container .appointments .appointment .date-container {
    padding-right: 2em;
    width: 22em;
  }
  .schulungs-container .schulungs-item .appointment-container .appointments .appointment .date-container .date {
    padding-top: 0.8em;
  }
  .schulungs-container .schulungs-item .appointment-container .appointments .appointment .date-container .date span {
    display: block;
  }
  .block h1 {
    font-size: 4em;
    padding: 40px 0 43px 0;
    width: 100%;
  }
  .block h1 span.word {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
  .block h2 {
    font-size: 4em;
    padding: 40px 0 43px 0;
  }
  .block h2 span.word {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
  .block p {
    text-align: left;
  }
  .block table {
    overflow-x: auto;
    display: block;
  }
  .block.animation-block .heartbeat {
    width: 96%;
  }
  .block.half-block .inner .left {
    padding: 0;
  }
  .block.half-block .inner .left > * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.half-block .inner .right {
    padding: 0;
  }
  .block.half-block .inner .right > * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.half-block .inner .full-col > * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.half-block .inner .image-col {
    height: auto !important;
  }
  .block.half-block .inner .image-col .image-cell {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.half-block .inner .image-col .image-cell img {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
  }
  .block.half-block .inner .image-col .image-cell .startAnimation img {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
  }
  .block.half-block .inner .full-col h2 {
    padding-bottom: 0;
  }
  .block.half-block .inner .full-col h2 span.word {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
  .block.text-block .inner > * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.text-block .inner > * h1 span.word {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
  .block.headline-container .inner > * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.product-block {
    background-size: contain;
    height: 48em;
  }
  .block.product-block .inner .product-logo {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.product-block .inner .product-block-image {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
    width: 900px;
    margin-top: 1em;
  }
  .block.product-block .inner h2 {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
    margin-top: 1.5em;
  }
  .block.product-block .inner h2 span.word {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
  .block.product-block .inner .btn-container {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.product-block .inner .btn-container .btn--bordered,
  .block.product-block .inner .btn-container .btn--bordered.startAnimation {
    -webkit-transform: translate(0,0px) skew(0deg);
    -moz-transform: translate(0,0px) skew(0deg);
    -ms-transform: translate(0,0px) skew(0deg);
    -o-transform: translate(0,0px) skew(0deg);
    transform: translate(0,0px) skew(0deg);
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.product-block .inner .btn-container .btn--bordered svg .shape,
  .block.product-block .inner .btn-container .btn--bordered.startAnimation svg .shape {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.product-block .inner .btn-container .btn--bordered .textContainer,
  .block.product-block .inner .btn-container .btn--bordered.startAnimation .textContainer {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.product-block .inner .btn-container .btn--bordered .textContainer .text,
  .block.product-block .inner .btn-container .btn--bordered .textContainer .text2,
  .block.product-block .inner .btn-container .btn--bordered.startAnimation .textContainer .text,
  .block.product-block .inner .btn-container .btn--bordered.startAnimation .textContainer .text2 {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.product-block .inner .btn-container .btn--bordered .hoverBg,
  .block.product-block .inner .btn-container .btn--bordered.startAnimation .hoverBg {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.video-block .video {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .block.video-block .video h2 {
    font-size: 2.7em;
    opacity: 1;
  }
  .block.video-block .video .duration {
    font-size: 1.6em;
    opacity: 1;
  }
  .block.video-block .video .video-text {
    opacity: 1;
  }
  .block.video-block .video .video-text p {
    font-size: 1.6em;
  }
  .block.button-block .btn--bordered,
  .block.button-block .btn--bordered.startAnimation {
    -webkit-transform: translate(0,0px) skew(0deg);
    -moz-transform: translate(0,0px) skew(0deg);
    -ms-transform: translate(0,0px) skew(0deg);
    -o-transform: translate(0,0px) skew(0deg);
    transform: translate(0,0px) skew(0deg);
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.button-block .btn--bordered svg .shape,
  .block.button-block .btn--bordered.startAnimation svg .shape {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .block.button-block .btn--bordered .textContainer,
  .block.button-block .btn--bordered.startAnimation .textContainer {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 1;
  }
  .block.button-block .btn--bordered .textContainer .text,
  .block.button-block .btn--bordered.startAnimation .textContainer .text {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 1;
  }
  .block.button-block .btn--bordered .hoverBg,
  .block.button-block .btn--bordered.startAnimation .hoverBg {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.big-picture-block .inner > * {
    opacity: 1;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .block.big-picture-block.alone {
    height: 30em;
  }
  .block.big-picture-block.alone .bg {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .block.big-picture-block.alone .big-picture-table {
    height: 27em;
    margin-top: 11em;
    position: relative;
    padding-top: 9em;
    padding-top: 1em;
    width: 100%;
  }
  .block.big-picture-block.alone .big-picture-table .big-picture-cell {
    display: block;
    padding-top: 60px;
    position: relative;
  }
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner {
    padding: 0 20px;
  }
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner h1 {
    font-size: 4.5em;
    line-height: 0.75em;
  }
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner h1 span.line1,
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner h1 span.line2,
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner h1 span.line3 {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    opacity: 1;
    -webkit-transform: translate(20px,0);
    -moz-transform: translate(20px,0);
    -ms-transform: translate(20px,0);
    -o-transform: translate(20px,0);
    transform: translate(20px,0);
  }
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner .text {
    font-size: 1.6em;
    margin-left: 0;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform: translate(0%,0);
    -moz-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    -o-transform: translate(0%,0);
    transform: translate(0%,0);
    opacity: 1;
  }
  .block.team-item .column.text-column h2 {
    display: none;
  }
  .block.team-item .column.text-column .text-table .text-cell {
    padding-left: 0 !important;
  }
  .block.team-item .column.text-column .text-table .text-cell h3 {
    font-size: 3.75em;
  }
  .block.team-item .column.text-column .text-table .text-cell .position {
    font-size: 2.1em;
  }
  .block.product-comparison-block .child-block-container {
    background: #edefee;
    display: block;
    left: 0;
    margin-top: 55px;
    opacity: 200;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .block.product-comparison-block .child-block-container .table-container {
    float: left;
    height: 30em;
    overflow-x: scroll;
    overflow-y: auto;
    width: 100%;
    z-index: 500;
  }
  .block.product-comparison-block .child-block-container .table-container table {
    height: 100%;
  }
  .block.product-comparison-block .child-block-container .table-container ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .block.product-comparison-block .child-block-container .table-container ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
  }
  .block.product-comparison-block .btn-close,
  .block.product-comparison-block .btn-close.fixed {
    position: fixed;
    right: 3em;
    top: 9em;
  }
  .block.product-comparison-block .top-container {
    padding-bottom: 0;
  }
  .block.product-comparison-block .top-container .btn-container {
    float: left;
  }
  .block.product-comparison-block .top-container .btn-container.btn-container-compare {
    margin-top: 4em;
  }
  .block.half-color-block .child-block-container {
    background: #edefee;
    display: block;
    left: 0;
    margin-top: 55px;
    opacity: 200;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .block.half-color-block .child-block-container .table-container {
    background: #ff0000;
    float: left;
    height: 20em;
    overflow: auto;
    width: 100%;
  }
  .block.half-color-block .top-container {
    float: left;
    height: auto;
  }
  .block.half-color-block .top-container .darkener {
    display: block;
    right: initial;
    left: 0 !important;
    width: 100%;
    height: 40em;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
  .block.half-color-block .top-container .image-column {
    display: none;
  }
  .block.half-color-block .top-container .colour-column {
    display: none;
  }
  .block.half-color-block .top-container .special-image-block {
    display: none;
  }
  .block.half-color-block .top-container .image-mobile-column {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    float: left;
    width: 100%;
    height: 28em;
    display: none;
  }
  .block.half-color-block .top-container .text-column {
    float: left;
    left: 0;
    margin-top: 0 !important;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 40;
  }
  .block.half-color-block .top-container .text-column h2 {
    text-align: left !important;
    float: left !important;
    font-size: 2.4em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .block.half-color-block .top-container .text-column .btn-container {
    left: 5% !important;
    right: initial !important;
  }
  .block.half-color-block .top-container .text-column .btn-container .btn--bordered.btn--bordered-white,
  .block.half-color-block .top-container .text-column .btn-container .btn--bordered.btn--bordered-white.startAnimation {
    -webkit-transform: translate(0,0px) skew(0deg);
    -moz-transform: translate(0,0px) skew(0deg);
    -ms-transform: translate(0,0px) skew(0deg);
    -o-transform: translate(0,0px) skew(0deg);
    transform: translate(0,0px) skew(0deg);
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .block.half-color-block .top-container .column-table {
    float: left;
    height: auto;
    padding-left: 5% !important;
    padding-right: 5% !important;
    position: relative;
    z-index: 30;
    padding-top: 63px !important;
  }
  .block.half-color-block .top-container .animation-block {
    left: 0;
    height: 28em;
    top: 0;
  }
  .block.half-color-block .top-container .animation-block .ipad {
    margin-left: 0 !important;
  }
  .block.half-color-block .top-container .animation-block .iphone {
    margin-left: 0 !important;
  }
  .block.half-color-block .btn-close,
  .block.half-color-block .btn-close.fixed {
    position: fixed;
    right: 3em;
    top: 9em;
  }
  .block.half-color-block.pic-right .top-container .column-table {
    background: #3dc1d6;
    padding-top: 4em;
    padding-bottom: 10em;
  }
  .block.half-color-block.pic-right .top-container .column-table .column-cell .text {
    font-size: 2.7em;
  }
  .block.half-color-block.pic-left .top-container .column-table {
    background: #22252e;
    padding-top: 4em;
    padding-bottom: 10em;
  }
  .block.half-color-block.pic-left .top-container .column-table .column-cell .text {
    font-size: 2.7em;
  }
  .block.half-color-block.special-animation .top-container .image-mobile-column {
    height: 28em;
  }
  .block.half-color-block.special-animation .top-container .image-mobile-column img {
    height: 100%;
    width: 100%;
  }
  .block.half-color-block.special-animation .top-container .animation-block {
    z-index: 20;
  }
  .block.half-color-block.special-animation .top-container .animation-block div {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    transform: translate(0,0) !important;
  }
  .block.half-color-block.special-animation .top-container .darkener {
    z-index: 21;
  }
  .block.half-color-block.special-image .top-container .image-mobile-column {
    text-align: center;
  }
  .block.half-color-block.special-image .top-container .image-mobile-column img {
    margin-top: 5%;
    height: 80%;
  }
  .block.half-color-block.no-children.pic-right .top-container .column-table {
    padding-bottom: 4em;
  }
  .block.half-color-block.no-children.pic-left .top-container .column-table {
    padding-bottom: 4em;
  }
  .block.half-color-block.half-color-block.first-block .top-container .text-column h2 {
    margin-top: 0;
  }
  .contact-form-container fieldset .field label {
    font-size: 2.7em !important;
    margin-bottom: 0.5em !important;
    padding-top: 0 !important;
    position: relative !important;
  }
  .contact-form-container fieldset .field.textarea .middleColumn {
    padding: 3em !important;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
  .contact-form-container fieldset .field.textarea .middleColumn textarea {
    height: 15em;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
  .contact-form-container fieldset .field.text .middleColumn {
    overflow: hidden;
    padding-bottom: 0.1em;
  }
  .contact-form-container fieldset .field.text .middleColumn input {
    font-size: 1.6em;
    height: 2.6em;
  }
  .contact-form-container fieldset .field.dropdown .middleColumn {
    padding-bottom: 0.1em;
    height: 48px;
  }
  .contact-form-container fieldset .field.dropdown .middleColumn select {
    font-size: 1.6em;
    height: 2.5em;
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    -o-transform: skew(8deg);
    transform: skew(8deg);
  }
  .contact-form-container fieldset .field.dropdown .middleColumn .select-styled {
    font-size: 16px;
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    -o-transform: skew(8deg);
    transform: skew(8deg);
    height: 42px;
    background: url('../images/arrow_dropdown.png') no-repeat right 1.2em #ffffff;
    padding: 0.7em 0;
  }
  .contact-form-container fieldset .field.dropdown .middleColumn .select-options {
    top: 42px;
  }
  .contact-form-container fieldset .field.dropdown .middleColumn .select-options li {
    font-size: 16px;
  }
  .contact-form-container fieldset .middleColumn {
    padding: 0 3em 0 3em !important;
    width: 100% !important;
  }
  .contact-form-container fieldset #Gesundheit {
    clear: left;
    float: left !important;
    margin-left: 0 !important;
  }
  .contact-form-container fieldset #Gesundheit label {
    font-size: 1.6em !important;
    padding: 0.5em 0 0.6em 4em !important;
  }
  .contact-form-container fieldset #Sport {
    margin-bottom: 0;
  }
  .contact-form-container fieldset #Sport label {
    font-size: 1.6em !important;
    padding: 0.5em 0 0.6em 4em !important;
  }
  .contact-form-container .newsletter-check {
    font-size: 1.6em;
    width: 100%;
  }
  .contact-form-container .Actions button span {
    font-size: 3em;
  }
  #contact-map {
    height: auto;
  }
  #contact-map .big-picture-table {
    height: auto;
    position: relative;
  }
  #contact-map .big-picture-table .big-picture-cell {
    display: block;
    padding-top: 60px;
    position: relative;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner h1 {
    font-size: 4em;
  }
  #contact-map .big-picture-table .big-picture-cell .positioner .text {
    width: 100%;
  }
  .contact-content-container .inner .text {
    text-align: left;
  }
  .footer .social-footer .inner ul.social-nav li.fb,
  .footer .social-footer .inner ul.social-nav li.gp,
  .footer .social-footer .inner ul.social-nav li.yt,
  .footer.state-active .social-footer .inner ul.social-nav li.fb,
  .footer.state-active .social-footer .inner ul.social-nav li.gp,
  .footer.state-active .social-footer .inner ul.social-nav li.yt {
    opacity: 1 !important;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .footer .info-footer .inner > div,
  .footer.state-active .info-footer .inner > div {
    opacity: 1 !important;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .footer .meta-footer .inner .footer-nav-positioner ul li,
  .footer .meta-footer .inner .footer-nav-positioner .logo,
  .footer.state-active .meta-footer .inner .footer-nav-positioner ul li,
  .footer.state-active .meta-footer .inner .footer-nav-positioner .logo {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
@media (max-width: 400px) {
  .block.big-picture-block.alone {
    height: 23em;
  }
  .block.big-picture-block.alone .big-picture-table {
    height: 25em;
    margin-top: 7em;
    width: 100%;
  }
  .block.big-picture-block.alone .big-picture-table .big-picture-cell .positioner .text {
    max-width: 100%;
  }
  .block.half-color-block .top-container .image-mobile-column {
    height: 18em;
  }
  .block.half-color-block .top-container .animation-block {
    height: 18em;
  }
  .block.half-color-block.special-animation .top-container .image-mobile-column {
    height: 18em;
  }
  .schulungs-container .schulungs-item .appointment-container .appointments .appointment .date-container {
    width: 16em;
  }
}
@media (max-height: 768px) {
  .home-section3 .home-section3__how {
    top: 127px;
  }
  .home-section3 .home-heartrate .home-section3__header {
    padding-top: 125px;
  }
  .home-section3 .home-heartrate .home-section3__header h2 {
    font-size: 60px;
  }
  .home-section3 .home-training .home-section3__header {
    padding-top: 125px;
  }
  .home-section3 .home-training .home-section3__header h2 {
    font-size: 60px;
  }
  .home-section3 .home-training .container .home-training__content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home-section3 .home-training .container .home-training__content p {
    font-size: 18px;
    margin-top: 20px;
  }
  .home-section3 .home-bioage .home-section3__header {
    padding-top: 125px;
  }
  .home-section3 .home-bioage .home-section3__header h2 {
    font-size: 60px;
  }
}
@media (max-height: 700px) {
  .home-section3 .home-section3__how {
    top: 107px;
  }
  .home-section3 .home-heartrate .home-section3__header {
    padding-top: 105px;
  }
  .home-section3 .home-heartrate .home-section3__header h2 {
    font-size: 50px;
  }
  .home-section3 .home-heartrate .middle-container .home-heartrate__headline {
    font-size: 30px;
  }
  .home-section3 .home-heartrate .col-50 ul {
    font-size: 20px;
    margin-top: 0;
  }
  .home-section3 .home-bioage .home-section3__header {
    padding-top: 105px;
  }
  .home-section3 .home-bioage .home-section3__header h2 {
    font-size: 50px;
  }
  .home-section3 .home-training .home-section3__header {
    padding-top: 105px;
  }
  .home-section3 .home-training .home-section3__header h2 {
    font-size: 50px;
  }
  .home-section3 .home-training .home-training__content .home-training__item h3 {
    font-size: 18px;
  }
  .home-section3 .home-training .home-training__content .home-training__item p {
    font-size: 18px;
    margin-top: 10px;
  }
  .home-section3 .home-training .home-training__content .home-training__item canvas {
    margin-top: 10px;
  }
  .home-section3 .home-section3__tabs {
    bottom: 25px;
  }
}
