#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; }

.literaturabo h1 {
  color: white;
  background: #0282b1;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 25px; }
  .literaturabo .fl_ct {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    --gap: 30px; }
    .literaturabo .fl_ct .bez, .literaturabo .fl_ct.bez {
      font-weight: bold;
      color: #0583b2; }
    .literaturabo .fl_ct.einleitung {
      margin-bottom: 40px; }
    .literaturabo .fl_ct .li {
      width: 33%; }
      .literaturabo .fl_ct .li img {
        max-width: 100%;
        height: auto; }
    .literaturabo .fl_ct .re {
      width: calc(66% - var(--gap)); }
      .literaturabo .fl_ct .re .inner_fl_ct {
        display: flex;
        width: 100%;
        align-items: center;
        flex-wrap: wrap; }
        .literaturabo .fl_ct .re .inner_fl_ct .inner_li {
          --gap: 20px;
          width: calc(25% - var(--gap)); }
        .literaturabo .fl_ct .re .inner_fl_ct .inner_re {
          width: calc(80% - var(--gap)); }
      .literaturabo .fl_ct .re input, .literaturabo .fl_ct .re textarea {
        border-radius: 2px;
        background: white;
        border: none; }
        .literaturabo .fl_ct .re input.sml, .literaturabo .fl_ct .re textarea.sml {
          width: 60px; }
        .literaturabo .fl_ct .re input.medium, .literaturabo .fl_ct .re textarea.medium {
          width: 81%; }
        .literaturabo .fl_ct .re input.large, .literaturabo .fl_ct .re textarea.large {
          width: 97%; }
        .literaturabo .fl_ct .re input.full, .literaturabo .fl_ct .re textarea.full {
          width: 100%; }
        .literaturabo .fl_ct .re input[type="text"], .literaturabo .fl_ct .re textarea[type="text"], .literaturabo .fl_ct .re input[type="email"], .literaturabo .fl_ct .re textarea[type="email"] {
          padding: 3px; }
      .literaturabo .fl_ct .re textarea {
        min-height: 120px; }
      .literaturabo .fl_ct .re.buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 40px; }
        .literaturabo .fl_ct .re.buttons input {
          width: calc(50% - 20px);
          padding: 5px;
          border-radius: 10px;
          color: #0583b2;
          font-weight: bold; }
