/*
lightred: #e65c4e
red: #db4233
darkred: #b02d20
*/

html{
  width: 100%;
  min-height: 100%;
  position: relative;
}

body{
  margin: 0px;
  background-color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  color: #595951;
}

div.clear{
  clear: both;
}
.pointer{
  cursor: pointer;
}
a{
  color: inherit;
}
a:hover{
  text-decoration: none;
  color: inherit;
}
.textTable{
  display: table;
  width: 100%;
  height: 100%;
}
.textCell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
b, strong{
  font-weight: 500;
}


/*      HEADER    */
header{
  z-index: 10;
  position: relative;
}
div.searchForm{
  position: absolute;
  right: 0px;
  top: 0px;
}
div.searchForm button{
  background: none;
  border: none;
  color: #d4d5d2;
  display: block;
  float: left;
  font-size: 0.8em;
  height: 26px;
  line-height: 24px;
  border: solid 1px #d4d5d2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
}
div.searchForm input.inputText{
  height: 26px;
  line-height: 24px;
  box-sizing: border-box;
  width: 200px;
  display: block;
  float: left;
  margin: 0px;
  background-color: #FFF;
  border: solid 1px #d4d5d2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
}

.navbar{
  padding: 0px;
  position: relative;
  z-index: 10;
}

header .navbar-brand{
  width: 370px;
  display: inline-block;
  padding: 0px;
}
header .navbar-brand img{
  width: 100%;
}
div.mainMenu.closed{
  top: 35px;
  right: -20px;
  position: absolute;
  z-index: 10;
  text-align: right;
}

.navbar .navbar-nav{
  list-style: none;
  margin: 0px;
  line-height: 1em;
}
.navbar .navbar-nav li,
.navbar-toggler{
  display: inline-block;
  font-size: 0.95em;
  color: #db4233;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;  
}

.navbar div.mainMenu.closed .navbar-nav li{
  text-align: left;
  background-color: rgba(255,255,255,0.9);
}
div.subNav li.nav-item{
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 0px;
}

div.subNav .navbar-toggler,
div.subNav .navbar .navbar-nav li{
  text-align: right;
  display: block !important;
}
div.subNav .navbar-toggler{
  width: 100%;
}

.navbar div.mainMenu.closed .navbar-nav li ul li{
  font-size: 1em;
  padding-left: 10px;
  padding-right: 0px;
  background: none;
}




