/*COPYRIGHT © 2025 AUTHOR-E BV. ALL RIGHTS RESERVED */
/*COPYRIGHT © 2024 AUTHOR-E BV. ALL RIGHTS RESERVED */
/*COPYRIGHT © 2023 AUTHOR-E BV. ALL RIGHTS RESERVED */
/*COPYRIGHT © 2022 AUTHOR-E BV. ALL RIGHTS RESERVED */

/* for mobile phones */
@media screen and (max-width: 500px) {
  
  table {
    width: 100% !important;
  }
  #Header {
    display: block;
  }

  #HeaderLogoMain {
    background-image: url(../Images/mainlogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 100%;
    background-position: left center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  #HeaderLogoSub {
    /* background-image: url(../Images/crab.svg);
        background-repeat: no-repeat;
        background-size: contain; */
    height: 60px;
    width: 15%;
    /* background-position: top right; */
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    position: absolute;
    right: 10px;
    top: 0px;
    -webkit-mask-image: url(../Images/crab.svg);
    background-color: white;
    -webkit-mask-position: top right;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
  }

  #navLanguage {
    /* margin-top: 15px; */
    /* margin-right: 12px;
    background-image: url(../Images/ENG.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* float: Right; 
    width: 35px;
    height: 27px;
    background-size: contain;
    position: absolute;
    top: 92px;
    right: 5px; */
    cursor: pointer;
  }

  .dropdown {
    display: inline-block;
    padding: 5px 0px;
  }

  .ContentContainer {
    overflow-y: auto !important;
  }

  .Right50-50Ratio > .SectionContent {
    width: fit-content;
  }

  .Left50-50Ratio {
    /* display: table-cell;
    vertical-align: top; */
    width: 100%;
    min-height: 10%;
  }
  .Right50-50Ratio {
    /* display: table-cell;
    vertical-align: top; */
    width: 100%;
    min-height: 10%;
  }
  .Left50-50RatioText {
    float: left;
    display: block;
    /* vertical-align: top; */
    width: calc(100% - 10%);
    max-width: 700px;
    min-height: 8%;
    padding: 5%;
  }

  .Right50-50RatioText {
    float: left;
    display: table-cell;
    vertical-align: top;
    width: 90%;
    max-width: 700px;
    min-height: 8%;
    padding: 0% 5%;
  }

  .Left50-50RatioImage {
    float: left;
    display: table-cell;
    vertical-align: top;
    width: 90%;
    min-height: 10%;
    max-height: 500px;
    margin: 0% 5%;
  }

  .Right50-50RatioImage {
    float: right;
    display: table-cell;
    vertical-align: top;
    width: 90%;
    min-height: 10%;
    margin-left: auto;
    padding: 0% 5%;
  }

  table.table50-50Ratio >tbody > tr {
    display: flex;
    flex-direction: column;
    width: 90vw;
    margin: 30px;
}

table.table70-30Ratio >tbody > tr {
  display: flex;
  flex-direction: column;
  width: 90vw;
  margin: 30px;
}
  .sectionPaddingLeft {
    padding-left: 5% !important;
  }

  .sectionPaddingRight {
    padding-right: 5% !important;
  }

  /* FOR THE HORIZONTAL NEWS  */
  .threeColumnNews {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
  }

  .verticalNewsContainer {
    margin: 10px 15px;
    max-width: none;
  }

  /* for the carousel text */

  #carouselText {
    line-height: 1em;
    font-size: 30px;
    padding: 0 1em;
  }

  #carouselButton {
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .VideoContainer table {
    width: 100% !important;
  }
  .VideoContainer {
    float: left !important;
  }

  .footer {
    flex-direction: column-reverse;
  }
  .flexBoxCenter > tbody {
    display: flex;
    flex-direction: column;
  }
  .containerTextVideo {
    position: relative;
      z-index: 1;
      text-align: center;
      padding-top: 12vh;
      color: #fff;
  }
  .videoBackgroundTitle {
    color: white;
    line-height: 140%;
    font-size: 40px;
    padding: 0 18%;
    font-weight: bolder;
    text-shadow: #000000 5px 1px 10px;
}
.filloutForm {
  width: 400px;
  margin: auto;
}
/* #logo 
{
  width: 100px;
} */
.ButtonDemoContainer > .buttonPrimary
{
    width: fit-content;
    padding: 10px 10px;
    height: 35px;
}
.footer
{
  padding-bottom: 100px!important;
}
#hamburgerMenu
{
  width: 30px!important;
  height: 30px!important;
  margin-left: 0px!important;
}
#navContent {
  gap: 10px!important;
}
.containerCarrousel
{
  height: 40vh;
}

