.txt_dynamicred {
  color: #ac3229;
}

.txt_powerorange {
  color: #f39325;
}

.txt_darkorange {
  color: #c55f09;
}

.txt_technicalblue {
  color: #059c94;
}

.txt_innovationgreen {
  color: #8fc043;
}

.txt_sustainablegreen {
  color: #009e4a;
}

.txt_darkgray {
  color: #86888c;
}

.txt_mediumgray {
  color: #b6b7b7;
}

.txt_lightgray {
  color: #ebeceb;
}

.border-dark {
  border: 1px solid #6b7b7b;
}

.mr-28 {
  margin-right: 28px;
}

.content img {
  width: 100%;
  height: auto;
}

.content .slick-slider,
.content img.img-nofluid {
  width: auto;
  height: auto;
}

.special [data-slideanimate] {
      opacity: 0;
      transition: all 0.5s ease-out;
    }

  .special [data-slideanimate="bottom"] {
    transform: translate3d(0, 15px, 0);
  }

  .inviewpoint .special [data-slideanimate] {
    opacity: 1;
    transform: none;
  }

  .inviewpoint .special h4 {
    transition-delay: 0.4s;
  }

  .inviewpoint .special img {
    transition-delay: 0.6s;
  }

  .inviewpoint .special p {
    transition-delay: 1.0s;
  }

h1.line_powerorange {
  background: url(../images/headline_spacer_powerorange.png) no-repeat left bottom;
}

.font_arial {
  font-family: Arial !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800 !important;
}

h3 span {
  font-size: inherit !important;
}

.content-footer a {
  font-size: 0.85em;
}

.content-footer ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.content-footer ul li {
  margin: 0;
}

.content-footer ul li a {
  display: block;
}

.hover .hideonhover {
  display: none;
  visibility: hidden;
}

.btn.btneditable {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 1em;
  border: 1px solid #ac3229;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ac3229;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn.btneditable:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #ac3229;
  z-index: -1;
}

.btn.btneditable:hover, .btn.btneditable:focus {
  color: white;
}

.btn.btneditable:hover:before, .btn.btneditable:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.btn.btneditable:hover {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn.btneditable:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

body.opennav {
  overflow: hidden !important;
}

header {
  display: inline-block;
}

.navbar {
  top: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  height: auto !important;
  width: 100%;
}

.content {
  margin-top: 107px;
}

h1, .h1 {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0;
  background: url(../images/headline_spacer.png) no-repeat left bottom;
}

h2, .h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 0;
  background: none;
}

h3, .h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

h6, .h6 {
  font-weight: 600;
}

.displaycard h2,
.displaycard h3,
.displaycard h4,
.displaycard h5 {
  margin-bottom: 15px !important;
}

.displaycard.p0 .normal {
  padding: 0 !important;
}

.linebetween {
  border: 1px solid #6b7b7b !important;
}

.linebetween tr {
  border-bottom: 1px solid #6b7b7b !important;
}

/* Overlay */
/* Neue Navigation Start */
.opennav .overlay {
  height: 100%;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100000;
  top: 134px;
  left: 0;
  background-color: #ebeceb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay .firstheading {
  margin-bottom: 5px;
  font-size: 24px;
  background: none !important;
  cursor: auto !important;
}

.overlay .firstheading:hover {
  color: #000000 !important;
  font-weight: 400 !important;
}

.overlay .firstheading:hover a {
  color: #000000 !important;
  font-weight: 400 !important;
}

.overlay .firstheading.link {
  background: url(../images/asmpt_nav_arrow_black.svg) no-repeat center right !important;
  background-size: 30px auto !important;
  cursor: pointer;
}

.overlay .firstheading.link:hover {
  color: #ac3229 !important;
  font-weight: 600 !important;
  background: #f3f3f3 url(../images/asmpt_nav_arrow_red.svg) no-repeat center right !important;
  background-size: 30px auto !important;
}

.overlay .firstheading.link:hover a {
  color: #ac3229 !important;
  font-weight: 600 !important;
}

.overlay-content {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  left: 0;
}

.overlay li {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(../images/asmpt_nav_arrow_black.svg) no-repeat center right;
  background-size: 30px auto;
  cursor: pointer;
}

