



body {
    font-family: Roboto, sans-serif;
}

.cc-trigger.cc-trigger-icon.cc-trigger-bottom {
  bottom: .5rem !important;
}

.module.weitereartikel h3 {
    color: black;
}

.buechermodule .relateditems,
.weitereartikel .relateditems,
.indenmedien .relateditems,
.veranstaltungen .relateditems {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  align-items: flex-end;
  gap: 5%;
  flex-wrap: wrap;
}

.buechermodule .relateditems > div,
.weitereartikel .relateditems > div,
.indenmedien .relateditems > div,
.veranstaltungen .relateditems > div {
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 35px;
    padding: 3.5%;
    position: relative;
    margin-top: 7rem;
    flex-basis: auto;
}

.buechermodule .relateditems.mod-list .veranstaltungen, 
.buechermodule .relateditems.mod-list .meldungen, 
.buechermodule .relateditems.mod-list .in-den-medien, 
.weitereartikel .relateditems.mod-list .in-den-medien, 
.weitereartikel .relateditems.mod-list .veranstaltungen,
.weitereartikel .relateditems.mod-list .buecher,
.indenmedien .relateditems.mod-list .meldungen,
.indenmedien .relateditems.mod-list .buecher,
.indenmedien .relateditems.mod-list .veranstaltungen,
.indenmedien .relateditems.mod-list .verlag,
.veranstaltungen .relateditems.mod-list .meldungen,
.veranstaltungen .relateditems.mod-list .buecher,
.veranstaltungen .relateditems.mod-list .in-den-medien {
    display: none;
}

.weitereartikel .relateditems.mod-list .meldungen .meldungen-inner:first-child::before,
.indenmedien .mod-relateditems .in-den-medien .in-den-medien-inner:first-child::before,
.indenmedien .mod-relateditems .in-den-medien:first-child::before,
.veranstaltungen .relateditems.mod-list .veranstaltungen .veranstaltungen-inner:first-child::before,
.buechermodule .relateditems.mod-list .buecher .buecher-inner:first-child::before  {
    font-size: var(--h4-font-size);
    display: block;
    margin: 2rem 0 1rem;
    position: absolute;
    top: -6rem;
    left: 0;
}

.indenmedien .relateditems p:nth-child(2),
.buechermodule .mod-relateditems .buecher + .buecher .buecher-inner:first-child::before,
.weitereartikel .mod-relateditems .weitereartikel + .weitereartikel .weitereartikel-inner:first-child::before,
.veranstaltungen .mod-relateditems .veranstaltungen + .veranstaltungen .veranstaltungen-inner:first-child::before,
.indenmedien .mod-relateditems .in-den-medien + .in-den-medien .in-den-medien-inner:first-child::before {
    display: none;
}

.in-den-medien .item-content {
    position: relative;
}

.indenmedien .relateditems p:last-child,
.in-den-medien .item-content p:last-child {
    position: absolute;
  bottom: -1rem;
    padding: .3333333333rem 1.5rem;
  background-color: rgba(255,255,255,.98);
  color: black;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 15px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
  }

.in-den-medien .item-content p:last-child {
    bottom: -2rem;
    left: 4%;
}

.indenmedien .relateditems p a::before,
.in-den-medien .item-content p:last-child a::before {
      content: "";
      margin-right: 7px;
  }



.weitereartikel .relateditems.mod-list .meldungen .meldungen-inner:first-child::before {
    content: "Weitere Artikel";
}

.weitereartikel .relateditems.mod-list .meldungen + .meldungen {
    margin-top: 4rem;
}

.indenmedien .mod-relateditems .in-den-medien .in-den-medien-inner:first-child::before {
    content: "In den Medien";
}

.weitereartikel .relateditems.mod-list .meldungen + .meldungen,
.buechermodule .relateditems.mod-list .buecher + .buecher,
.indenmedien .relateditems.mod-list .in-den-medien + .in-den-medien {
    margin-top: 4rem;
}

.veranstaltungen .relateditems.mod-list .veranstaltungen:first-child .veranstaltungen-inner::before {
    content: "Veranstaltungen";
}

.buechermodule .relateditems.mod-list .buecher .buecher-inner:first-child::before {
    content: "Weitere Bücher";
}

.view-category p.readmore,
.relateditems.mod-list p.readmore {
    position: absolute;
  bottom: -1rem;
  color: black;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
}

.text-muted {
    color: var(--color-primary) !important;
}

h1, .h1 {
    margin: 2rem 0 4rem;
    display: inline-block;
}

h1, h2 {
    font-weight: 600;
    color: var(--color-primary);
    margin: 3rem 0 2rem;
}

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  font-weight: 600;
}

.h1, .h2 {
    font-weight: 300;
    color: var(--color-primary);
    margin: 3rem 0 2rem;
}

.mega-inner .h1  {
    font-weight: 300;
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 5rem;
}

.mega-inner .h1 strong,
.h1 strong,
.h2 strong  {
    font-weight: 600;
}

h1, .h1 {
  font-size: calc(var(--h1-font-size) * 1.6);
}

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    font-size: calc(var(--h1-font-size) * 1.2);
  line-height: 1.1;
  text-transform: none;
  max-width: 60%;
  padding: 0 5rem 5rem;
}


.aktuell .t4-main-body,
.verlag .t4-main-body,
.bestellen .t4-main-body {
    min-height: 90vh;
}

.aktuell .item-page [itemprop="articleBody"], 
.verlag .item-page [itemprop="articleBody"],
.bestellen .com-baforms-wrapper {
    min-height: 55vh;
  }

.aktuell .page-header h1,
.verlag .page-header h1 {
    padding: 0 5rem 3rem 0;
    max-width: 80%;
    margin-top: 3rem;
}

.bestellen .page-header h1 {
    max-width: 90%;
}

.aktuell .fields-container + h1,
.verlag .fields-container + h1 {
    margin-top: 1rem;
}

h2, .h2 {
  font-size: calc(var(--h2-font-size) * 1.4);
}





h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 600;
    line-height: 1.2;
}

.view-article h3, .view-article.h3,
.page-header h2 a, .page-header .h2 a, .categories-list h2 a, .categories-list .h2 a {
    color: var(--color-primary);
}

.page-header h2, .page-header .h2, .categories-list h2, .categories-list .h2 {
    margin-bottom: 1rem;
}

a.itemAnchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.t4-palette-module_rounded a,
.newsflash-title a,
.blog-item h3 a {
    color: black;
}

.t4-palette-module_rounded a:hover,
.newsflash-title a:hover,
.blog-item h3 a:hover {
    color: var(--body-link-hover-color);
}

.t4-megamenu .has-icon .nav-link {
  text-align: center;
}

.t4-megamenu .has-icon .nav-link .menu-item-title {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
}

.t4-megamenu .has-icon .nav-link .icon-calendar::before, 
.t4-megamenu .has-icon .nav-link .icon-verlag::before, 
.t4-megamenu .has-icon .nav-link .icon-books::before::before, 
.t4-megamenu .has-icon .nav-link .icon-cart::before {
  display: block;
  width: 100%;
  font-size: 2rem;
}

.t4-megamenu .dropdown-toggle .item-caret {
  display: none;
}

.t4-megamenu .t4-module .module-title, 
.t4-megamenu .mega-col-nav .mega-col-title, 
.t4-megamenu .mega-col-module .mega-col-title {
  line-height: 1.2;
}

.t4-megamenu .t4-module .module-title span,
.t4-footer .t4-module .module-title span {
  font-size: var(--h4-font-size);
  font-weight: 600;
  text-transform: none;
  color: var(--color-secondary);
}

.module-title.readmore a::before {
  content: "";
  margin-right: 5px;
}

.t4-module .nav > li.active > a, .t4-card .nav > li.active > a, .moduletable .nav > li.active > a, .module_menu .nav > li.active > a {
  font-weight: 600;
  color: var(--color-primary);
}

.navbar-nav .btn-primary, 
.navbar-nav .search .btn-toolbar .btn, 
.search .btn-toolbar .navbar-nav .btn, 
.navbar-nav .search .btn-toolbar .blog-list .item-readmore a, 
.search .btn-toolbar .blog-list .item-readmore .navbar-nav a, 
.navbar-nav .blog-list .item-readmore .search .btn-toolbar a, 
.blog-list .item-readmore .search .btn-toolbar .navbar-nav a {
  color: var(--color-primary) !important;
}

.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
  color: #0070ac;

}
.t4-megamenu .dropdown-menu li.active > a {
  color: #c81200;
}

.t4-megamenu .dropdown-menu a:hover, .t4-megamenu .dropdown-menu a:focus, .t4-megamenu .dropdown-menu a:active {
  color: var(--color-secondary) !important;
}

.t4-megamenu .dropdown-menu .mod-articlesnews.newsflash,
.buecher .t4-section-4 .mod-articlesnews.newsflash,
.buecher .t4-section-1 .mod-articlesnews.newsflash {
    display: flex;
    flex-direction: row;
    gap: 2%;
}

.newsflash .fields-container {
    display: none;
}

.fullscreenarticle h3.newsflash-title + .fields-container {
    display: block;
    color: var(--color-primary);
}

.verlag .article-info,
.aktuell .article-info {
  margin-bottom: 0;
}

.verlag .fields-container,
.aktuell .fields-container {
    padding: 0 0;
    margin-bottom: 0;
}

.view-article.aktuell .fields-container {
  padding: 0 0;
  margin-bottom: 0;
  margin-top: 5rem;
}


.t4-footer .t4-module .module-title span {
  color: white;
}

p,
.com-content-article__body ul li {
    font-weight: 350;
    line-height: 1.6;
}

