/**** ALVEO SPORT VARIABELS  ****/
/**** ALVEO SPORT COLORS  ****/
html {
  height: 100%;
}
html dis .mmenu-toggle {
  cursor: pointer;
}
html #mmenu {
  height: 100vh;
}
html #mmenu .mm-panels > .mm-panel {
  padding: 0 50px;
}
html #mmenu .mm-listview {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
html #mmenu ul li a {
  font-size: 1.2rem;
}
html #mmenu .lang {
  top: 0;
  transition: none;
  transform: none;
  margin-top: 50px;
  text-align: center;
}
html #mmenu .lang li {
  display: inline-block;
  border-top: 0px;
  border-bottom: 0px;
  text-transform: uppercase;
}
html #mmenu .lang li a {
  padding: 0;
  color: #fff;
  font-weight: 300;
  margin-right: 18px;
}
html #mmenu .lang li a.active {
  color: #0095db;
}
html #mmenu .lang li:after {
  border-bottom: 0px;
  color: #fff;
  content: " / ";
}
html #mmenu .lang li:last-child:after {
  content: none;
}
.responsivebtnclose {
  opacity: 0;
  display: block;
  color: #0095db;
  position: fixed;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 30px;
  z-index: 11;
  left: 10px;
}
.responsivebtnclose .closebtn {
  width: 20px;
}
.mm-opening .responsivebtnclose {
  opacity: 1;
}
body {
  min-height: 100vh;
  overflow-y: scroll !important;
  overflow: -moz-scrollbars-vertical !important;
  font-family: 'Roboto', sans-serif;
  background-color: #FFFFFF;
  color: #000;
  font-size: 0.9rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  /**** TYPO LESS ****/
  /***** FANCY 3D DESIGN ****/
  /*** PADDINGS AND MARGINS LESS ***/
  /***** MAGNIFIC VIDEO LESS ****/
  /****  BUTTONS DESIGN LESS*****/
  /**** SPECIFIC AREA LESS ****/
  /** Animations CONTENT  **/
  /*** NORMAL CONTENT ***/
}
body a {
  color: #0095db;
  cursor: pointer;
}
body a:hover {
  color: #272727;
  text-decoration: none;
}
body h1 {
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 1px 19px #000;
}
body h2 {
  font-size: 30px;
  font-weight: 300;
}
body h3 {
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
body h3 > a[id] {
  position: absolute;
  top: -100px;
}
body h4 {
  font-weight: 300;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1rem;
}
body .bluecolor {
  color: #0095db;
}
body .introfont {
  font-size: 1.5rem;
}
body b,
body strong {
  font-weight: bold;
}
body img {
  width: 100%;
}
body .flexcenter {
  align-items: center;
  justify-content: center;
}
body .f1_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 320px;
  z-index: 1;
}
body .f1_container img {
  width: 100%;
  height: 100%;
}

  body .f1_container > div.readmore,
  body .f2_container > div.readmore {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
    transform: rotateY(0deg);
  }
  body .f1_container > div.readmore .face.front,
  body .f2_container > div.readmore .face.front {
    z-index: 5;
  }
  body .f1_container > div.readmore .face.back,
  body .f2_container > div.readmore .face.back,
  body .f1_container > div.readmore .face.front,
  body .f2_container > div.readmore .face.front {
    opacity: 1 !important;
    transition: none;
  }
  body .f1_container > div.readmore:hover,
  body .f2_container > div.readmore:hover {
    transform: rotateY(180deg);
  }
  body .f1_container > div.readmore .face.back,
  body .f2_container > div.readmore .face.back {
    transform: rotateY(180deg);
    z-index: 10;
  }