.overlay li:hover {
  color: #aa312c;
  background: #f3f3f3 url(../images/asmpt_nav_arrow_red.svg) no-repeat center right;
  background-size: 30px auto;
  font-weight: 600;
}

.overlay li:hover a {
  color: #aa312c;
}

.overlay li.activ {
  color: #aa312c;
  background: transparent url(../images/asmpt_nav_arrow_red.svg) no-repeat center right;
  background-size: 30px auto;
  font-weight: 600;
}

.overlay li.activ a {
  color: #aa312c;
}

.overlay li span {
  color: #ac3229;
  font-size: 0.85em;
  margin-top: -4px;
  display: inline;
  position: absolute;
  margin-left: 5px;
}

.overlay li.current {
  color: #aa312c;
  background: transparent url(../images/asmpt_nav_arrow_red.svg) no-repeat center right;
  background-size: 30px auto;
  font-weight: 600;
}

.overlay li.current a {
  color: #aa312c;
}

.overlay li.current a span {
  color: #ac3229;
  font-size: 0.85em;
  margin-top: -4px;
  display: inline;
  position: absolute;
  margin-left: 5px;
}

.overlay li a {
  display: block;
}

.overlay li a span {
  color: #ac3229;
  font-size: 0.85em;
  margin-top: -4px;
  display: inline;
  position: absolute;
  margin-left: 5px;
}

.overlay #sidrmenu .firstmenu .heading {
  font-weight: 600;
}

#overlay .container,
#overlay .container-fluid {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

#overlay .container .firstmenu,
#overlay .container .sidrmenu_sub,
#overlay .container .sidrmenu_subsub,
#overlay .container-fluid .firstmenu,
#overlay .container-fluid .sidrmenu_sub,
#overlay .container-fluid .sidrmenu_subsub {
  position: absolute;
  width: 25% !important;
  /*33%*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* transition-delay:0.5s; */
  -webkit-transition-property: left;
  transition-property: left;
  display: block;
  z-index: 10;
  display: inline-table;
}

#overlay .container.subsubactiv .sidrmenu_sub.activ,
#overlay .container-fluid.subsubactiv .sidrmenu_sub.activ {
  width: 25% !important;
  /*33%*/
}

#overlay .container.subactiv .sidrmenu_sub,
#overlay .container-fluid.subactiv .sidrmenu_sub {
  width: 50% !important;
  /*33%*/
}

#overlay .container.subsubactiv .sidrmenu_sub.activ .col-12,
#overlay .container-fluid.subsubactiv .sidrmenu_sub.activ .col-12 {
  width: 100% !important;
  /*33%*/
}

#overlay .container.subactiv .sidrmenu_sub.activ .col-12,
#overlay .container-fluid.subactiv .sidrmenu_sub.activ .col-12 {
  width: 50% !important;
  /*33%*/
}

#overlay .container .sidrmenu_sub,
#overlay .container-fluid .sidrmenu_sub {
  left: 25%;
  /*33%*/
}

#overlay .container .sidrmenu_sub,
#overlay .container .sidrmenu_subsub,
#overlay .container-fluid .sidrmenu_sub,
#overlay .container-fluid .sidrmenu_subsub {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  width: 0;
  visibility: hidden;
}

#overlay .container .sidrmenu_subsub,
#overlay .container-fluid .sidrmenu_subsub {
  left: 50%;
  /*66%*/
}

.overlay .linksidrsubmenu {
  cursor: pointer;
}

#overlay .container .sidrmenu_sub.activ,
#overlay .container-fluid .sidrmenu_sub.activ {
  left: 25%;
  /*33%*/
  width: 25% !important;
  /*33%*/
  opacity: 1;
  visibility: visible;
}

#overlay .container.subactiv .sidrmenu_sub.activ,
#overlay .container-fluid.subactiv .sidrmenu_sub.activ {
  width: 50% !important;
  /*33%*/
}

#overlay .container.subsubactiv .sidrmenu_sub.activ,
#overlay .container-fluid.subsubactiv .sidrmenu_sub.activ {
  width: 25% !important;
  /*33%*/
}

#overlay .container .sidrmenu_subsub.activ,
#overlay .container-fluid .sidrmenu_subsub.activ {
  left: 50%;
  /*66%*/
  opacity: 1;
}

