/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*============================================================================*/
/*==          IMPORTE STANDARD                                              ==*/
/*============================================================================*/
/* -- IMPORT TEMPLATE ABHAENGIGKEITEN ----------------------------------------*/
/*============================================================================*/
/*==          EXTRA MENÜ DROPDOWN ANIMATIONEN                               ==*/
/*============================================================================*/
/* FIRST: Fix for Gliching + Shadow (Start) !!! ------------------------------*/
.g-main-nav .g-standard .g-dropdown {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.g-main-nav .g-fullwidth > .g-dropdown {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* FIRST: Fix for Gliching + Shadow (End) !!! --------------------------------*/
/* Scale In Down -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-scale-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
}
.g-main-nav .g-standard .g-dropdown-scale-in-down.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-down.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-main-nav .g-standard .g-dropdown-scale-in-down.g-active {
  -webkit-animation-name: g-dropdown-scale-in-down;
  -moz-animation-name: g-dropdown-scale-in-down;
  animation-name: g-dropdown-scale-in-down;
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-down.g-active {
  -webkit-animation-name: g-dropdown-scale-in-down;
  -moz-animation-name: g-dropdown-scale-in-down;
  animation-name: g-dropdown-scale-in-down;
}
@-webkit-keyframes g-dropdown-scale-in-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-dropdown-scale-in-down {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes g-dropdown-scale-in-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Scale In Left -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-scale-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}
.g-main-nav .g-standard .g-dropdown-scale-in-left.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-left.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-main-nav .g-standard .g-dropdown-scale-in-left.g-active {
  -webkit-animation-name: g-dropdown-scale-in-left;
  -moz-animation-name: g-dropdown-scale-in-left;
  animation-name: g-dropdown-scale-in-left;
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-left.g-active {
  -webkit-animation-name: g-dropdown-scale-in-left;
  -moz-animation-name: g-dropdown-scale-in-left;
  animation-name: g-dropdown-scale-in-left;
}
@-webkit-keyframes g-dropdown-scale-in-left {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-dropdown-scale-in-left {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes g-dropdown-scale-in-left {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Scale In Right ------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-scale-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}
.g-main-nav .g-standard .g-dropdown-scale-in-right.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-right.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-main-nav .g-standard .g-dropdown-scale-in-right.g-active {
  -webkit-animation-name: g-dropdown-scale-in-right;
  -moz-animation-name: g-dropdown-scale-in-right;
  animation-name: g-dropdown-scale-in-right;
}
.g-main-nav .g-fullwidth > .g-dropdown-scale-in-right.g-active {
  -webkit-animation-name: g-dropdown-scale-in-right;
  -moz-animation-name: g-dropdown-scale-in-right;
  animation-name: g-dropdown-scale-in-right;
}
@-webkit-keyframes g-dropdown-scale-in-right {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-dropdown-scale-in-right {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes g-dropdown-scale-in-right {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Slide In Down -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-slide-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.g-main-nav .g-standard .g-dropdown-slide-in-down.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-down.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.g-main-nav .g-standard .g-dropdown-slide-in-down.g-active {
  -webkit-animation-name: g-dropdown-slide-in-down;
  -moz-animation-name: g-dropdown-slide-in-down;
  animation-name: g-dropdown-slide-in-down;
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-down.g-active {
  -webkit-animation-name: g-dropdown-slide-in-down;
  -moz-animation-name: g-dropdown-slide-in-down;
  animation-name: g-dropdown-slide-in-down;
}
@-webkit-keyframes g-dropdown-slide-in-down {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes g-dropdown-slide-in-down {
  0% {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotateX(0deg);
  }
}
@keyframes g-dropdown-slide-in-down {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
/* Slide In Left -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-slide-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.g-main-nav .g-standard .g-dropdown-slide-in-left.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-left.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.g-main-nav .g-standard .g-dropdown-slide-in-left.g-active {
  -webkit-animation-name: g-dropdown-slide-in-left;
  -moz-animation-name: g-dropdown-slide-in-left;
  animation-name: g-dropdown-slide-in-left;
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-left.g-active {
  -webkit-animation-name: g-dropdown-slide-in-left;
  -moz-animation-name: g-dropdown-slide-in-left;
  animation-name: g-dropdown-slide-in-left;
}
@-webkit-keyframes g-dropdown-slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes g-dropdown-slide-in-left {
  0% {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
@keyframes g-dropdown-slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* Slide In Right -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-slide-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}
.g-main-nav .g-standard .g-dropdown-slide-in-right.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-right.g-inactive {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.g-main-nav .g-standard .g-dropdown-slide-in-right.g-active {
  -webkit-animation-name: g-dropdown-slide-in-right;
  -moz-animation-name: g-dropdown-slide-in-right;
  animation-name: g-dropdown-slide-in-right;
}
.g-main-nav .g-fullwidth > .g-dropdown-slide-in-right.g-active {
  -webkit-animation-name: g-dropdown-slide-in-right;
  -moz-animation-name: g-dropdown-slide-in-right;
  animation-name: g-dropdown-slide-in-right;
}
@-webkit-keyframes g-dropdown-slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes g-dropdown-slide-in-right {
  0% {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
@keyframes g-dropdown-slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* Swing In Down -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-swing-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-swing-in-down.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-down.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
}
.g-main-nav .g-standard .g-dropdown-swing-in-down.g-active {
  -webkit-animation-name: g-dropdown-swing-in-down;
  -moz-animation-name: g-dropdown-swing-in-down;
  animation-name: g-dropdown-swing-in-down;
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-down.g-active {
  -webkit-animation-name: g-dropdown-swing-in-down;
  -moz-animation-name: g-dropdown-swing-in-down;
  animation-name: g-dropdown-swing-in-down;
}
@-webkit-keyframes g-dropdown-swing-in-down {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes g-dropdown-swing-in-down {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes g-dropdown-swing-in-down {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Swing In Left -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-swing-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-swing-in-left.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  -moz-transform: perspective(500px) rotateY(-90deg);
  -ms-transform: perspective(500px) rotateY(-90deg);
  -o-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-left.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  -moz-transform: perspective(500px) rotateY(-90deg);
  -ms-transform: perspective(500px) rotateY(-90deg);
  -o-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
}
.g-main-nav .g-standard .g-dropdown-swing-in-left.g-active {
  -webkit-animation-name: g-dropdown-swing-in-left;
  -moz-animation-name: g-dropdown-swing-in-left;
  animation-name: g-dropdown-swing-in-left;
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-left.g-active {
  -webkit-animation-name: g-dropdown-swing-in-left;
  -moz-animation-name: g-dropdown-swing-in-left;
  animation-name: g-dropdown-swing-in-left;
}
@-webkit-keyframes g-dropdown-swing-in-left {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@-moz-keyframes g-dropdown-swing-in-left {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes g-dropdown-swing-in-left {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    -moz-transform: perspective(500px) rotateY(-90deg);
    -ms-transform: perspective(500px) rotateY(-90deg);
    -o-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }
}
/* Swing In Right -------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-swing-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-swing-in-right.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(90deg);
  -moz-transform: perspective(500px) rotateY(90deg);
  -ms-transform: perspective(500px) rotateY(90deg);
  -o-transform: perspective(500px) rotateY(90deg);
  transform: perspective(500px) rotateY(90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-right.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(90deg);
  -moz-transform: perspective(500px) rotateY(90deg);
  -ms-transform: perspective(500px) rotateY(90deg);
  -o-transform: perspective(500px) rotateY(90deg);
  transform: perspective(500px) rotateY(90deg);
}
.g-main-nav .g-standard .g-dropdown-swing-in-right.g-active {
  -webkit-animation-name: g-dropdown-swing-in-right;
  -moz-animation-name: g-dropdown-swing-in-right;
  animation-name: g-dropdown-swing-in-right;
}
.g-main-nav .g-fullwidth > .g-dropdown-swing-in-right.g-active {
  -webkit-animation-name: g-dropdown-swing-in-right;
  -moz-animation-name: g-dropdown-swing-in-right;
  animation-name: g-dropdown-swing-in-right;
}
@-webkit-keyframes g-dropdown-swing-in-right {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@-moz-keyframes g-dropdown-swing-in-right {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes g-dropdown-swing-in-right {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(90deg);
    -moz-transform: perspective(500px) rotateY(90deg);
    -ms-transform: perspective(500px) rotateY(90deg);
    -o-transform: perspective(500px) rotateY(90deg);
    transform: perspective(500px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }
}
/* Rotate In Down ------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-rotate-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-down {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-rotate-in-down.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(400px) rotateX(90deg);
  -moz-transform: perspective(400px) rotateX(90deg);
  -ms-transform: perspective(400px) rotateX(90deg);
  -o-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-down.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(400px) rotateX(90deg);
  -moz-transform: perspective(400px) rotateX(90deg);
  -ms-transform: perspective(400px) rotateX(90deg);
  -o-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
}
.g-main-nav .g-standard .g-dropdown-rotate-in-down.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-down;
  -moz-animation-name: g-dropdown-rotate-in-down;
  animation-name: g-dropdown-rotate-in-down;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-down.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-down;
  -moz-animation-name: g-dropdown-rotate-in-down;
  animation-name: g-dropdown-rotate-in-down;
}
@-webkit-keyframes g-dropdown-rotate-in-down {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes g-dropdown-rotate-in-down {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes g-dropdown-rotate-in-down {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    -moz-transform: perspective(400px) rotateX(-20deg);
    -ms-transform: perspective(400px) rotateX(-20deg);
    -o-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Rotate In Up --------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-rotate-in-up {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-up {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-rotate-in-up.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-up.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
}
.g-main-nav .g-standard .g-dropdown-rotate-in-up.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-up;
  -moz-animation-name: g-dropdown-rotate-in-up;
  animation-name: g-dropdown-rotate-in-up;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-up.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-up;
  -moz-animation-name: g-dropdown-rotate-in-up;
  animation-name: g-dropdown-rotate-in-up;
}
@-webkit-keyframes g-dropdown-rotate-in-up {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes g-dropdown-rotate-in-up {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes g-dropdown-rotate-in-up {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(20deg);
    -moz-transform: perspective(400px) rotateX(20deg);
    -ms-transform: perspective(400px) rotateX(20deg);
    -o-transform: perspective(400px) rotateX(20deg);
    transform: perspective(400px) rotateX(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Rotate In Left ------------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-rotate-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-left {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-rotate-in-left.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  -moz-transform: perspective(500px) rotateY(-90deg);
  -ms-transform: perspective(500px) rotateY(-90deg);
  -o-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-left.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  -moz-transform: perspective(500px) rotateY(-90deg);
  -ms-transform: perspective(500px) rotateY(-90deg);
  -o-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
}
.g-main-nav .g-standard .g-dropdown-rotate-in-left.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-left;
  -moz-animation-name: g-dropdown-rotate-in-left;
  animation-name: g-dropdown-rotate-in-left;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-left.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-left;
  -moz-animation-name: g-dropdown-rotate-in-left;
  animation-name: g-dropdown-rotate-in-left;
}
@-webkit-keyframes g-dropdown-rotate-in-left {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@-moz-keyframes g-dropdown-rotate-in-left {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(-90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: perspective(500px) rotateY(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes g-dropdown-rotate-in-left {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    -moz-transform: perspective(500px) rotateY(-90deg);
    -ms-transform: perspective(500px) rotateY(-90deg);
    -o-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(20deg);
    -moz-transform: perspective(500px) rotateY(20deg);
    -ms-transform: perspective(500px) rotateY(20deg);
    -o-transform: perspective(500px) rotateY(20deg);
    transform: perspective(500px) rotateY(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }
}
/* Rotate In Right -----------------------------------------------------------*/
.g-main-nav .g-standard .g-dropdown-rotate-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-right {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.g-main-nav .g-standard .g-dropdown-rotate-in-right.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(90deg);
  -moz-transform: perspective(500px) rotateY(90deg);
  -ms-transform: perspective(500px) rotateY(90deg);
  -o-transform: perspective(500px) rotateY(90deg);
  transform: perspective(500px) rotateY(90deg);
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-right.g-inactive {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(500px) rotateY(90deg);
  -moz-transform: perspective(500px) rotateY(90deg);
  -ms-transform: perspective(500px) rotateY(90deg);
  -o-transform: perspective(500px) rotateY(90deg);
  transform: perspective(500px) rotateY(90deg);
}
.g-main-nav .g-standard .g-dropdown-rotate-in-right.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-right;
  -moz-animation-name: g-dropdown-rotate-in-right;
  animation-name: g-dropdown-rotate-in-right;
}
.g-main-nav .g-fullwidth > .g-dropdown-rotate-in-right.g-active {
  -webkit-animation-name: g-dropdown-rotate-in-right;
  -moz-animation-name: g-dropdown-rotate-in-right;
  animation-name: g-dropdown-rotate-in-right;
}
@-webkit-keyframes g-dropdown-rotate-in-right {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@-moz-keyframes g-dropdown-rotate-in-right {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: perspective(500px) rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes g-dropdown-rotate-in-right {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(90deg);
    -moz-transform: perspective(500px) rotateY(90deg);
    -ms-transform: perspective(500px) rotateY(90deg);
    -o-transform: perspective(500px) rotateY(90deg);
    transform: perspective(500px) rotateY(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(-20deg);
    -moz-transform: perspective(500px) rotateY(-20deg);
    -ms-transform: perspective(500px) rotateY(-20deg);
    -o-transform: perspective(500px) rotateY(-20deg);
    transform: perspective(500px) rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }
}
/*----------------------------------------------------------------------------*/
/*  Headroom CSS Animationen                                                  */
/*----------------------------------------------------------------------------*/
.hr-animated {
  -webkit-transition: transform 200ms linear;
  -moz-transition: transform 200ms linear;
  -ms-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
}
.hr-slideDown {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.hr-slideUp {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hr-animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown-HR {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown-HR {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown-HR {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown-HR {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.hr-animated.hr-slideDown {
  -webkit-animation-name: slideDown-HR;
  -moz-animation-name: slideDown-HR;
  -o-animation-name: slideDown-HR;
  animation-name: slideDown-HR;
}
@-webkit-keyframes slideUp-HR {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp-HR {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp-HR {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp-HR {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.hr-animated.hr-slideUp {
  -webkit-animation-name: slideUp-HR;
  -moz-animation-name: slideUp-HR;
  -o-animation-name: slideUp-HR;
  animation-name: slideUp-HR;
}
@-webkit-keyframes swingInX-HR {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX-HR {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX-HR {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX-HR {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
.hr-animated.hr-swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: swingInX-HR;
  -moz-animation-name: swingInX-HR;
  -o-animation-name: swingInX-HR;
  animation-name: swingInX-HR;
}
@-webkit-keyframes swingOutX-HR {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes swingOutX-HR {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-o-keyframes swingOutX-HR {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes swingOutX-HR {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}
.hr-animated.hr-swingOutX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: swingOutX-HR;
  -moz-animation-name: swingOutX-HR;
  -o-animation-name: swingOutX-HR;
  animation-name: swingOutX-HR;
}
@-webkit-keyframes flipInX-HR {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX-HR {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX-HR {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX-HR {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.hr-animated.hr-flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX-HR;
  -moz-animation-name: flipInX-HR;
  -o-animation-name: flipInX-HR;
  animation-name: flipInX-HR;
}
@-webkit-keyframes flipOutX-HR {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX-HR {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX-HR {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX-HR {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.hr-animated.hr-flipOutX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX-HR;
  -moz-animation-name: flipOutX-HR;
  -o-animation-name: flipOutX-HR;
  animation-name: flipOutX-HR;
}
@-webkit-keyframes bounceInDown-HR {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown-HR {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown-HR {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown-HR {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.hr-animated.hr-bounceInDown {
  -webkit-animation-name: bounceInDown-HR;
  -moz-animation-name: bounceInDown-HR;
  -o-animation-name: bounceInDown-HR;
  animation-name: bounceInDown-HR;
}
@-webkit-keyframes bounceOutUp-HR {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounceOutUp-HR {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}
@-o-keyframes bounceOutUp-HR {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}
@keyframes bounceOutUp-HR {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.hr-animated.hr-bounceOutUp {
  -webkit-animation-name: bounceOutUp-HR;
  -moz-animation-name: bounceOutUp-HR;
  -o-animation-name: bounceOutUp-HR;
  animation-name: bounceOutUp-HR;
}
/* -- IMPORT ZUSATZ-KLASSEN --------------------------------------------------*/
/*============================================================================*/
/*==           ZUSATZ KLASSEN                                               ==*/
/*============================================================================*/
.color1 {
  color: #2698de;
}
.color2 {
  color: #f1d600;
}
.img-left {
  margin-right: 1.25rem;
  margin-top: 1rem;
  border-radius: 8px;
}
.img-right {
  margin-left: 1.25rem;
  margin-top: 1rem;
  border-radius: 8px;
}
.knockout-around {
  position: relative;
}
.knockout-around:before, .knockout-around:after {
  content: "";
  position: absolute;
}
.knockout-around:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background-image: -webkit-gradient(radial, left top, 10, 90% 0%, 150, from(#2698de), to(transparent));
  background-image: -webkit-radial-gradient(left top, 150px 230px, #2698de, transparent);
  background-image: -moz-radial-gradient(left top, farthest-corner, #2698de 0%, transparent 72%);
  z-index: -2;
}
.knockout-around:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
}
.bot-left {
  position: relative;
}
.bot-left:before, .bot-left:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.bot-left:before {
  top: -3px;
  width: 3px;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #000);
  background-image: -moz-linear-gradient(transparent, #000);
  background-image: -o-linear-gradient(transparent, #000);
}
.bot-left:after {
  right: -3px;
  height: 3px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000, transparent);
  background-image: -moz-linear-gradient(left, #000, transparent);
  background-image: -o-linear-gradient(left, #000, transparent);
}
@-webkit-keyframes sonarEffect1 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect1 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect1 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.075, 1.25);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.075, 1.25);
    opacity: 0;
  }
}
@keyframes sonarEffect2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px #2698de, 0 0 0 3px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.075, 1.25);
    -moz-transform: scale(1.075, 1.25);
    -ms-transform: scale(1.075, 1.25);
    -o-transform: scale(1.075, 1.25);
    transform: scale(1.075, 1.25);
    opacity: 0;
  }
}
.sonar-effect::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -1.5px;
  left: -1px;
  -webkit-animation: sonarEffect1 2s infinite 75ms;
  animation: sonarEffect1 2s infinite 75ms;
}
.g-totop .sonar-effect1::after {
  content: "";
  display: block;
  width: 27.4333px;
  height: 27.4333px;
  border-radius: 50%;
  position: absolute;
  top: 43px;
  -webkit-animation: sonarEffect1 2s infinite 75ms;
  animation: sonarEffect1 2s infinite 75ms;
}
.sonar-effect2::before {
  content: "";
  display: block;
  width: 234px;
  height: 60px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sonarEffect2 2s infinite 75ms;
  animation: sonarEffect2 2s infinite 75ms;
}
@-webkit-keyframes progress1 {
  0% {
    width: 0%;
  }
  100% {
    width: 14.286%;
  }
}
@-moz-keyframes progress1 {
  0% {
    width: 0%;
  }
  100% {
    width: 14.286%;
  }
}
@keyframes progress1 {
  0% {
    width: 0%;
  }
  100% {
    width: 14.286%;
  }
}
@-webkit-keyframes progress2 {
  0% {
    width: 0%;
  }
  100% {
    width: 28.572%;
  }
}
@-moz-keyframes progress2 {
  0% {
    width: 0%;
  }
  100% {
    width: 28.572%;
  }
}
@keyframes progress2 {
  0% {
    width: 0%;
  }
  100% {
    width: 28.572%;
  }
}
@-webkit-keyframes progress3 {
  0% {
    width: 0%;
  }
  100% {
    width: 42.858%;
  }
}
@-moz-keyframes progress3 {
  0% {
    width: 0%;
  }
  100% {
    width: 42.858%;
  }
}
@keyframes progress3 {
  0% {
    width: 0%;
  }
  100% {
    width: 42.858%;
  }
}
@-webkit-keyframes progress4 {
  0% {
    width: 0%;
  }
  100% {
    width: 57.144%;
  }
}
@-moz-keyframes progress4 {
  0% {
    width: 0%;
  }
  100% {
    width: 57.144%;
  }
}
@keyframes progress4 {
  0% {
    width: 0%;
  }
  100% {
    width: 57.144%;
  }
}
@-webkit-keyframes progress5 {
  0% {
    width: 0%;
  }
  100% {
    width: 71.43%;
  }
}
@-moz-keyframes progress5 {
  0% {
    width: 0%;
  }
  100% {
    width: 71.43%;
  }
}
@keyframes progress5 {
  0% {
    width: 0%;
  }
  100% {
    width: 71.43%;
  }
}
@-webkit-keyframes progress6 {
  0% {
    width: 0%;
  }
  100% {
    width: 85.716%;
  }
}
@-moz-keyframes progress6 {
  0% {
    width: 0%;
  }
  100% {
    width: 85.716%;
  }
}
@keyframes progress6 {
  0% {
    width: 0%;
  }
  100% {
    width: 85.716%;
  }
}
@-webkit-keyframes progress7 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress7 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress7 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.pcg-progress-container {
  background: #eee;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2) inset;
}
.progressbar {
  background-color: #2698de;
  border-radius: 0.25rem;
  height: 1.75rem;
}
.progress-1 {
  width: 14.286%;
  animation-name: progress1;
}
.progress-2 {
  width: 28.572%;
  animation-name: progress2;
}
.progress-3 {
  width: 42.858%;
  animation-name: progress3;
}
.progress-4 {
  width: 57.144%;
  animation-name: progress4;
}
.progress-5 {
  width: 71.43%;
  animation-name: progress5;
}
.progress-6 {
  width: 85.716%;
  animation-name: progress6;
}
.progress-7 {
  width: 100%;
  animation-name: progress7;
}
/*============================================================================*/
/*==          IMPORTE TEMPLATE SEKTIONEN HELIUM                             ==*/
/*============================================================================*/
/*============================================================================*/
/*==           SECTION NAVIGATION                                           ==*/
/*============================================================================*/
/* HELIUM Extended -----------------------------------------------------------*/
#g-navigation {
  background: #2e2e31;
  color: #ffffff;
}
/* PC-GRAF Webseite ----------------------------------------------------------*/
#g-navigation {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  max-height: 80px !important;
  text-shadow: 0.078125rem 0.078125rem rgba(0, 0, 0, 0.75);
  transform-style: preserve-3d;
  font-variant: petite-caps;
  z-index: 12;
}
#g-navigation .g-main-nav {
  animation: fadeIn;
  animation-duration: 1.25s;
}
@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Hauptmenü -----------------------------------------------------------------*/
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #2698de;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #2e2e31;
  border: 1px solid #2698de;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 4px 0px #2698de;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #2698de;
  letter-spacing: 1px;
  text-indent: 1px;
}
#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* Logos ---------------------------------------------------------------------*/
.nav-logo-left {
  animation: fadeInLeft;
  animation-duration: 1s;
  display: grid;
}
.nav-logo-left img {
  float: left;
}
.nav-logo-right {
  animation: fadeInRight;
  animation-duration: 1s;
  display: grid;
}
.nav-logo-right img {
  float: right;
}
/*============================================================================*/
/*==           SECTION HEADER                                               ==*/
/*============================================================================*/
#g-header {
  z-index: 11;
}
#g-header #fernwartung-banner {
  background: #2e2e31;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45px;
  left: -175px;
  height: 60px;
  width: 500px;
  transform: rotate(-45deg);
  border: 1px solid #2698de;
  box-shadow: 0px 0px 4px 0px #2698de;
  /*-webkit-animation-name: fadeInFromTopLeft;
  animation-name: fadeInFromTopLeft;
  animation-duration: 2s;*/
}
@-webkit-keyframes fadeInFromTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0), rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInFromTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInFromTopLeft {
  -webkit-animation-name: fadeInFromTopLeft;
  animation-name: fadeInFromTopLeft;
}
/*============================================================================*/
/*==           SECTION INTRO                                                ==*/
/*============================================================================*/
/* HELIUM Extended -----------------------------------------------------------*/
#g-intro {
  background: #f5f5f5;
  color: #2e2e31;
}
/*============================================================================*/
/*==           SECTION FEATURES                                             ==*/
/*============================================================================*/
/* HELIUM Extended -----------------------------------------------------------*/
#g-features {
  background: #f5f5f5;
  color: #2e2e31;
}
/*============================================================================*/
/*==           SECTION UTILITY                                              ==*/
/*============================================================================*/
/* HELIUM Extended -----------------------------------------------------------*/
#g-utility {
  background: #f5f5f5;
  color: #2e2e31;
}
/*============================================================================*/
/*==           SECTION TESTIMONIALS                                         ==*/
/*============================================================================*/
/*============================================================================*/
/*==           SECTION EXPANDED                                             ==*/
/*============================================================================*/
/* HELIUM Extended -----------------------------------------------------------*/
#g-expanded {
  background: #f5f5f5;
  color: #2e2e31;
}
/*============================================================================*/
/*==           SECTION ASIDE                                                ==*/
/*============================================================================*/
/*============================================================================*/
/*==           SECTION MAINBAR                                              ==*/
/*============================================================================*/
#g-mainbar {
  background: transparent;
  padding: 0;
  margin: 50px 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
}
@media only all and (max-width: 47.99rem) {
  #g-mainbar {
    margin: 0;
  }
}
#g-mainbar .g-content {
  background: #fff;
  min-height: 90vh;
  padding: 1.25rem;
  margin: 10px 15px 15px 15px;
  border-radius: 0.5rem;
}
#g-mainbar div.page-header {
  position: relative;
  color: #2698de;
  height: 120px;
  padding: 0.5rem;
  margin: -33px -65px 20px -65px;
  background: #2e2e31;
  border: 1px solid #2698de;
  border-radius: 8px;
  text-align: center;
  text-shadow: 0px 1px 2px #000;
  box-shadow: 0px 0px 4px 0px #2698de;
  z-index: 1;
}
#g-mainbar div.page-header h1 {
  animation: zoomIn;
  animation-duration: 1.25s;
  margin: 0;
  font-size: 1.75rem;
  font-variant: small-caps;
  font-weight: 700;
}
@media only all and (max-width: 47.99rem) {
  #g-mainbar div.page-header h1 {
    line-height: 45px;
    font-size: 4vw;
    font-weight: 500;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-mainbar div.page-header {
    height: 90px;
  }
}
#g-mainbar div.page-header::after {
  animation: zoomIn;
  animation-duration: 2s;
  content: "Die heisse Leitung für kühle Rechner...";
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  color: #f1d600;
  line-height: 2rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-mainbar div.page-header::after {
    content: "";
  }
}
@media only all and (max-width: 47.99rem) {
  #g-mainbar div.page-header::after {
    content: "Die heisse Leitung für kühle Rechner...";
    font-size: 3vw;
  }
}
/*============================================================================*/
/*==           SECTION SIDEBAR                                              ==*/
/*============================================================================*/
/*============================================================================*/
/*==           SECTION FOOTER                                               ==*/
/*============================================================================*/
/* HELIUM Extended -----------------------------------------------------------*/
#g-footer {
  background: #2e2e31;
  color: #ffffff;
}
/* PC-GRAF Webseite ----------------------------------------------------------*/
#g-footer {
  padding: 0.5rem 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0.07813rem 0.07813rem rgba(0, 0, 0, 0.75);
  border-bottom: 0.25rem solid #2698de;
}
@media only all and (min-width: 75rem) {
  #g-footer {
    position: fixed;
    bottom: 0;
    height: 420px;
    width: 100%;
    z-index: -1;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-footer {
    position: fixed;
    bottom: 0;
    height: 420px;
    width: 100%;
    z-index: -1;
  }
}
#g-footer .g-branding {
  margin-bottom: 10px;
}
#g-footer .teamviewer-footer {
  position: relative;
  width: 234px;
  height: 60px;
  margin: 0 auto;
}
#g-footer .teamviewer-footer span {
  position: absolute;
  top: 8px;
  left: 55px;
  display: block;
  cursor: pointer;
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  width: 175px;
}
#g-footer .teamviewer-footer span:hover {
  color: #fff;
}
#g-footer hr {
  padding: 0;
  margin: 0.5rem 0;
  box-shadow: 0.078rem 0.078rem rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #fff;
}
#g-footer .linkliste-footer {
  padding: 0;
  margin: 0;
}
#g-footer .linkliste-footer a {
  display: block;
  color: #fff;
  font-variant: small-caps;
  text-decoration: none;
}
#g-footer .linkliste-footer a:hover {
  color: #2698de;
  letter-spacing: 1px;
  text-indent: 1px;
}
#g-footer .linkliste-footer p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
#g-footer .linkliste-footer ul {
  margin: 0.75rem 0.5rem;
  list-style: none;
}
#g-footer .g-totop a {
  color: #2698de;
}
#g-footer .g-totop a:hover {
  color: #186ea3;
}
/*============================================================================*/
/*==           SECTION OFFCANVAS                                            ==*/
/*============================================================================*/
/*============================================================================*/
/*==          IMPORTE PARTIKEL                                              ==*/
/*============================================================================*/
/* -- IMPORT ZUSATZ-PARTIKEL -------------------------------------------------*/
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-infolist .g-infolist-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  float: left;
  margin: 0 2% 0.5rem 2%;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #e0e0e5;
}
.g-infolist .g-infolist-item.g-infolist-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist.spaced .g-infolist-item {
  margin: 0.5rem 2%;
  padding: 0.5rem 0 2rem 0;
}
.g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
.g-infolist .g-infolist-item-title {
  margin: 0 0 0.25rem 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.75;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 1rem;
  }
}
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
.g-infolist.g-3cols .g-infolist-item {
  width: 30.66667%;
}
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
}
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Roboto";
  font-weight: bold;
  margin: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -60px;
  right: -60px;
  opacity: 0;
  background-color: #2698de;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0);
  transform-style: preserve-3d;
  z-index: 1000;
}
.scroll-top:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}
.scroll-top.scroll-top-show {
  bottom: 25px;
  right: 25px;
  opacity: 1;
  transform: scale(1);
}
.scroll-top i {
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  font-size: 26px;
  line-height: 46px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-top i:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .scroll-top {
    width: 40px;
    height: 40px;
  }
  .scroll-top.scroll-top-show {
    bottom: 15px;
    right: 15px;
  }
  .scroll-top i {
    font-size: 20px;
    line-height: 36px;
  }
}
/* -- IMPORT ZUSATZ-PARTIKEL OVERRIDES ---------------------------------------*/
/*============================================================================*/
/*==           OVERRIDES ZUSATZPARTIKEL                                     ==*/
/*============================================================================*/
/*============================================================================*/
/*==          IMPORTE KOMPONENTEN                                           ==*/
/*============================================================================*/
/* -- IMPORT UNIFORM OVERRIDES -----------------------------------------------*/
/*============================================================================*/
/*==           UNIFORM CSS-SETTINGS                                         ==*/
/*============================================================================*/
/* -- FORMULARE GENERELL -----------------------------------------------------*/
.jsn-uniform.jsn-master {
  font-size: inherit;
}
.jsn-form-content {
  font-family: inherit !important;
}
.jsn-row-container.row-fluid.jsn-uf-row-container {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.jsn-inline {
  display: inline-flex !important;
}
.jsn-form-content .control-label {
  font-size: 1rem !important;
  font-weight: bold !important;
  font-family: inherit !important;
}
.jsn-bootstrap .btn {
  font-family: inherit !important;
}
.jsn-bootstrap .jsn-form-content .control-group {
  width: 100% !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.jsn-master .jsn-input-xlarge-fluid {
  width: 100% !important;
  line-height: 1.5;
}
.jsn-master .jsn-narrow .jsn-input-mini-fluid, .jsn-master .jsn-narrow .jsn-input-small-fluid, .jsn-master .jsn-narrow .jsn-input-medium-fluid, .jsn-master .jsn-narrow .jsn-input-xlarge-fluid, .jsn-master .jsn-narrow .jsn-input-fluid, .jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-two .jsn-column-item, .jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-three .jsn-column-item, .jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-no .jsn-column-item, .jsn-master .jsn-bootstrap .jsn-narrow .input-small, .jsn-master .jsn-bootstrap .jsn-narrow .input-medium, .jsn-master .jsn-bootstrap .jsn-narrow .input-file, .jsn-master .jsn-bootstrap .jsn-narrow .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others {
  width: 100% !important;
  line-height: 1.5;
}
.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
  background: rgba(38, 152, 222, 0.25) !important;
  border-top-color: rgba(38, 152, 222, 0.75) !important;
  border-bottom-color: rgba(38, 152, 222, 0.75) !important;
  border-radius: 0px !important;
}
.select2-container .select2-choice {
  background-image: none !important;
  height: 32px;
  line-height: 30px;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border-bottom-color: #2698de !important;
  border-left-color: #2698de !important;
  border-right-color: #2698de !important;
  border-top-color: #2698de !important;
}
.select2-results .select2-highlighted {
  background-color: rgba(38, 152, 222, 0.75) !important;
}
.ui-datepicker-trigger.btn {
  padding: 3px 12px !important;
}
.ui-datepicker td .ui-state-hover {
  background-color: rgba(38, 152, 222, 0.75) !important;
  background-image: none !important;
}
.jsn-bootstrap .alert {
  background-color: #2698de;
  border-radius: 0.25rem;
  color: #ffffff !important;
  margin-bottom: 1rem;
  padding: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 100%;
}
/* -- TRENNLINIE -------------------------------------------------------------*/
.uniform-divider {
  border-bottom: 2px solid #2698de !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
/* -- HEADING ----------------------------------------------------------------*/
.uniform-heading {
  background: rgba(38, 152, 222, 0.75) !important;
  border-bottom: 1px solid #1f8acc !important;
  border-radius: 0.25rem 0.25rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  font-variant: small-caps;
  line-height: 2.5rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}
.uniform-heading .control-label {
  color: #fff !important;
  font-size: 1.25rem !important;
  margin: 0 !important;
  padding: 0.5rem 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  width: 100% !important;
}
.uniform-heading p {
  margin: 0 !important;
  padding: 0 !important;
}
/* -- RE-CAPTCHA -------------------------------------------------------------*/
.jsn-row-container .control-group.g-recaptcha div {
  margin: 10px auto !important;
  position: relative;
}
/* -- IMPORT SLIDER OVERRIDES ------------------------------------------------*/
/*============================================================================*/
/*==           SLIDER CSS-SETTINGS                                          ==*/
/*============================================================================*/
/* -- BASIC OVERRIDES --------------------------------------------------------*/
.tp-caption a {
  color: #2698DE !important;
}
.tp-caption a:hover {
  color: #FFED00 !important;
}
/* -- IMPORT VIATBOOK OVERRIDES ----------------------------------------------*/
/*============================================================================*/
/*==           VITABOOK CSS-SETTINGS                                        ==*/
/*============================================================================*/
/* -- BASIC OVERRIDES --------------------------------------------------------*/
.vbIntrotext {
  color: #f5f5f5;
  background: #2698de;
  border: 4px solid #eaeaea;
  border-radius: 0.5rem;
  text-align: center;
}
.vbIntrotext p {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 4px;
}
.vbMessage {
  background: #eaeaea;
  border-radius: 0.5rem;
  margin: 0 0 15px 0;
  padding: 10px 5px;
}
.vbMessageTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: inherit;
}
.vbMessageText {
  overflow: hidden;
  padding-right: 25px;
  line-height: 1.5;
}
/*============================================================================*/
/*==          IMPORTE EXTRAS                                                ==*/
/*============================================================================*/
/* -- IMPORT SIDEBAR BUTTONS -------------------------------------------------*/
/*============================================================================*/
/*==           SIDEBAR BUTTON CSS-SETTINGS                                  ==*/
/*============================================================================*/
/* -- Sidebarbuttons ---------------------------------------------------------*/
#g-aside, #g-sidebar {
  background: transparent;
  padding: 2rem 0;
}
.pcg-startseite .sb-left, .pcg-startseite .sb-right {
  animation-name: zoomIn;
  animation-duration: 1s;
}
ul.sb-left, ul.sb-right {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sb-button-left, .sb-button-right {
  color: rgba(38, 152, 222, 0);
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0px 0px 40px 0px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -8px;
  font-variant: small-caps;
  z-index: 10;
  border: 1px solid #2698de;
  background-color: #2e2e31;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px #2698de;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sb-button-left:hover, .sb-button-right:hover {
  width: 360px;
  color: #2698de;
  letter-spacing: 0px;
  text-shadow: 0px 1px 2px #000000;
  box-shadow: 0px 0px 4px 0px #2698de;
}
.sb-button-left {
  float: left;
  text-indent: 0px;
}
.sb-button-left:hover {
  text-indent: 60px;
}
.sb-button-right {
  float: right;
  text-indent: 0px;
}
.sb-button-right:hover {
  text-indent: -60px;
}
.sb-button-left i.fa, .sb-button-right i.fa {
  position: absolute;
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: #2698de;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  top: 0px;
  padding: 0px;
  text-indent: 0px !important;
  text-shadow: 0px 1px 2px #000000;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sb-button-left i.fa {
  left: 0px;
}
.sb-button-left i.fa:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sb-button-right i.fa {
  right: 0px;
}
.sb-button-right i.fa:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.sb-button-left:hover i.fa {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sb-button-right:hover i.fa {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
/* -- IMPORT PRICINGTABLE ----------------------------------------------------*/
.price-table-wrapper {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 20px;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .price-table-wrapper {
    flex-direction: column;
    align-content: center;
  }
}
@media only all and (max-width: 47.99rem) {
  .price-table-wrapper {
    flex-direction: column;
    align-content: center;
  }
}
.price-table-wrapper .pricing-table {
  border: 2px solid #2698de;
  border-radius: 0.5rem;
  margin: 10px;
  width: 30%;
  transition: all 0.3s ease-in-out;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .price-table-wrapper .pricing-table {
    align-self: center;
    width: 60%;
  }
}
@media only all and (max-width: 47.99rem) {
  .price-table-wrapper .pricing-table {
    align-self: center;
    width: 85%;
  }
}
.price-table-wrapper .pricing-table__header {
  padding: 10px;
  font-size: 22px;
  color: #fff;
  background: #2698de;
  margin: 15px 0 0 0;
  font-weight: bold;
  line-height: 1.5rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.price-table-wrapper .pricing-table__header em {
  color: #eee;
  font-size: 1rem;
}
.price-table-wrapper .pricing-table__price {
  color: #2698de;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #2698de;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: "";
  width: 60%;
  height: 300%;
  transform: rotate(-30deg);
  background: white;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 5px;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:hover {
  background: #2e2e31;
}
.price-table-wrapper .pricing-table__list {
  padding: 0 10px;
  margin: 0;
  color: #444;
  text-align: left;
  list-style: none;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.price-table-wrapper .pricing-table__list li::before {
  content: "";
  color: green;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.25rem;
  display: inline-block;
  padding-right: 0.5rem;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}
/* -- IMPORT POWERTIP --------------------------------------------------------*/
/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */
#powerTip {
  cursor: default;
  background-color: #2e2e31;
  border-style: solid;
  border-width: 1px;
  border-color: #2698de;
  border-radius: 4px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: none;
  padding: 8px;
  position: absolute;
  white-space: nowrap;
  text-shadow: 0.07813rem 0.07813rem rgba(0, 0, 0, 0.75);
  /*	z-index: 2147483647;*/
  z-index: 1000;
}
#powerTip:before {
  content: attr(class) " ";
  position: absolute;
  height: 0;
  width: 0;
  text-indent: 100%;
  overflow: hidden;
}
#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
  bottom: -10px;
}
#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before, #powerTip.nw-alt:before, #powerTip.ne-alt:before {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 10px;
}
#powerTip.e:before {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 10px;
  left: -10px;
}
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
  top: -10px;
}
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}
#powerTip.w:before {
  border-left-color: inherit;
  border-left-style: solid;
  border-left-width: 10px;
  right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  bottom: auto;
  top: -10px;
}
#powerTip.se-alt:before {
  left: auto;
  right: 10px;
}
/*============================================================================*/
/*==           CSS-STANDARDSETTINGS                                         ==*/
/*============================================================================*/
/* -- BASIS-SETTINGS ---------------------------------------------------------*/
.wow {
  visibility: hidden;
  transform-style: preserve-3d;
}
[data-sr] {
  visibility: hidden;
}
body {
  line-height: 1.75;
  overflow-y: scroll;
}
/* -- STICKY FOOTER ----------------------------------------------------------*/
#g-page-surround {
  animation: fading 1.5s;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
