


    .t4-sideshow .container.full-width.full-height {
        height: 100vh;
        min-height: inherit;
        padding-top: 7%;
        margin-top: -91px;
        padding-top: 123px !important;
    }

    /* Avoid Chrome to see Safari hack */
        @supports (-webkit-touch-callout: none) {
            .t4-sideshow .container.full-width.full-height {
            /* The hack for Safari */
            height: -webkit-fill-available;
            }
        }

    .page-masthead figure {
        height: calc(100vh - 234px);
        max-height: 55vh;
        padding-top: 0;
        margin-top: 0;
        padding-top: 0 !important;
        position: relative;
    }

    /* Avoid Chrome to see Safari hack */
        @supports (-webkit-touch-callout: none) {
            .page-masthead figure {
            /* The hack for Safari */
            height: -webkit-fill-available;
            }
        }



body {
    font-family: 'LibreFranklin', sans-serif;
}

main {
  padding: 0;
}

.py-3 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.btn, .blog-list .item-readmore a,
.btn-sm, .icons .btn, .blog-list .item-readmore a, .btn-group-sm > .btn {
  border-radius: 35px;
}

.item-readmore a,
p.readmore .btn {
  background-color: white;
  color: var(--body-link-color);
  padding: 0.7rem 1.4rem 0.6rem;
  border: 1px solid;
}

.sidebar-r p.readmore .btn {
    margin: 0 3px 3px 0;
}

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,
p.readmore .blog-list .item-readmore a:hover, 
.blog-list .item-readmore p.readmore a:hover,
p.readmore .blog-list .item-readmore a:focus, 
.blog-list .item-readmore p.readmore a:focus {
  background-color: var(--body-link-hover-color);
  color: white;
}

.navbar-brand.logo-image img {
  max-width: 280px;
  height: auto;
}

.t4-header .header-block {
  padding-bottom: 0.25rem !important;
}
.t4-header-r p {
    margin-bottom: 0;
}

h2.item-title a, 
.item-title.h2 a, 
.item-title h2 a, 
.item-title .h2 a,
.page-header h2, 
.page-header .h2, 
.categories-list h2, 
.categories-list .h2 {
  color: var(--color-primary);
    font-weight: 400;
}

.item-page .page-header h2, .item-page .page-header .h2,
.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    text-transform: none;
    color: var(--color-primary);
    font-weight: 400;
    max-width: 80%;
}

.t4-palette-mainnav .t4-megamenu .navbar-nav > li a:hover, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li a:focus, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li a:active, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li.active a, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link:hover, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link:focus, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li .nav-link:active {
  color: #ffffff;
  background-color: var(--color-secondary);
}