.parTitle
{
	font-family: 'Lato', sans-serif!important;
	font-weight: 700;
	font-size: 28px;
	line-height: 140%;
}
.ButtonDemoContainer {
  display: none;
}
}

@media screen and (max-width:1144px) {
  
  #navContent {
    height: 50px;
    justify-content: flex-start;
  }
  #Navigation2 > .InnerTabset {
    display: flex;
    /* flex-direction: column; */
    /* position: relative; */
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    /* margin-left: auto; */
    position: absolute;
    right: 0;
    margin-top: 39px;
    padding: 10px 0px;
    z-index: 100;
    width: 100%;
    text-align: right;
  }
  #hamburgerMenu {
    width: 30px;
    height: 30px;
    z-index: 1100;
    background-image: url(../Images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-left: 20px;
  }

  .dropdownArrow {
    width: 20px;
    height: 6.5px;
    background-image: url(../Images/PointerDown.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }

  /* .dropdownArrowLevel2
    {
        width: 20px;
        height: 6.5px;
        background-color: red;
    } */

  .dropdownMenu {
    display: none;
    flex-direction: column;
    min-width: 160px;
    z-index: 1;
    position: static;
    box-shadow: none;
  }

  #Navigation2 {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dropdown {
    display: inline-block;
    padding: 5px 0px;
  }
  
  .rightSection
  {
    margin-left: auto;

  }

  .dropdownMenuContainerLevel2 {
    
    flex-direction: row-reverse;
  }
 
  
}

/*for tablets*/
@media screen and (max-width: 799px) {
  td.detailCardsContainer {
    padding-right: 0px !important;
  }

  .Left50-50Ratio {
    width: calc(100% - 10%);
    min-height: 1%;
    margin-left: 5%;
  }
  .Right50-50Ratio {
    width: calc(100% - 10%);
    min-height: 1%;
    float: left;
    margin-left: 5%;
  }
  .Left50-50RatioText {
    float: left;
    display: block;
    /* vertical-align: top; */
    width: calc(100% - 10%);
    max-width: 700px;
    min-height: 8%;
    padding: 5%;
  }

  .Right50-50RatioText {
    float: left;
    display: table-cell;
    vertical-align: top;
    width: 90%;
    max-width: 700px;
    min-height: 8%;
    padding: 0% 5%;
  }

  .Left50-50RatioImage {
    float: left;
    display: table-cell;
    vertical-align: top;
    width: 90%;
    min-height: 10%;
    max-height: 500px;
    margin: 0% 5%;
  }

  .Right50-50RatioImage {
    float: right;
    display: table-cell;
    vertical-align: top;
    width: 90%;
    min-height: 10%;
    margin-left: auto;
    padding: 0% 5%;
  }
  table.table50-50Ratio >tbody > tr {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 60px);
    margin: 30px;
}

table.table70-30Ratio >tbody > tr {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 60px);
    margin: 0px 30px;
}
.table70-30Ratio > tbody > tr > td {
  width: 100% !important;
}

  .ThreeColumnLayout > .SectionContent {
    display: block;
    width: 100% !important;
  }
  .LeftThreeColumn > .SectionContent {
    margin: auto !important;
  }
  .MiddleThreeColumn > .SectionContent {
    margin: auto !important;
  }
  .RightThreeColumn > .SectionContent {
    margin: auto !important;
  }
  .LeftThreeColumn {
    margin-left: 0px;
  }

  table.flexBox {
    width: 100% !important;
  }

  .sectionPaddingLeft {
    padding-left: 5% !important;
  }
  .sectionPaddingRight {
    padding-right: 5% !important;
  }

  .sectionPaddingTop {
    margin-top: 3%;
  }

  .flexBoxesCenter {
    width: 100%;
  }
  table.flexBoxCenter {
    width: 85% !important;
  }

  .VideoContainer table {
    width: 100% !important;
  }
  .VideoContainer {
    float: left !important;
  }

  .left-container,
  .footer-column:last-child {
    margin-bottom: 20px;
  }

  .left-container {
    padding-top: 38px;
  }

  .footer {
    gap: 0px;
  }
  .parTitle
{
	font-family: 'Lato', sans-serif!important;
	font-weight: 700;
	font-size: 28px;
	line-height: 140%;
}
}

