@charset "UTF-8";
.product-title {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 8px solid orange;
  border-top: 8px solid orange;
  position: absolute;
  bottom: 15px;
  color: black;
  font-size: 13px;
  padding: 3px 10px;
  text-align: center;
  font-weight: bold;
  height: 60px;
  display: table-cell;
  width: 155px;
  vertical-align: middle;
}

.product-wrapper {
  position: absolute;
}

.dev-attention-user-data {
  background-color: orangered;
  color: black;
  border: solid 2px black;
  padding: 5px;
}

.font-size-24 {
  font-size: 24px;
}

.color-white {
  color: white;
}

#warenkorb {
  display: block;
  float: left;
  width: 44px;
  height: 43px;
  background-image: url("/assets/abiweb_de/extern/img/button-warenkorb.png");
  font-size: 16px;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 0px 0px 62px;
  overflow: hidden;
  cursor: pointer;
  background-position: bottom left;
}

.navbar-inner {
  float: right;
}

#warenkorb:hover, #warenkorb:focus, #warenkorb.active {
  color: #fff;
  padding-top: 20px;
  height: 43px;
}

#login_or_create .std_button {
  background: none repeat scroll 0 0 #72c02c;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 22px;
  padding: 12px 28px 9px;
  text-decoration: none;
  text-shadow: 0 1px 0 #51a00b;
  text-transform: uppercase;
}
#login_or_create .std_button:active, #login_or_create .std_button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
  transition: background-position 0.1s linear 0s;
}

/* --------------------------------------------------------------------------- */
/* Notifications */
/* --------------------------------------------------------------------------- */
#notifications {
  top: 20px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #dbdbdb);
  background-attachment: fixed;
  border-radius: 6px;
  box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  max-height: 529px;
  overflow-y: hidden;
  text-shadow: white 0px 1px 0px;
  font: normal 12px HelveticaNeue, Helvetica, Arial, sans-serif;
  -webkit-text-stroke: 1px transparent;
}

.notification {
  position: relative;
}
.notification.more {
  border-bottom: 1px solid #c1c1c1;
  box-shadow: white 0px 1px 0px;
}
.notification.error {
  background: #fa565d;
  background: -moz-linear-gradient(#fa565d, #d1363d);
  border-radius: 5px;
}
.notification.error * {
  color: white !important;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}
.notification.error .left:after {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}
.notification.click {
  cursor: pointer;
}
.notification .hide {
  position: absolute;
  display: block;
  right: 5px;
  top: 7px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  width: 12px;
  height: 12px;
  background: url(/assets/default/extern/img/icon-close.png) no-repeat;
  opacity: 0.7;
  display: none;
  text-indent: -999px;
  overflow: hidden;
}

.modal .hide {
  position: absolute;
  display: block;
  right: 5px;
  top: 7px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  width: 12px;
  height: 12px;
  background: url(/assets/default/extern/img/icon-close.png) no-repeat;
  opacity: 0.7;
  display: none;
  text-indent: -999px;
  overflow: hidden;
}
.modal .hide:before {
  position: relative;
  top: 3px;
}

.notification .hide:before, .modal .hide:before {
  content: "x";
}

.notification .hide:hover {
  opacity: 1;
}
.notification .right, .notification .left {
  width: 350px;
  height: 100%;
  float: left;
  position: relative;
}
.notification .time {
  font-size: 9px;
  position: relative;
}
.notification .right .time {
  margin-left: 10px;
  margin-top: -8px;
  margin-bottom: 10px;
  opacity: 0.4;
}
.notification .left {
  height: 100%;
  width: 30px;
  padding: 10px;
  position: absolute;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.notification .right {
  margin-left: 50px;
}
.notification .right .inner {
  padding: 10px;
}
.notification .left:after {
  content: "";
  background: #c1c1c1;
  box-shadow: white 1px 0px 0px;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.notification .img {
  width: 30px;
  background-size: auto 100%;
  background-position: center;
  height: 30px;
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.notification .img.border {
  box-shadow: none;
  border: none;
}
.notification .img.fill {
  top: 0px;
  margin: 0px;
  border: none;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
  background-color: #333;
}
.notification:first-child .img.fill {
  border-top-left-radius: 5px;
}
.notification:last-child .img.fill {
  border-bottom-left-radius: 5px;
}
.notification .left > .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font: normal 40px/28px "EntypoRegular" !important;
  text-shadow: white 0px 1px 0px;
}
.notification.big .left > .icon {
  font-size: 60px;
  line-height: 38px;
}
.notification:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
}
.notification h2 {
  font-size: 14px;
  margin: 0px;
}

.animated {
  animation: 1s ease;
  animation-fill-mode: both;
}
.animated.fast {
  animation-duration: 0.4s;
}
@keyframes fadeInLeftMiddle {
  0% {
    opacity: 0.5;
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftMiddle {
  animation-name: fadeInLeftMiddle;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@font-face {
  font-family: "EntypoRegular";
  src: url("/assets/default/glyphs/entypo-webfont.eot");
  src: url("/assets/default/glyphs/entypo-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/default/glyphs/entypo-webfont.woff") format("woff"), url("/assets/default/glyphs/entypo-webfont.ttf") format("truetype"), url("/assets/default/glyphs/entypo-webfont.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* --------------------------------------------------------------------------- */
/* Verkaufsbereich */
/* --------------------------------------------------------------------------- */
.order_step_by_step {
  clear: both;
  padding: 20px 0px;
  list-style-position: inside;
  font-size: 12px;
}
.order_step_by_step li {
  float: left;
  margin-right: 50px;
  margin-left: 50px;
  color: #999;
}
.order_step_by_step a {
  color: #999;
  text-decoration: none;
}
.order_step_by_step li.active {
  color: #444;
  font-weight: bold;
}
.order_step_by_step li.active a {
  color: #444;
  font-weight: bold;
}

#order_advice {
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
}
#order_advice strong {
  font-size: 10px;
  color: #999;
  display: block;
  text-align: center;
}
#order_advice:hover strong, #order_advice:focus strong {
  color: #444;
}

#oa_content {
  margin-top: 10px;
  display: none;
}
#oa_content .support_link {
  text-decoration: none;
  color: #009fe3;
  font-weight: bold;
}

.bad_login {
  display: block;
  background-color: red;
  clear: left;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: white;
  opacity: 0.5;
}

#w_shopping_button {
  height: 150px;
  border: 1px solid transparent;
}
#w_shopping_button a {
  display: block;
  font-size: 38px;
  color: #ddd;
  text-shadow: 5px;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 0px 0px 30px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 500px;
  text-align: center;
}
#w_shopping_button a:hover, #w_shopping_button a:focus {
  margin: 0px 0px 0px 30px;
  color: #f19717;
  border: 1px solid #f19717;
  font-size: 42px;
  width: 550px;
}

