/* questrial-regular - latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/questrial-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/questrial-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/questrial-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/questrial-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/questrial-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/questrial-v12-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.searchimg {
  width: 100%;
  min-height: 25vh;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 0px;
  background-image: url("../img/Search.png");
  background-size: auto;
  display: flex;
}

.usecaseimgEvidenceDetection {
  width: 100%;
  min-height: 40vh;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -100px;
  background-image: url("../img/EvidenceDetection.jpg");
  background-size: cover;
  display: flex;
}

.usecaseimgEvidenceDevelopment {
  width: 100%;
  min-height:40vh;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -100px;
  background-image: url("../img/EvidenceDevelopment.jpg");
  background-size: cover;

  display: flex;
}

.usecaseimgEvidenceScreening {
  width: 100%;
  min-height: 40vh;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -100px;
  background-image: url("../img/EvidenceScreening.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex; 
}

.mobile-nav button {
  display: block;
  position: relative;
  color: #473d3a;
  font-weight: 500;
  outline: none;
}

.mobile-nav button:hover {
  color: #109e15;
  text-decoration: none;
}

.nav-menu button {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Questrial", sans-serif;
}

.nav-menu button:hover, .nav-menu  .active > a > button  {
  color: #109e15;
  text-decoration: none;
}

.schriftrotgross {
  font-family:Arial;
  font-style:italic;
  font-size: 40px;
  font-weight:bold; 
  color:#109e15;
}

.schriftblauklein {
  font-family:Arial;
  font-size: 40px;
  font-style:italic; 
  font-weight:bold; 
  color: #0033cc;
}

.schriftrotgrossProduct {
  font-family:Arial;
  font-style:italic;
  font-size: 20px;
  font-weight:bold; 
  color:#109e15;
}

 .schriftblaukleinProduct {
  font-family:Arial;
  font-size: 20px;
  font-style:italic; 
  font-weight:bold; 
  color: #0033cc;
}

.schriftrotgrossText {
  font-family:Arial;
  font-style:italic;
  font-size: 14px;
  font-weight:bold; 
  color:#109e15;
}

 .schriftblaukleinText {
  font-family:Arial;
  font-size: 14px;
  font-style:italic; 
  font-weight:bold; 
  color: #0033cc;
}

.fixedheights {
  min-height: 560px;
}


.btn-attestor {
  border-style: solid;
  border-color: #109e15;
  background-color: #109e15;
}

.input-attestor {
  border-style: solid;
  border-color: #109e15;
}

.team {
  padding: 15px 0 30px 0;
}


.PDF-attestor {
  border:2px solid #fff;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;
}

.picturecenter {
  text-align: center;
}


/*--------------------------------------------------------------

# TEAM Filter

--------------------------------------------------------------*/
.team #team-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.team #team-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.team #team-flters li:hover, .team #team-flters li.filter-active {
  color: #109e15;
  background: #fff1ed;
}



.team #team-flters li:last-child {
  margin-right: 0;
}

.socialmediaAttestor  a {
  font-size: 18px;
  display: inline-block;
  background: #0033CC;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}



.socialmediaAttestor  a:hover {
  background: #00b4cc00;
  color: #00b4cc00;
  border: solid 1px #00b4cc00;
  text-decoration: none;
}