.t4-palette-mainnav .t4-megamenu .navbar-nav .dropdown-menu .mega-nav.level11 a span.menu-item-title {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.t4-palette-mainnav .t4-megamenu .navbar-nav .dropdown-menu .mega-nav.level11 a:hover span.menu-item-title,
.t4-palette-mainnav .t4-megamenu .navbar-nav .dropdown-menu .mega-nav.level11 li.active span.menu-item-title {
  border-bottom: 1px solid white;
}

.t4-palette-mainnav .t4-megamenu .navbar-nav .dropdown-menu .mega-nav.level11 a.uebersicht:hover span.menu-item-title,
.t4-palette-mainnav .t4-megamenu .navbar-nav .dropdown-menu .mega-nav.level11 li.active a.uebersicht span.menu-item-title {
  border-bottom-style: dashed;
}



.t4-megamenu .dropdown-menu {
  background: var(--color-secondary);
  padding: 1em 0;
}

.t4-megamenu .dropdown-menu li > a, 
.t4-megamenu .dropdown-menu li > .nav-link, 
.t4-megamenu .dropdown-menu li .dropdown-item {
  padding: 10px 2.5rem;
  font-size: 1.2em;
  font-weight: 400;
}
.t4-megamenu .dropdown-menu li > a.uebersicht {
  font-weight: 600;
  margin-bottom: 2rem;
}



.t4-palette-mainnav .t4-megamenu .navbar-nav > li a.dropdown-item:hover, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li a.dropdown-item:focus, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li a.dropdown-item:active, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li .dropdown-item:hover, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li .dropdown-item:focus, 
.t4-palette-mainnav .t4-megamenu .navbar-nav > li .dropdown-item:active,
.t4-palette-mainnav .nav li.active li.active > a.dropdown-item {
}


q {
  font-style: italic;
  font-weight: 200;
    font-size: 1.2em;
  line-height: 1.5;
}

.row > * {
  padding-right: var(--t4-gutter-x);
  padding-left: var(--t4-gutter-x);
}


.t4-megamenu .navbar-nav > li > a, 
.t4-megamenu .navbar-nav > li > .nav-link {
  color: var(--mainnav-link-color);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 1.5rem;
	height: 60px;
	line-height: 30px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.t4-header-r img {
  max-width: 275px;
  height: auto;
    margin: -18px 0 0 -18px;
}

.view-category .t4-masthead {
    margin-bottom: 3rem;
  }
.view-category .t4-masthead .t4-masthead-inner[style*="image"] {
    max-height: 50vh;
    min-height: 45vh;
    background-size: contain;
    background-position: 30% top;
    background-blend-mode: multiply;
    background-color: #E2F4FB;
}

.view-category .t4-section-3 .module-title {
    display: none;
}

.page-masthead {
    position: relative;
}
.view-article .t4-masthead,
.view-category .t4-main-body {
  display: none;
}
.content-fw.view-category .t4-main-body,
.view-article.uebersicht .t4-masthead {
  display: block;
}
.t4-masthead-inner {
  background-size: cover;
  background-position: top center;
  position: relative;
}
.t4-masthead .t4-masthead-detail {
  display: inherit;
  text-align: left;
}

.page-masthead-title {
    text-align: left;
    color: white;
    display: block;
    max-width: 100%;
    margin: 5rem auto 0;
    position: relative;
}
.t4-masthead-inner[style*="image"] .t4-masthead-detail,
.page-masthead figure + .page-masthead-title {
    text-align: left;
    color: white;
    display: block;
    position: absolute;
    bottom: 15rem;
    top: inherit;
    max-width: 770px;
    margin: 0 0 0 50%;
}
.t4-masthead-inner[style*="image"] .t4-masthead-detail {
    bottom: 5rem;
}
.page-masthead figure img {
    object-fit: cover;
    width: 100%;
    object-position: top;
    height: 100%;
}
.t4-masthead .t4-masthead-title,
.t4-masthead-inner[style*="image"] .t4-masthead-title,
.page-masthead-title h1 {
    margin: 0 0 !important;
    background: #1DB0EA;
    font-size: 35px;
  	font-weight: 600 !important;
    color: white;
    padding: .1em .35em .05em .2em !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    line-height: 150%;
}

.t4-masthead .t4-masthead-description {
    color: #777;
    position: absolute;
    top: calc(100% + 5rem) !important;
    right: 0;
    font-size: .9rem;
    min-height: 4rem;
    display: flex;
    align-items: flex-end;
    border-left: 1px solid;
    padding: 1rem 1rem 0;
    max-width: 630px;
}

.t4-main-body figure figcaption {
  background-color: transparent;
  color: #999;
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 0.25rem 0.5rem;
  text-transform: none;
  text-align: left;
  text-shadow: none;
  margin: 0 0 0 60%;
  padding: 1rem 1rem 0;
  border-left: 1px solid;
  max-width: 630px;
}
.t4-main-body figure.center figcaption {
  margin-left: 0;
}



.page.container {
    display: flex;
    padding-top: 5rem;
    postion: relative;
    z-index: 30;
}
.view-article .page.container {
    margin-bottom: 5rem;
}
.page.container .com-content-article__body {
    flex-basis: 100%;
}
.page.container .page-header,
.page.container .page-header + .com-content-article__body {
    flex-basis: 50%;
}
.not-at-top .page.container .com-content-article__body .readmore {
    position: fixed;
    top: 50px;
}
.page.container .com-content-article__body span[id*="20"] {
    height: 70px;
    display: block;
}


.page-header {
  	margin-bottom: 5em;
    flex-basis: 100%;
}
.page.container figure {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.page.container figure.left {
    max-width: 30%;
    margin-top: 0;
}

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

.t4-section-2,
.t4-section-3 {
    padding: 7rem 0;
}

body[class*="projektbereich"].view-category .t4-section-2 {
    padding: 0 0;
}
body[class*="projekt"] .t4-section-2 .t4-module {
    display: none;
}
.t4-section-2 .t4-module + .t4-module {
    margin-top: 5rem;
}

body[class*="projekt-a01"] .t4-section-2 .t4-module.projekt-a01,
body[class*="projekt-a02"] .t4-section-2 .t4-module.projekt-a02,
body[class*="projekt-a03"] .t4-section-2 .t4-module.projekt-a03,
body[class*="projekt-a04"] .t4-section-2 .t4-module.projekt-a04,
body[class*="projekt-a06"] .t4-section-2 .t4-module.projekt-a06,
body[class*="projekt-a07"] .t4-section-2 .t4-module.projekt-a07,
body[class*="projekt-a08"] .t4-section-2 .t4-module.projekt-a08,
body[class*="projekt-a09"] .t4-section-2 .t4-module.projekt-a09,
body[class*="projekt-b01"] .t4-section-2 .t4-module.projekt-b01,
body[class*="projekt-b02"] .t4-section-2 .t4-module.projekt-b02,
body[class*="projekt-b03"] .t4-section-2 .t4-module.projekt-b03,
body[class*="projekt-b04"] .t4-section-2 .t4-module.projekt-b04,
body[class*="projekt-b05"] .t4-section-2 .t4-module.projekt-b05,
body[class*="projekt-b06"] .t4-section-2 .t4-module.projekt-b06,
body[class*="projekt-b07"] .t4-section-2 .t4-module.projekt-b07,
body[class*="projekt-b08"] .t4-section-2 .t4-module.projekt-b08,
body[class*="projekt-b09"] .t4-section-2 .t4-module.projekt-b09,
body[class*="projekt-c01"] .t4-section-2 .t4-module.projekt-c01,
body[class*="projekt-c02"] .t4-section-2 .t4-module.projekt-c02,
body[class*="projekt-c03"] .t4-section-2 .t4-module.projekt-c03,
body[class*="projekt-c04"] .t4-section-2 .t4-module.projekt-c04,
body[class*="projekt-c05"] .t4-section-2 .t4-module.projekt-c05,
body[class*="projekt-c06"] .t4-section-2 .t4-module.projekt-c06,
body[class*="projekt-c07"] .t4-section-2 .t4-module.projekt-c07,
body[class*="projekt-c08"] .t4-section-2 .t4-module.projekt-c08,
body[class*="projekt-c09"] .t4-section-2 .t4-module.projekt-c09,
body[class*="gleichstellung"] .t4-section-2 .t4-module.gleichstellung,
body[class*="uebersicht"] .t4-section-2 .t4-module.uebersicht {
    display: block;
}


.view-category .t4-module.articles {
    display: none !important;
}
.gleichstellung .mod-articles {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: row;
}

.gleichstellung .mod-articles li {
  width: 25%;
  list-style: none;
  height: 100%;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.gleichstellung .mod-articles li a {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  color: white;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  padding: 2rem;
  text-align: center;
}


.t4-section-2 .col-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.t4-section-2 .team-logos .col-link {
  justify-content: space-between;
}


.t4-section-2 .col-link .logo-team {
  max-width: 250px;
  padding: 2rem 1rem;
  mix-blend-mode: multiply;
}
.t4-section-2 .col-link a[href*="http"],
.t4-section-2 .col-link a[href*="mailto"],
.t4-section-2 .col-link a[href*="tel"] {
  padding: 0.7rem 1.4rem 0.6rem;
  border: 1px solid;
  border-radius: 35px;
  min-width: 275px;
  margin: 0 2rem 0 0;
  display: block;
}
.t4-section-2 .col-link a[href*="mailto"] {
  min-width: 320px;
}
.t4-section-2 .col-link a::after {
  content: "";
  float: right;
}
.t4-section-2 .col-link a[href*="mailto"]::after {
  content: "";
  float: right;
}
.t4-section-2 .col-link BR + a[href*="http"] {
  margin-top: 1rem;
}
.t4-section-2 .col-link a[href*="mailto"],
.t4-section-2 .col-link a[href*="tel"] {
  margin: .5rem 0;
}

.t4-section-2 .col-link .imageteam {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 2rem;
    min-width: 250px;
    max-width: 250px;
}
.t4-section-2 .col-link .imageteam img {
    object-position: center center;
    width: 100%;
    height: 100%;
    min-height: auto;
    object-fit: cover;
    border: 1px solid #0003;
    border-radius: 100%;
}
.t4-section-2 .col-link .imageteam figcaption {
    display: none;
}
.t4-section-2 .t4-module[class*="projekt"] .col-link {
    justify-content: flex-start;
    padding-bottom: calc(var(--t4-gutter-x) * 2);
} 
.t4-section-2 .col-link .h4 {
    padding-top: 1rem;
    display: block;
}
.t4-section-2 .col-link .h4,
.t4-section-2 .col-link p {
    max-width: 350px;
}


.module-title {
  border-bottom: 0 none;
  margin: 0 auto;
  padding: 0;
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
  margin: 2rem 0 4rem;
  padding: 0;
}
h4.module-title {
  margin: 2rem 0;
}
.module-title span {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding: 0 0;
}
.t4-section-3 .module-title {
  border-bottom: 0 none;
  margin: 0 auto;
  padding: 0;
  text-transform: none;
  text-align: center;
}
.t4-section-3 .module-title span {
  border-bottom: 0 none;
  margin-bottom: 5rem;
  padding: 0.5rem .75rem .1rem;
  background: var(--color-secondary);
  color: white;
  font-size: 42px;
}
.t4-section-3 ul.mod-articles-items {
  display: flex;
  gap: 5%;
  flex-flow: row wrap;
  list-style: none;
  row-gap: .5rem;
  padding: 0 0;
}

.t4-section-3 .mod-articles-items li {
    flex-basis: 100%;
    transition: background-color 1s;
    transition-delay: .35s;
}
.t4-section-3 .mod-articles-items li:nth-child(even) {
    background-color: #F3FBFE;
}

.t4-section-3 .mod-articles-items li:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: all .7s;
}
.t4-section-3 .mod-articles-items li figure {
    width: 30%;
}
.t4-section-3 .mod-articles-items li figure img {
    mix-blend-mode: multiply;
    object-fit: cover;
    height: 100%;
}
.t4-section-3 .mod-articles-items .mod-articles-item-content {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
  margin: 0 auto;
  padding-left: 4rem;
}
.t4-section-3 .mod-articles-items .mod-articles-item-content figure {
  order: 1;
  height: 154px;
  overflow: hidden;
  margin: 0 0;
}
.t4-section-3 .mod-articles-items .mod-articles-item-content .mod-articles-title {
  order: 2;
  padding: 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0;
  flex-basis: 50%;
}
.t4-section-3 .mod-articles-items .mod-articles-item-content figure + p {
  order: 3;
  margin: 0 0;
  margin: 0 0;
  flex-basis: 60%;
}
.t4-section-3 .mod-articles-items .mod-articles-item-content p.readmore {
  order: 4;
  flex-basis: 25%;
  margin: 0 0 !important;
}

.t4-main-body > .t4-row > .t4-col {
    padding: 0 0 !important;
}



.view-featured .page-header h2,
.t4-section-2 .moduletable h3,
.t4-section-3 .moduletable h3,
.t4-section-4 .moduletable h3 {
     font-size: 21px;
  	font-weight: 600 !important;
  color: var(--color-primary);
  margin-left: 36px;
position: relative;
  text-transform: none;
      }

.view-featured .page-header h2:before,
.t4-section-2 .moduletable h3:before,
.t4-section-3 .moduletable h3:before,
.t4-section-4 .moduletable h3:before {
  	content: "";
    background-image: url("../images/smartNTx-logoBild_128.png");
    background-size: 29px 29px;
width: 34px;
margin-right: 7px;
display: inline-block;
height: 29px;
background-repeat: no-repeat;
background-position: 0 0px;
position: absolute;
left: -38px;
  top:	-1px
      }


.not-at-top .t4-megamenu .navbar-nav > li > a.home {
    padding-left: 0;
    width: 141px;
}
.not-at-top .t4-megamenu .navbar-nav > li > a.home span:before {
  	content: "";
    background-image: url("../../../../images/Logo-TRR374RENPRO-weiss.svg");
        background-size: 130px 60px;
    width: 141px;
    margin: 0 auto;
    display: inline-block;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    position: absolute;
    left: 0;
    top:0;
    background-position: center;
    }

.not-at-top .t4-megamenu .navbar-nav > li > a.home .menu-item-title {
    display: none;
}



.blog-item .item-image.center img {
  width: 100%;
}

.blog-item .item-image.center {
  margin-bottom: 5rem; 
}


.ankerlink {
    display: none;
}

.item-image + .page-masthead-title + .ankerlink,
.t4-masthead  + .t4-section-1 .ankerlink {
    display: block;
    position: relative;
  width: 100px;
  top: 3rem;
  height: 10rem;
  z-index: 9;
  margin: 0 auto;
}

.ankerlink a {
  width: 70px;
  height: 70px;
  border: 1px solid #043865;
  display: inline-block;
  border-radius: 50%;
  opacity: .5;
}
.scroll-next-page::before {
  content: "";
  font-size: 1.5em;
}
.scroll-next-page {
  display: inline-block;
  padding-top: 23px;
}

.item-content {
    display: flex;
    gap: 10rem;
}

.columns-2 .item-content {
  display: flex;
  gap: 0;
  flex-direction: column;
}
.columns-2 .item-content .page-header {
  margin-bottom: 2em;
}

.item-content .items-leading h2.item-title,
.item-content .item-content-intro {
    flex-basis: 100%;
}
.item-content .item-content-intro p {
    max-width: 630px;
    line-height: 1.8;
    font-size: 1.1rem;
}
.item-content .item-content-intro p.readmore {
  margin-top: 3rem !important;
}

.com-content-article__body ul,
.com-content-article__body ol {
  margin: 2rem 0;
}

.com-content-article__body li {
  margin-bottom: 1rem;
}

.com-content-article__body figure.left {
  position: absolute;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  left: 18%;
}
.com-content-article__body figure.left img {
  display: flex;
  width: 80%;
  order: 1;
}
.com-content-article__body figure.left figcaption {
  width: 80%;
  margin: 0 0;
  order: 2;
}
.com-content-article__body h2,
.com-content-article__body h3,
.com-content-article__body h4 {
  margin: 7rem 0 2rem;
  max-width: 700px;
}

.content-fw .page.container .com-content-article__body h2,
.content-fw .page.container .com-content-article__body h3,
.content-fw .page.container .com-content-article__body h4,
.content-fw .page.container .com-content-article__body p {
  max-width: 100%;
}




p.image-inline-rounded {
  display: flex;
  align-items: center;
}

img.image-inline-rounded {
  border-radius: 50%;
  width: 91px;
  margin-right: 7px;
}
.t4-section-2 .moduletable h3 {
  margin-top: 3em;
}


.image-inline-rounded .custom p.image-inline-rounded {
  	font-weight: 600;
  	color: var(--color-primary);
}

.moduletable {
  border: 0 none;
  border-radius: 0;
  margin: 1rem auto;
  background: transparent;
}

.sidebar-r .moduletable {
  padding: 2.5em 3em;
}

.moduletable.background-light-gray {
  background: rgba(0,0,0,.05);
}

.sidebar-r .moduletable h3 {
  background-color: var(--color-secondary);
  display: inline-block;
color: white;
padding: 3px 13px 0;
}

.module-image-block {
  display: block;
}

.blog-items.items-leading {
    margin-top: 3rem;
    margin-bottom: 5em;
    padding-bottom: 5rem;
}

.com-content-category-blog .blog-items.items-leading {
    margin-top: 3rem;
    margin-bottom: 5em;
    border-bottom: 1px solid #00000024;
    padding-bottom: 5rem;
}

.blog-items.columns-2 .blog-item {
    border-bottom: 1px solid #00000026;
    padding-bottom: 5rem;
}

h2.item-title, 
.item-title.h2, 
.item-title h2, 
.item-title .h2,
.page-header h2, 
.page-header .h2, 
.categories-list h2, 
.categories-list .h2 {
  font-size: var(--h2-font-size);
  margin-bottom: 1em;
  width: 100%;
  max-width: 630px;
}

.t4-main-body p {
  	font-size: 1.1em;
}

.t4-main-body p,
.article-body ul li,
.item-intro ul li {
  font-weight: 300;
  line-height: 1.8;
  max-width: 700px;
}

.aural {
    display: none;
}

.blog-items.columns-2,
.items-row.cols-2.row {
  		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
      gap: 3em;
      justify-content: space-between;
}

.t4-section-2 .moduletable,
.t4-section-3 .moduletable,
.t4-section-4 .moduletable {
  padding: 3em .5em 4em;
  margin-bottom: 0;
}

.t4-section-3 .moduletable + .moduletable {
  padding: 0 .5em 9em;
}


.accordion-body .moduletable {
  padding: 0 0;
}

.accordion-button {
  color: black;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.accordion-button:not(.collapsed) {
  color: black;
}

.mod_ext_owl_carousel_images {
  max-width: 100% !important;
}

.mod_ext_owl_carousel_images .ext-item-wrap {
  padding-right: 3em;
}

.mod_ext_owl_carousel_images.teams .ext-item-wrap img {
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 140px;
	margin-bottom: 2em;
  height: 140px;
object-fit: cover;
object-position: top;
}

.mod_ext_owl_carousel_images.partner .ext-item-wrap {
  padding-right: 40%;
}





.mod_ext_owl_carousel_images.partner .owl-carousel .owl-item {
  height: 180px;
}

.mod_ext_owl_carousel_images.partner .ext-item-wrap,
.mod_ext_owl_carousel_images.partner .ext-item-wrap a {
  display: flex;
  justify-content: center;
  height: 100%;
}

.mod_ext_owl_carousel_images.partner .ext-item-wrap img {
	object-fit: contain;
	object-position: center;
}

.mod_ext_owl_carousel_images .ext-item-html {
  padding: 0 !important;
  position: relative !important;
  background: transparent !important;
  opacity: 1 !important;
}

.mod_ext_owl_carousel_images .ext-item-html h5 {
  font-size: 1.1em;
  color: var(--color-primary) !important;
}

.mod_ext_owl_carousel_images .ext-item-html p {
  color: black !important;
  font-size: .9em;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -75px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -75px;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 15px 17px 11px;
}

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


.t4-footer .container ul {
  	margin-bottom: 0;
}

.com-content-article__links a {
  background-color: var(--body-link-color);
  color: white;
  padding: 9px 14px 8px;
  display: inline-block;
}

.com-content-article__links a:after {
  margin-left: 12px;
  content: "\f054";
}

.com-content-article__links a:hover {
  background-color: var(--body-link-hover-color);
  color: white;
}

.top-away #back-to-top {
    display: none;
}
.top-away.not-at-top #back-to-top {
    display: block;
}

#back-to-top {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: none;
  position: fixed;
  right: calc(50vw - 10px);
    bottom: 70px;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 50px;
  z-index: 10;
}

#back-to-top i {
    line-height: 50px;
}
.pagination {
    margin: 0 0;
}
.pagenavigation {
  position: fixed;
  top: calc(100vh - 120px);
  width:auto;
  z-index: 8;
  margin: 0 auto;
}
.pagenavigation .pagination .next {
  margin-left: auto;
  position: absolute;
  left: 100vw;
  margin-left: -50px;
}
.pagenavigation .pagination .previous {
  margin-left: 2rem;
}
.pagenavigation .pagination .next,
.pagenavigation .pagination .previous {
  width: 50px;
  height: 50px;
}
.pagenavigation .btn [class^="icon-"] {
    top: 9px;
    font-size: 1.25rem;
    position: relative;
    margin-left: .4rem;
}
.icon-chevron-left::before {
  content: "";
}
.icon-chevron-right::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}