p.readmore {
  margin-top: 1rem !important;
  display: inline-block;
}

blockquote {
  margin: 3rem 0 1.5rem;
  font-style: italic;
  font-size: 2.5rem;
  max-width: 1040px;
  color: var(--color-primary);
  line-height: 1.3;
}

.item-page [itemprop="articleBody"] {
  margin-bottom: 0;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 5rem 5rem 0 0;
  padding: 7rem 7rem;
  border-bottom: 0;
  background: rgba(255,255,255,.56);
}

.verlag .item-page [itemprop="articleBody"],
.aktuell .item-page [itemprop="articleBody"] {
  padding: 5rem 5rem;
}

.buecher .item-page [itemprop="articleBody"] {
  padding: 7rem 5rem 4rem;
}

.t4-section-3 {
    background: rgba(255,255,255,.91);
    border-top: 1px solid rgba(0,0,0,.35);
    border-bottom: 1px solid rgba(0,0,0,.35);
    padding: 2rem 5rem 8rem;
}

.com-content-article__body > p:first-child {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 8rem 0;
    max-width: 55%;
    min-height: 140px;
}


.aktuell .com-content-article__body > p:first-child,
.verlag .com-content-article__body > p:first-child {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 8rem 0;
    max-width: 80%;
    min-height: 175px;
}

