.articles-with-background-colour {
  border-radius: 15px;
}
/* this sets a backgroud-image for the Logo module */
.page-masthead {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-flow: column;
  background-image: url("/images/headerLogo/auroraGreen.jpg");
  background-repeat: repeat-x;
  overflow: hidden;
}

/* this makes the image in the Logo module responsive */
.responsive-logo {
  max-width: 100%;
  height: auto;
}

div.mod-languages .btn-group {
  margin-right: 30px;
}


/* this adjusts the settings for the TZPortfolio cards/articles */
.tplElegant .element .card {
  border: 3px solid #ebebeb;
  border-radius: 5px;
}

/* this adjusts the box-shadow for the TZPortfolio cards/articles */
.tplElegant .element .card:hover {
  box-shadow: 2px 3px 5px 5px #ebebeb;
}

/* set padding for TZ Portfolio articles*/
.tplElegant .element .card-body {
  padding-top: 4rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.t3-copyright {
  /*
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  */
  display: inline-block;
  margin-left: -22px;
}

/* settings for Contact module */
/* ---BEGIN--- */
.item1 {
  grid-area: title;
  width: 375px;
}
.item2 {
  grid-area: header;
  width: 375px;
  margin-bottom: 16px;
}
.item3 {
  grid-area: adres1line1;
  width: 125px;
  margin-right: 20px;
}
.item4 {
  grid-area: adres1line2;
  width: 125px;
  margin-right: 20px;
}
.item5 {
  grid-area: adres1line3;
  width: 125px;
  margin-right: 20px;
}
.item6 {
  grid-area: adres1line4;
  width: 125px;
  margin-right: 20px;
}
.item7 {
  grid-area: adres2line1;
  width: 125px;
}
.item8 {
  grid-area: adres2line2;
  width: 125px;
}
.item9 {
  grid-area: adres2line3;
  width: 125px;
}
.item10 {
  grid-area: adres2line4;
  width: 125px;
}
.item11 {
  grid-area: adres3line1;
  width: 125px;
}
.item12 {
  grid-area: adres3line2;
  width: 125px;
} 
.item13 {
  grid-area: adres3line3;
  width: 125px;
}
.item14 {
  grid-area: adres3line4;
  width: 125px;
}

#mod-custom119 {
  display: grid;
  grid-template-areas:
    'title title title'
    'header header header'
    'adres1line1 adres2line1 adres3line1'
	'adres1line2 adres2line2 adres3line2'
	'adres1line3 adres2line3 adres3line3'
    'adres1line4 adres2line4 adres3line4';
}

#mod-custom120 {
  display: grid;
  grid-template-areas:
    'title title title'
    'header header header'
    'adres1line1 adres2line1 adres3line1'
	'adres1line2 adres2line2 adres3line2'
	'adres1line3 adres2line3 adres3line3'
    'adres1line4 adres2line4 adres3line4';
}

#mod-custom119 > div {
  text-align: left;
  padding: 1px;
}

#mod-custom120 > div {
  text-align: left;
  padding: 1px;
}
/* ---END --- */
/* end of Contact module settings */

.lazyload {
  background-image: url("/images/footerImage/footerImage.png");
}

/* this removes button from footerMenu 
input, button, select, textarea {
  display: none;
}
*/

/* this sets a smaller font for sitemap <h2>-titles */
.osmap-items > h2 {
  font-size: 17px;
}

/* this adjusts the footerImage to the left so it will fill the width of the screen */
.t3-copyright .footerImage {
  display: inline-block;
  margin-left: -945px;
  margin-bottom: 10px;
  overflow: hidden;
}

.t3-copyright small {
  display: none;
}

/* this removes the scrolling ability for the image in the FooterImage module */
.t3-footer {
  overflow: hidden;
  background: #fdfdfd;
}

.module-ct {
  background: #fdfdfd;
}