.icon-chevron-left + span,
.pagenavigation .next span.visually-hidden + span {
  display: none;
}

.t4-footnav,
.t4-footer {
    z-index: 7;
}
.t4-footnav .container, .t4-footnav .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footnav .t4-masthead-detail {
  padding-top: 7rem;
  padding-bottom: 12rem;
}


@media only screen and (max-width: 1440px) {

	.sidebar-r .moduletable {
  		padding: 1.5em 1.5em;
	}
  
  	.t4-section.t4-breadcrumbs .breadcrumb li {
  		padding: 0rem 0;
  		font-size: .84em;
	}
  
  	.mod_ext_owl_carousel_images.partner.konsortial .ext-item-wrap {
  		padding-right: 20%;
	}
  
}

@media only screen and (max-width: 1080px) {

	.t4-main-body p,
  	.article-body ul li {
  		font-size: 1em;
	}
  
    
  	.blog-items.columns-2, 
  	.items-row.cols-2.row {
  		gap: 1em;
	}
  
  	.blog-items.columns-2 .blog-item, .items-row.cols-2.row > * {
  		width: 48%;
	}

  
}

@media only screen and (max-width: 991px) {
  
	.t4-offcanvas-toggle {
  		color: var(--link-color);
  	}
  
  	.owl-theme .owl-controls .owl-buttons div {
  		color: #869791;
  		background: transparent;
  	}
  
  .item-page .page-header h2, .item-page .page-header .h2,
  .t4-masthead-inner[style*="image"] .t4-masthead-title,
  	 .t4-masthead .t4-masthead-title,
  	h2.item-title, .item-title.h2, .item-title h2, .item-title .h2, .page-header h2, .page-header .h2, .categories-list h2, .categories-list .h2 {
  		font-size: 24px;
	}
  
  	.t4-main-body p,
  .article-body ul li {
  		font-size: .9em;
	}
  
      .t4-masthead-inner[style*="image"] .t4-masthead-detail {
  		max-width: 56%;
  		margin-left: 0;
  		padding: 0;
	}
  
  
	.t4-offcanvas-toggle {
      padding: 1em;
	}
  
  	.sidebar-r .moduletable {
  		padding: 1.5em 1em;
	}
  
  	.row > * {
  		padding-right: 1rem;
  		padding-left: 1rem;
	}
  
	.t4-section.t4-breadcrumbs .breadcrumb li {
  		padding: 0rem 0;
  		font-size: .7em;
	}
 
  
}
  