#overlay .container .sidrmenu_subsub ul,
#overlay .container-fluid .sidrmenu_subsub ul {
  padding-top: 95px;
}

#sidrmenu.subactiv .firstmenu ul, #sidrmenu.subactiv .firstmenu .heading {
  opacity: 1;
}

#overlay .container .additional,
#overlay .container-fluid .additional {
  position: absolute;
  width: 25%;
  /*33%*/
  right: 0;
  top: 0;
  z-index: 1;
}

#overlay .container .additional a.imglink,
#overlay .container-fluid .additional a.imglink {
  background: none;
  padding: 0;
  display: inline-block;
}

.overlay #sidrmenu.activ .sidrmenu_sub,
.overlay #sidrmenu.activ .sidrmenu_sub.current {
  background: #ffffff;
}

.linksidrmenu,
.back,
ul li a {
  cursor: pointer;
  text-decoration: none;
}

.overlay #sidrmenu .firstmenu ul {
  margin-top: 22px;
}

.overlay .backfirst,
.overlay .back,
.overlay .backback {
  margin-top: 25px;
  position: relative;
  width: auto;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 43px;
}

.overlay .back, .overlay .backback {
  margin-left: 20px;
  padding-left: 20px;
  background: url(../images/asmpt_nav_arrow_black_reverse.svg) no-repeat center left;
  background-size: 15px auto;
}

.overlay .back:hover, .overlay .backback:hover {
  background: url(../images/asmpt_nav_arrow_red_reverse.svg) no-repeat center left;
  background-size: 15px auto;
  color: #aa312c;
}

.overlay .backback {
  opacity: 0;
  display: none;
}

.overlay .backfirst {
  width: 25px;
  text-align: center !important;
}

.additional,
.additionalmobile {
  padding-top: 25px;
}

.additional .leftborder,
.additionalmobile .leftborder {
  border-left: 1px solid #000000;
  min-height: 80%;
  padding-top: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidrmenu.activ .additional .leftborder {
  border-left: 1px solid #f3f3f3;
}

.additional a,
.additionalmobile a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/asmpt_nav_arrow_black.svg) no-repeat center right;
  background-size: 30px auto;
}

.additional a:hover, .additional a.activ, .additional a.current,
.additionalmobile a:hover,
.additionalmobile a.activ,
.additionalmobile a.current {
  color: #aa312c;
  background: #f3f3f3 url(../images/asmpt_nav_arrow_red.svg) no-repeat center right;
  background-size: 30px auto;
  font-weight: 600;
  cursor: pointer;
}

.onlymobile {
  opacity: 0;
  visibility: hidden;
  display: none;
}

#search_overlay {
  z-index: 100000;
}

.txtcolor_light {
  color: #fff;
}

.txtcolor_dark {
  color: #000;
}

.displaycard {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 0 !important;
}

.displaycard h1,
.displaycard h2,
.displaycard h3,
.displaycard h4,
.displaycard h5 {
  margin-bottom: 0;
}

.displaycard .hover h1,
.displaycard .hover h2,
.displaycard .hover h3,
.displaycard .hover h4,
.displaycard .hover h5 {
  margin-bottom: 15px;
}

.displaycard .normal {
  padding: 25px;
  cursor: pointer;
}

.displaycard .normal {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
}