/*for laptops*/
@media screen and (min-width: 800px) and (max-width: 1024px) {
  /* #Navigation2 {
    display: block !important;
  } */
  .dropdown:hover .dropdownMenu {
    display: flex;
  }
  .dropdownArrow {
    width: 20px;
    height: 6.5px;
    background-image: url(../Images/PointerDown.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    margin-left: -15px;
  }

  /* .dropdownArrowLevel2
    {
        width: 20px;
        height: 6.5px;
        background-color: red;
    } */

    table.table50-50Ratio >tbody > tr {
    display: flex;
    flex-direction: column;
    width: 190%;
    margin: 30px 30px;
    justify-content: center;
    align-items: center;
  }
  table.table50-50Ratio >tbody > tr > .flexCenter {
    width: fit-content;

}
table.table70-30Ratio >tbody > tr {
  display: flex;
  flex-direction: column;
  margin: 30px 30px;
  justify-content: center;
  align-items: center;
}
table.table70-30Ratio >tbody > tr > .flexCenter {
  width: fit-content;

}
#navContent {
  height: 80px;
  display: flex;
  align-items: center;
  background-color: var(--white);
  margin: 0px 20px;
  gap: 20px;
  width: calc(100% - 20px);
}
}

@media screen and (max-width: 1437px) 
{
  #navContent {
    height: 80px;
    display: flex;
    align-items: center;
    background-color: var(--white);
    margin: 0px 20px;
    gap: 20px;
    width: calc(100% - 40px);
  }
  .ButtonDemoContainer {
    margin-left: auto !important;
    justify-self: flex-end;
}
#Navigation2 {
  margin: auto;
}
#contentTabCarrouselContainer {
  display: flex;
  gap: 0px 15px;
}
.dropdownMenuContainerLevel2 {
  display: flex;
  align-items: right;
}
  .submenuLevel2 {
    
    margin-right: 0px;}
    
    
}

/*for desktop*/
@media screen and (min-width: 1025px) {
  #Navigation2 {
    /* display: block !important;
    margin: auto; */
  }
  .dropdown:hover .dropdownMenu {
    display: flex;
  }
  .dropdownArrow {
    width: 20px;
    height: 6.5px;
    background-image: url(../Images/PointerDown.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    margin-left: -15px;
  }

  /* .dropdownArrowLevel2
    {
        width: 20px;
        height: 6.5px;
        background-color: red;
    } */

    table.table50-50Ratio >{
    height: fit-content !important;
    width: 80% !important;
    margin: auto !important;
    }
    table.table570-30Ratio >{
      height: fit-content !important;
      width: 80% !important;
      margin: auto !important;
      }
    
}

@media screen and (min-width: 800px) and (max-width: 1062px) {
  /* .SectionContent {
        padding: 0px 30px;
        width: fit-content;
    } */
}

/* for tablet only */
@media screen and (min-width: 499px) and (max-width: 799px) {
  .ContentContainer {
    /* height: calc(90vh - 90px); */
    overflow-y: auto !important;
  }

  #navLanguage {
    margin-top: 0px;
  }

  #Header {
    /* display: block;
    padding: 3px 0px; */
  }

  #HeaderLogoMain {
    background-image: url(../Images/mainlogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
    background-position: left center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  #HeaderLogoSub {
    height: 100px;
    width: 15%;
    position: absolute;
    right: 10px;
    top: 0px;
    -webkit-mask-image: url(../Images/crab.svg);
    background-color: white;
    -webkit-mask-position: top right;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
  }

  #navLanguage {
    /* margin-right: 12px;
    background-image: url(../Images/ENG.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 27px;
    background-size: contain; */
    cursor: pointer;
    /* position: absolute;
    top: 120px;
    right: 5px; */
  }

  /* #SearchContainer {
        margin-right: 30px !important;
    } */

  /* FOR THE HORIZONTAL NEWS  */
  .threeColumnNews {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
  }

  .verticalNewsContainer {
    max-width: none;
  }
}