@media only screen and (max-width: 767px) {

	.t4-main-body {
  		padding-top: 0;
  		padding-bottom: 2.5em;
	}
  
  	.page-header {
  		margin-bottom: 0;
	}
  
  	.t4-masthead-inner[style*="image"] .t4-masthead-detail {
  		max-width: 70%;
	}
  
  	.t4-masthead-inner {
  		padding: 1em 0 0;
	}
  
  	.sidebar-r {
      margin-top: 2em;
  }
  
  	.pagination .visually-hidden {
      	display: none !important;
  }
  
  .t4-masthead-inner[style*="image"] .t4-masthead-title {
  		margin: 0 2% 0 0;
  	}
  
}

@media only screen and (max-width: 575px) {

  	.navbar-brand.logo-image img {
  		max-width: 170px;
	}
  
	.t4-header-r img {
      display: none;
  }
  
 .item-page .page-header h2, 
  .item-page .page-header .h2, 
  .t4-masthead-inner[style*="image"] .t4-masthead-title, 
  .t4-masthead .t4-masthead-title, 
  h2.item-title, .item-title.h2, 
  .item-title h2, .item-title .h2, 
  .page-header h2, .page-header .h2, 
  .categories-list h2, .categories-list .h2,
	.t4-masthead-inner[style*="image"] .t4-masthead-title,
  	.t4-masthead .t4-masthead-title, h2.item-title, .item-title.h2, .item-title h2, .item-title .h2, .page-header h2, .page-header .h2, .categories-list h2, .categories-list .h2 {
  		font-size: 19px;
	}
  
  	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  		width: 94%;
  	}
  
  	.mod_ext_owl_carousel_images {
  		padding: 0 10px;
	}
  
  	.mod_ext_owl_carousel_images .ext-item-wrap {
  		padding-right: 0;
	}
  
  	.owl-theme .owl-controls .owl-buttons .owl-prev,
  .owl-theme .owl-controls .owl-buttons .owl-next {
      display: none;
	}
  
      	.blog-items.columns-2 .blog-item,
  	.items-row.cols-2.row > * {
		width: 100%;
  	}
  
  	.t4-masthead-inner[style*="image"] .t4-masthead-detail {
  		max-width: 84%;
	}
  
}

