* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: 'Dosis';
  font-size: 18pt;
  font-weight: 300;
}

.clr, .clearbox {
  float: none;
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Baloo Tamma 2';
  font-weight: 500;
}

.innerbox {
  width: 96%;
  max-width: 1900px;
  padding: 0 2%;
  margin: 0 auto;
}


header .headbox h2,
header .headbox h3 {

}
header .headbox h2 {
  color: #EF7B00;
  font-size: 46pt;
  line-height: 46pt;
}
header .headbox h3 {
  color: #E20510;
  font-size: 32pt;
  line-height: 32pt;
}

header .headbox .headerlogo {
  position: relative;
}
header .headbox .headerlogo h2 {
  position: absolute;
  bottom: 0;
}
/*
.headbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.headbox-box {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.headbox-box.headertext {
  align-self: flex-end;
}
.headbox-box.headermenu {
  align-content: right;
}
*/
.headbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.headbox-box {
    flex: 1 0 auto;
}

.headbox-box:nth-child(1) {
  flex-grow: 0;
}

.headbox-box:nth-child(2) {
  flex-grow:1;
  align-self: flex-end;
}

.headbox-box:nth-child(3) {
  flex-grow:0;
}



.maximenumobiletogglericonck {
  text-align: right;
  transition: all ease 0.5s;
  cursor: pointer;
}
.maximenumobiletogglericonck .mmiclines {
  display: block;
  width: 60px;
  height: 6px;
  border:0px solid red;
  border-radius: 4px;
  margin: 6px 0 6px 10px;
  transition: all ease 0.5s;
}
.maximenumobiletogglericonck .mmiclines.line1 {
  background: #EF7B00;
}
.maximenumobiletogglericonck .mmiclines.line2 {
  background: #01889F;
  width: 80px;
  margin-left: 0;
}
.maximenumobiletogglericonck .mmiclines.line3 {
  background: #E20510;
}

.maximenumobiletogglericonck:hover .mmiclines {
  width: 80px;
  margin-left: 0;
}
.maximenumobiletogglericonck:hover .mmiclines.line2 {
  width: 60px;
  margin-left: 10px;
}

.mod_before_content_full_width {
  margin: 5vh 0;
}
.mod_before_content_full_width img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


main {

}

main .page-header {
  color: #EF7B00;
  margin: 0 0 20px 0;
  font-size: 20pt;
}





footer {
    background: #EF7B00;
    color: #fff;
    margin: 5vh 0 0 0;
}

footer h3 {
  font-size: 25pt;
}
.footerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.footerbox-box.footercontact, .footerbox-box.footermenu, .footerbox-box.footerinfo {
    flex: 1 0 32%;
}
.footercontact {
  flex: 1;
  flex-grow: 1;
  background: #01889F;
}
.footermenu {
  flex: 1;
  flex-grow:1;
}
.footerinfo {
  flex: 1;
  flex-grow:1;
  background: #E20510;
}

.footerbox .moduletable {
  margin: 5vh 0 0 0;
  padding: 15px;
}
