/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#top-bar .menu-item {
    margin-right: 2rem !important;
    font-weight: 600;
}

.intbt-top-menu a, .intbt-top-menu a:hover {
  color: #fff;
}

#search-icon {
  background-image: url( '../img/search.svg' );
  width: 25px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -5px;
}

.home #search-icon {
  background-image: url( '../img/search_w.svg' );
}

.s-input {
  border: 1px solid #999;
  background-image: url( '../img/search.svg' );
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: calc( 100% - 10px ) 8px;
}

.lang-link {
  font-family: 'AktivGrotesk-Bold', sans;
  font-weight: 600;
  font-size: 18px;
}

.home .lang-link {
  color: #fff;
}

.titan-link {
  color: #8cb63c;
  padding-right: 20px;
  position: relative;
  font-weight: bold;
}

.titan-link::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url('../img/arrow_g.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease-in-out;
}

.titan-link:hover{
  color: #fff;
}


.titan-link:hover::after {
  background-image: url('../img/arrow_w.svg');
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

.intbt-bg-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-swiper .intbt-bg-image{
  background-position: top center;
}

.intbt-intro-heading{
    min-height: 600px;
}

.intbt-overlay{
    background-color: #333333;
    opacity:0.2;
}

#footer img.logo,
#header img.logo {
  max-width: 280px;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.intbt-main-menu .nav-link {
  color: #1f286d;
  padding: 1.8rem 2rem 1.6rem 0 !important;
  margin: 0 0 0 5px !important;
  font-weight: 800;
  border-bottom: 6px solid #8cb63c !important;
}


.intbt-main-menu .current-page-ancestor .nav-link,
.intbt-main-menu .current-menu-ancestor .nav-link,
.intbt-main-menu .active .nav-link,
.intbt-main-menu .nav-link:hover{
    color: #8cb63c; 
}

.intbt-main-menu .menu-item:last-of-type a {
  padding-right: 0;
  margin-right: 0;
}

.intbt-top-menu .dropdown-toggle::after,
.intbt-main-menu .dropdown-toggle::after {
    display:none;
}

.intbt-top-menu .dropdown-toggle .carret,
.intbt-main-menu .dropdown-toggle .carret {
    vertical-align: top; 
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    font-size: 13px;
}


.intbt-top-menu .dropdown:hover .dropdown-menu,
.intbt-main-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    padding: 1rem;
}

.intbt-top-menu .dropdown-menu,
.intbt-main-menu .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}

.intbt-main-menu .dropdown-menu li a {
  padding: 10px 6px !important;
  border-bottom: 1px solid #1f286d;
  font-weight: 500;
  color: #1f286d !important;
}

.dropdown-item:active{
  background: none !important;
}

#top-bar .dropdown-menu .menu-item {
    width:100%;
}

.intbt-top-menu .dropdown-menu {
  background: #1f286d;
}

.intbt-top-menu .dropdown-menu li a {
  padding: 5px 3px !important;
  font-size: 14px;
  font-weight: 600;
}

.intbt-top-menu .dropdown-menu li a:hover {
  color: #fff;
  background: transparent;
}

.intbt-top-menu .dropdown-menu li:last-of-type a
.intbt-main-menu .dropdown-menu li:last-of-type a {
  border: none !important;
}

.intbt-toggler-icon{
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.332 9.16667H7.33203V12.8333H29.332V9.16667ZM29.332 0H-0.00130272V3.66667H29.332V0ZM29.332 22H16.0679V18.3333H29.332V22Z' fill='%23042B75'/%3E%3C/svg%3E") !important;
}

.intbt-mobile-menu .dropdown-menu .nav-link{
    padding: 10px 0px;
    border-bottom: 1px solid #1f286d;
}

.intbt-mobile-menu .nav-item {
  line-height: 18px;
  font-size: 18px;
  border-bottom: 1px solid #cacaca;
  padding: 8px 0;
  width:100%;
}

.intbt-mobile-menu .dropdown-toggle::after{
    border:none;
    position: relative;
}

.intbt-mobile-menu .carret {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 9;
}