.displaycard.image .normal {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.section.pt-1 {
  padding-top: 1rem !important;
}

.section.pt-3 {
  padding-top: 2rem !important;
}

.section.pt-5 {
  padding-top: 3rem !important;
}

@media only screen and (max-width: 768px) {
  .displaycard .normal {
    width: 100% !important;
    height: 100%;
  }
}

.row.ml-0 {
  margin-left: 0 !important;
}

.row.mr-0 {
  margin-right: 0 !important;
}

.hovercard {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hovercard:first-child {
  margin-right: 1% !important;
  width: 49%;
}

.hovercard:last-child {
  margin-left: 1% !important;
  width: 49%;
}

.hovercard h1,
.hovercard h2,
.hovercard h3,
.hovercard h4,
.hovercard h5 {
  margin-bottom: 0;
}

.hovercard .hover h1,
.hovercard .hover h2,
.hovercard .hover h3,
.hovercard .hover h4,
.hovercard .hover h5 {
  margin-bottom: 15px;
}

.hovercard .normal,
.hovercard .hover {
  padding: 25px;
  cursor: pointer;
}

.hovercard .normal {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: absolute;
  bottom: 0;
  height: auto;
}

.hovercard .normal.full {
  width: 100%;
  left: 0;
}

.hovercard .normal.half {
  width: 50%;
}

.hovercard .normal.half.fromleft {
  left: 0;
}

.hovercard .normal.half.fromright {
  right: 0;
}

.hovercard.txtcolor_light a.btn {
  color: #fff !important;
  padding-left: 0;
  background: none;
}

.hovercard.txtcolor_light a.btn {
  background: url(../images/asmpt_nav_arrow_white.svg) no-repeat center right !important;
  background-size: 30px auto !important;
  cursor: pointer;
  padding-right: 50px;
  font-size: 1em;
}

.hovercard.txtcolor_light a.btn:hover,
.hovercard.txtcolor_light a.btn:focus,
.hovercard.txtcolor_light a.btn:active {
  border: none !important;
}

.hovercard .hover {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: absolute;
  height: 0%;
  opacity: 0;
  bottom: -50vh;
}

.hovercard .hover .full {
  width: 100%;
  left: 0;
}

.hovercard .hover.half {
  width: 50%;
}

.hovercard .hover.half.fromleft {
  left: 0;
  bottom: 0;
}

.hovercard .hover.half.frombottom {
  left: 0;
}

.hovercard .hover.half.fromright {
  right: 0;
  bottom: 0;
}

.hovercard .hover.half.fromtop {
  left: 0;
}

.hovercard.textinner23 .hover.full div {
  width: 75%;
}

.hovercard.textinner23 .hover.half div {
  width: 100%;
}

.hovercard.image .normal,
.hovercard.image .hover,
.hovercard.image:hover .normal,
.hovercard.image:hover .hover {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.hovercard.image .normal.fromleft, .hovercard.image .normal.fromright,
.hovercard.image .hover.fromleft,
.hovercard.image .hover.fromright,
.hovercard.image:hover .normal.fromleft,
.hovercard.image:hover .normal.fromright,
.hovercard.image:hover .hover.fromleft,
.hovercard.image:hover .hover.fromright {
  background: black;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.hovercard:hover .hover {
  height: auto;
  opacity: 1;
}

.hovercard:hover .hover.half.fromleft, .hovercard:hover .hover.full.fromleft {
  left: 0;
  bottom: 0;
}

.hovercard:hover .hover.half.fromright, .hovercard:hover .hover.full.fromright {
  right: 0;
  bottom: 0;
}

.hovercard:hover .hover.half.fromtop, .hovercard:hover .hover.full.fromtop {
  left: 0;
  top: 0;
}

.hovercard:hover .hover.half.frombottom, .hovercard:hover .hover.full.frombottom {
  left: 0;
  bottom: 0;
}

.hovercard:hover .normal {
  opacity: 0;
}

.hovercard.semibox h5:before,
.hovercard.smtbox h5:before {
  width: 50px;
  height: 50px;
  position: relative;
  content: "";
  display: block;
  margin-bottom: 15px;
}

.hovercard.semibox h5:before {
  background: url(../images/SEMI_White.svg) no-repeat center center;
  background-size: 100% auto;
}

.hovercard.smtbox h5:before {
  background: url(../images/SMT_White.svg) no-repeat center center;
  background-size: 100% auto;
}

/* Table */
table {
  margin-bottom: 35px;
}

table table {
  margin-bottom: 0px;
}

table thead td {
  text-align: center;
  background: #ebeceb;
  font-weight: 700;
}

.passion table thead td {
  text-align: left;
}

table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.95);
}

table td {
  padding: 5px;
  border-bottom: 1px solid #b6b7b7;
}

table tr.last td {
  border-bottom: 0px solid #b6b7b7;
}

@media only screen and (max-width: 1680px) {
  .overlay .backfirst {
    width: 25px;
    text-align: center;
  }
  #overlay .container .firstmenu.activ, #overlay .container-fluid .firstmenu.activ {
    width: 50px !important;
  }
  #overlay .container .firstmenu.activ .heading,
  #overlay .container .firstmenu.activ ul,
  #overlay .container-fluid .firstmenu.activ .heading,
  #overlay .container-fluid .firstmenu.activ ul {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  #overlay .container .sidrmenu_sub.activ, #overlay .container-fluid .sidrmenu_sub.activ {
    left: 50px !important;
    /*33%*/
  }
  #overlay .container .sidrmenu_subsub.activ, #overlay .container-fluid .sidrmenu_subsub.activ {
    left: calc(50px + 33%) !important;
    /*33%*/
    width: 33% !important;
  }
  #overlay .container.subsubactiv .sidrmenu_sub.activ, #overlay .container-fluid.subsubactiv .sidrmenu_sub.activ {
    width: 33% !important;
  }
  #overlay .container .additional, #overlay .container-fluid .additional {
    width: 30%;
  }
  #overlay .container.subactiv .sidrmenu_sub.activ, #overlay .container-fluid.subactiv .sidrmenu_sub.activ {
    width: 66% !important;
  }
  .hovercard .normal.half,
  .hovercard .hover.half {
    width: 75%;
  }
}