.com-content-article__body h2,
.com-content-article__body h3,
.com-content-article__body h4 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.com-content-article__body ul {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.com-content-article__body ol li {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.com-content-article__body ol ul {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.ba-gallery-substrate + p {
    visibility: hidden;
}


.t4-header {
  min-height: 50px;
  background-color: rgba(255,255,255,.7);
  box-shadow: 0px 8px 15px rgba(0,0,0,.07);
  border-bottom: 0;
}


.not-at-top .t4-header {
  border-bottom: 1px solid rgba(0,0,0,.35);
}

.t4-header  .form-control {
  max-width: 200px;
  border-radius: 30px;
}


.t4-content {
    background-position: center center;
    min-height: 100vh;
    background-size: cover;
    background-color: var(--body-bg-color);
    background-repeat: no-repeat;
    background-attachment: fixed;
}



.item-101 .t4-content,
.item-130 .t4-content {
    background-image: url(images/09-hintergrund/Liassine-Utopia-background.jpg#joomlaImage://local-images/09-hintergrund/Liassine-Utopia-background.jpg?width=1910&height=923);
}
.item-102 .t4-content {
    background-image: url(images/09-hintergrund/Coste-Schleuser-background.jpg#joomlaImage://local-images/09-hintergrund/Coste-Schleuser-background.jpg?width=1910&height=923);
}
.item-132 .t4-content {
    background-image: url(images/09-hintergrund/Lobe-Weise-background.jpg#joomlaImage://local-images/09-hintergrund/Lobe-Weise-background.jpg?width=1910&height=923);
}
.item-133 .t4-content {
    background-image: url(images/09-hintergrund/Marchand-Mund-background.jpg#joomlaImage://local-images/09-hintergrund/Marchand-Mund-background.jpg?width=1910&height=923);
}
.item-134 .t4-content {
    background-image: url(images/09-hintergrund/Manai-Serenaden-background.jpg#joomlaImage://local-images/09-hintergrund/Manai-Serenaden-background.jpg?width=1910&height=923);
}
.item-135 .t4-content {
    background-image: url(images/09-hintergrund/Dudek-Strand-background.jpg#joomlaImage://local-images/09-hintergrund/Dudek-Strand-background.jpg?width=1910&height=923);
}
.item-136 .t4-content {
    background-image: url(images/09-hintergrund/Faye-Nagasaki-background.jpg#joomlaImage://local-images/09-hintergrund/Faye-Nagasaki-background.jpg?width=1910&height=923);
}
.item-137 .t4-content {
    background-image: url(images/09-hintergrund/reyboz-ode-background.jpg#joomlaImage://local-images/09-hintergrund/reyboz-ode-background.jpg?width=1910&height=923);
}
.item-138 .t4-content {
    background-image: url(images/09-hintergrund/bartelt-sprechen-background.jpg#joomlaImage://local-images/09-hintergrund/bartelt-sprechen-background.jpg?width=1910&height=923);
}



.navbar-brand,
.t4-header-r {
  z-index: 500;
}

.t4-header-r > * {
  margin-left: 1rem;
  margin-top: 3px;
}

.t4-header-r a {
  color: rgba(0,0,0,.35);
  margin-right: 8px;
}

.navbar-brand a {
  color: #212529;
  height: 100%;
  display: inherit;
}

.has-offcanvas--visible .navbar-brand a,
.not-at-top .navbar-brand a {
  height: 35px;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 10px;
}

.navbar-brand.logo-image {
  padding: 0;
  max-width: 210px;
  mix-blend-mode: multiply;
}

.has-offcanvas--visible .navbar-brand.logo-image,
.not-at-top .navbar-brand.logo-image {
  padding:0;
  max-width: 175px;
}

.has-offcanvas--visible .navbar-brand.logo-image img,
.not-at-top .navbar-brand.logo-image img {
  max-width: inherit;
  object-fit: cover;
  position: relative;
  top: -58.4px;
  left: -20px;
  width: 212px;
}

.t4-megamenu .navbar-nav > li > a, 
.t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1rem;
  line-height: 32px;
}

.t4-footer-2,
.t4-section-4 {
    padding: 2rem 5rem 5rem;
}

.t4-footer {
  background-color: var(--footer-bg-color);
  border: 0 none;
    padding: 2rem 5rem 5rem;
}

.t4-footer-1 {
    padding: 7rem 5rem 2rem;
    background-color: var(--footer-bg-color);
}

.t4-footer-2 {
    padding: 0 5rem 5rem;
    background-color: var(--footer-bg-color);
}

.t4-section-4 {
    padding: 3rem 5rem 10rem;
    border-top: 1px solid rgba(0,0,0,.35);
}


.t4-section-3 + .t4-section-4,
.view-category.buecher .t4-section-4 {
    border-top: 0;
}

.t4-footer .t4-row {
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
  row-gap: 7vw;
  align-items: center;
}

.t4-footer-1 .ba-image img,
.t4-footer-1 .logo-row img,
.t4-footer-1 .ba-gallery-items {
  mix-blend-mode: multiply;
  filter: grayscale(1);
}

.t4-footer-1 .logo-row {
  margin-bottom: 1rem;
}

.module-centered.portrait-item,
.footer-r .portrait-row  {
  margin-bottom: 1rem;
}

.module-centered.portrait-item figure,
.footer-r .portrait-row figure {
  margin: 0 1.5rem 0 0;
  width: 25%;
  max-width: 91px;
}

.t4-footnav {
    overflow: hidden;
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid rgba(0,0,0,.35);
}

.t4-footnav .custom {
  text-align: right;
}

.t4-footnav .custom p a {
  background: var(--body-link-color);
  padding: 1.5rem 2rem;
  color: white;
  margin-left: 1rem;
}

.t4-footnav .custom p a i {
  margin-right: 5px;
}

.t4-footnav .container, .t4-footnav .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footnav .t4-masthead-detail {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.t4-footnav .navbar-nav {
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.t4-footnav .navbar-nav li {
  margin: 0 2rem;
}

.view-featured .t4-main-body {
    background-color: rgba(255,255,255,.7);
}

.view-article .t4-section-4 .buecheralle,
.view-category .t4-section-4 .buecherweitere,
.view-article .t4-section-2 #Mod130,
.view-category.item-185 #Mod119,
.view-category.buecher .t4-main-body {
    display: none;
}



.fullscreenlist .newsflash figure {
  margin-bottom :0;
  height: 234px;
  overflow: hidden;
}



.view-article .item-image {
  overflow: hidden;
  position: absolute;
  right: calc(7rem + 15px);
  width: 250px;
  top: 3rem;
}


.aktuell.view-article .item-image,
.verlag.view-article .item-image {
    right: -3rem;
}

.view-article figure figcaption {
    background-color: transparent;
  color: #777;
  font-size: .8rem;
  letter-spacing: 0;
  padding:2rem 0 ;
  text-transform: none;
  text-align: left;
  text-shadow: none;
  width: 80%;
  line-height: 1.4;
}

.com-content-category-blog figure figcaption,
.items-leading .col-l figure figcaption {
    background-color: transparent;
  color: #777;
  font-size: .8rem;
  letter-spacing: 0;
  padding:.5rem 0;
  text-transform: none;
  text-align: left;
  text-shadow: none;
  width: 95%;
}

.buecherweitere .newsflash figure,
.buecheralle .newsflash figure,
.fullscreenarticle .newsflash figure,
.fullscreenlist .newsflash figure,
.view-article .item-image,
.mega-inner .newsflash-image {
  border: 1px solid rgba(0,0,0,.35);
}

.view-article .item-image {
  border-color: transparent;
}

.loaded.view-article .item-image {
  border: 1px solid rgba(0,0,0,.35);
      transition: .75s all;
    transition-delay: .4s;
}


.fullscreenarticle .newsflash figure img,
.fullscreenlist .newsflash figure img,
.view-article .item-image img {
  max-width: inherit;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

.view-article .item-image img {
  left: -200%;
}

.loaded.view-article .item-image img {
    transition: .75s all;
    transition-delay: .1s;
  left: 0%;
}




.fullscreenarticle .newsflash figure img,
.fullscreenlist .newsflash figure img {
  width: 100%;
}

.view-category .com-content-category-blog > h1  {
    margin: 0 0;
    color: black;
}
.view-category .com-content-category-blog .category-desc + .com-content-category-blog__items.blog-items {
  padding-top: 2rem;
  margin-left: -3rem;
}

.view-category .item-image img {
  width: 100%;
  max-width: auto;
}

.view-category .item-image {
  margin-bottom: 1rem;
  max-height: 50vh;
  overflow:hidden;
  padding-right: 0;
}

.btn.btn-secondary:hover {
  opacity: 1;
}

p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a {
      padding: .3333333333rem 1.5rem;
  background-color: rgba(255,255,255,.98);
  color: black;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 15px;
  text-transform: uppercase;
    font-size: .9rem;
    height: 40px;
  display: flex;
  align-items: center;
}

p.readmore .btn-red {
    background-color: var(--color-secondary);
    color: white;
    border: 1px solid var(--color-secondary);
}

p.readmore .btn-red i {
    margin-right: 0 !important;
}

p.readmore + .fields-container + p.readmore,
.buecher-inner p.readmore + p.readmore {
    left: 140px;
}

p.readmore .btn span:before {
    font-size: .8rem;
}

.com-content-article__body p:first-child + p.readmore {
    display: none;
}

.t4-palette-dark p.readmore .btn, 
.t4-palette-dark p.readmore .blog-list .item-readmore a,  
.t4-palette-dark p.readmore .item-readmore p.readmore a, 
.t4-palette-blue p.readmore .btn, 
.t4-palette-blue p.readmore .blog-list .item-readmore a, 
.t4-palette-blue .blog-list .item-readmore p.readmore a {
  color: white;
}

p.readmore .btn:hover, p.readmore .blog-list .item-readmore a:hover, .blog-list .item-readmore p.readmore a:hover, p.readmore .btn:active, p.readmore .blog-list .item-readmore a:active, .blog-list .item-readmore p.readmore a:active, p.readmore .btn:focus, p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus {
  background-color: rgb(255,255,255);
  color: var(--color-secondary);
}

.t4-palette-blue p.readmore .btn:hover, 
.t4-palette-blue p.readmore .blog-list .item-readmore a:hover, 
.t4-palette-blue .blog-list .item-readmore p.readmore a:hover, 
.t4-palette-blue p.readmore .btn:active, 
.t4-palette-blue p.readmore .blog-list .item-readmore a:active, 
.t4-palette-blue .blog-list .item-readmore p.readmore a:active, 
.t4-palette-blue p.readmore .btn:focus, 
.t4-palette-blue p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus,
.t4-palette-dark p.readmore .btn:hover, 
.t4-palette-dark p.readmore .blog-list .item-readmore a:hover, 
.t4-palette-dark .blog-list .item-readmore p.readmore a:hover, 
.t4-palette-dark p.readmore .btn:active, 
.t4-palette-dark p.readmore .blog-list .item-readmore a:active, 
.t4-palette-dark .blog-list .item-readmore p.readmore a:active, 
.t4-palette-dark p.readmore .btn:focus, 
.t4-palette-dark p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus {
  color: white;
}

.com-content-article__body p.readmore {
  margin: 4rem 0 4rem !important;
}

.com-content-article__body video {
  max-width: 100%;
  margin: 2rem 0;
}

.t4-megamenu.animate.slide .dropdown .dropdown-menu > div {
  min-width: 200px;
  margin-top: 0;
  margin-left: -500px;
  width: 100%;
}

.t4-megamenu .dropdown-menu {
    padding: 5rem 5rem 6rem;
}

.t4-megamenu .dropdown-menu .mega-dropdown-inner > .row {
  gap:5%;
  z-index: 2000;
  position: relative;
}

.dropdown-menu.level1 {
  width: 100vw !important;
}

.t4-megamenu .menutext {
  max-width: 63%;
  margin-left: 37%;
}

.t4-section-1 {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 28vh;
  margin-bottom: 3rem;
}

.t4-section-1 + .t4-section-2 {
    background-color: rgba(221, 242, 255, 0.63);
    padding: 25vh 0 5vh;
}

.t4-section-1 .sidebar-l .moduletable {
    display: none;
}

.fullscreenarticle {
    margin: 0 0 10vh; 
}
.fullscreenarticle .sidebar-l h1 {
    font-size: var(--h1-font-size);
  white-space: nowrap;
  margin: 0 0;
  position: absolute;
  top: -35%;
  font-weight: 200;
  color: var(--color-primary);
  text-transform: lowercase;
}

.t4-section-2 .fullscreenarticle .sidebar-l h1,
.t4-main-body .sidebar-l div.module-title,
.t4-main-body .blog-item:last-child .sidebar-l div.moduletable.aktuellh1,
.t4-main-body .blog-item:first-child .sidebar-l div.moduletable.sidebar-link {
    display: none;
}

.t4-main-body .blog-item:first-child .sidebar-l div.moduletable.aktuellh1 .h1 {
    margin-top: 0;
}

.t4-main-body .blog-item:first-child .sidebar-l div.module-title,
.t4-main-body .blog-item:last-child .sidebar-l div.moduletable.sidebar-link 
.blog-item:last-child .sidebar-l .aktuellh1 {
    display: block !important;
}

.t4-section-2 .fullscreenarticle .sidebar-l .moduletable {
    height: 100%;
}

.blog-item:last-child .sidebar-l,
.t4-section-2 .fullscreenarticle .sidebar-l .moduletable .custom {
    display: flex;
    align-content: flex-end;
    height: 100%;
    align-self: flex-end;
}



.blog-item .sidebar-l .aktuellh1 {
    align-self: flex-start;
},

.t4-section-2 .fullscreenarticle .sidebar-l .moduletable .custom a {
    align-self: flex-end;
}

.blog-item:last-child .sidebar-l div,
.t4-section-2 .fullscreenarticle .sidebar-l .moduletable .custom a {
    align-self: flex-end;
}

.sidebar-l .moduletable .custom a.sidebar-link {
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar-l .moduletable .custom a.sidebar-link::before {
    margin-right: 5px;
}

.fullscreenarticle .sidebar-l h1 strong {
  font-weight: 600;
}

.fullscreenarticle .newsflash-title {
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.1;
    text-transform: none;
    margin: 0 0;
}

.fullscreenarticle .newsflash figure {
  margin-bottom :0;
}

.fullscreenarticle .col-r {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fullscreenarticle .col-r p {
  font-size: 1.5rem;
  max-width: 70%;
  line-height: 1.5;
}

.fullscreenarticle .newsflash-title {
    margin: 0 0 2rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.featured-body h3,
.featured-body h4,
.featured-body p,
.com-content-category-blog__item h3,
.com-content-category-blog__item h4,
.com-content-category-blog__item p {
    max-width: calc(100% - 150px);
}

.featured-body {
    padding-left: 0;
    padding-right: 0;
}

.com-content-category-blog__item.blog-item figure,
.featured-body figure {
    position: absolute;
  top: -70px;
  right: -175px;
  max-width: 350px;
}

.blog-featured .readmore,
.fullscreenarticle .readmore {
  position: absolute;
  bottom: -20px;
}

.blog-featured .row-featured {
    margin-bottom: 5rem;
}

.com-content-category-blog__navigation {
  margin-bottom: 8rem;
}

.page-link.active, .active > .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.page-link {
  color: var(--color-primary);
}

.module-title, 
.module-title span,
.fullscreenlist .module-title, 
.fullscreenlist  .module-title span,
.t4-megamenu .t4-module .module-title,
.t4-megamenu .t4-module .module-title span,
.t4-footer .t4-module .module-title,
.t4-footer .t4-module .module-title span {
  border-bottom: 0;
}



.fullscreenlist .module-title {
  margin: 4rem auto;
  padding: 4rem 0 0;
}


.fullscreenlist .fields-container + span.termin {
    display: none;
}



.fullscreenlist  .module-title span {
  margin-bottom: 0;
    padding: 0 0;
}

.fullscreenarticle .text-left .row {
  --t4-gutter-x: 0;
  --t4-gutter-y: 0;
  margin-right: 0;
  margin-left: 0;
  gap: 5%;
}

.position-relative {
    position: relative;
}

.view-category .item-content,
.blog-featured .item-content,
.fullscreenarticle .row.module-body {
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 35px;
  padding: 3rem 3rem;
  background-color: rgba(255,255,255,.56);
  position: relative;
}
.blog-featured .blog-item .text-left .row {
    justify-content: flex-start;
}


.fullscreenarticle .module-body .col-l {
  flex-basis: 50%;
}


.fullscreenarticle .module-body .col-r figcaption,
.mega-inner .mod-articlesnews__item figcaption,
.t4-section-3 .mod-articlesnews__item figcaption,
.t4-section-4 .mod-articlesnews__item figcaption,
.view-article .buecher .item-image figcaption  {
  display: none;
}

.fullscreenlist .mod-articlesnews__item {
    margin-bottom: 05px;
  padding-bottom: 0;
  background-color: rgba(0,131,202,.06);
  transition: all .5s;
}
.fullscreenlist .mod-articlesnews__item .fullscreenlist {
    min-height: 234px;
}


.fullscreenlist .mod-articlesnews__item:nth-child(odd) {
  background-color: rgba(0,131,202,.04);
}

.fullscreenlist .mod-articlesnews__item:hover {
  background-color: rgba(0,131,202,.12);
  transition: all .75s;
}



.fields-container {
  padding: 0 0 .5rem;
}

.fullscreenlist .fields-container {
  padding: 0 0;
}

.fullscreenlist .col-right p {
  font-size: 1.1rem;
  line-height: 1.4;
}

.fullscreenlist p.readmore {
  margin-top: .25rem !important;
}


.buecher.view-article .com-content-article .fields-container,
.com-content-article__links.content-list {
  padding: 0 5rem 3rem ;
  display: flex;
  justify-content: flex-start;
  gap:10%;
  list-style: none;
  border-left: 1px solid rgba(0,0,0,.35);
  border-right: 1px solid rgba(0,0,0,.35);
  background: rgba(255,255,255,.56);
  flex-flow: row wrap;
  margin-bottom: 0;
}

.tags.list-inline {
  padding: 3rem 7rem;
  border-left: 1px solid rgba(0,0,0,.35);
  border-right: 1px solid rgba(0,0,0,.35);
  background: rgba(255,255,255,.56);
  margin: 0 0;
}


.com-content-article__links.content-list {
    padding: 1rem 0 5rem
}

.com-content-article__links.content-list a::before,
p.readmore a[target~="_blank"]:before {
    content: "";
    margin-right: 11px;
}

.com-content-article__links.content-list a::before {
    margin-left: -25px;
}

.field-entry {
  list-style: none;
  position: relative;
}

.buecher.view-article .com-content-article .page-header + .fields-container {
    display: none;
}


.buecher .field-entry {
  flex-flow: column wrap;
  justify-content: flex-start;
  display: flex;
  margin: 2rem 0;
}

.buecher .field-entry.autor-in,
.buecher .field-entry.uebersetzer-in {
  justify-content: flex-start;
    min-height: 10rem;
}

.buecher .field-entry {
  flex-basis: 45%;
}

.footerfoto img {
    border-radius: 50%;
    max-width: 280px;
}

.field-entry .autor img  {
    max-width: 140px;
  position: absolute;
  width: 8rem;
  border-radius: 50%;
  left: -9rem;
  top: 0;
  border: 1px solid rgba(0,0,0,.56)
}

.field-entry .uebersetzer img  {
    max-width: 140px;
  position: absolute;
  width: 8rem;
  border-radius: 50%;
  right: -9rem;
  top: 0;
  border: 1px solid rgba(0,0,0,.56)
}

.field-entry p {
  font-size: 1rem;
  max-width: 95%;
}

.field-label {
  display: block;
  color: var(--color-primary);
}

.view-featured .field-entry.autor-in {
    display: none;
}

.category-module {
  display: flex;
}

.category-module li {
  flex-basis: 50%;
  border: 1px solid;
  border-radius: 35px;
  padding: 35px;
}

.category-module li a::before {
    display: none;
}

.category-module li a {
  padding-left: 0;
}

.fullscreenlist .termin,
.field-entry.termin .field-value  {
    font-weight: regular;
    color: var(--color-secondary);
}

.view-article .field-entry.termin .field-value  {
    color: var(--color-secondary);
    font-size: 1.1rem;
}

.fullscreenarticle .field-label,
.fullscreenlist .field-label {
    display: none;
}

.fullscreenarticle h3.newsflash-title + .fields-container .field-label {
    display: inline;
}

.field-value.oeffnungszeiten ul {
    padding-left: 0;
    list-style: none;
}

.fullscreenlist h4.newsflash-title a {
    color: #e42c1a;
    text-transform: uppercase;
}

.items-leading .col-r {
  flex-grow: 2;
}

.items-leading .col-l img {
  width: 100%;
  max-width: inherit;
}

div.com-content-article__links li {
    margin-bottom: .5rem;
    margin-left: 25px;
}

div.com-content-article__links::before {
    content:"Downloads/Links";
    font-size: var(--h3-font-size);
    color: var(--color-primary);
    display: block;
    font-weight: 600;
    margin-top: 3rem;
}


.ba-gallery {
    margin: 2rem 0 1rem;
      max-width: 1440px;
}

.view-article .com-content-article .ba-gallery::before {
    content:"Bilder";
    font-size: var(--h3-font-size);
    color: var(--color-primary);
    display: block;
    font-weight: 600;
    margin: 3rem 0 2rem;
}




.moduletable {
  border:0 none;
  padding:0;
  border-radius:0;
  margin:0 0;
}


.moduletable.aktuell_der-schleuser {
  margin:3rem 0;
  display: none;
}

div[class*="schleuser"] .moduletable.aktuell_der-schleuser {
  display: block;
}

.view-featured .category-name,
.buecher.view-category .category-name,
.aktuell.view-category .category-name {
    display: none;
}

.com-content-category-blog__item.blog-item .page-header + p {
    margin-bottom: 0;
}

.blog-featured .sidebar-l {
  display: none;
}

.blog-featured .blog-item:first-child .sidebar-l  {
  display: block;
}

.sidebar-l {
    padding: 0 0;
  }

.blog .blog-items .blog-item {
  margin-bottom: 8rem;
}

.category-desc {
    border: 0 none;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 0;
}

.category-desc + .com-content-category-blog__items {
    margin-top: 5rem;
}

.article-info {
  margin-bottom: 1rem;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}

.category-name [itemprop="genre"] {
  font-weight: 600;
}
.category-name a {
  margin-left: 0;
  font-size: 1rem;
}

.category-name a::before {
  content: "";
  margin: 0px 10px 0 -17px;
  font-size: .9rem;
}

.dropdown-menu p.readmore a,
.com-content-article__body p.readmore a {
  border:1px solid;
  padding:0.5rem 1rem;
  display: inline;
}

.dropdown-menu p.readmore a:hover,
.com-content-article__body p.readmore a:hover {
  border:1px solid;
}

.form-control {
  font-size: .9rem;
    border-radius:0;
}





.ba-form-submit-wrapper .ba-form-submit-btn-wrapper {
  justify-content: center !important;
}

.ba-form-page-navigation-wrapper {
      margin-top: -9.9rem;
} 
.com-baforms-wrapper .ba-form-page-navigation {
  margin-bottom: 4rem !important;
}

.ba-image-wrapper img {
    border: 1px solid rgba(0,0,0,.28);
}

.ba-page-navigation-title {
  line-height: 1.4 !important;
}
span.ba-input-label-wrapper {
    text-transform: uppercase !important;
    color: var(--color-primary) !important;
}

.ba-form-products-cart .ba-form-product-title-cell {
  display: inline-block !important;
  line-height: 1.3 !important;
}




.t4-section.t4-breadcrumbs .t4-section-inner {
  max-width: 100%;
}
.t4-section.t4-breadcrumbs .breadcrumb  {
    justify-content: center;
}

.t4-section.t4-breadcrumbs .breadcrumb li {
  padding: 0 0;
}

.breadcrumb .divider {
  padding-right: .1rem;
}


.pagenavigation {
    margin-top: 0;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  z-index: 8;
}


.pagenavigation .pagination .previous,
.pagenavigation .pagination .next {
  position: absolute;
  color: var(--color-secondary);
  border:0 none;
  font-size: 2rem;
  background-color: rgba(0,0,0,.07);
  padding-bottom: 0;
  width: 6vw;
  max-width: 56px;
  border-radius:0;
}

.pagenavigation .pagination .previous:hover,
.pagenavigation .pagination .next:hover {
  color: white;
  background-color: var(--color-secondary);
}

.pagenavigation .pagination .next {
      right: -4vw;
  TOP:50vh;
  padding: .2rem 0.75rem 0;
}

.pagenavigation .pagination .previous {
  margin-left: auto;
  left: -4vw;
  right: inherit;
  top: 50vh;
  padding: .2rem 0 0 0.5rem;
}

#back-to-top {
    background: white;
    border-radius: 8px;
    padding: 3px;
    border: 1px solid rgba(0,0,0,.35);
    bottom: 4rem;
    height: 38px;
    width: 42px;
}

#back-to-top i {
  color: var(--color-primary);
  line-height: 28px;
}



@media (max-width: 1920px) {

    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
        padding: 0 5rem 3rem;
    }

    .buecher .item-page [itemprop="articleBody"] {
        padding: 5rem 5rem 4rem;
    }

    .view-article .item-image {
        top: 2rem;
    }

}


@media (max-width: 1679.99px) {

    .header-wrap .navbar {
        padding: 0;
        max-width: 496px;
    }

    .footerfoto img {
        max-width: 210px;
    }


    .fullscreenarticle .module-body .col-r a {
        top: -9rem;
        max-width: 30%;
    }

    .t4-footer-1 {
        padding: 5rem 5rem 0rem;
    }

    .weitereartikel .relateditems.mod-list .meldungen .meldungen-inner:first-child::before, .indenmedien .mod-relateditems .in-den-medien .in-den-medien-inner:first-child::before, .indenmedien .mod-relateditems .in-den-medien:first-child::before, .veranstaltungen .relateditems.mod-list .veranstaltungen .veranstaltungen-inner:first-child::before, .buechermodule .relateditems.mod-list .buecher .buecher-inner:first-child::before {
        font-size: calc(var(--h4-font-size) * .7);
        margin: 2rem 0 1rem;
        top: -5rem;
    }

}


@media (max-width: 1399.9999px) {

    body {
        font-size: 15px;
    }

    .fullscreenarticle .newsflash-title {
        font-size: calc(var(--h3-font-size) * 1.1);
    }

    .fullscreenarticle .col-r p {
        font-size: .9rem;
        max-width: 80%;
        line-height: 1.5;
    }

    .t4-section-1 {
        margin-top: 21vh;
    }

    .fullscreenarticle .module-body .col-r a {
        top: -7rem;
    }

    h1, .h1,
    .fullscreenarticle .sidebar-l h1 {
        font-size: calc(var(--h1-font-size) * .85);
    }

    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1, h1, .h1, .fullscreenarticle .newsflash-title {
        font-size: calc(var(--h1-font-size) * .9);
    }

    .aktuell .page-header h1, .verlag .page-header h1 {
        padding: 0 2rem 2rem 0;
        max-width: 70%;
    }

    h2, .h2 {
        font-size: calc(var(--h2-font-size) * 1);
    }

    h2.item-title, .item-title.h2, .item-title h2, .item-title .h2 {
        font-size: calc(var(--h2-font-size) * .85);
    }

    .fullscreenarticle h3.newsflash-title, 
    h3, .h3 {
        font-size: calc(var(--h3-font-size) * .7);
    }

    h4, .h4 {
        font-size: calc(var(--h4-font-size) * .8);
    }

    h5, .h5 {
        font-size: calc(var(--h5-font-size) * .7);
    }

    .t4-content {
        background-size: auto;
        background-repeat: repeat;
    }

    .view-article.aktuell .fields-container {
        margin-top: 3rem;
    }

    .aktuell .com-content-article__body > p:first-child, .verlag .com-content-article__body > p:first-child {
        font-size: 1.2rem;
        margin-bottom: 4rem;
        max-width: 70%;
    }

    div.com-content-article__links::before {
        font-size: calc(var(--h3-font-size) * .8);
    }

    .t4-megamenu .dropdown-menu {
        padding: 2rem 3rem 4rem;
    }

    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
        font-size: 1rem;
    }

    p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a {
        font-size: 1rem;
    }

    .fullscreenlist .col-right p {
        font-size: .9rem;
    }
    .fullscreenlist p.readmore {
        padding-top: 0;
    }

    .view-category .item-content, .blog-featured .item-content, .fullscreenarticle .row.module-body {
        border-radius: 28px;
        padding: 1.5rem 3rem 2.5rem;
    }

    .item-page [itemprop="articleBody"] {
        border-radius: 3rem 3rem 0 0;
        padding: 4rem 3rem;
    }
    
    .view-article .item-image {
        right: calc(4rem + 15px);
        width: 250px;
        top: 5rem;
    }

    .category-desc {
        margin-top: 1rem;
    }

    .com-content-category-blog__item.blog-item figure, .featured-body figure {
        top: -53px;
        right: -35px;
        max-width: 200px;
    }

    .buecher.view-article .item-image {
        width: 280px;
        top: 1rem;
    }

    .buecher .field-entry.autor-in, .buecher .field-entry.uebersetzer-in {
        justify-content: flex-start;
    }

    .aktuell.view-article .item-image, .verlag.view-article .item-image {
        right: calc(var(--t4-gutter-x)*.5);
    }

    .com-content-article__body > p:first-child {
        font-size: 1.2rem;
        margin: 0 0 3rem 0;
    }

    .field-entry .autor img {
        position: relative;
        left: 0;
        margin: 1rem 0;
    }

    .field-entry .uebersetzer img {
        position: relative;
         right: 0;
        margin: 2rem 0;
    }

    .ba-form-page-navigation-wrapper {
        margin-top: -6.9rem;
    }

}


@media (max-width: 1099.9999px) {

    h1, .h1 {
        font-size: calc(var(--h1-font-size) * .9);
    }

    h5, .h5 {
        font-size: calc(var(--h5-font-size) * .5);
    }

    .t4-header-r .form-control {
        max-width: 140px;
    }

    .aktuell .com-content-article__body > p:first-child, .verlag .com-content-article__body > p:first-child {
        max-width: 60%;
    }
    .aktuell .item-page [itemprop="articleBody"], .verlag .item-page [itemprop="articleBody"] {
        margin-left: -3rem;
    }
    .verlag .item-page [itemprop="articleBody"], .aktuell .item-page [itemprop="articleBody"] {
        padding: 3rem 3rem;
    }

    .fields-container {
        padding: 0 0;
    }



}

@media (max-width: 991.9999px) {

    body {
        font-size: 17px;
    }

    .cc-trigger.cc-trigger-icon.cc-trigger-left {
        left: 10px !important;
    }

    .cc-trigger.cc-trigger-icon svg {
        width: 25px !important;
    }

    .page-header h2, .page-header .h2, .categories-list h2, .categories-list .h2 {
        font-size: var(--h5-font-size);
    }

    .t4-header {
        background-color: transparent;
        border-bottom:1px solid #e9ecef;
        box-shadow: none;
        border-bottom: none;
    }

    .has-offcanvas--visible #t4-header.t4-sticky,
    .not-at-top #t4-header.t4-sticky {
        background: linear-gradient(rgb(255, 255, 255), rgba(255,255,255,.01));
        box-shadow: none;
        border-bottom: none;
    }

    .t4-header-r form {
        display: none;
    }

    .t4-header-r {
        position: absolute;
        left: 0;
        top: 11px;
    }

    .t4-header-r a {
        position: absolute;
        right: -32px;
        top: 1px;
    }

    .t4-header-r a + a {
        left: calc(100vw - 41px);
        right: unset;
    }

    .navbar-brand.logo-image {
        padding:0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .navbar-brand.logo-image img {
        width: 190px;
    }

    .t4-header-r div.search {
        display: none;
    }

    .t4-sticky {
        position: sticky !important;
        top: 0 !important;
    }

    .header-wrap {
        justify-content: center !important;
    }

    .has-offcanvas--visible .navbar-brand.logo-image,
    .not-at-top .navbar-brand.logo-image {
        max-width: 175px;
        position: absolute;
    }   

    .has-offcanvas--overlay #t4-header {
        z-index: 5000;
    }

    .c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .t4-offcanvas {
        background:transparent;
    }

    .t4-offcanvas .t4-off-canvas-header {
            background-color: transparent;
        height: 50px;
        padding: 0 0;
    }

    .t4-offcanvas .t4-off-canvas-header a {
        display: none;
    }
    .c-offcanvas--right {
        transform: translate3d(0, 100%, 0);
        width: 100%;
    }

    .t4-offcanvas .t4-off-canvas-header .close span {
        display: none;
    }

    .t4-offcanvas .t4-off-canvas-header .close:before {
        content: "";
        color: white;
        font-size: 2rem;
    }

    .t4-offcanvas .t4-off-canvas-header .close,
    .t4-offcanvas .t4-off-canvas-header .close:hover, 
    .t4-offcanvas .t4-off-canvas-header .close:focus, 
    .t4-offcanvas .t4-off-canvas-header .close:active {
        background-color: transparent;
    }

    .t4-offcanvas .t4-off-canvas-body {
        min-height: 92vh;
        padding: 0 0 100px;
        background-color: rgba(255, 255, 255, 0.95);
        border-top: 1px solid rgba(0,0,0,.25);
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
        padding: 2rem;
    }

    .t4-offcanvas .t4-off-canvas-body .module-title {
        margin:1rem 0 1rem 0;
        text-transform: none;
        color: var(--color-primary);
        font-size: 2rem;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
        border-bottom:1px solid #e9ecef;
        padding:0 0;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .nav-item .dropdown-menu .nav-item {
        font-size: .8rem;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .nav-item .dropdown-menu .nav-item a {
        padding: .3rem 0;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu {
        margin-bottom: 1rem;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after {
        content: "";
        color: var(--color-secondary);
        font-size: 1.1rem;
        top: 6px;
        position: relative;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
        background-color: transparent;
        right: 0;
    }


    .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:hover, .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:focus, .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:active {
        background-color: transparent;
        color: var(--color-primary);  
    }

    .t4-offcanvas-toggle {
        width: 20%;
        height: 50px;
        padding-top: .6rem;
    }

    .t4-section-1 {
        margin-top: 140px;
    }

    .fullscreenarticle .sidebar-l h1 {
        top: -140px;
    }

    .fullscreenarticle .module-body .col-r a {
        max-width: 280px;
    }

    .sidebar-l, .sidebar-r {
        margin-bottom: 1rem;
    }

    .blog-item:last-child .sidebar-l, 
    .t4-section-2 .fullscreenarticle .sidebar-l .moduletable .custom {
        order: 2 !important;
        margin: -3rem 0 3rem;
        justify-content: center;
    }

    .t4-section-2 .fullscreenarticle .sidebar-l {
        order: 2 !important;
        margin-top: 8rem;
    }

    .view-category .item-content, .blog-featured .item-content, .fullscreenarticle .row.module-body {
        border-radius: 21px;
        padding: 1rem 1rem 2.5rem;
    }

    .fullscreenarticle .sidebar-l h1 {
        font-size: 1.2rem;
    }

    .fullscreenarticle .module-body .col-l {
        flex-basis: 100%;
        order: 2;
        text-align: center;
    }

    .fullscreenarticle h3.newsflash-title {
        text-align: center;
        display: block;
        margin-bottom: 1rem;
    }

    .fullscreenarticle .col-r {
        margin: 1rem auto;
        order: 1;
        max-width: 100%;
        align-items: center;
    }

    .fullscreenarticle .newsflash figure {
        margin-top: -9rem;
    }

    .fullscreenarticle .readmore {
        width: 170px;
        left: 50%;
        margin-left: -85px;
    }

    .blog-featured .blog-items .blog-item {
        margin-bottom: 0;
    }

    .link-button__text {
        font-size: .75rem;
        text-transform: uppercase;
    }
    .category-desc {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .category-desc h2 {
        margin-top: 0;
    }

    .fullscreenlist .module-title {
        max-width: 90vw;
    }

    .t4-footer-1 {
        padding: 7rem 5rem 0rem;
    }
    
    .t4-section-3,
    .t4-footer {
        padding: 5rem 0rem;
    }  

    .t4-footer-2 {
        padding: 0 1rem 10rem;
    }  

    .t4-footer-2 .row {
        justify-content: center;
        margin-right: calc(-0.5*var(--t4-gutter-x));
    }

    .t4-footer-2 .footer-2-left {
        order: 2;
    }



    .t4-section-4 {
        padding: 0rem 0rem 5rem;
    }

    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1,
    h1, .h1,
    .fullscreenarticle .newsflash-title {
        font-size: calc(var(--h1-font-size) * .8);
    }

    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
        padding: 0 0 1rem;
        max-width: 100%;
        margin: 1rem 0;
    }

    h2, .h2 {
        font-size: calc(var(--h2-font-size) * .8);
    }

    h3, .h3 {
        font-size: calc(var(--h3-font-size) * .8);
    }

    h4, .h4 {
        font-size: calc(var(--h4-font-size) * .8);
    }

    .t4-megamenu .dropdown-menu .mod-articlesnews.newsflash, .buecher .t4-section-4 .mod-articlesnews.newsflash, .buecher .t4-section-1 .mod-articlesnews.newsflash {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .buecher .t4-section-4 .mod-articlesnews.newsflash .mod-articlesnews__item {
        flex-basis: 30%;
    }

    .category-desc + .com-content-category-blog__items {
        margin-top: 2rem;
    }

    .view-featured .t4-main-body {
        padding-top: 4rem;
        padding-bottom: 0rem;
    }

    .view-article .fullscreenlist .module-title {
        margin: 4rem auto 1rem;
        padding:0 0 0;
    }

    .view-category .com-content-category-blog .category-desc + .com-content-category-blog__items.blog-items {
        margin-left: 0;
        padding-top: 0;
    }

    .blog .blog-items .blog-item {
        margin-bottom: 3rem;
    }

    .com-content-category-blog__item.blog-item figure, .featured-body figure {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
    }

    .featured-body h3, .featured-body h4, .featured-body p, .com-content-category-blog__item h3, .com-content-category-blog__item h4, .com-content-category-blog__item p {
        max-width: 100%;
    }

    .view-article .item-image {
        max-height: inherit;
    }

    .t4-main-body .sidebar-l {
        padding: 0 0;
    }

    .sidebar-l .module navbar,
    .nav-breakpoint-lg nav.navbar {
        padding: 0 0;
        justify-content: center;
    }
    
    .sidebar-l .nav, 
    .sidebar-r .nav {
        flex-flow: row wrap;
        gap: 2rem;
    }

    .view-article .fields-container {
    padding:2rem 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:5%;
    }

    .view-article .fields-container .field-entry {
        margin-bottom:1rem;
    }

    .buecher .field-entry {
        margin: 1em 0;
    }

    .item-page [itemprop="articleBody"] {
        border-radius: 1rem 1rem 0 0;
        padding: 1rem 1rem;
    }

    .aktuell .item-page [itemprop="articleBody"], 
    .verlag .item-page [itemprop="articleBody"],
    .buecher .item-page [itemprop="articleBody"],
    .bestellen .item-page [itemprop="articleBody"] {
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 3rem 1rem 1rem;
        margin-top: -1px;
    }

    .bestellen .item-page [itemprop="articleBody"] {
        padding: 1rem 0 5rem;
    }

    .buecher.view-article .com-content-article .fields-container, 
    .com-content-article__links.content-list {
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0 1rem 3rem;
    }

    .buecher.view-article .com-content-article .fields-container, .com-content-article__links.content-list {
        gap: 0;
        flex-flow: column nowrap;
    }

    .field-value.autor,
    .field-value.uebersetzer {
        display: flex;
        gap: 5%;
        align-items: center;
    }
    .field-entry .autor img,
    .field-entry .uebersetzer img {
        width: 35%;
    }

    .field-entry p {
        font-size: .7rem;
        margin-bottom: 0;
    }

    .field-entry.uebersetzer-in p,
    .field-entry.autor-in p {
        font-size: .7rem;
        max-width: 60%;
        margin-bottom: 0;
    }

    .t4-section-3 .t4-module {
        padding: 0;
        margin-top: 0;
    }

    .buechermodule .relateditems > div, .weitereartikel .relateditems > div, .indenmedien .relateditems > div, .veranstaltungen .relateditems > div {
        border-radius: 21px;
        padding: 1rem;
        margin: 7rem 0 0;
    }

    .buecher.view-article .item-image {
        width: 50%;
        top: 2rem;
        left: 25%;
        margin-top: -2rem;
    }

    .aktuell .page-header h1, .verlag .page-header h1 {
        padding: 1rem 0 0;
        max-width: 100%;
        margin-top: 0;
        font-size: calc(var(--h1-font-size) * .6);
    }

    .aktuell .com-content-article__body > p:first-child, 
    .verlag .com-content-article__body > p:first-child,
    .com-content-article__body > p:first-child {
        max-width: 100%;
        font-size: 1rem;
        margin-bottom: 1rem;
        min-height: 0px;
    }

    .com-content-category-blog__item div.text-left .row {
        flex-direction: column;
    }

    .view-article .item-image,
    .aktuell.view-article .item-image, .verlag.view-article .item-image {
        width: 50%;
        top: 2rem;
        left: calc(25% + .5rem);
        margin-top: -2rem;
    }


    .view-article .item-image {
        max-height: inherit;
        overflow:visible;
        position: relative;
    }


    .fullscreenarticle .text-left .row {
        flex-direction: row;
    }

    .fullscreenarticle .col-r {
        max-width: 80vw;
        margin:2rem auto;
    }




    .fullscreenarticle p.readmore {
        margin-top: .5rem !important;
    }

    .fullscreenarticle .col-r p {
        max-width: 100%;
    }

    .fullscreenarticle .newsflash figure img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .fullscreenlist .fields-container,
    .fullscreenlist .col-right p {
        margin-bottom: .5rem;
    }
    .fullscreenlist .mod-articlesnews__item .fullscreenlist {
        min-height: 170px;
        flex-wrap: wrap;
        gap:5%;
        max-width: 90vw;
        margin:0 auto;
    }

    .fullscreenlist .newsflash figure {
        height: 170px;
    }

    .fullscreenlist .col-image {
        order: 2;
        flex-basis: 35%;
    }

    .fullscreenlist .col-title {
        order: 1;
        width: 100%;
        margin: 2rem 0 1rem;
    }
    .fullscreenlist .col-right {
        order: 3;
        flex-basis: 60%;
        padding-right: 5%;
    }

    .fullscreenlist .col-right p {
        font-size: .7rem;
        line-height: 1.4;
    }

    #t4-header-3 {
  	    position: fixed;
  	    bottom: 0;
	    z-index: 1200;
  	    width: 100%;
        background: linear-gradient(rgba(255,255,255,.7), rgb(255, 255, 255));
    	font-size: .875rem;
    	min-height: 80px;
        border-top: 1px solid rgba(0,0,0,.28);
	}

	.not-at-top #t4-header-3,
    .has-offcanvas--visible #t4-header-3 {
	    min-height: 63px;
        background: linear-gradient(rgba(255,255,255,.01), rgb(255, 255, 255));
        border-top: none;
	}

	.has-offcanvas--visible #t4-header-3 .link-button__text,
    .not-at-top #t4-header-3 .link-button__text {
        display: none;
    }

	#t4-header-3 a {
    	width: 20%;
    	padding: .3rem 0;
        color: var(--color-primary);
	}

	#t4-header-3 .container-fluid {
		padding-top: 4px;
  		min-height: 49px;
	}
  
    .js-besuch-trigger .icons::before, 
    .js-aktuell-trigger .icons::before, 
    .js-infos-trigger .icons::before, 
    .js-ueber-trigger .icons::before, 
    .footer-wrap .btn [class^="icon-"] {
        font-size: 1.5rem;
        margin-right: 0 !important;
        color: var(--color-primary);
        line-height: 1.5;
	}  

    .not-at-top .js-aktuell-trigger .icons::before, 
    .not-at-top .js-verlag-trigger .icons::before, 
    .not-at-top .js-buecher-trigger .icons::before, 
    .not-at-top .js-cart-trigger .icons::before {
        font-size: 1.5rem;
        margin-right: 0 !important;
        color: var(--color-primary);
        line-height: 1.5;
        background: white;
        border-radius: 8px;
        padding: 7px;
        border: 1px solid rgba(0,0,0,.35);
	}  

    .ba-form-page-navigation-wrapper {
        margin-top: -3.9rem;
    }



    .icon-aktuell::before {
        content: "";
    }
    .icon-besuch::before {
        content: "";
    }
    .icon-infos::before {
        content: "";
    }
    .icon-ueber::before {
        content: "";
    }

    .fa-bars::before {
        content: "";
    }

    #t4-footer-2 + #t4-footnav {
        display: none;
    }

    .book-order p span.hidden-on-mobile {
        display: none;
    }

    .hidden-on-screen {
        margin-left: 5px;
    }

    .buecher-inner .hidden-on-screen {
        display: none;
    }

    .book-order p a {
        display: inline-block;
        position: absolute;
        right: 0;
        background: var(--body-link-color);
        padding: 1rem 1.25rem 1rem 1.15rem;
        color: #fff;
    }

    .fullscreenarticle p.readmore + .fields-container + p.readmore {
        left: unset;
        bottom: -67px;
    }
    
}




@media (max-width: 768px) {


    body {
        font-size: 14px;
    }

    .navbar-brand.logo-image img {
        width: 140px;
    }

    .t4-content {
        background-position:66vw 10vh;
        background-size: 70vw auto;
    }
    .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail,
    .fullscreenlist .module-title {
        max-width: 90vw;
    }

    .t4-footer-1, .t4-footer {
        padding:0 2rem;
    }

    .t4-section-3 {
        padding: 0 0 5rem;
    }

    .fullscreenlist .module-title {
        margin:1rem auto;
    }

    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1,
    h1, .h1,
    .fullscreenarticle .newsflash-title {
        font-size: calc(var(--h1-font-size) * .5);
    }

    .t4-section-1 {
        margin-top: 125px;
    }

    .fullscreenarticle .row.module-body {
        padding: 1rem 1rem 2rem;
    }

    .fullscreenarticle .col-r {
        margin:1rem auto .5rem;
    }

    .fullscreenarticle p {
        margin-bottom: 0;
    }

    .fullscreenarticle h3.newsflash-title {
        margin-bottom: 0.5rem;
    }

    .fullscreenarticle h3.newsflash-title + .fields-container {
        margin-bottom: .5rem;
    }

    h2, .h2{
        font-size: calc(var(--h2-font-size) * .6);
    }

    h2.item-title, .item-title.h2, .item-title h2, .item-title .h2 {
        font-size: calc(var(--h2-font-size) * .4);
    }

    h3, .h3 {
        font-size: calc(var(--h3-font-size) * .6);
    }

    h4, .h4 {
        font-size: calc(var(--h4-font-size) * .6);
    }

    .module-title {
        font-size: .8rem;
    }

    .fullscreenlist .col-image {
        align-self: flex-start;
    }

    .fullscreenlist .newsflash figure {
        height: auto;
    }

      .fullscreenlist .col-right {
        padding-right: 0;
    }

    .fullscreenlist .col-title {
        margin:1rem 0 .5rem;
    }

    .fullscreenlist .fields-container, .fullscreenlist .col-right p {
        padding-top: 0;
    }

    .t4-main-body {
        padding-top: 1rem;
    }

    .fullscreenarticle {
        margin: 0 0;
    }

    .fullscreenarticle .sidebar-l h1 {
        top: -140px;
    }

    .fullscreenarticle .module-body .col-r a {
        max-width: 140px;
    }

    .com-content-category-blog figure figcaption, .items-leading .col-l figure figcaption {
        font-size: .5rem;
        width: 100%;
    }

    .category-name a {
        font-size: .8rem;
    }

    .category-name a::before {
        margin:0px 10px 0 -25px;
        font-size: .75rem;
    }

    .indenmedien .relateditems p:last-child, 
    .in-den-medien .item-content p:last-child,
    p.readmore .btn {
        padding: .3333333333rem 1rem;
        border-radius: 10px;
        font-size: .7rem;
        height: 30px;
    }

    .fullscreenarticle .readmore {
        width: 120px;
        margin-left: -60px;
    }


    blockquote {
        font-size: 1.25rem;
    }

    .fullscreenlist .newsflash figure img, .view-article .item-image img, .view-article .item-image img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .t4-main-body .sidebar-l {
        padding: 1rem 0 0;
        margin-top: 0;
        border-top: 1px solid rgba(0,0,0,.35);
    }

    .view-article figure figcaption {
        font-size: .9rem;
        padding:1rem 0rem;
        width: 100%;
        top: 0;
        position: relative;
    }

    .view-article .com-content-article .fields-container, .com-content-article__links.content-list {
        flex-direction: column;
    }

    .com-content-article__body > p:first-child {
        font-size: 1rem;
        margin:2rem 0;
        line-height: 1.7;
    }

    .com-content-article__body .ba-gallery {
        padding:0 0;
    }

    div.com-content-article__links::before,
    .view-article .com-content-article .ba-gallery::before {
        font-size: calc(var(--h3-font-size) * .6);
    }

    .pagenavigation {
        display: none;
    }

    .t4-footer .t4-col {
        padding:  0 0;
        text-align: center !important;
    }

    .t4-sticky {
        position: sticky !important;
        top: 0 !important;
    }

    .header-wrap {
        justify-content: center !important;
    }

    .has-offcanvas--visible .navbar-brand.logo-image,
    .not-at-top .navbar-brand.logo-image {
        max-width: 175px;
        position: absolute;
    }   
    .buecher .item-page [itemprop="articleBody"] {
        padding-top: 2rem;
    }

    .com-baforms-wrapper .ba-form-page[data-page-key~="ba-form-page-2"] .ba-form-column:nth-child(even) {
        width: 20%;
    }

    .com-baforms-wrapper .ba-form-page[data-page-key~="ba-form-page-2"] .ba-form-column:nth-child(odd) {
        width: 75%;
        margin-right: 5%;
    }

    .ba-form-checkbox-title {
        font-size: .8rem;
        line-height: 1.3 !important;
        display: inline-block;
    }

    .ba-form-products-cart .ba-form-product-row {
        border: 0 none !important;
        padding: 0 !important;
        justify-content: space-between;
    }
    .ba-form-products-cart .ba-form-product-row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .ba-form-product-title-cell {
        flex: 1 0 100%;
    }

    .fullscreenarticle p.readmore + .fields-container + p.readmore {
        bottom: -54px;
    }


}

@media (max-width: 575.98px) {

    .t4-sticky {
        position: sticky !important;
        top: 0 !important;
    }

    .header-wrap {
        justify-content: center !important;
    }

    .has-offcanvas--visible .navbar-brand.logo-image,
    .not-at-top .navbar-brand.logo-image {
        max-width: 175px;
        position: absolute;
    }    
    
}

@media (max-width: 499px) {

    body {
        font-size: 13px;
    }

    .field-value.autor, .field-value.uebersetzer {
        align-items: flex-start;
    }

    .field-entry .autor img, .field-entry .uebersetzer img {
        order: 2;
        margin: -3rem 0 0;
    }


}

@media (min-width: 768px) {


    .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail,
    .fullscreenlist .module-title {
        max-width: 90vw;
    }

    .t4-main-body {
        padding-top: 2rem;
        padding-bottom: 0
    }

}

@media (min-width: 992px) {

    body {
        font-size: 15px;
    }

    .fullscreenlist .module-title {
        max-width: 90vw;
    }

    h3, .h3 {
        font-size: calc(var(--h3-font-size) * .8);
    }
    
    h4, .h4 {
        font-size: calc(var(--h4-font-size) * .7);
    }

    .header-wrap {
        position: inherit;
    }
    .t4-navbar {
        position: absolute;
        padding: 0;
        width: 100vw;
        left: 0;
        display: flex;
        justify-content: center;
        height: 100%;
    }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: white;
    border-top: 1px solid rgba(0,0,0,.28);
    border-bottom: 1px solid rgba(0,0,0,.28);
  }
  

    .t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > .nav-link:hover, .t4-megamenu .navbar-nav > li > .nav-link:focus {
    box-shadow: 0 -20px 25px 0 rgba(0,0,0,.10);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu::before {
        content: url(images/menu-chevron.svg);
        left: 49%;
        top: -17px;
        position: absolute;
        width: 30px;
        height: 100%;
    }

    .navbar-expand-lg .navbar-nav li:nth-child(2) .dropdown-menu,
    .navbar-expand-lg .navbar-nav li:nth-child(3) .dropdown-menu {
        display: none !important;
    }

     .navbar-expand-lg .navbar-nav li:first-child .dropdown-menu::before {
        left: calc(50% - 193px);   
     }

     .navbar-expand-lg .navbar-nav li:nth-child(2) .dropdown-menu::before {
        left: calc(50% - 71px);   
     }

     .navbar-expand-lg .navbar-nav li:nth-child(3) .dropdown-menu::before {
        left: calc(50% + 54px);   
     }

  .view-featured .t4-main-body {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-basis: 50%;
    }

  .t4-navbar .nav-item {
        position: inherit;
        flex-basis: 124px;
    }

    .t4-megamenu .dropdown-menu {
    box-shadow: 0 450px 0 450px rgba(255,255,255,.7);
  }

  .dropdown-menu.mega-dropdown-menu,
  .t4-megamenu.animate.slide .dropdown .dropdown-menu,
  .t4-megamenu.animate.slide .dropdown.show-animating > .dropdown-menu {
        width: 100vw !important;
    }

    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {  
        padding: 0 0;
        height: 100%;
        min-width: 124px;
        justify-content: center;
        display: flex;
    }

    .nav-item.dropdown.mega.parent:hover {
        background-color: #DBF3FF;
    }

    .nav-item.dropdown.mega.parent:nth-child(2):hover {
        background-color: white;
    }

    .nav-item.dropdown.mega.parent:nth-child(3):hover {
        background-color: #fff3f3;
    }


    div.t4-megamenu:not(.show),
    .navbar-nav {
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }



    .fullscreenlist .col-image {
        width: 25%;
    }

    .fullscreenlist .col-title {
        width: 30%;
    }

    .fullscreenlist .col-right {
        width: 40%;
        padding-right: 5%;
    }

    #t4-header-3 {
        display: none;
    }

    .aktuell .item-page [itemprop="articleBody"],
    .verlag .item-page [itemprop="articleBody"] {
        margin-left: -3rem;
    }

    .aktuell .t4-main-body .sidebar-l,
    .verlag .t4-main-body .sidebar-l {
        padding-right: 3rem;
    }

    .view-category .com-content-category-blog .category-desc + .com-content-category-blog__items.blog-items {
        padding-top: 0;
        margin-top: 4rem;
    }

    .blog .blog-items .blog-item {
        margin-bottom: 6rem;
    }

    .fullscreenarticle .module-body .col-r a  {
        position: absolute;
        right: -15%;
        top: -8rem;
        max-width: 35%;
    }

    .com-content-article .book-order {
        display: none;
    }

    .hidden-on-screen {
        display: none;
    }


}

@media (min-width: 1100px) {



    h5, .h5 {
        font-size: calc(var(--h5-font-size) * .65);
    }

  .fullscreenlist .module-title {
    max-width: 980px;
  }

      .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-basis: 496px;
    }

    .aktuell .item-page [itemprop="articleBody"],
    .verlag .item-page [itemprop="articleBody"] {
        margin-left: -5rem;
    }

    .aktuell .t4-main-body .sidebar-l,
    .verlag .t4-main-body .sidebar-l {
        padding-right: 3rem;
    }

    .buecher .item-page [itemprop="articleBody"] {
        margin-left: 0;
    }

    .buecher .article-info {
        margin-left: 4.4rem;
    }

}


@media (min-width: 1400px) {

    body {
        font-size: 18px;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-basis: 40%;
    }
    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
        padding: 0 5rem 2rem;
        margin-top: 2rem;
    }
    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1,
    h1, .h1,
    .fullscreenarticle .newsflash-title {
        font-size: calc(var(--h1-font-size) * .9);
    }

    .t4-main-body {
        padding-top: 3rem;
        padding-bottom: 0
    }

    h2, .h2 {
        font-size: calc(var(--h2-font-size) * 1);
    }

    .fullscreenarticle h3.newsflash-title, 
    h3, .h3 {
        font-size: calc(var(--h3-font-size) * .8);
    }

    h4, .h4 {
        font-size: calc(var(--h4-font-size) * .8);
    }

    h5, .h5 {
        font-size: calc(var(--h5-font-size) * .7);
    }

    p.readmore .btn span:before {
        font-size: .9rem;
    }

  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail,
  .fullscreenlist .module-title, .module-title {
    max-width: 1200px;
  }

  .module-title  {
    margin: 0 auto;
  }

  .mega-dropdown-inner {
    max-width: 1920px;
  }

    .mega-dropdown-inner {
        margin: 0 auto !important;
    }

    .fullscreenlist .col-image {
        width: 25%;
    }

    .fullscreenlist .col-title {
        width: 25%;
    }

    .fullscreenlist .col-right {
        width: 40%;
        padding-right: 10%;
    }

    .fullscreenarticle .col-r p {
        font-size: 1.4rem;
        max-width: 80%;
    }

    .featured-body h3, .featured-body h4, .featured-body p, .com-content-category-blog__item h3, .com-content-category-blog__item h4, .com-content-category-blog__item p {
        max-width: calc(100% - 200px);
    }

    .com-content-category-blog__item.blog-item figure, .featured-body figure {
        top: -54px;
        right: -124px;
        max-width: 320px;
    }

    .view-category .com-content-category-blog .category-desc + .com-content-category-blog__items.blog-items {
        padding-top: 0rem;
    }

    .view-article.aktuell .fields-container {
        margin-top: 3rem;
    }

    .view-article .item-image {
        top: 3rem;
        width: 280px;
    }

    .aktuell .com-content-article__body > p:first-child, 
    .verlag .com-content-article__body > p:first-child {
        font-size: 1.3rem;
        margin-bottom: 4rem;
    }
    .aktuell.view-article .item-image, 
    .verlag.view-article .item-image {
        right: -3rem;
        width: 250px;
    }

    .aktuell .page-header h1, 
    .verlag .page-header h1 {
        padding: 0 5rem 2rem 0;
    }





}

@media (min-width: 1680px) {

    .header-wrap .navbar {
        padding: 0;
        max-width: 680px;
    }

    .navbar-expand-lg .navbar-nav li:first-child .dropdown-menu::before {
        left: calc(50% - 263px);   
     }

     .navbar-expand-lg .navbar-nav li:nth-child(2) .dropdown-menu::before {
        left: calc(50% - 93px);   
     }

     .navbar-expand-lg .navbar-nav li:nth-child(3) .dropdown-menu::before {
        left: calc(50% + 75px);   
     }

    .t4-header-r .form-control {
        max-width: 200px;
    }

    .t4-main-body {
        padding-top: 4rem;
    }
    
    .disabled-lightbox .ba-gallery-items, .disabled-lightbox .ba-album-items {
        padding:2rem;
    }

    .navbar-expand-lg {
        flex-basis: 680px;
    }

    .t4-navbar .nav-item {
        flex-basis: 170px;
    }

    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail,
    .fullscreenlist .module-title, .module-title {
        max-width: 1400px;
    }


    .view-article .item-image {
        width: 350px;
        top: 0rem;
    }


    .aktuell.view-article .item-image,
    .verlag.view-article .item-image {
        right: -9rem;
        width: 350px;
        top: 0rem;
    }


}
    

@media (min-width: 1900px) {

    body {
        font-size: 20px;
    }

    .fullscreenarticle .col-r p {
        font-size: 1.5rem;
        max-width: 70%;
        line-height: 1.8;
    }

    h2, .h2 {
        font-size: calc(var(--h2-font-size) * 1);
    }

    h3, .h3 {
        font-size: calc(var(--h3-font-size) * .8);
    }

    .fullscreenarticle h3.newsflash-title {
        font-size: calc(var(--h3-font-size) * 1.2);
    }

    h4, .h4 {
        font-size: calc(var(--h4-font-size) * .8);
    }

    h5, .h5 {
        font-size: calc(var(--h5-font-size) * .7);
    }


}

@media (min-width: 2100px) {

    body {
        font-size: 21px;
    }

    .t4-main-body {
        padding-top: 6rem;
        padding-bottom: 0
    }

    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1,
    h1, .h1,
    .fullscreenarticle .newsflash-title {
        font-size: calc(var(--h1-font-size) * 1.3);
    }

    .verlag .page-header h1, 
    .verlag .page-header .h1,
    .aktuell .page-header h1, 
    .aktuell .page-header .h1 {
        font-size: calc(var(--h1-font-size) * 1);
    }

    h2, .h2,
    .logo-intro h1 {
        font-size: calc(var(--h2-font-size) * 1.1);
    }

    h3, .h3 {
        font-size: calc(var(--h3-font-size) * 1);
    }

    .view-article h3, .view-article.h3 {
        font-size: calc(var(--h3-font-size) * 1);
    }

    h4, .h4 {
        font-size: calc(var(--h4-font-size));
    }

    .fullscreenlist .col-image {
        width: 15%;
    }

    .fullscreenlist .col-title {
        width: 25%;
    }

    .fullscreenlist .col-right {
        width: 50%;
        padding-right: 20%;
    }


}



.dropdown-item {
  white-space:wrap;
}

.fa-angle-double-right::before,
.fa-angle-right::before,
.fa-angle-double-left::before,
.fa-angle-left::before,
[class^=icon-], 
[class*=" icon-"],
.fa-bars::before,
[class^="icon-"]::before, 
[class*=" icon-"]::before,
.category-name a::before,
.module-title.readmore a::before,
.com-content-article__links.content-list a::before,
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after,
.icon::before, 
.mod-scroll::after, 
.t4-section-1 .mod-readmore::after, 
.nav-link::before, ul li::before, 
.mod-scroll-down::after, 
.js-aktuell-trigger .icons::before, 
.js-buecher-trigger .icons::before, 
.js-verlag-trigger .icons::before, 
.js-bestellen-trigger .icons::before, 
.footer-wrap .btn [class^="icon-"], 
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after, 
.fa-chevron-left::before,
p.readmore a[target~="_blank"]:before,
.t4-offcanvas .t4-off-canvas-header .close:before,
a[href*="jpg"]::before,
a[href*="png"]::before,
a[href*="pdf"]::before,
.leseprobe a[href*="https"]::before,
.readmore a[href*="#"]::before,
.indenmedien .relateditems p a::before,
.in-den-medien .item-content p:last-child a::before,
.icon-search::before,
.fa-chevron-up::before,
.sidebar-l .moduletable .custom a.sidebar-link::before,
.icon-basket::before {
  font-family: simple-line-icons !important;
      speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-basket::before {
  content: "\e04e";
}

.icon-search::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}


.fa-angle-right::before,
.icon-chevron-right::before,
.sidebar-l .moduletable .custom a.sidebar-link::before {
  content: "";
}

.fa-angle-double-right::before {
      content: "\e074";
}

.page-item:nth-child(2) .fa-angle-right::before,
.fa-angle-left::before,
.icon-chevron-left::before {
  content: "";
}

.fa-angle-double-left::before {
      content: "\e06f";
}


.icon-calendar::before {
  content: "";
}

.icon-books::before {
  content: "";
}

.icon-verlag::before {
  content: "";
}
.icon-cart::before {
  content: "";
}

.icon-insta::before {
  content: "";
}
.icon-facebook::before {
  content: "";
}
.icon-downloads::before {
  content: "";
}
.icon-extern::before {
  content: "";
}


.nav-link .icon-cart::before,
.nav-link .icon-verlag::before,
.nav-link .icon-books::before,
.nav-link .icon-calendar::before {
    font-size: 1.75rem;
}

.icon-insta::before, .icon-facebook::before {
  font-size: 1.5rem;
  background: white;
  border-radius: 8px;
  padding: 3px;
  border: 1px solid rgba(0,0,0,.35);
}


.not-at-top .t4-megamenu .has-icon .nav-link .icon-calendar::before, 
.not-at-top .t4-megamenu .has-icon .nav-link .icon-cart::before, 
.not-at-top .t4-megamenu .has-icon .nav-link .icon-verlag::before, 
.not-at-top .t4-megamenu .has-icon .nav-link .icon-books::before {
  display: none;
}

  .not-at-top .t4-megamenu .has-icon .nav-link .menu-item-title {
  display: inline;
}

a[href*="jpg"]::before,
a[href*="png"]::before,
a[href*="pdf"]::before {
  content: "";
  margin-right:10px;
}

.leseprobe a[href*="https"]::before {
  content: "";
  margin-right:10px;
}

.readmore a[href*="#"]::before {
  content: "";
  margin-right:10px;
}