.intbt-mobile-menu .dropdown-menu.show {
  border: none;
  margin-left: 30px;
}

.intbt-mobile-menu .dropdown-item:focus,
.intbt-mobile-menu .dropdown-item:hover {
  background: none !important;
}

.intbt-mobile-menu .dropdown-menu a {
  padding: 8px 0;
  font-size: 16px;
  line-height: 16px;
}

.intbt-mobile-menu .dropdown-menu .nav-item:last-of-type {
  border-bottom: none;
}

.sticky-top #header {
  height: 70px;
  font-size: 15px;
}

.sticky-top #header img {
  margin-top: -10px !important;
}
.sticky-top .intbt-main-menu .nav-link {
  padding: 0 20px 5px 0 !important;
  border-bottom: none !important;
}

.sticky-top #top-bar .small {
  font-size: 13px !important;
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}

.intbt-featured-heading{
    padding-bottom: 45%;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home #header {
  background: transparent !important;
  border-bottom: 1px solid #fff;
}
.home #mega-menu {
  z-index: 9;
  position: relative;
}

.home .intbt-main-menu .nav-link {
  color: #fff !important;
  border-color: #fff !important;
}

.home .section-1 {
  margin-top: -110px !important;
}

.home .intbt-intro-heading{
  height: 850px;
}

.swiper-home-slide .h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  font-family: AktivGrotesk-Bold, sans-serif;
}

.home-swiper-nav-container .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0 !important;
  height: 7px !important;
  background: #8cb63c;
  opacity: 0.7;
}

.home-swiper-nav-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.home-swiper-nav-container {
  margin-top: -50px;
  z-index: 99;
  position: relative;
}

/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
.banner-white-background .intbt-cta,
.banner-blue-background .intbt-cta,
.banner-green-background .intbt-cta,
.banner-image-background .intbt-cta{
    min-height: 450px;
}

.banner-white-background.intbt-bnr-extra-height .intbt-cta,
.banner-blue-background.intbt-bnr-extra-height .intbt-cta,
.banner-green-background.intbt-bnr-extra-height .intbt-cta,
.banner-image-background.intbt-bnr-extra-height .intbt-cta{
    min-height: 550px;
}

.banner-blue-background,
.banner-green-background,
.banner-image-background{
    background-color: #1f286d;
    color:#fff;
}


.banner-blue-background a,
.banner-green-background a,
.banner-image-background a{
    color:#fff;
    text-decoration: none;
}

.banner-green-background{
    background-color: #8cb63c;
}

.banner-white-background .has-top-logo,
.banner-blue-background .has-top-logo,
.banner-green-background .has-top-logo,
.banner-image-background .has-top-logo{
    background-image: url( '../img/interbeton_en_white.svg' );
    background-size: 280px;
    background-repeat: no-repeat;
}

.banner-white-background .has-top-logo{
    background-image: url( '../img/interbeton_en.svg' );
}

.intbt-cta-inner .intbt-link {
  border: 1px solid;
  border-radius: 50px;
  padding: 15px 25px;
}