body .f1_card {
  width: 100%;
  height: 100%;
  opacity: 1;
}
body .readmore:hover .front {
  opacity: 0;
}
body .readmore:hover .back {
  opacity: 1 !important;
}
body .face {
  transition: all 1.0s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px;
}
body .face a {
  font-weight: bold;
}
body .face .icon {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  vertical-align: unset;
}
body .face.back {
  opacity: 0;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #0095db;
}
body .f2_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 235px;
  z-index: 1;
}
body .f2_container img {
  width: 100%;
  height: 100%;
}
body .f2_card {
  width: 100%;
  height: 100%;
}
body .pimcore_area_content {
  padding: 30px 0px;
}
body .pimcore_area_text {
  padding: 0px;
  max-width: 920px;
  margin: 0 auto;
}
body .mfp-bg {
  background: #414F5D;
}
body .mfp-iframe-holder .mfp-close {
  position: absolute;
  bottom: -80px;
  top: inherit !important;
  padding-right: 0 !important;
  opacity: 1;
  width: 140px;
  padding: 2px;
  left: 50%;
  margin-left: -35px;
}
body .btn-primary {
  background-color: #0095db;
  border-bottom: 5px solid #008ACB;
  padding: 3px 20px;
  padding-top: 8px;
  margin-top: 20px;
  font-weight: bold;
}
body .btn-primary:hover {
  border-bottom: 5px solid #008ACB;
  text-decoration: none;
  background-color: #0095db;
}
body .btn-secondary {
  background-color: #fff;
  border-bottom: 5px solid #E6ECF0;
  text-align: center !important;
  font-weight: bold;
  color: #0095db !important;
  font-size: 0.9rem;
  padding: 5px 30px;
  margin-top: 15px;
}
body .btn-secondary:hover {
  border-bottom: 5px solid #E6ECF0;
  text-decoration: none;
  background-color: #fff;
}
body .btn-secondary.hvr-bounce-to-top:before {
  background: #E6ECF0;
}
body .hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
body .hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008ACB;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body .hvr-bounce-to-top:hover,
body .hvr-bounce-to-top:focus,
body .hvr-bounce-to-top:active {
  color: white;
}
body .hvr-bounce-to-top:hover:before,
body .hvr-bounce-to-top:focus:before,
body .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
body .bx-wrapper .bx-viewport {
  box-shadow: 0px 0px 0px 0px;
  border: 0;
}
body .pimcore_area_productproperties .container {
  padding-left: 0px;
}
body .pimcore_area_productproperties .container table {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #272727;
}
body .pimcore_area_productproperties .container table tr {
  border-bottom: 1px solid #272727;
}
body .pimcore_area_productproperties .container table tr td {
  padding: 5px 20px;
}
body .pimcore_area_productproperties .container table tr td:first-child {
  font-weight: bold;
  background-color: #E9F1F8;
}
body .pimcore_area_productselector {
  background-color: #E9F1F8;
}
body .pimcore_area_productselector table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #272727;
  border-right: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