.navbar-light .navbar-nav .nav-link,
.navbar-toggler{
  text-transform: uppercase;
}
.navbar .navbar-nav li ul li .nav-link{
  text-transform: none;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.current {
  color: #db4233;
}
.navbar-light .navbar-toggler{
  border: none;
}
.navbar-light .navbar-toggler-icon{
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse{
    display: block !important;
  }
}



div.visualMenuHolder{
  border-top: solid 1px #d4d5d2;
  padding-top: 4px;
}
div.visualMenu{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.visualOverlay{
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 50px;
  box-sizing: border-box;
  /*
  background-image: url("../images/visual-overlay.png");
  background-size: 54px 54px;
  background-repeat: repeat;
  background-position: center top;
  */
}
div.visualOverlay div.row{
  position: relative;
}
img.grensImg{
  position: absolute;
  top: -165px;
  right: 45%;
  width: 280px;
  opacity: 0.15;
}


div.visualMenu a{
  color: #52524a;
  display: block;
  border-top-left-radius:  30px;
  height: 160px;
  box-sizing: border-box;
  padding-top: 32px;
  text-align: center;
  margin-bottom: 15px; 
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.visualMenu a.white{
  color: #FFF;
  background-color: #db4233;
}
div.visualMenu a.lightred{
  color: #e65c4e;
}
div.visualMenu a.red{
  color: #db4233;
}
div.visualMenu a.darkred{
  color: #b02d20;
}
div.visualMenu a:hover{
  background-color: #eeeeeb;
}
div.visualMenu a.white:hover{
  background-color: #b02d20;
}
div.visualMenu a img{
  width: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.visualMenu a span.titleHolder{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 1px;
  height: 51px;
  font-size: 0.85em;
}
div.visualMenu a.white.large span.titleHolder{
  font-size: 1.4em;
}
div.visualMenu a.white span.titleHolder span.textCell span{
  font-size: 0.5em;
  font-weight: 400;
  display: block;
}


/*      MAIN      */
article{
  
}
article h1,
div.row.news h2{
  font-weight: 700;
  font-size: 2em;
}
article h2,
.ql-size-large,
div.card h1{
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.3em;
  text-transform: uppercase;
  padding-top: 5px;
  letter-spacing: 1px;
}
article div.textHolder{
  margin-top: 20px;
}
aside.col-4{
  padding-right: 5%;
}
article p{
  margin-bottom: 0px;
}
article p a{
  color: #db4233;
  text-decoration: underline;
}
article ul{
  padding: 0px;
  list-style: none;
}
article ul li:before {
  content: "\f111"; /* FontAwesome Unicode */
  position: absolute;
  left: 0px;
  top: 8px;
  font-family: FontAwesome;
  color: #db4233;
  font-size: 0.5em;
  line-height: 1em;
  vertical-align: middle;
  display: block;
}

.infoQuestionText ul li:before{
  top: 16px;
}

article ul li{
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
article ul.navbar-nav li:before {
  display: none;
}

div.divider{
  border-top: solid 1px #d4d5d2;
  height: 0px;
}
.greyBG{
  background-color: #eeeeeb;
}
.darkGreyBG{
  background-color: #acada7;
}
.redText{
  color: #db4233;
}
.blackText{
  color: #1e1e16;
}

div.subNav{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}
div.subNav .navbar-toggler{
  color: #db4233 !important;
}

div.flexCols{
  column-count: 3;
  column-gap: 40px;
}
div.flexCols.cols2{
  column-count: 2;
}
div.flexCols p{
  min-height: 23px;
}

button.countryButton{
  min-width: 200px;
  letter-spacing: 2px;
}


/*      HOME      */
div.row.news{
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: 30px;
}
div.row.news div.newsHolder{
  background-color: #eeeeeb;
}
div.row.news div.newsHolder a{
  display: block;
  border-top: solid 1px #FFF;
}
div.row.news div.newsHolder a:first-child{
  border: none;
}
div.row.news div.newsHolder a span{
  display: block;
}
div.row.news div.newsHolder a span.title{
  color: #db4233;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 1px;
}
div.row.news div.newsHolder a span.readmore{
  display: inline-block;
  background-color: #52524a;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 0.8em;
}
div.row.news img.grensImg{
  top: -60px;
  right: 100px;
}
div.homeContact{
  position: absolute;
  top: 0px;
  left: -25%;
  width: 125%;
  background-color: #db4233;
  color: #FFF;
  font-weight: 500;
}
div.homeContact p:nth-child(2),
div.homeContact p:nth-child(3){
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.homeContact p:nth-child(4){
  font-weight: 300;
  font-size: 0.9em;
}
div.homeContact p:nth-child(4) a{
  text-decoration: underline;
}
div.homeContact p a.phoneLink{
  display: block;
  font-weight: 600;
  font-size: 1.5em;
}
a.whiteButton{
  background-color: #FFF;
  color: #db4233;
  border-radius: 3px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
}
a.whiteButton:hover{
  background-color: #eeeeeb;
  color: #b02d20;
}

/*      TEAM     */
div.pagNav{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
div.pagNav a{
  color: #db4233;
  text-decoration: none;
  padding-left: 5px;
}
div.pagNav a.active{
  color: #595951;
}

/*      NEWS     */
aside.newsNav h6{
  background-color: #52524a;
  font-weight: 700;
  color: #FFF;
  font-size: 1.2em;
}
aside.newsNav a{
  color: #a9aaa4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.9em;
}
aside.newsNav a:first-child{
  border-top: none;
}
aside.newsNav a span.fa{
  font-size: 0.9em;
}
article a.backButton{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}





/*      FOOTER    */
footer div.footerInfo{
  font-size: 0.9em;
}
footer div.footerInfo div.col-10{
  padding-right: 0px;
}
footer div.footerInfo ul{
  margin: 0px;
  padding: 0px;
}
footer div.footerInfo ul li{
  list-style: none;
  display: inline-block;
}
footer div.footerInfo ul li img{
  width: 50px;
}
footer div.footerInfo ul li a{
  text-decoration: none;
  margin-top: 7px;
}
footer div.footerInfo ul li a:hover{
  text-decoration: underline;
}
footer div.footerInfo ul li:last-child a{
  text-decoration: none;
  display: inline-block;
  border: solid 1px #d4d5d2;
  border-radius: 3px;
  color: #db4233;
  font-weight: 400;
  position: relative;
  padding-right: 32px;
  padding-left: 10px;
}
footer div.footerInfo ul li:last-child a:hover{
  text-decoration: none;
  background-color: #eeeeeb;
  color: #b02d20;
}
footer div.footerInfo ul li:last-child a span{
  display: block;
  position: absolute;
  right: 0px;
  top: 4px;
  bottom: 4px;
  width: 22px;
  border-left: solid 1px #d4d5d2;
  box-sizing: border-box;
  background-image: url("../images/arrow-right-grijs.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px auto;
}

footer div.copyright{
  background-color: #eeeeeb;
  color: #9a9a93;
  font-size: 0.8em;
  line-height: 1em;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px;
  width: 100%;
  height: 71px;
  box-sizing: border-box;
}
footer div.copyright br{
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer{
    height: auto;
    position: relative;
    bottom: auto;
  }
}

footer a:first-child{
  text-decoration: underline;
}
footer a:hover{
  color: inherit;
  text-decoration: underline;
}