.to_courses_class {
  margin: 0 auto;
  display: block;
  clear: both;
}

.fancybox-inner img {
  float: right;
}
.fancybox-inner h3 {
  float: left;
}
.fancybox-inner p {
  clear: left;
}

#logo {
  top: -20px;
}

@media (max-width: 600px) {
  #logo {
    top: -40px;
  }
}
body .SnapABug_Button {
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: -5px;
  top: 40%;
  z-index: 2147000000;
}

.error_form {
  background: none repeat scroll 0 0 #f8dbdb !important;
  border-color: #e77776 !important;
}

.error_label {
  color: #e46c6e;
}

.error_info {
  color: #e46c6e;
  font-size: 12px;
  display: none;
}

/* Optimierungen für Responsive-Design */
#content_text_area .video_box {
  width: 100% !important;
  padding: 20px 0px;
}
#content_text_area .video_box em {
  font-size: 80% !important;
}

video {
  max-width: 100%;
}

.themes li a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.trustBadgeResponsive {
  display: none;
}

#garantien_presse_bezahlmoeglichkeiten_header {
  max-width: 100% !important;
}
#garantien_presse_bezahlmoeglichkeiten_header img {
  max-width: 100% !important;
  height: auto;
}

#header {
  position: relative !important;
  z-index: 2000 !important;
}
#header .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 4px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
  margin-top: 10px;
}

.navbar .search-open {
  top: 42px;
}

#side #top .fb-like {
  padding-bottom: 10px;
}

.autocomplete-w1 {
  background: url(img/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 6px 0 0 6px;
  /* IE6 fix: */
  _background: none;
  _margin: 1px 0 0 0;
}

.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden;
}
.autocomplete .selected {
  background: #F0F0F0;
}
.autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

/* -------------------------------------------------------------------------- */
/* Bachbinde / Stopper */
/* -------------------------------------------------------------------------- */
#stopper {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  height: 80px;
  background-color: #fc7021;
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: none;
  left: 0;
  color: #FFF;
  font-size: 20px;
}
#stopper h2 {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
#stopper p {
  padding-top: 5px;
  margin-bottom: 0px;
  color: #FFF;
}
#stopper .btn {
  font-size: 20px;
}

#stopper-action {
  text-align: center;
}

@media (max-width: 767px) {
  #stopper-text {
    display: none;
  }
}
@media (min-width: 768px) {
  #stopper {
    width: 100%;
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  #stopper h2 {
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
  }
}
.footer-extra-space {
  margin-bottom: 80px;
}

.copyright .span8, .copyright .span4 {
  padding-top: 0px;
}

.reviews {
  margin-top: 0px;
  padding-top: 0px;
  color: #dadada;
}
.reviews a {
  color: #dadada;
  text-decoration: none;
}

#topcontrol {
  z-index: 30;
}

/* -------------------------------------------------------------------------- */
/* Video.js */
/* -------------------------------------------------------------------------- */
.video-js {
  width: 100%;
  height: auto;
}

.mobile-video-box .video_inner_box {
  position: relative !important;
}
.mobile-video-box video, .mobile-video-box object {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  top: 0 !important;
}