@media only screen and (max-width: 1100px) {
  #overlay .container.subsubactiv .additional, #overlay .container-fluid.subsubactiv .additional {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  #overlay .container.subactiv .sidrmenu_sub.activ, #overlay .container-fluid.subactiv .sidrmenu_sub.activ {
    width: 96% !important;
  }
  #overlay .container.subsubactiv .sidrmenu_sub.activ, #overlay .container-fluid.subsubactiv .sidrmenu_sub.activ {
    width: 48% !important;
  }
  #overlay .container .sidrmenu_subsub.activ, #overlay .container-fluid .sidrmenu_subsub.activ {
    left: calc(50px + 48%) !important;
    width: 48% !important;
  }
  .hovercard .normal.full,
  .hovercard .hover.full {
    width: 100%;
  }
  .hovercard .normal.half,
  .hovercard .hover.half {
    width: 100%;
  }
  .hovercard .hover.fromleft, .hovercard .hover.fromright {
    bottom: -50vh !important;
  }
  .hovercard:hover .hover.fromleft, .hovercard:hover .hover.fromright {
    bottom: 0vh !important;
  }
  .hovercard.textinner23 .hover.full div {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  #overlay .container.subactiv .sidrmenu_sub.activ, #overlay .container-fluid.subactiv .sidrmenu_sub.activ {
    width: 96% !important;
  }
  #overlay .container .firstmenu,
  #overlay .container-fluid .firstmenu {
    width: 50% !important;
  }
}

@media only screen and (max-width: 768px) {
  .mr-28 {
    margin-right: 0;
  }
  .additional {
    opacity: 0;
    visibility: hidden;
  }
  .onlymobile {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding-bottom: 125px;
    display: block;
  }
  .overlay .backfirst {
    width: 25px;
    text-align: center;
  }
  #overlay .container .firstmenu,
  #overlay .container-fluid .firstmenu {
    width: 100% !important;
  }
  #overlay .container .firstmenu.activ,
  #overlay .container-fluid .firstmenu.activ {
    width: 50px !important;
  }
  #overlay .container .firstmenu.activ .heading,
  #overlay .container .firstmenu.activ ul,
  #overlay .container-fluid .firstmenu.activ .heading,
  #overlay .container-fluid .firstmenu.activ ul {
    opacity: 0;
  }
  #overlay .container.subactiv .sidrmenu_sub.activ .col-12,
  #overlay .container-fluid.subactiv .sidrmenu_sub.activ .col-12 {
    width: 100% !important;
    /*33%*/
  }
  .overlay .backback {
    opacity: 1;
    display: block;
  }
  #overlay #sidrmenu.subactiv.container .sidrmenu_sub.activ,
  #overlay #sidrmenu.subactiv.container-fluid .sidrmenu_sub.activ {
    left: 50px;
    right: auto;
    width: 90% !important;
  }
  #overlay #sidrmenu.subsubactiv.container .sidrmenu_sub.activ,
  #overlay #sidrmenu.subsubactiv.container-fluid .sidrmenu_sub.activ {
    left: 50px;
    right: auto;
    width: 90% !important;
    opacity: 0;
    visibility: hidden;
  }
  #overlay #sidrmenu.subsubactiv.container .sidrmenu_subsub,
  #overlay #sidrmenu.subsubactiv.container-fluid .sidrmenu_subsub {
    left: 50px;
    right: auto;
    width: 0 !important;
  }
  #overlay #sidrmenu.subsubactiv.container .sidrmenu_subsub.activ,
  #overlay #sidrmenu.subsubactiv.container-fluid .sidrmenu_subsub.activ {
    left: 50px !important;
    right: auto;
    width: 90% !important;
    opacity: 1;
    visibility: visible;
  }
  #overlay #sidrmenu.subactiv.container .additionalmobile,
  #overlay #sidrmenu.subsubactiv.container .additionalmobile,
  #overlay #sidrmenu.subactiv.container-fluid .additionalmobile,
  #overlay #sidrmenu.subsubactiv.container-fluid .additionalmobile {
    opacity: 0;
    visibility: hidden;
  }
  #overlay .container .sidrmenu_subsub ul,
  #overlay .container-fluid .sidrmenu_subsub ul {
    padding-top: 0;
  }
  .hovercard {
    margin-bottom: 35px;
  }
  .hovercard:first-child {
    margin-right: 0% !important;
    width: 100%;
  }
  .hovercard:last-child {
    margin-left: 0% !important;
    width: 100%;
  }
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* Neue Navigation Ende */
.navbar-brand {
  padding: 0;
}