body .pimcore_area_productselector table tr {
  border-bottom: 1px solid #272727;
}
body .pimcore_area_productselector table tr td {
  border-right: 1px solid #272727;
  padding: 5px;
  text-align: center;
  background-color: #0095db;
  color: #fff;
}
body .pimcore_area_productselector table tr td:empty {
  background-color: #E9F1F8;
}
body .pimcore_area_productselector table tr td:first-child {
  text-align: left;
  padding-left: 0px;
  background-color: #E9F1F8;
  color: #272727;
}
body .pimcore_area_productselector table tr:first-child {
  border-bottom: 2px solid #272727;
}
body .pimcore_area_productselector table tr:first-child td {
  background-color: #E9F1F8;
  color: #272727;
}
body .pimcore_area_productselector span {
  font-size: 0.7rem;
}
body .pimcore_area_news .newsgrid {
  padding-bottom: 0px !important;
}
body .pimcore_area_news .newsgrid .box {
  padding: 0;
}
body .pimcore_area_news .newsgrid .box .face.front {
  background-color: #E9F1F7;
}
body .pimcore_area_news .newsgrid .box a.readmore {
  position: absolute;
  bottom: 20px;
}
body .pimcore_area_nineboxes h3 {
  text-align: center;
  font-size: 1.23rem;
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 30px;
}
body .pimcore_area_nineboxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .pimcore_area_nineboxes ul li {
  padding-left: 1em;
  position: relative;
  padding-bottom: .5em;
}
body .pimcore_area_nineboxes ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
  color: #0095db;
  /* or whatever color you prefer */
}
body .pimcore_area_nineboxes .readmore .front {
  padding: 0;
}
body .pimcore_area_nineboxes .readmore .front h3 {
  margin-bottom: 5px;
}
body .pimcore_area_nineboxes .face {
  padding: 20px 15px;
}
body .pimcore_area_nineboxes .face a {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
body .pimcore_area_nineboxes .face img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  max-height: 210px;
  max-width: 320px;
}
body .pimcore_area_nineboxes .front {
  background-color: #E9F1F7;
  color: #272727;
  border-bottom: 5px solid #CDE2EF;
}
body .pimcore_area_nineboxes .back {
  padding: 20px;
  color: #fff;
  text-align: left;
}
body .pimcore_area_references {
  overflow-x: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
body .pimcore_area_references .navigationnav {
  text-align: center;
}
body .pimcore_area_references .navigationnav #prev,
body .pimcore_area_references .navigationnav #next {
  font-size: 30px;
  position: relative;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
}
body .pimcore_area_references .navigationnav #prev {
  left: -10px;
  background-image: url('/static/img/svg/pfeil-rechts.svg');
  transform: rotate(180deg);
  background-size: 90%;
}
body .pimcore_area_references .navigationnav #next {
  right: -12px;
  background-image: url('/static/img/svg/pfeil-rechts.svg');
  background-size: 90%;
}
body .pimcore_area_references .navigation {
  position: relative;
  color: red;
  top: -6px;
  right: 0;
  display: inline;
}
body .pimcore_area_references .navigation span {
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
}
body .pimcore_area_references .navigation span.active:after {
  background-color: #0095db;
}
body .pimcore_area_references .navigation span:after {
  content: ' ';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: rgba(178, 178, 178, 0.5);
}
body .pimcore_area_video .area-video {
  margin-top: 0px !important;
}
body .pimcore_area_applications .applicationimage {
  margin-bottom: 15px;
}
body .pimcore_area_applications .applicationspace {
  margin-bottom: 100px;
}
body .pimcore_area_applications .applicationspace:nth-child(2n) {
  padding-left: 30px;
}
body .pimcore_area_applications .applicationspace:nth-child(2n+1) {
  padding-right: 30px;
}
body .pimcore_area_applications img {
  width: 100%;
}
body .pimcore_area_applications ul {
  list-style: none;
}
body .pimcore_area_applications table thead tr {
  font-weight: bold;
  font-size: 10px;
  border-bottom: 2px solid #272727;
  vertical-align: bottom;
}
body .pimcore_area_applications table thead tr td {
  padding: 7px 0px;
}
body .pimcore_area_applications table thead tr:first-child {
  font-size: 1rem;
}
body .pimcore_area_applications table tbody tr {
  border-bottom: 1px solid #272727;
}
body .pimcore_area_applications table tbody tr td {
  padding: 7px 0px;
}
body .pimcore_area_team h5 {
  font-size: 1.2rem;
  font-weight: 300;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
body .pimcore_area_team .grey {
  background-color: #E9F1F7;
}
body .pimcore_area_team .grey .text {
  padding: 10px;
  font-size: 12px;
}
body .pimcore_area_team .row > div {
  margin-bottom: 100px;
}
body .pimcore_area_team img {
  height: auto;
}
body .artificial .illu {
  height: 700px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .pimcore_area_roundedimagelinks {
  position: relative;
}
body .pimcore_area_roundedimagelinks h2 {
  margin-bottom: 50px;
}
body .pimcore_area_roundedimagelinks .artificial {
  position: relative;
  z-index: 3;
}
body .pimcore_area_roundedimagelinks .artificial-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68%;
  z-index: 0;
  background-color: #E9F1F7;
}
body .pimcore_area_roundedimagelinks .roundedcontainer {
  background-color: #E9F1F7;
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
}
body .pimcore_area_roundedimagelinks .roundedcontainer .flexcenter {
  align-items: stretch;
  justify-content: space-around;
}
body .pimcore_area_roundedimagelinks .container img {
  max-width: 190px;
  margin: 0 auto;
  display: block;
}
body .pimcore_area_roundedimagelinks .btn-primary {
  width: 100%;
}
body .pimcore_area_title h2 {
  text-align: center;
}
body .pimcore_area_columns {
  padding: 0px;
}
body .pimcore_area_columns h4 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}
body .pimcore_area_columns .row > div:first-child {
  padding-left: 0px;
}
body .pimcore_area_columns .row > div:last-child {
  padding-right: 0px;
}
body .pimcore_area_columns .row .col-md-3:first-child {
  padding-left: 15px;
}
body .pimcore_area_columns .row .col-md-3:last-child {
  padding-right: 15px;
}
body .pimcore_area_bluesection {
  background-color: #0095db;
  color: #fff;
  font-size: 1.4rem;
}
body .pimcore_area_bluesection.was-in-view {
  background-color: #0095db;
}
body .pimcore_area_bluesection.in-view {
  background-color: #0095db;
}
body .pimcore_area_bluesection a {
  color: #fff;
}
body .pimcore_area_piktogramme .front.face .front_top {
  border-bottom: 5px solid #0095db;
}
body .pimcore_area_piktogramme .front.face .front_top img {
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
  max-height: 80px;
  height: auto;
}
body .pimcore_area_piktogramme .front.face .front_bottom {
  color: #0095db;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}
body .pimcore_area_piktogramme .face.back {
  background-color: #E9F1F7 !important;
  color: #272727;
  font-size: 10px;
  font-weight: bold;
}
body .pimcore_area_piktogramme .face.back .front_bottom .readmore {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-transform: uppercase;
}
body .pimcore_area_piktogramme .face.back .front_bottom h3 {
  margin-top: 10px;
  color: #0095db;
  font-weight: bold;
  font-size: 1.2rem;
}
body .pimcore_area_piktogramme .flexcenter > div {
  padding: 0px 0px;
}
body .pimcore_area_piktogramme .flexcenter > div:nth-last-child(2) .front_top {
  height: 85px;
}
body .pimcore_area_piktogramme .flexcenter > div:nth-last-child(2) .front_top img {
  height: auto;
  max-height: unset;
  width: 35%;
  text-align: center;
  margin: 0 auto;
  display: block;
  top: 20px;
  position: relative;
}
body .mm-menu {
  background-color: #374655;
  color: #0095db;
}
body .mm-menu ul li {
  border-top: 1px solid #0095db;
  font-weight: bold;
  text-align: center;
}
body .mm-menu ul li:last-child {
  border-bottom: 1px solid #0095db;
}
body .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
body .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
body .fadeInLeftInView.was-in-view {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
body .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
body .fadeInRightInView.was-in-view {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
body header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0px;
}
body header .logocontainer {
  float: right;
}
body header nav .language {
  margin-right: auto;
}
body header nav .language li {
  margin-right: 0px;
  text-transform: uppercase;
  color: #272727;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
}
body header nav .language li a {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
body header nav .language li a.active {
  font-weight: 500;
  color: #0095db;
}
body header nav .language li:last-child:after {
  visibility: hidden;
}
body header nav .language li:after {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  content: "/";
}
body header nav .navbar-nav {
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
body header nav ul li {
  margin-right: 45px;
}
body header nav ul li a {
  color: #272727;
  font-weight: bold;
  font-size: 1.1rem;
}
body header nav ul li a:hover {
  color: #0095db;
  text-decoration: none;
}
body header nav ul li a.active {
  color: #0095db;
}
body header .responsive {
  font-weight: bold;
}
body header .responsive .mmenu-toggle {
  padding-top: 30px;
  padding-left: 30px;
  color: #0095db;
  height: 100%;
  cursor: pointer;
}
body header .responsive .responsivebtn,
body header .responsive .logocontainer {
  display: inline-block;
}
body header .responsive .responsivebtn .mmenu-toggle,
body header .responsive .logocontainer .mmenu-toggle {
  font-size: 1.5rem;
}
body header .responsive .responsivebtn .mmenu-toggle .fa-2x,
body header .responsive .logocontainer .mmenu-toggle .fa-2x {
  font-size: 1.5rem;
}
body header .logo {
  width: 100%;
  height: 140px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
body header.smaller {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
body header.smaller .navbar-brand {
  line-height: 46px;
}
body header.smaller .navbar-brand img {
  max-height: 38px;
}
body header.smaller .mmenu-toggle i {
  line-height: 46px;
}
body header.smaller .nav-item > a {
  border-radius: 5px;
  background-color: #F1F2F3;
}
body header.smaller .nav .nav-link {
  padding: 1px 10px;
  margin: 2px 0;
  line-height: 30px;
}
body header.smaller .logo {
  height: 80px !important;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding-right: 0px;
}
body #wrap .newsgrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-gap: 25px;
  grid-auto-flow: dense;
  padding-bottom: 50px;
}
body #wrap .newsgrid h3 {
  font-weight: bold;
  font-size: 20px;
}
body #wrap .newsgrid .box {
  color: #272727;
  font-size: 0.9rem;
  min-height: 333px;
  background-repeat: no-repeat;
  position: relative;
}
body #wrap .newsgrid .box .pdf {
  position: absolute;
  bottom: 10px;
}
body #wrap .newsgrid .box2 {
  grid-column: 1 / 4;
  outline: 2px solid red;
}
body #wrap .introimage {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body #wrap .introimage .headerimage {
  width: 100%;
}
body #wrap .introimage .introtext {
  min-height: 50px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body #wrap .introimage .introtext h2 {
  text-shadow: 1px 1px 19px #000;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto;
}
body #wrap #carousel {
  width: 100%;
  height: 400px;
  position: relative;
  clear: both;
  background: #FFF;
}
body #wrap #carousel .slideritem {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  background-color: #E9F1F7;
}
body #wrap #carousel .carousel-center .description {
  transform: scale(1);
  padding: 45px 50px;
}
body #wrap #carousel .carousel-center .description h3 {
  font-size: 1.4rem;
}
body #wrap #carousel h3 {
  font-weight: 300;
}
body #wrap #carousel h4 {
  text-transform: uppercase;
  color: #0095db;
}
body #wrap #carousel img {
  cursor: pointer;
  /* otherwise it's not as obvious items can be clicked */
  float: left;
  width: 63%;
  height: 100%;
}
body #wrap #carousel .description {
  float: left;
  width: 37%;
  padding: 45px 50px;
  height: 100%;
  padding-left: 0px;
  padding-top: 0px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
}
body #wrap #carousel .description h3 {
  font-size: .9rem;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body #wrap #carousel .description h4 {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 9px;
}
body #wrap #carousel .split-left {
  width: 450px;
  float: left;
}
body #wrap #carousel .split-right {
  width: 400px;
  float: left;
  margin-left: 10px;
}
body #wrap #carousel #callback-output {
  height: 250px;
  overflow: scroll;
}
body #wrap #carousel textarea#newoptions {
  width: 430px;
}
body #wrap main {
  min-height: 200px;
}
body #wrap main section {
  margin-top: 150px;
}
body footer {
  background-color: #F2F2F2;
}
body footer p {
  margin-bottom: 0px;
}
body footer .footer-top {
  padding: 30px 0px;
}
body footer .footer-top .logos > div {
  align-items: center;
  justify-content: center;
  display: flex;
}
body footer .footer-top .logos > div:first-child img {
  max-width: 70px;
}
body footer .footer-top .logos > div:last-child img,
body footer .footer-top .logos > div:nth-child(5) img {
  max-width: 115px;
}
body footer .footer-top .logos img {
  max-width: 90px;
}
body footer .footer-top .introtext {
  margin-bottom: 30px;
}
body footer .footer-bottom {
  color: #fff;
  background-color: #272727;
  padding: 30px 0px;
}
body footer .footer-bottom a {
  color: #0095db;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
body footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}
body.home .pimcore_area_text {
  max-width: 700px;
}
body.home header .responsive .logocontainer {
  width: 100%;
  float: none;
}
body.home header .responsive .logocontainer .logo {
  height: 250px;
  width: 347px;
  float: right;
  margin-right: 50px;
}
body.home header nav .language li {
  color: #fff;
}
body.home header nav ul li a {
  color: #fff;
}
body.home header.smaller {
  background-color: #272727;
}
body.home #wrap main section {
  margin-top: 0px;
}
body.news {
  background-color: #CDE2EF;
}
body.news #wrap .newsgrid .box {
  padding: 0px;
  background-color: transparent;
  margin: 0px;
}
body.news #wrap .newsgrid .box .front {
  background-color: #E9F1F7;
  background-size: 100%;
  background-repeat: no-repeat;
}
body.news #wrap .newsgrid .box .front.whiteshadow {
  color: #fff;
  -webkit-box-shadow: inset 2px 64px 76px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 64px 76px -14px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 64px 76px -14px rgba(0, 0, 0, 0.75);
}
body.news #wrap .newsgrid .box .front .readmore {
  position: absolute;
  bottom: 20px;
  color: #0095db;
}
body.news #wrap .newsgrid .box .back {
  text-align: left;
}