.video_box .video-js .vjs-tech {
  height: inherit !important;
}
.video_box .vjs-default-skin .vjs-play-progress, .video_box .vjs-default-skin .vjs-volume-level {
  background-color: #FA7100;
}
.video_box .vjs-default-skin:hover .vjs-big-play-button, .video_box .vjs-default-skin .vjs-big-play-button:focus {
  border-color: #FA7100;
}

.vjs-default-skin .vjs-big-play-button {
  border-radius: 0.8em !important;
}

.video-js.vjs-fullscreen {
  padding-top: 0px !important;
}
.video-js.vjs-fullscreen video {
  height: 100% !important;
  background-image: none !important;
  background-color: #333 !important;
}
.video-js *:before, .video-js *:after {
  font-family: VideoJS;
}

.vjs-loading-spinner {
  border-radius: 25px !important;
}

.vjs-resolution-button .vjs-menu li {
  color: white;
}
.vjs-resolution-button .vjs-menu .vjs-selected li {
  color: #2B333F;
}

.vjs-menu li {
  color: white;
}

/* -------------------------------------------------------------------------- */
/* angebotPopup */
/* -------------------------------------------------------------------------- */
#angebotPopup {
  z-index: 10000;
}
#angebotPopup .modal-body img {
  width: 100%;
  height: auto;
}
#angebotPopup .modal-body .btn-box {
  margin-top: -100px;
  margin-left: 30px;
  font-size: 30px;
  position: absolute;
}
#angebotPopup .modal-body .btn-box .btn {
  font-size: 30px;
  padding: 15px;
}

@media (max-width: 366px) {
  #angebotPopup .modal-body .btn-box {
    margin-top: -60px;
    margin-left: 70px;
    font-size: 20px;
    position: absolute;
  }
  #angebotPopup .modal-body .btn-box .btn {
    font-size: 20px;
    padding: 5px;
  }
}
#livecourse_signup .error {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* livecourse-signup-popup */
/* -------------------------------------------------------------------------- */
.livecourse-signup-popup {
  z-index: 10000;
  text-align: center;
}
.livecourse-signup-popup h3 {
  font-weight: bold !important;
  font-size: 24px;
}

#livecourse_signup > p {
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
}

.livecourse-signup-popup input.btn {
  background-color: #ff4600;
  color: #fff;
  border: none;
  margin-top: 5px;
  font-size: 16px;
  padding: 6px 25px;
  text-align: center;
  border-radius: 2px;
  background: #FF4600;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #B84B13;
}
.livecourse-signup-popup input.btn:hover {
  cursor: pointer;
  background: #B84B13;
  text-decoration: none;
  box-shadow: 0 0 3px #999;
}
.livecourse-signup-popup .modal-footer img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .livecourse-signup-popup input.btn {
    padding: 6px 5px;
  }
}
@media (max-height: 600px) {
  .livecourse-signup-popup h3 {
    font-size: 18px;
  }
  #livecourse_signup > p, #livecourse_signup > img {
    display: none;
  }
  .livecourse_signup-popup .modal-footer {
    display: none;
  }
}
/* -------------------------------------------------------------------------- */
/* Livecourse-Singup-Form */
/* -------------------------------------------------------------------------- */
#livecourse_signup_form .error {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Werbebox für Abonnement */
/* -------------------------------------------------------------------------- */
.alert-info {
  color: #555;
  background-color: #fbfbfb;
  border-width: 2px;
  border-color: #cdcdcd;
}
.alert-info img {
  margin-left: -47px;
}
@media (min-width: 768px) {
  .alert-info img {
    margin-left: -38px;
  }
}
@media (min-width: 830px) {
  .alert-info img {
    margin-left: -40px;
  }
}
@media (min-width: 970px) {
  .alert-info img {
    margin-left: -42px;
  }
}
@media (min-width: 1024px) {
  .alert-info img {
    margin-left: -44px;
  }
}
@media (min-width: 1150px) {
  .alert-info img {
    margin-left: -46px;
  }
}
.alert-info h4 strong {
  color: #fa7100;
}
.alert-info i {
  color: #fa7100;
  font-size: 20px;
}
.alert-info h4 {
  margin-top: 5px;
  font-size: 17px;
}
.alert-info h5 {
  margin-top: 10px;
}
.alert-info .gray {
  color: #555;
}
.alert-info .links15 {
  margin-left: -15px;
  margin-top: 3px;
}
.alert-info .btn-u {
  text-align: center;
  width: 156px;
  margin-top: 5px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .alert-info .links15 {
    margin-left: 0px;
  }
}
/* -------------------------------------------------------------------------- */
/* User Consent */
/* -------------------------------------------------------------------------- */
@media (max-width: 600px) {
  .usercentrics-button .uc-privacy-button-wrapper {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Footer v2 */
/* -------------------------------------------------------------------------- */
.footer-v2 .copyright {
  text-align: center;
  padding: 10px 10% !important;
}