@media screen and (min-width: 800px) and (max-width: 1158px) {
  /* FOR THE HORIZONTAL NEWS  */

  .verticalNewsContainer {
    /* width: 50%;
    margin: 10px 15px; */
  }
}

@media screen and (max-width: 451px) {
  .cardListItemsContainer {
    flex: 0 1 99% !important;
    margin: 1% 0px;
  }
  .cardListItems {
    height: 100px;
  }
  
}

@media screen and (max-width: 799px) {
  .CardListMenu > .SectionContent {
    width: 90%;
  }

  .addMarginLeftRight > .SectionContent {
    width: 90%;
  }
  .cardListItemsContainer {
    flex: 0 1 49%;
    margin: 1% 0px;
  }

  /* .backgroundLight {
        width: 90%;
        margin: auto!important;
    } */
  .fullImage > .SectionContent {
    margin: 0 !important;
    width: 90%;
    margin: auto !important;
  }

  .fullImage img {
    width: 100% !important;
    margin: auto !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1233px) {
  .CardListMenu > .SectionContent {
    width: 75%;
  }
  .addMarginLeftRight > .SectionContent {
    width: 75%;
  }
  .fullImage > .SectionContent {
    margin: 0 !important;
    width: 80%;
    margin: auto !important;
  }

  .fullImage img {
    width: calc(100% - 6%) !important;
    margin: auto 3.2%;
  }
  .cardListItemsContainer {
    flex: 0 1 49%;
  }

  /* .backgroundLight {
        width: 75%;
    } */
  .titleCenter {
    width: calc(100% - 6%) !important;
  }
  .newsContainer {
    width: calc(100% - 8.5%);
  }
  .threeColumnNews {
    width: 100%;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1500px) 
{
  table.table50-50Ratio {
    width: 80%!important;
    margin: auto!important;
}
table.table70-30Ratio {
  width: 80%!important;
  margin: auto!important;
}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .threeColumnNews {
    /* flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 15px;
        padding: 0; */
  }

  .verticalNewsCardsDate {
    padding: 0 10px 20px 0px !important;
    height: 75px;
  }
  .cropCardsSpeakers {
    min-height: 70px;
    max-height: 70px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1100px) {
  #HeaderLogoMain {
    background-image: url(../Images/mainlogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 110px;
    width: 57%;
    background-position: left center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 843px) {
  .newsContainer > .newsCards > tbody > tr {
    display: flex;
    flex-direction: column;
    width: 200%;
  }
  .newsContainer > .newsCards > tbody > tr > .imageCardsContainer {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .newsContainer > .newsCards > tbody > tr > .detailCardsContainer {
    width: 100% !important;
  }

  .imageCardsContainer img {
    object-fit: contain;
    width: 95% !important;
    height: fit-content !important;
    /* max-height: 300px !important; */
    min-width: 10% !important;
    /* max-width: 300px!important; */
  }
}

@media only screen and (max-width: 767px) {
  .valuePreposition {
    display: block; 
    width: 100%; 
  }

  .valuePreposition col {
    display: block; 
    width: 100%; 
  }

  .valuePreposition td {
    display: block; 
    width: 100%; 
    box-sizing: border-box; 
    margin-bottom: 15px;
  }

  .valuePreposition td.arrow {
      display:none;
  }
   .valuePreposition td.arrow p {
  width:300px;
  }

  .valuePreposition p {
    text-align: center; 
  }

  .hideOnTabletView
  {
    display: none;
  }
  
}

@media only screen and (min-width: 1145px) {
  #hamburgerMenu
  {
    display: none;
  }
}

@media screen and (max-width: 400px) 
{
  .buttonPrimary p
  {
    font-size: 14px;
  }
  .search-icon{
    cursor: pointer;
    width: 25px !important;
    height: 25px!important;
  }
  close-icon{
    cursor: pointer;
    width: 25px !important;
    height: 25px!important;
  }
}