.cta-content p {
  line-height: 2.8rem;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Content
--------------------------------------------------------------*/
.intbt-section.intro.content {
  background: #f5f5f5;
}

/*--------------------------------------------------------------
# One Column Content
--------------------------------------------------------------*/
.intbt-one-column-content .h3 {
  font-size: 36px;
  font-weight: bold;
}

.intbt-one-column-content.first-paragraph-large p:first-of-type,
.intbt-one-column-content.large-content .plain-content {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3rem;
}

.section-sustainability-solutions-list .large-content .plain-content,
.case-study-box-content.large-content .plain-content,
.two.column .large-content .plain-content{
  font-size: 20px;
  line-height: 30px;
}

h1.grotesk-bold,
h2.grotesk-bold,
h3.grotesk-bold,
.h1.grotesk-bold,
.h2.grotesk-bold,
.h3.grotesk-bold,
.grotesk-bold h1,
.grotesk-bold h2,
.grotesk-bold h3{
  font-weight: 600;
}

.plain-content h1, 
.intbt-one-column-content .h1{
  font-size: 36px;
  font-family: 'AktivGrotesk-Bold';
  font-weight: 600;
  margin-bottom: 2rem;
}

.intbt-one-column-content .h2{
  font-size: 26px;
  font-family: 'AktivGrotesk-Bold';
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.solution-logo {
  max-width: 350px;
  height: auto;
}

/*--------------------------------------------------------------
# Two Column Content
--------------------------------------------------------------*/
.intbt-bg-half-image .intbt-before-container {
  position: absolute;
  width: 50%;
  content: '';
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  background-position: center center;
}

.intbt-bg-half-image .intbt-before-border {
  position: absolute;
  width: 49.5%;
  content: '';
  height: 100%;
  border-bottom: 1px solid #1f286d;
  top: 0;
  left: 0;
}

.two.column.intbt-bg-half-image {
  min-height: 450px;
}


.read-more-link {
  position: relative;
  padding-right: 20px;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0;
  display: inline-block;
 
}

.read-more-link::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url('../img/arrow_b.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease-in-out;
}

.case-study-box-link.read-more-link::after{
  background-image: url('../img/arrow_w.svg');
}

.case-study-box-content .case-study-box-link.read-more-link {
  margin: 0 !important;
  font-size: 13px;
}

.read-more-link:hover{
  text-decoration: none;
}

.read-more-link:hover::after {
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Expandable Content Boxes
--------------------------------------------------------------*/
.expandable-content-action-link{
  background-image: url( '../img/plus.svg' );
  padding: 5px 50px 5px 20px;
  border: 1px solid;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 16px;
  background-position: 90% center;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}

.expandable-content-action-link.opened {
  background-image: url( '../img/minus.svg' );
  padding: 6px 40px 6px 10px;
}


.expandable-content{
  border: 1px solid;
}

.expandable-content-action-header{
background-image: url( '../img/plus.svg' );
  padding: 10px 50px 10px 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 18px;
  background-position: 95% center;
  transition: all 0.3s ease-in-out;
}

.expandable-content-action-header.opened {
  background-image: url( '../img/minus.svg' );
  font-size: 14px;
  padding: 6px 40px 6px 10px;
}

.expandable-item .expandable-content-more {
  padding: 20px 20px 10px 20px;
  border-top: 1px solid #cacaca;
}

.expandable-content-more {
  display: none;
}

.large-content .expandable-content-more{
 font-size: 16px !important;
}

/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/
.case-studies-section, .case-studies-section a, .case-studies-section a:hover {
  color: #ffffff;
}

.case-study-box-title{
  font-size: 36px;
  font-family: 'AktivGrotesk-Bold';
  font-weight: bold;
}

.case-study-inner-title{
  font-size: 28px;
  margin-bottom: 2rem;
}

.case-study-box-container .intbt-before-container {
  position: absolute;
  width: 50%;
  content: '';
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  background-position: center center;
}

.case-study-box-description {
  min-height: 350px;
}

.case-study-box-description p {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Brochures
--------------------------------------------------------------*/

.brochure-box-description {
  font-size: 20px;
}

.brochure-box-image {
  border: 1px solid #1f286d;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.brochure-box-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url( '../img/download.svg' );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #ffffff82;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.brochure-box-link:hover .brochure-box-image::after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Image Video
--------------------------------------------------------------*/
.intbt-play-icon {
  margin-top: -40px;
  margin-left: -40px;
  background-image: url( '../img/player.svg' );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease-in-out; 
}

.intbt-featured-heading a:hover .intbt-play-icon {
  transform: scale(1.2);
  width: 80px;
  height: 80px;
}

/*--------------------------------------------------------------
# Carousels
--------------------------------------------------------------*/
.intbt-swiper-button-next,
.intbt-swiper-button-prev {
  background-image: url( '../img/arrow_r.svg' );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.case-study-nav .intbt-swiper-button-next,
.case-study-nav .intbt-swiper-button-prev {
  background-image: url( '../img/arrow_rw.svg' ) !important;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.case-study-nav .intbt-swiper-button-next:hover,
.case-study-nav .intbt-swiper-button-prev:hover {
  opacity: 1;
}


.intbt-swiper-button-prev {
  transform: rotate(180deg);
}


.swiper-button-lock {
  display: none !important;
}

.intbt-swiper-button.swiper-button-disabled {
  opacity: 0.4;
}

.case-study-nav {
  left: 50%;
  margin-left: -52px;
  width: 104px;
  z-index: 10;
}
/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
.lity-container {
	max-width: 80%;
}

.lity-content > div {
    overflow-y: scroll;
}

.intbt-close-btn {
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: 900;
}

button.lity-close {
  display: none;
}

.content-popup {
    background: #fff;
}

/*--------------------------------------------------------------
# Tiles 
--------------------------------------------------------------*/
.intbt-tile-image {
  background-size: cover;
  background-position: center center;
}

.filtered-tile {
  display: none;
}
.hidden-tile {
  display: none;
}

.tile-inner-content {
  border: 1px solid;
  padding: 2rem;
}

/*--------------------------------------------------------------
# Filters
--------------------------------------------------------------*/
.intbt-filters.filter-active {
  background: #1f286d;
  color: #fff;
}

.intbt-filters {
  border: 1px solid #1f286d;
  color: #1f286d;
  padding: 8px 25px;
}

#year-filter {
  padding-right: 50px;
}

/*--------------------------------------------------------------
# Insights
--------------------------------------------------------------*/
.insight-item-link {
  background-image: url( '../img/arrow_r.svg' );
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 50px;
  padding-right: 80px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
}

.insight-item-link:hover {
  background-position: 99% center;
}

/*--------------------------------------------------------------
# Board Members
--------------------------------------------------------------*/
.board-member-item .top-border {
  border-top: 1px solid #1f286d;
}

/*--------------------------------------------------------------
# Sustainability Pillars
--------------------------------------------------------------*/
.sustainability-solutions-ideal-for {
  border-radius: 50px;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  border-top: 1px solid #1f286d;
}


#footer .logo{
    max-height: 55px;
}

.footer-title {
    font-size: 18px;
    position: relative;
}


#disclaimer,
.footer-menu{
    font-size: 14px;
}

#disclaimer .menu li{ 
  margin-right: 1rem; 
}

.footer-menu a.nav-link {
    line-height: 25px;
}

#scroll-top {
  width: 50px;
  height: 50px;
  background: #8cb63c;
  color: #ffffff;
}


/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.location-icon {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}

.location-info {
  display: inline-block;
  padding-top: 10px;
}

.location-data ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-actions ul li {
  margin-bottom: 20px;
text-align:center;
}

.location-actions ul li a {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  display: block;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  background: #fff;
  max-width: 150px;
}

.location-point {
  background: #f2f2f2;
}

.location-box.hidden {
  display: none !important;
}

a.location-link {
  display: block;
}

a.location-link:hover{
text-decoration:none;
}

a.location-link.selected .description {
  border-top: 3px solid #0073a3;
  padding-top: 10px;
}

a.scroll-location:hover {
  text-decoration: none;
}

select#area-filter {
  margin-right: 30px;
  height: 100%;
  vertical-align: bottom;
  padding: 0 20px;
  border-radius: 0;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid;
}

.acf-map {
  width: 100%;
  height: 700px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
 max-width: inherit !important;
}

.location-data p {
margin: 0;
}

.location-icon-container {
display: inline-block;
margin-right: 30px;
}

.location-icon-container .description {
display: inline;
vertical-align: bottom;
font-size: 15px;
font-weight: bold;
}

.location-details{
border-color: #000 !important;
}

.location-details .expand-container {
border:none !important;
padding: 0 !important;
display: none;
}

.location-details a.expander.opened span {
visibility: hidden;
}

.location-related.w-100 {
padding-left: 60px;
}

/*--------------------------------------------------------------
# Share box
--------------------------------------------------------------*/
.share-box {
    font-size: 25px;
}

.share-box span {
    font-size: 18px;
}

