#main-wrapper .row .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#main-wrapper .row .row .w4pt-wrapper {
  height: 100%; }

.book-autor {
  text-align: left;
  font-weight: bold;
  width: 230px;
  position: relative;
  left: 50%;
  margin-left: -115px;
  padding-top: 20px; }

.book-autor .a {
  color: #0282b1;
  font-weight: bold; }

.pro_3b {
  text-align: center; }

.pro_book-content {
  width: 152px;
  margin: 0 auto; }

.w4b .pro_buttons {
  position: absolute;
  width: 150px;
  padding: 0;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0px auto 10px auto; }

.news_ct {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 60px;
  margin-bottom: 30px;
  /*item*/ }
  .news_ct .item {
    width: calc(33% - 23px);
    border-radius: 10px;
    background: white;
    position: relative;
    padding-bottom: 50px;
    /*text*/ }
    .news_ct .item .bild {
      position: relative; }
      .news_ct .item .bild img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        max-width: 100%;
        height: auto; }
      .news_ct .item .bild .datum {
        position: absolute;
        background-color: #0282b3;
        top: 0;
        left: 0;
        width: 105px;
        color: white;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
        font-size: 15px; }
        .news_ct .item .bild .datum .datum_date {
          font-size: 30px;
          color: white;
          font-weight: bold; }
    .news_ct .item .text {
      padding: 10px 15px;
      border-radius: 10px; }
      .news_ct .item .text img {
        max-width: 100%;
        height: auto; }
      .news_ct .item .text .typ {
        font-weight: 500;
        font-size: 17px;
        padding: 5px 0; }
      .news_ct .item .text .titel h3 {
        color: #0282b3;
        font-size: 21px;
        line-height: 1.2em;
        font-weight: 600;
        margin: 0; }
      .news_ct .item .text .fact {
        font-weight: 500;
        line-height: 1.2em;
        margin-top: 10px; }
        .news_ct .item .text .fact label {
          color: #0282b3 !important;
          font-weight: normal; }
    .news_ct .item .buttons {
      position: absolute;
      bottom: 10px;
      left: 15px;
      width: calc(100% - 30px); }
  .news_ct.sp2 .item {
    width: calc(50% - 23px); }
  .news_ct.sp1 {
    justify-content: center; }
    .news_ct.sp1 .item {
      width: 50%; }
  .news_ct .modal-header {
    border-bottom: none; }
    .news_ct .modal-header img {
      max-width: 100%;
      height: auto; }
    .news_ct .modal-header h3, .news_ct .modal-header h4 {
      padding: 0px 40px 0px 70px; }
    .news_ct .modal-header h3 {
      margin-top: 10px; }
  .news_ct .modal-footer {
    border-top: none; }
  .news_ct .modal-body {
    padding: 15px 40px 20px 80px; }
    .news_ct .modal-body img {
      max-width: 100%;
      height: auto; }
    .news_ct .modal-body .facts {
      width: 80%;
      float: right; }
      .news_ct .modal-body .facts .ct {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-end;
        margin-bottom: 10px; }
        .news_ct .modal-body .facts .ct .re {
          width: calc(60% - 10px);
          font-weight: 500; }
        .news_ct .modal-body .facts .ct .li {
          width: 140px;
          color: #0282b3;
          margin-right: 20px; }
  .news_ct .clear {
    content: '';
    clear: both; }

#stickynav {
  position: fixed;
  right: 25px;
  top: 100px;
  z-index: 2;
  width: 25px; }
  #stickynav .navelements-search {
    position: relative; }
  #stickynav .search {
    width: 40px;
    position: absolute;
    right: -27px;
    top: 0;
    transition: all 0.5s; }
    #stickynav .search:hover {
      width: 200px;
      transition: all 0.5s; }
  #stickynav .cart-info {
    position: relative;
    left: -8px;
    margin-bottom: 7px; }