@media only screen and (min-width: 576px) {

	.container-sm, .container {
  		max-width: 97%;
	}
  

}


@media only screen and (min-width: 768px) {
  	
	.t4-main-body {
  		padding-top: 0;
  		padding-bottom: 5em;
  	}
  
  
  	.t4-masthead-inner {
  		padding: 3rem 0 0;
	}
  
      .t4-masthead-inner[style*="image"] {
    	min-height: 465px;
        max-height: 70vh;
  		padding: 0 0;
	}
  

  
}


@media only screen and (min-width: 992px) {
  

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: var(--color-secondary);
    overflow: hidden;
  }
  
    .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);
    }

  .t4-navbar .nav-item {
        position: inherit;
    }

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

  .dropdown-menu.mega-dropdown-menu .mega-dropdown-inner {
    max-width: 1613px;
    margin: 0 auto;
  }



    .nav-item.dropdown.mega.parent:hover {
        background-color: var(--color-secondary);
    }


    div.t4-megamenu:not(.show),
    .navbar-nav {
        height: 100%;
    }


      .t4-masthead-inner[style*="image"] .t4-masthead-title {
  		padding: 1em;
		margin: 0 55% 0 0;
      	font-size: 28px;
	}

	.pull-center.item-image img {
  		max-width: 490px;
	}
  
    	.items-row.cols-2.row > * {
  padding-left: calc(0.5 * var(--t4-gutter-x));

  }
  
  	.item-page .page-header h2, .item-page .page-header .h2,
    .page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  		font-size: 35px;
	}
  
}