.navbar, #action_bar {
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
  border: none !important;
}

.experts {
  background-color: transparent;
  height: 0;
}

.btn.download {
  background: url(../images/asmpt_icon_download_red.svg) no-repeat 15px center;
  background-size: auto 30px;
  padding: 15px 25px 15px 55px;
  color: #aa312c !important;
  font-size: 16px;
}

.navbar-toggle {
  background: transparent;
  margin-top: 20px;
  width: 100px;
  color: #000000;
  float: right;
  clear: both;
}

.navbar-toggle span.text {
  position: absolute;
  top: 3px;
  font-size: 20px;
}

.navbar-toggle .icon-bar {
  border-radius: 0;
  background: #000000;
}

.navbar.sticky {
  height: auto !important;
}

.sticky .logo img {
  width: 300px;
  height: auto;
}

p {
  display: block;
}

.gray_platine {
  background: url(../images/platine_grob2_bg_grau_1920x1080.jpg) repeat-y top center;
  background-size: 100% auto;
}

hr {
  border-top: 4px solid #f3f3f3 !important;
  height: 4px !important;
  margin: 35px 0 !important;
  opacity: 1 !important;
}

#MegaNavbar {
  display: none !important;
}

#MegaNavbar a {
  color: #000000;
}

#topbar {
  height: auto;
  width: 100%;
  text-align: right;
  position: relative;
  margin: 0 0 0 0;
  float: right;
}

#topbar .heading {
  display: inline-block;
}

#topbar .btn {
  padding: 0;
  margin: 0;
}

.menubtn {
  display: block;
  font-size: 24px !important;
  cursor: pointer;
  padding: 30px 0 0 0;
  clear: both;
}

#topbar .dropdown.language {
  width: auto !important;
  display: inline;
}

#topbar .dropdown.language .btn {
  background: transparent;
  color: #000000 !important;
  padding: 0 0 0 5px;
}

#topbar .dropdown.language:hover .btn {
  background: #ebeceb !important;
  color: #000000 !important;
  border-color: #ebeceb !important;
}

#topbar .dropdown.language .btn:hover, #topbar .dropdown.language .btn.active, #topbar .dropdown.language .btn.is-checked {
  background: #ebeceb !important;
  color: #000000 !important;
  border-color: #ebeceb !important;
}

#topbar .dropdown.language .btn:hover .dropdown-menu, #topbar .dropdown.language .btn.active .dropdown-menu, #topbar .dropdown.language .btn.is-checked .dropdown-menu {
  background: #ebeceb !important;
  color: #000000 !important;
}

#topbar .dropdown.language .btn:hover .dropdown-menu a, #topbar .dropdown.language .btn.active .dropdown-menu a, #topbar .dropdown.language .btn.is-checked .dropdown-menu a {
  color: #000000 !important;
}

