/* 13.4.2022, 12:47:10 */
body:not(.cq-wcm-edit) .teaserplatzhalter {
  display: none !important;
}
body:not(.cq-wcm-edit) #incnewsticker {
  position: relative;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickerslidernext,
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev {
  position: absolute;
  border: 0 none;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-color: #004388;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px transparent solid;
  transition: all ease-in-out 0.2s;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickerslidernext svg,
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev svg {
  float: none;
  top: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  fill: #ffffff;
  transition: all ease-in-out 0.2s;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickerslidernext:hover,
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev:hover {
  background-color: #ffffff;
  border-color: #004388;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickerslidernext:hover svg,
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev:hover svg {
  fill: #004388;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickerslidernext span.module-linklist__title,
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev span.module-linklist__title {
  display: none;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev {
  left: 15px;
}
body:not(.cq-wcm-edit) #incnewsticker .newstickersliderprev svg {
  transform: rotate(180deg);
}
body:not(.cq-wcm-edit) #incnewsticker .newstickerslidernext {
  right: 15px;
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap {
  display: flex;
  padding: 15px 75px;
  border: 1px #dedede solid;
  flex-flow: column wrap;
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap.oneElem {
  padding: 15px 15px;
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media {
  display: none;
  margin-bottom: 0;
  transition: all ease-in-out 0.4s;
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media.showelem {
  display: block;
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media h2 {
  font-size: 28px;
}
@media all and (max-width: 639px) {
  body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media h2 {
    font-size: 24px;
  }
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media h3 {
  font-size: 20px;
}
@media all and (max-width: 639px) {
  body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media h3 {
    font-size: 18px;
  }
}
body:not(.cq-wcm-edit) #incnewsticker .tickerelemWrap .module-text-with-media .text p {
  font-size: 15px;
}
body:not(.cq-wcm-edit) #incnewsticker #tickerpager {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
body:not(.cq-wcm-edit) #incnewsticker #tickerpager span {
  width: 10px;
  height: 10px;
  background-color: #004388;
  margin: 5px;
  border-radius: 50px;
  cursor: pointer;
}
body:not(.cq-wcm-edit) #incnewsticker #tickerpager span.pager-active {
  background-color: #b1c100;
}