@media only screen and (min-width: 1081px) {

    	.blog-items.columns-2 .blog-item,
  	.items-row.cols-2.row > * {
      flex: 0 0 auto;
		width: 45%;
  }
 
  
}

@media only screen and (min-width: 1200px) {

  	h1, .h1 {
  		font-size: 2.8125rem;
	}
  
  	.container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
  		max-width: 96%;
	}

}

@media only screen and (min-width: 1400px) {
  
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
  		max-width: 95%;
	}
  
      .t4-masthead-inner[style*="image"] {
    	min-height: 560px;
        max-height: 70vh;
	}
  
     .t4-masthead-inner[style*="image"] .t4-masthead-title,
   	.t4-masthead-inner .t4-masthead-title{
      	font-size: 35px;
	}

}


@media only screen and (min-width: 1920px) {
  
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
  		max-width: 70%;
	}
  
      .t4-masthead-inner[style*="image"] {
    	height: 55vh;
        min-height: 450px !important;
	}
  
  	q {
    	font-size: 1.4em;
	}
    .t4-masthead-inner[style*="image"] .t4-masthead-title,
   	.t4-masthead-inner .t4-masthead-title {
      	font-size: 35px;
	}

}

@media only screen and (min-width: 2200px) {
  

    .t4-masthead-inner[style*="image"] .t4-masthead-title,
    .page-masthead-title h1,
    .t4-masthead-inner .t4-masthead-title {
        font-size: 49px;
    }
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
  		max-width: 63%;
	}
    .t4-section-3 .mod-articles-item-content {
  		max-width: 63%;
    }
  
      .t4-masthead-inner[style*="image"] {
    	min-height: 63vh;
	}

}

.owl-prev:before,
.owl-next:before,
.com-content-article__links a:after {
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}

.owl-next:before {
  content: "\f054";
}

.owl-prev:before {
  content: "\f053";
}

.fa-chevron-up::before,
.icon-chevron-left::before,
.icon-chevron-right::before,
.scroll-next-page::before,
.t4-section-2 .col-link a::after {
    font-family: 'simple-line-icons';
    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;
}