#topbar .dropdown.language .dropdown-menu {
  background: #ebeceb !important;
  color: #000000 !important;
}

#topbar .dropdown.language .dropdown-menu a {
  color: #000000 !important;
}

#topbar .language_btn,
#topbar .login_btn,
#topbar .search_btn,
#topbar .contact_btn {
  position: relative;
  display: block;
  margin: 0 0 0 5px;
  border: transparent !important;
  margin-top: 0;
  cursor: pointer;
  float: right;
}

#topbar .language_btn img {
  width: 38px;
  height: 38px;
}

#topbar .login_btn {
  width: 40px;
  height: 40px;
  background: url(../images/asmpt_icon_login.svg) no-repeat right center;
  background-size: auto 38px;
  color: #000000 !important;
}

#topbar .search_btn {
  width: 38px;
  height: 40px;
  background: url(../images/asmpt_icon_search.svg) no-repeat right center;
  background-size: auto 38px;
  color: #000000 !important;
}

#topbar .contact_btn {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  background: url(../images/asmpt_icon_chat.svg) no-repeat right center;
  background-size: auto 38px;
  color: #000000 !important;
}

.dropdown-menu {
  background-color: transparent !important;
  width: auto !important;
  border: transparent !important;
  color: #000000;
}

.dropdown-item {
  color: #ffffff;
}

.navbar .dropdown-menu {
  right: 0;
  min-width: 180px;
  max-width: 250px;
  font-size: 14px;
}

#MobileNavbar {
  top: 0;
  right: auto;
}

#MobileNavbar.navbar-collapse {
  background-color: #f3f3f3;
  color: #000;
  right: auto;
  top: -100vh;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: none;
}

#MobileNavbar.navbar-collapse.collapse.show {
  visibility: visible;
  display: block;
  top: 125px;
}

#MobileNavbar.navbar-collapse a {
  color: #000;
}

body.navbar_overlay_active {
  overflow: hidden;
  /* Hide scrollbars */
}

.productronica-gray {
  background: #cccccc;
}

#MobileNavbar .navbar-mobile-close {
  background: url(../images/icon_close.png) center center;
  background-size: 100%;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: .85rem;
  border-bottom: 1px solid #ccc;
  color: #f3f3f3 !important;
}

.nav-tabs a.active {
  border-bottom: 4px solid #f4a008;
}

.nav-tabs a span:nth-of-type(2) {
  font-size: 1rem;
  font-weight: bold;
}

.details-meta span {
  font-size: 0.85rem;
}

.tab-pane {
  background: #666666;
  color: #ffffff;
}

.stream-details .stream-details-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stream-details .stream-details-meta p:nth-of-type(1) {
  padding-right: 1rem;
}

.stream-details .topics {
  font-size: .85rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr 50px;
      grid-template-columns: 80px 1fr 50px;
}

.mediathek-video {
  position: relative;
}

.mediathek-video img {
  opacity: .75;
}

.mediathek-video:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  border: none;
  opacity: 1;
}

.mediathek-pdf {
  position: relative;
}

.mediathek-pdf img {
  opacity: .75;
}

.mediathek-pdf:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../../images/PDF_file_icon.svg");
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: center;
  border: none;
  opacity: 1;
  pointer-events: none;
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.videoCore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showLoginInfoBox {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.showLoginInfoBox a.btn {
  background: #f4a008;
  border: none;
  font-weight: 700;
  color: #fff !important;
}

#showLoginInfo {
  color: #000000;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none !important;
  color: #aa312c !important;
}

.card-body {
  background: #ffffff;
  color: #000000;
}

.card-footer {
  background: #6b7b7b;
}

.isFavorite {
  border: 2px solid #aa312c;
}

.delFavorite {
  display: none;
}

.btn-bookmark {
  background: transparent;
  border: none;
  font-size: 1.5rem;
}

.btn.red {
  background: #aa312c !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 22px !important;
}

.btn.red:hover {
  border: none !important;
  background: #b6b7b7 !important;
}

.btn.black {
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 20px;
}

.btn.black:hover {
  border: none !important;
  background: #aa312c !important;
}

.favoriteWrapper {
  max-width: 160px;
  margin: 0 auto;
}

