body {
  margin: 0;
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-family: "Montserrat"; */
  font-family: 'Jura', serif;
  /*font-weight: 500;*/
  font-size: 20px;
  color: #17202a;
}




/*** NAVIGATION ***/
.topnav {
  overflow: hidden;
  background-color: white;
  font-weight: 500;
  /*font-family:"Gill Sans Extrabold", sans-serif;*/
  font-family: 'Jura', serif;
  color: #17202a;
  padding: 10px 5px 10px 5px; 
  /* position: fixed;
  top: 0; */
}

.topnav a {
  float: left;
  display: block;
  color: #6a6c6f;
  text-align: center;
  padding: 14px 36px;
  text-decoration: none;
  /*font-family:"Gill Sans Extrabold", sans-serif;
  font-size: 18px;*/
  font-family: 'Jura', serif;
  color: #17202a;
}

.topnav a:hover {
  background-color: #333;
  color: white;
}

.topnav a.active {
  background-color: #333;
  color: white;
}

.topnav .icon {
  display: none;
}


.topnav a.split {
  overflow: hidden;
  float: left;
  background-color: white;
  color: #333;
  padding: 2px 10% 0px 5%;
}




@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  
  .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav .dropMenu {display: none;}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background-color: #f1f3f6;
  }

  .topnav.responsive a:hover {
    background-color: #333;
    color: white;
  }

  .topnav.responsive a.split {
    background-color: white;
    padding-bottom: 0px;
  }

  .topnav.responsive .dropMenu {
    float: none;
    position: relative;
    display: block;
    text-align: left;
    background-color: #f1f3f6;
  }

  .topnav.responsive .dropMenu .dropMenu-content {
    float:inline-start;
    display: block;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0px 0px 0px 10px;
  }
  
}

.dropMenu {
  float: left;
  overflow: hidden;
}

.dropMenu .dropBtn {
  /*font-size: 18px;  */
  font-weight: 500;
  border: none;
  outline: none;
  /*color: #6a6c6f;*/
  color: inherit;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropMenu:hover .dropBtn {
  background-color: #333;
  color: white;
} 

.dropMenu-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropMenu-content a {
  float: none;
  /*color: #6a6c6f;*/
  color: inherit;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropMenu-content a:hover {
  background-color: #333;
  color: white;
}

.dropMenu:hover .dropMenu-content {
  display: block;
}

/*** END - NAVIGATION ***/











.logo {
  height: 52px;
}


.btn-primary {
  font-size: 20px;
}

.card-title {
  color: #17202a;
  font-weight: 700;
}


header {
  padding: 0px 0px 50px 0px;
}

.news-header {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: rgb(243, 243, 245);
  font-weight: 500;
  font-size: 60px;
  position: absolute;
  top: 350px;
  left: 300px;
}



section {
  padding: 30px 10px 50px 10px;
  /* border-bottom: 1px solid #e4e5e7; */
}

/* .section-why {
  color: white;
  background: #404549;
} */

.section-keyfigures {
  /* color: white; */
  background: #c7dbee;
  padding: 75px 5px 150px 5px; 
}

.section-why {
  /* color: white; */
  /*background: #c7dbee;*/
  padding: 75px 5px 235px 5px; 
  background-image: url("../images/ac1.jpg");
}

.section-newsheader {
  color: white;
  font-size: 40px;
  background: #404549;
  padding: 0px 0 200px 0;
}

.pagefooter {
  padding: 0px 0 50px 0;
}

.p-title {
  /*font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /*color: #3e4b57;*/
  color: #17202a;
  font-weight: 300;
  font-size: 30px;
  padding: 0px 5px 10px 5px;
}

.whypoint {
  padding: 0px 0 10px 0px;
  font-size: 20px;
}


.listmain {
  padding: 10px 0 10px 75px;
  /*font-size: 19px;*/
}

.listmain li {
  padding: 10px 0 0 0;
  /*font-size: 19px;*/
}




.figure {
  padding: 10px 0 0px 0px;
  font-size: 50px;
}

.figureinfo {
  padding: 0px 0 10px 0px;
  font-size: 20px;
}




/*** ARTICLE ***/
.article a:link {
  text-decoration: none;
}
.article a.active {
  text-decoration: none;
  background-color: #ca791d;
}
.article a:hover {
  background-color: #720a0a;
}

.article-title {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #3e4b57;
  font-weight: 500;
  font-size: 25px;
  padding: 0px 0px 20px 0px;
}

.article-text {
  color: #3e4b57;
  font-weight: 200;
  font-size: 20px;
  padding: 0px 0px 20px 0px;
}

.articlefooter {
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
  padding: 0px 0px 20px 0px;
}

.articlelink {
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
  padding: 0px 0px 20px 0px;
}
.articlelink a {
  text-decoration: none;
  color: #3e4b57;
}
.articlelink a:visited {
  text-decoration: none;
}
/*** END - ARTICLE ***/




.videoborder {
  border: 0.5px solid;
  color: grey;
}

.icon-medium {
  font-size: 30px;
  padding: 0px 0px 0px 50px;
}


/*** Footer ***/
.pagefooter {
  color: white;
  background: #21272D;
}
.pagefooter a {
  color: white;
  text-decoration: none;
}
.pagefooter a:hover {
  color: #9B9A9A;
  text-decoration: none;
}
/*** END - footer ***/