#g-container-main {
  border-bottom: 0.25rem solid #2698de;
}
@media only all and (min-width: 75rem) {
  #g-container-main {
    margin-bottom: 420px;
    box-shadow: 0 0 8px 2px #000;
    overflow-y: clip;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-container-main {
    margin-bottom: 420px;
    box-shadow: 0 0 8px 2px #000;
    overflow-y: clip;
  }
}
#g-container-main .g-wrapper {
  flex: 1 0 auto;
  overflow: hidden;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 100% !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 100% !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 100% !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-container {
    width: 100% !important;
  }
}
/*============================================================================*/
/*==          ALLGEMEINE STYLES                                             ==*/
/*============================================================================*/
h1 {
  font-size: 1.75rem;
  font-weight: bold;
}
h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
a {
  outline: none;
}
/* -- Seitenhintergründe -----------------------------------------------------*/
.pcg-startseite #g-container-main, .pcg-impressum #g-container-main, .pcg-datenschutz #g-container-main, .pcg-agb #g-container-main, .pcg-links #g-container-main, .pcg-sitemap #g-container-main, .pcg-ueber-uns #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-001.jpg') no-repeat fixed center bottom;
}
.pcg-hotline #g-container-main, .pcg-support-ticket #g-container-main, .pcg-support-ticket-gekauft #g-container-main, .pcg-fernwartung #g-container-main, .pcg-anruf-plan #g-container-main, .pcg-kundenbogen #g-container-main, .pcg-supportzeiten #g-container-main, .pcg-wartungsvertrag #g-container-main, .pcg-fuer-ihre-kunden #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-002.jpg') no-repeat fixed center bottom;
}
.pcg-webdesign #g-container-main, .pcg-website-design #g-container-main, .pcg-website-konzept #g-container-main, .pcg-website-technik #g-container-main, .pcg-webdesign-anfrage #g-container-main, .pcg-webdesign-paket-basic #g-container-main, .pcg-webdesign-paket-pro #g-container-main, .pcg-webdesign-paket-business #g-container-main, .pcg-webdesign-bestellformular #g-container-main, .pcg-webdesign-referenzen #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-003.jpg') no-repeat fixed center bottom;
}
.pcg-hosting #g-container-main, .pcg-hosting-paket-basic #g-container-main, .pcg-hosting-paket-pro #g-container-main, .pcg-hosting-paket-business #g-container-main, .pcg-hosting-bestellformular #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-004.jpg') no-repeat fixed center bottom;
}
.pcg-sicherheit #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-006.jpg') no-repeat fixed center bottom;
}
.pcg-virenbeseitigung #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-011.jpg') no-repeat fixed center bottom;
}
.pcg-beratung #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-008.jpg') no-repeat fixed center bottom;
}
.pcg-feedback #g-container-main {
  background: #f5f5f5 url('../../../../images/background/background-2-005.jpg') no-repeat fixed center bottom;
}
/* -- Seitenlayout -----------------------------------------------------------*/
.pcg-content, #pcg-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow: hidden;
}
.pcg-content hr, #pcg-content hr {
  border: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(38, 152, 222, 0.5) 10%, #2698de 50%, rgba(38, 152, 222, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
  /*margin-left: -17.5%;
    margin-right: -17.5%;
    height: 4px;
    background-image: radial-gradient(ellipse at 50% -50%,rgba(0, 0, 0, 0.5) 0,rgba(255,255,255,0) 65%);*/
}
.pcg-title {
  text-align: center;
}
.pcg-text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* Seite Fernwartung ---------------------------------------------------------*/
#fernwartung {
  display: flex;
  flex-direction: row;
  padding: 8px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #fernwartung {
    flex-wrap: wrap;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #fernwartung {
    flex-wrap: wrap;
  }
}
@media only all and (max-width: 47.99rem) {
  #fernwartung {
    flex-wrap: wrap;
  }
}
.pcg-tv-screen {
  display: inline-table;
  float: left;
  margin: 1rem 0;
  min-width: 320px;
  margin-right: 15px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .pcg-tv-screen {
    min-width: 240px;
  }
}
@media only all and (max-width: 47.99rem) {
  .pcg-tv-screen {
    min-width: 0;
    width: 100%;
  }
}
.text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
  line-height: 1.75;
}
#fernwartung-footer {
  padding: 8px;
}
/* Seite Anruf-Plan ----------------------------------------------------------*/
.pcg-anruf-plan blockquote {
  margin-left: 10px;
  margin-right: 10px;
}
/* Seite Supportzeiten -------------------------------------------------------*/
.table-supportzeiten {
  padding: 5px;
}
.table-supportzeiten thead {
  background: #2698de;
  color: #fff;
  font-weight: bold;
}
.table-supportzeiten thead tr > td:nth-child(2) {
  text-align: right;
}
.table-supportzeiten thead tr > td:nth-child(3) {
  text-align: right;
}
.table-supportzeiten tbody > tr > td:nth-child(2) {
  text-align: right;
}
.table-supportzeiten tbody > tr > td:nth-child(3) {
  text-align: right;
}
.table-supportzeiten img {
  width: 24px;
}
@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Seite Website Konzept -----------------------------------------------------*/
.pcg-progressbox {
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #2698de;
  border-radius: 0.5rem;
}
.pcg-progressbox h3 {
  color: #2698de;
}
/*# sourceMappingURL=custom_15.css.map */