/* Compiled Less CSS File */
/* Generated from "custom.css" */

/*!
 * CUSTOM CSS - Think Tomorrow -
 */
/* CUSTOM COLORS */
/* company-colors */
/* Push Navigation */
/* slider transparent overlays */
.bg-dark {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.2);
}
/* shadowcolor */
/* boxshadowcolor */
.box-shadow {
  -webkit-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
}
/* custom transitions */
.transition-all {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.easeInOutBack {
  -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */

  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */

  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */

}
/* Global Styles */
body,
#wrapper {
  min-height: 100vh;
}
body {
  background-image: url(../images/mainbg.jpg);
  background-position: center 161px;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  body {
    background-position: center 48px;
    font-size: 13px;
  }
}
/* Font-Styles overwritten */
h1 {
  /*font-weight:100;*/
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  /*font-weight:200;*/
}
@media (max-width: 767px) {
  h2 {
    font-size: 21px;
  }
}
h3 {
  /*font-weight:300;*/
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}
.btn {
  /*font-weight:600;*/
}
.huge {
  font-size: 50px;
  line-height: normal;
}
footer {
  padding-bottom: 30px;
  font-size: 12px;
  margin-top: 30px;
  padding-top: 30px;
}
footer .copyright {
  font-size: 10px;
}
footer a {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .panel-heading,
  .panel-body {
    padding: 5px 15px;
  }
}
/* WP copyright */
.wpf_wplogo_paragraph {
  height: auto;
  margin: 4px 0 0 10px;
  font-size: 10px;
}
.wpf_wplogo_paragraph a {
  color: #C0C0C0 !important;
}
.wpf_wplogo_paragraph span {
  vertical-align: 12%;
}
.wpf_wplogo_paragraph .wp_link {
  font-weight: bold;
  font-size: 9px;
}
#wplogo {
  width: 100%;
  height: 100%;
  max-width: 18px;
  margin: 0 4px;
}
#wplogo path {
  fill: #C0C0C0;
}
/* Loading */
.spinner {
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #25b7e2;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Effect 11: Big counter */
.la-anim-11 {
  /*position: fixed; right: 20px; z-index: 1;*/
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  height: 1em;
  text-align: right;
  font-weight: 300;
  font-size: 5em;
  line-height: 1em;
  pointer-events: none;
}
.la-anim-11:after {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  content: "0%\A 10%\A 22%\A 36%\A 48%\A 53%\A 64%\A 71%\A 83%\A 100%\A";
  white-space: pre;
}
@media (min-width: 768px) {
  .la-anim-11 {
    font-size: 10em;
  }
}
.la-anim-11.la-animate {
  visibility: visible;
}
.la-anim-11.la-animate:after {
  -webkit-animation: counter 6s steps(10);
  animation: counter 6s steps(10);
}
@keyframes counter {
  0% {
    top: 0;
  }
  100% {
    top: -10em;
    opacity: 0;
  }
}
@-webkit-keyframes counter {
  0% {
    top: 0;
  }
  100% {
    top: -10em;
    opacity: 0;
  }
}
#mainnavbar {
  padding-bottom: 20px;
}
.is-sticky #mainnavbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .is-sticky #mainnavbar {
    background-color: #000;
  }
}
/* Navigation mobile */
.nav-custom {
  padding: 0px !important;
}
.nav-custom a {
  display: block;
  padding: 5px 15px;
  color: #ffffff;
}
.nav-custom a:hover {
  color: #25b7e2;
}
.nav-custom li.active a {
  color: #25b7e2 !important;
}
.nav-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-custom ul ul > li {
  margin-left: 15px;
}
.nav-custom ul ul > li i {
  margin-right: 15px;
}
.side-nav-left,
.side-nav-right {
  position: relative;
  top: 0;
  /*.transition-all;*/
  z-index: 99;
}
@media (max-width: 767px) {
  .side-nav-left .nav-custom,
  .side-nav-right .nav-custom {
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 80vh;
    overflow: auto;
  }
  .side-nav-left .page-header,
  .side-nav-right .page-header {
    display: none;
  }
}
.divider {
  border-top: 1px solid #626262;
  margin: 15px 0 15px 0 !important;
}
.divider-sm {
  display: inline-block;
  width: 100%;
  height: 15px;
}
.divider-md {
  display: inline-block;
  width: 100%;
  height: 30px;
}
.divider-lg {
  display: inline-block;
  width: 100%;
  height: 60px;
}
/* Navbar Sticky smooth transition */
.navbar-sticky,
.is-sticky {
  /*.transition-all;*/
}
/* Navigation */
.navbar-nav .badge {
  width: 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .is-sticky .side-nav-left,
  .is-sticky .side-nav-right {
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    right: 0;
    width: 100vw !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .is-sticky .side-nav-left .navbar,
  .is-sticky .side-nav-right .navbar {
    height: auto !important;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    width: calc(95%);
    margin-left: 5px;
    background-color: transparent !important;
    box-shadow: none;
  }
  .navbar-nav > li > a i.fa-caret-down {
    float: right;
  }
  .navbar-toggle {
    margin-right: 0;
  }
}
/* Top Navigation */
@media (max-width: 767px) {
  .top-nav {
    /*border-bottom:1px solid #e7e7e7;*/
  }
  .top-nav li:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .top-nav {
    float: right;
  }
  .top-nav > li > a {
    padding: 10px !important;
    font-size: 11px;
    color: #25b7e2 !important;
  }
  .top-nav > li > a:hover {
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .top-nav > li {
    display: inline-block;
    float: left;
  }
}
.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}
/* company-nabars with logo color changes */
.navbar-brand {
  background-color: #1d1d1b;
  border: 3px solid;
}
.navbar-company {
  border-top: 3px solid #ffffff;
}
.navbar-company .navbar-brand {
  border-color: #ffffff;
  margin-top: -3px;
}
.navbar-electronic {
  border-top: 3px solid #ffed00;
}
.navbar-electronic .navbar-brand {
  border-color: #ffed00;
  margin-top: -3px;
}
.navbar-tuning {
  border-top: 3px solid #e30613;
}
.navbar-tuning .navbar-brand {
  border-color: #e30613;
  margin-top: -3px;
}
.navbar-battery {
  border-top: 3px solid #f39200;
}
.navbar-battery .navbar-brand {
  border-color: #f39200;
  margin-top: -3px;
}
.navbar-tools {
  border-top: 3px solid #94a3aa;
}
.navbar-tools .navbar-brand {
  border-color: #94a3aa;
  margin-top: -3px;
}
.navbar-care {
  border-top: 3px solid #3aaa35;
}
.navbar-care .navbar-brand {
  border-color: #3aaa35;
  margin-top: -3px;
}
.main-nav .company ul.dropdown-menu,
.main-nav .electronic ul.dropdown-menu,
.main-nav .tuning ul.dropdown-menu,
.main-nav .battery ul.dropdown-menu,
.main-nav .tools ul.dropdown-menu,
.main-nav .care ul.dropdown-menu {
  padding: 15px;
}
.main-nav li.company.active > a,
.main-nav li.company > a:hover,
.main-nav li.company > a:focus {
  color: #ffffff !important;
}
.main-nav li.company.active > a:after,
.main-nav li.company > a:hover:after,
.main-nav li.company > a:focus:after {
  background-color: #ffffff;
}
.main-nav li.company .dropdown-menu a {
  color: #ffffff !important;
}
.main-nav li.company .dropdown-menu a:hover {
  color: #ffffff !important;
}
.main-nav li.company .dropdown-menu .btn {
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #1d1d1b !important;
  border-color: #1d1d1b !important;
}
.main-nav li.company .dropdown-menu .btn:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.main-nav li.electronic.active > a,
.main-nav li.electronic > a:hover,
.main-nav li.electronic > a:focus {
  color: #ffffff !important;
}
.main-nav li.electronic.active > a:after,
.main-nav li.electronic > a:hover:after,
.main-nav li.electronic > a:focus:after {
  background-color: #ffed00;
}
.main-nav li.electronic .dropdown-menu a {
  color: #ffffff !important;
}
.main-nav li.electronic .dropdown-menu a:hover {
  color: #ffed00 !important;
}
.main-nav li.electronic .dropdown-menu .btn {
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
}
.main-nav li.electronic .dropdown-menu .btn:hover {
  color: #ffffff !important;
  background-color: #998e00 !important;
}
.main-nav li.tuning.active > a,
.main-nav li.tuning > a:hover,
.main-nav li.tuning > a:focus {
  color: #ffffff !important;
}
.main-nav li.tuning.active > a:after,
.main-nav li.tuning > a:hover:after,
.main-nav li.tuning > a:focus:after {
  background-color: #e30613;
}
.main-nav li.tuning .dropdown-menu a {
  color: #ffffff !important;
}
.main-nav li.tuning .dropdown-menu a:hover {
  color: #e30613 !important;
}
.main-nav li.tuning .dropdown-menu .btn {
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #e30613 !important;
  border-color: #e30613 !important;
}
.main-nav li.tuning .dropdown-menu .btn:hover {
  color: #ffffff !important;
  background-color: #80030b !important;
}
.main-nav li.battery.active > a,
.main-nav li.battery > a:hover,
.main-nav li.battery > a:focus {
  color: #ffffff !important;
}
.main-nav li.battery.active > a:after,
.main-nav li.battery > a:hover:after,
.main-nav li.battery > a:focus:after {
  background-color: #f39200;
}
.main-nav li.battery .dropdown-menu a {
  color: #ffffff !important;
}
.main-nav li.battery .dropdown-menu a:hover {
  color: #f39200 !important;
}
.main-nav li.battery .dropdown-menu .btn {
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #f39200 !important;
  border-color: #f39200 !important;
}
.main-nav li.battery .dropdown-menu .btn:hover {
  color: #ffffff !important;
  background-color: #8d5500 !important;
}
.main-nav li.tools.active > a,
.main-nav li.tools > a:hover,
.main-nav li.tools > a:focus {
  color: #ffffff !important;
}
.main-nav li.tools.active > a:after,
.main-nav li.tools > a:hover:after,
.main-nav li.tools > a:focus:after {
  background-color: #94a3aa;
}
.main-nav li.tools .dropdown-menu a {
  color: #ffffff !important;
}
.main-nav li.tools .dropdown-menu a:hover {
  color: #94a3aa !important;
}
.main-nav li.tools .dropdown-menu .btn {
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #94a3aa !important;
  border-color: #94a3aa !important;
}
.main-nav li.tools .dropdown-menu .btn:hover {
  color: #ffffff !important;
  background-color: #607078 !important;
}
.main-nav li.care.active > a,
.main-nav li.care > a:hover,
.main-nav li.care > a:focus {
  color: #ffffff !important;
}
.main-nav li.care.active > a:after,
.main-nav li.care > a:hover:after,
.main-nav li.care > a:focus:after {
  background-color: #3aaa35;
}
.main-nav li.care .dropdown-menu a {
  color: #ffffff !important;
}
.main-nav li.care .dropdown-menu a:hover {
  color: #3aaa35 !important;
}
.main-nav li.care .dropdown-menu .btn {
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #3aaa35 !important;
  border-color: #3aaa35 !important;
}
.main-nav li.care .dropdown-menu .btn:hover {
  color: #ffffff !important;
  background-color: #1f5c1d !important;
}
@media (min-width: 768px) {
  .main-nav > li > a {
    font-weight: bold;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE8 */
    position: relative;
  }
  .main-nav > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 2px;
    bottom: 15px;
    left: 15px;
    margin: 0;
    right: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
  }
  .main-nav > li > a:hover,
  .main-nav > li > a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE8 */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main-nav > li > a:hover:after,
  .main-nav > li > a:focus:after {
    right: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main-nav > li.active > a {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE8 */
  }
  .main-nav > li.active > a:after {
    right: 15px !important;
  }
}
@media (max-width: 767px) {
  .main-nav .dropdown-menu > li > a {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) {
  .btn-label {
    display: none;
    margin-left: 10px;
  }
}
.page-scroll-top {
  padding: 0px !important;
  margin-bottom: 30px;
  display: inline-block;
}
.page-scroll-top i {
  font-size: 30px;
}
a.active {
  font-weight: bold;
}
.fa-ul {
  line-height: 1.5em;
}
.fa-ul li {
  padding-left: 15px;
  margin-bottom: 10px;
}
.fa-ul .fa-li {
  top: 0.3em !important;
}
@media (max-width: 767px) {
  .username {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .username {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .username {
    display: inline-block !important;
  }
}
ul.message-dropdown {
  padding: 0;
}
@media (max-width: 767px) {
  ul.message-dropdown {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  ul.message-dropdown {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
li.message-preview {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  li.message-preview {
    width: 275px;
  }
}
@media (max-width: 767px) {
  li.message-preview > a {
    padding: 15px 15px 0 15px !important;
  }
}
@media (min-width: 768px) {
  li.message-preview > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
li.message-footer {
  margin: 5px 0;
}
ul.alert-dropdown {
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  ul.alert-dropdown {
    margin-left: 0px !important;
  }
  ul.alert-dropdown .label {
    float: right;
  }
  ul.alert-dropdown a {
    padding: 15px 15px 15px 30px !important;
  }
}
@media (min-width: 768px) {
  ul.alert-dropdown {
    width: 200px;
  }
}
ul.user-dropdown {
  padding: 0;
}
@media (max-width: 767px) {
  ul.user-dropdown {
    margin-left: 0px !important;
  }
  ul.user-dropdown a {
    padding: 15px 15px 15px 30px !important;
  }
}
@media (min-width: 768px) {
  ul.user-dropdown {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
/* Custom Colored Panels */
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
/* Absätze */
.company-logo-content {
  max-width: 120px;
  margin-bottom: 30px;
}
.content-bg-image {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 750px) {
  
}
@media (min-width: 970px) {
  .content-bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  .content-bg-image {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
section {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 970px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.section-fluid {
  padding: 0 !important;
  position: relative;
}
.section-content-paragraph {
  overflow: hidden;
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .section-content-paragraph {
    padding: calc(30px);
  }
}
.section-content {
  /**/
}
.panel-image {
  /*margin-top:30px;*/
}
figure,
img {
  width: 100%;
  height: auto;
}
figure {
  position: relative;
}
figure i {
  font-size: 80px !important;
  padding: 40px;
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* contentboxes */
.content-inverse {
  background-color: #ffffff;
  color: #010005;
}
.content-company {
  background-color: #25b7e2;
  color: #ffffff;
}
.content-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-bg-image .jumbotron {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border-color: transparent;
  margin-bottom: 0px;
}
.content-inverse,
.content-company,
.content-bg-image {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .content-inverse,
  .content-company,
  .content-bg-image {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .section-content-image.pull-right,
  .section-content-image.pull-left {
    float: none !important;
  }
  .company-logo-content {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section-content-image.pull-right,
  .section-content-image.pull-left {
    max-width: 50%;
  }
  .img-right .section-content,
  .img-left .section-content {
    position: absolute;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .img-right .section-content {
    left: 0;
    padding-right: 40px;
  }
  .img-left .section-content {
    right: 0;
    padding-left: 40px;
  }
}
.file-inputs {
  width: 100%;
  border-radius: 0px;
}
.file-input-wrapper a {
  padding: 12px 0;
  font-size: 14px;
  color: #959595;
}
.img-avatar {
  max-width: 48px;
  border: 2px solid #E6E6E6;
  margin-top: 5px;
}
.pull-right.img-avatar {
  margin-left: 15px;
}
.pull-left.img-avatar {
  margin-right: 15px;
}
/* list-group-items-custom */
@media (min-width: 768px) {
  .list-group-item-hint {
    display: inline-block;
    width: 250px;
  }
}
@media (min-width: 768px) {
  .list-group-item-btn {
    text-align: right;
  }
}
@media (max-width: 767px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td {
    position: relative;
    padding-left: 25% !important;
  }
  td:before {
    position: absolute;
    left: 6px;
    width: 25%;
    white-space: nowrap;
  }
  td:nth-of-type(1):before {
    content: "Name";
  }
  td:nth-of-type(2):before {
    content: "Email";
  }
  td:nth-of-type(3):before {
    content: "PLZ";
  }
  td:nth-of-type(4):before {
    content: "Ort";
  }
}
/* SLIDERS */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  /* fix */

}
.owl-carousel .jumbotron {
  border: none !important;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item p {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item a {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .owl-carousel .owl-item h2 {
    font-size: 20px;
  }
  .owl-carousel .owl-item h3 {
    font-size: 14px;
  }
  .owl-carousel .owl-item .btn {
    font-size: 12px;
    padding: 3px 6px;
  }
}
.owl-carousel .owl-item.active h2 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-carousel .owl-item.active h3 {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-carousel .owl-item.active p {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-carousel .owl-item.active a {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-dots,
.owl-controls .owl-dots {
  cursor: pointer;
}
/* CUSTOM NAV ARROWS */
.owl-nav-arrow-left,
.owl-nav-arrow-right {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-color: #ccc;
}
.owl-nav-arrow-left:hover,
.owl-nav-arrow-right:hover {
  border-color: #25b7e2;
}
@media (max-width: 767px) {
  .owl-nav-arrow-left,
  .owl-nav-arrow-right {
    height: 20px;
    width: 20px;
  }
}
.owl-nav-arrow-left {
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav-arrow-right {
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/*
* 	Owl Carousel Owl-Theme 
*	v1.3.3
*/
.owl-theme-default .owl-controls {
  margin-top: 10px;
  /* Styling Next and Prev buttons */

}
.owl-theme-default .owl-controls .owl-dots {
  text-align: left;
}
.owl-theme-default .owl-controls .owl-dot {
  background: #D9D9D9;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0px 4px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* IE8 */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.owl-theme-default .owl-controls .owl-dot:hover {
  color: #25b7e2;
  text-decoration: none;
  /*IE7 fix*/
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  cursor: pointer;
}
.owl-theme-default .owl-controls .owl-dot.active {
  background: #25b7e2;
  /*IE7 fix*/
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-theme-default .owl-controls .owl-nav {
  float: right;
}
.owl-theme-default .owl-controls .owl-prev:hover,
.owl-theme-default .owl-controls .owl-next:hover {
  color: #25b7e2;
}
/* Slider with caption */
.owl-carousel-fullscreen .owl-controls {
  margin: 0px !important;
}
.owl-carousel-fullscreen .owl-controls .owl-dots {
  text-align: center !important;
  position: absolute !important;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  z-index: 9;
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .owl-controls .owl-dots {
    bottom: 10px;
  }
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-prev,
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  color: #D4D4D4;
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-nav-text {
  display: none;
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .owl-controls .owl-nav {
    display: none;
  }
  .owl-carousel-fullscreen .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-carousel-fullscreen .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}
.owl-carousel-fullscreen .owl-item-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.owl-carousel-fullscreen .owl-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px auto;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.73);
}
.owl-carousel-fullscreen .owl-item-caption a {
  text-shadow: none;
}
.owl-carousel-fullscreen .owl-spacer {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .owl-spacer {
    height: auto;
  }
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .content-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .btn {
    margin-top: 15px;
  }
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
/* Static button one link over all slides */
.owl-button-static {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .owl-button-static {
    bottom: 90px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  /* Owl Carousel - Video Plugin */

}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Owl Carousel - Lazy Load Plugin */

}
.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-prev .owl-nav-text,
.owl-carousel .owl-controls .owl-next .owl-nav-text {
  margin: 0 5px;
  /*display:none;*/
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .item-video {
  height: 300px;
}
.bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #25b7e2;
}
.progressBar {
  width: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  z-index: 2;
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#owl-demo-3 .item img {
  width: 140px !important;
}
/* ////////// PUSH NAVIGATION /////////// */
/* navbar-push styles */
.box-shadow-left {
  box-shadow: -1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
}
.box-shadow-right {
  box-shadow: 1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
}
.icon-close {
  position: relative;
  height: 24px;
  width: 24px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* X icon in CSS */

}
.icon-close span,
.icon-close span::before,
.icon-close span::after {
  position: absolute;
}
.icon-close span:before,
.icon-close span:after {
  display: inline-block;
  height: 2px;
  width: 24px;
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #FFFFFF;
}
.icon-close span:before {
  -webkit-transform: translateX(0px) translateY(10px) rotate(45deg);
  -moz-transform: translateX(0px) translateY(10px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(10px) rotate(45deg);
  -o-transform: translateX(0px) translateY(10px) rotate(45deg);
  transform: translateX(0px) translateY(10px) rotate(45deg);
}
.icon-close span:after {
  -webkit-transform: translateX(0px) translateY(10px) rotate(-45deg);
  -moz-transform: translateX(0px) translateY(10px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(10px) rotate(-45deg);
  -o-transform: translateX(0px) translateY(10px) rotate(-45deg);
  transform: translateX(0px) translateY(10px) rotate(-45deg);
}
.icon-close:hover {
  /*.rotate(180deg);*/
}
.icon-close:hover span:before,
.icon-close:hover span:after {
  background: #25b7e2;
}
.icon-burger {
  position: relative;
  width: 24px;
  height: 12px;
  white-space: nowrap;
  /* hamburger icon in CSS */

}
.icon-burger span,
.icon-burger span::before,
.icon-burger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
}
.icon-burger span {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* line in the center */

}
.icon-burger span:before,
.icon-burger span:after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.icon-burger span:before {
  top: -6px;
}
.icon-burger span:after {
  top: 6px;
}
.wpf-nav-trigger {
  position: relative;
  width: 24px;
  height: 12px;
  white-space: nowrap;
  /* hamburger icon in CSS */

  display: block;
  height: 14px !important;
}
.wpf-nav-trigger span,
.wpf-nav-trigger span::before,
.wpf-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
}
.wpf-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* line in the center */

}
.wpf-nav-trigger span:before,
.wpf-nav-trigger span:after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpf-nav-trigger span:before {
  top: -6px;
}
.wpf-nav-trigger span:after {
  top: 6px;
}
.wpf-nav-trigger span,
.wpf-nav-trigger span::before,
.wpf-nav-trigger span::after {
  background: #FFFFFF;
}
.wpf-nav-trigger.nav-is-visible span {
  background: rgba(255, 255, 255, 0) !important;
  /* hide line in the center */
}
.wpf-nav-trigger.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.wpf-nav-trigger.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
.wpf-nav-trigger:hover span,
.wpf-nav-trigger:hover span::before,
.wpf-nav-trigger:hover span::after {
  background: #25b7e2;
}
.navbar-default .wpf-nav-trigger span,
.navbar-default .wpf-nav-trigger span::before,
.navbar-default .wpf-nav-trigger span::after {
  background: #737373;
}
.navbar-default .navbar-toggle {
  color: #737373;
}
.navbar-default .navbar-toggle:hover {
  color: #25b7e2 !important;
}
.navbar-default .icon-close span:before,
.navbar-default .icon-close span:after {
  background: #737373;
}
.navbar-default .logo-negativ {
  display: none;
}
.navbar-inverse .wpf-nav-trigger span,
.navbar-inverse .wpf-nav-trigger span::before,
.navbar-inverse .wpf-nav-trigger span::after {
  background: #FFFFFF;
}
.navbar-inverse .navbar-toggle {
  color: #FFFFFF;
}
.navbar-inverse .navbar-toggle:hover {
  color: #737373 !important;
}
.navbar-inverse .icon-close span:before,
.navbar-inverse .icon-close span:after {
  background: #FFFFFF;
}
.navbar-inverse .logo-positiv {
  display: none;
}
@media (min-width: 768px) {
  .nav-text {
    /*display:none;*/
  }
}
.wpf-trigger .icon-close {
  display: none;
  marign-top: 6px;
}
.wpf-trigger.nav-is-visible .icon-nav {
  display: none;
}
.wpf-trigger.nav-is-visible .icon-close {
  display: inline-block;
}
.navbar-toggle:hover .wpf-nav-trigger span,
.navbar-toggle:hover .wpf-nav-trigger span::before,
.navbar-toggle:hover .wpf-nav-trigger span::after {
  background: #25b7e2 !important;
}
.navbar-toggle:hover .wpf-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0) !important;
  /* hide line in the center */
}
.navbar-toggle:hover .icon-close span,
.navbar-toggle:hover .icon-close span::before,
.navbar-toggle:hover .icon-close span::after {
  background: #25b7e2 !important;
}
.is-sticky .wpf-nav-trigger span,
.is-sticky .wpf-nav-trigger span::before,
.is-sticky .wpf-nav-trigger span::after {
  background: #888888 !important;
}
.wrapper-close {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wrapper-close.active {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .navbar-push-right {
    height: 40px;
  }
}
/* navbar-push setings */
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-header {
    text-align: center;
    font-weight: bold;
  }
  .navbar-brand {
    display: inline-block;
    float: none !important;
    margin-top: 8px;
    padding: 0;
  }
  .navbar-toggle-right {
    margin: 4px 0 0 0;
    /*margin-top:10px !important; margin-bottom:0px !important;*/
  }
  .icon-nav {
    font-size: 21px;
    line-height: 21px;
  }
  body {
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-x: hidden;
  }
  .navbar-sticky-header {
    width: 100vw;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hide {
    display: none;
  }
  .navbar-push-content {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-push-left,
  .navbar-push-right {
    position: fixed;
    z-index: -1;
    overflow: hidden !important;
    background-color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 250px;
    height: 100vh !important;
    display: block !important;
    top: 0;
    bottom: 0;
  }
  .navbar-push-left.in,
  .navbar-push-right.in {
    top: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: 250px;
    height: 100vh !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    /* IE8 */
  }
  .navbar-push-left.in .navbar-nav,
  .navbar-push-right.in .navbar-nav {
    margin-bottom: 90px;
  }
  .navbar-push-left {
    left: -250px;
    box-shadow: -1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
  }
  .navbar-push-left.in {
    left: 0 !important;
  }
  .navbar-push-right {
    right: -250px;
    box-shadow: 1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
  }
  .navbar-push-right.in {
    right: 0 !important;
  }
  .out-left,
  .out-right {
    overflow: hidden !important;
    position: fixed !important;
  }
  .out-left {
    left: -250px !important;
    right: 250px !important;
  }
  .out-left .navbar-push {
    left: -250px !important;
    right: 250px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .out-right {
    left: 250px !important;
    right: -250px !important;
  }
  .out-right .navbar-push {
    left: 250px !important;
    right: -250px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .remove-left {
    left: 250px !important;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .remove-right {
    right: 250px !important;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
/* Toggle List */
#faq-menu .list-group {
  padding-left: 0;
}
#faq-menu .list-group-item {
  font-weight: bold;
  cursor: pointer;
  border-color: #25b7e2;
}
#faq-menu .list-group-item.collapsed {
  border-color: #5e5e5e !important;
  font-weight: normal !important;
}
#faq-menu .panel-body {
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.5);
}
.wpf_toggle_arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.collapsed .wpf_toggle_arrow {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
/* ==================================================
   PLACEHOLDER BOXES
================================================== */
.wpf_boxes_side {
  -webkit-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */

  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */

  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */

  /*.transition-all;*/
  position: fixed;
  z-index: 990;
  right: -330px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  max-height: 75vh;
  background-color: #04181e;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wpf_boxes_side.active {
  right: 10px;
}
.wpf_boxes_side .wpf_boxes_pic img {
  max-height: 60px;
}
.wpf_boxes_side .wpf_boxes_content {
  padding: 15px;
  width: 300px;
  height: auto;
}
.wpf_boxes_side .wpf_boxes_headline {
  height: 44px;
  line-height: 44px;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 15px;
}
.wpf_boxes_side .wpf_boxes_link {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .wpf_boxes_side {
    top: 25%;
    max-height: 75vh;
    right: -480px;
  }
  .wpf_boxes_side.active {
    right: 0px;
  }
  .wpf_boxes_side .wpf_boxes_pic img {
    max-height: 120px;
  }
  .wpf_boxes_side .wpf_boxes_content {
    width: 450px;
  }
  .wpf_boxes_side .wpf_boxes_content .wpf_detail_headline {
    font-size: 18px;
  }
  .wpf_boxes_side .wpf_boxes_content .wpf_detail_count {
    font-size: 12px;
  }
  .wpf_boxes_side .wpf_boxes_content .wpf_detail_share {
    display: none;
  }
}
.wpf_boxes_toggle {
  cursor: pointer;
  width: auto;
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 28%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .wpf_boxes_toggle {
    top: 25%;
  }
}
.wpf_boxes_show_details,
.wpf_boxes_hide_details {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.wpf_boxes_show_details span,
.wpf_boxes_hide_details span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  padding: 30px 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wpf_boxes_show_details,
  .wpf_boxes_hide_details {
    width: 24px;
  }
  .wpf_boxes_show_details span,
  .wpf_boxes_hide_details span {
    display: none;
  }
}
.wpf_boxes_show_details {
  background-color: #25b7e2;
  color: #ffffff;
}
.wpf_boxes_show_details:hover {
  background-color: #1ca8d2;
}
.wpf_boxes_hide_details {
  display: none;
  background-color: #25b7e2;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.wpf_boxes_hide_details:hover {
  background-color: #1ca8d2;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.wpf_boxes_pic {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.wpf_boxes_pic .wpf_boxes_headline {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 45%;
  width: 100%;
  height: auto;
  line-height: 1.0;
  padding: 0;
}