#manageFavorite {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35px 1fr;
      grid-template-columns: 35px 1fr;
  grid-gap: 4px;
  place-items: center;
  justify-items: end;
}

.fa,
.fas {
  font-weight: 900;
  color: #aa312c;
}

#filters .btn {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #fff !important;
  margin-right: 4px;
}

#filters .btn-fav {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  margin-right: 4px;
}

#filters .btn-fav i {
  color: #ffffff !important;
}

#filters .btn-fav.is-checked i {
  background: #ffffff;
  color: #aa312c !important;
}

#filters .btn.is-checked {
  background: #ffffff;
  color: #000000 !important;
}

.LoginRegisterMessage {
  color: #aa312c !important;
  border-color: #aa312c !important;
}

.slick-slider {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.logowrapper .menubtn {
  display: none;
}

#sidr a.active .bull {
  background: #ac3229;
}

.logowrapper {
  margin: 15px 0px;
}

.additional a span {
  color: #ac3229;
  font-size: 0.85em;
  margin-top: -4px;
  display: inline;
  position: absolute;
  margin-left: 5px;
}

.helpdesk {
  padding: 10px 20px;
  width: auto;
  position: relative;
  margin-bottom: 0;
}

.helpdesk .image img {
  width: 105px !important;
}

.helpdesk .image,
.helpdesk .text {
  width: auto;
  position: relative;
  float: left;
}

.helpdesk .image {
  padding-right: 15px;
}

.helpdesk p {
  margin-bottom: 0 !important;
}

.helpdesk > p {
  margin-bottom: 35px !important;
}

.helpdesk a, .helpdesk a:hover {
  all: unset;
}

.helpdesk a:hover {
  color: #aa312c;
  cursor: pointer;
}

.helpdesk .contact {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background: #f3f3f3;
  padding: 10px;
}

@media only screen and (max-width: 1400px) {
  .helpdesk .image img {
    width: 60px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .helpdesk .image img {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1140px) {
  .helpdesk .image {
    text-align: left;
    width: 30%;
  }
  .helpdesk .text {
    text-align: left;
    width: 70%;
  }
  a.btn.red.bigger {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 990px) {
  .logo img {
    width: 300px;
    height: auto;
    margin: 30px 0;
  }
  .helpdesk .contact {
    width: 100%;
  }
  .helpdesk .image {
    text-align: center;
    width: 100%;
  }
  .helpdesk .text {
    text-align: left;
    width: 100%;
  }
  body.navbar_overlay_active {
    left: 0;
    position: relative;
  }
  .language .btn, .language .dropdown-menu .dropdown-item {
    background: none;
    display: inline-block;
    padding: 5px 15px;
    text-align: right;
  }
  .hovercard.textinner23 .hover div {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .overlay {
    top: 126px;
  }
  .helpdesk {
    padding: 10px 0px;
  }
  .helpdesk .image,
  .helpdesk .text {
    text-align: left;
    width: auto;
  }
  .logo {
    width: 145px;
    margin-left: 15px !important;
  }
  .logo img {
    width: 200px !important;
    height: auto;
    margin: 15px 0 !important;
  }
  .navbar {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .content {
    margin-top: 0;
  }
  .stream-details .topics {
    font-size: 1rem;
    display: -ms-grid;
    display: grid;
    grid-gap: .5rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .stream-details .topics span:nth-of-type(1) {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
  }
  .btn.download {
    font-size: 14px;
  }
  .logowrapper .menubtn {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 67px;
  }
  .logowrapper {
    margin: 5px 0 15px 0px;
  }
  .logo {
    margin-left: 0 !important;
  }
  #topbar {
    margin: 5px 0;
  }
  .topbar .menubtn {
    display: none;
  }
  #topbar .contact_btn, #topbar .search_button, #topbar .login_btn {
    display: none;
  }
  .hovercard.textinner23 .hover div {
    width: 100%;
  }
  #topbar .dropdown.language:hover .dropdown-menu {
    display: block !important;
  }
  #topbar .dropdown.language .dropdown-menu {
    display: none !important;
    position: absolute !important;
    width: auto !important;
    min-width: auto !important;
    background: none;
  }
}
/*# sourceMappingURL=asmpt.css.map */