@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(fonts.css);
@import url(colors.css);

body{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h4{
  line-height: 0;
}
.logo{
  position: fixed;
  top:20px;
  left: 20px;
  width: 100px;
}


.backgroundFrame, .tagHolder{
  position: relative;
  margin: 40px auto;
  width: 50vw;
}
.backgroundFrame{
  z-index: 1;
}
.tagHolder{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.framework{
  position: relative;
  width: 50vw;
  height: 50vw;
  background-color: rgba(91, 91, 91, 0.12);
  border-radius: 900%;
}
.platform{
  position: relative;
  width: 40vw;
  height: 40vw;
  margin: 0 5vw;
  margin-top: -45vw;
  background-color: rgba(91, 91, 91, 0.12);
  border-radius: 900%;
}
.frontend{
  position: relative;
  width: 20vw;
  height: 20vw;
  margin: 0 7vw;
  margin-top: -35vw;
  background-color: rgba(16, 202, 84, 0.5);
  border-radius: 900%;
}
.backend{
  position: relative;
  width: 20vw;
  height: 20vw;
  margin: 0 23vw;
  margin-top: -20vw;
  background-color: rgba(202, 196, 16, 0.5);
  border-radius: 900%;
}
.nonfunctional{
  position: relative;
  width: 20vw;
  height: 20vw;
  margin: 0 15vw;
  margin-top: -5.5vw;
  background-color: rgba(16, 16, 202, 0.5);
  border-radius: 900%;
}

.label{
  position: absolute;
}

.locationDot{
  width: 20px;
  height: 20px;
  background-color: #b3500a;
  border-radius: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;

}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #065ed8;
}
.spacer{
  width: 100%;
  height: 30px;
  clear: both;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.stateTag{
  background-color: #333;
  height: 30px;
  font-size: 7pt;
  padding: 10px;
  margin-left: 20px;
  border-radius: 20px;
  color: #fff;
}
.star{
  position: absolute;
  width: 29px;
  top: -244px;
  left: -10px;
}
.typeTag{
  background-color: #bbbbbb;
  float: left;
  margin: 5px;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.langTag{
  background-color: #bbbbbb;
  float: left;
  margin: 5px;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size: 8pt;
}
.kennishouder{
  width: 100%;
  padding: 10px;
  display: flex;
  margin: 10px 0;
}
.process{
  width: 90%;
  background: rgb(189, 11, 11);
  height: 5px;
  margin-top: 9px;
  overflow: hidden;
}
.kennisnaam{
  width: 65%;
}
.procesbar{
  background-color: #0ab334;
  height: 30px;
  border: #fff solid 3px;
  margin-top: -10px;
}
.temp{
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 9pt;
  line-height: 14pt;
  border: #275677 solid 1px;
  padding: 10px;
}
.adopt{
  background-color: #0ab334;
}
.trial{
  background-color: #996f06;
}
.assess{
  background-color: #b3500a;
}
.hold{
  background-color: #989898;
}
.flex{
  display: flex;
}
.knowledgeLevel{
  font-size: 8pt;
  margin-left: 10px;
  font-style: italic;
}
.editKnowledge{
  background-image: url(../images/pencil.svg);
  width: 20px;
  height: 20px;
  margin: 0 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.quadrantIcon{
  width: 35px;
  opacity: 0.4;
  margin-right: 10px;
  margin-top: -6px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.overviewList{
  display: none;
  visibility: hidden;
}
.formholder{
  z-index: 2;
}

.locationDot:hover{background: #065ed8;}

@media screen and (min-width: 1600px) {
  .overviewList{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 370px;
    display: block;
    visibility: visible;
    border-left: #bbbbbb 0.5px solid;
  }
  .formholder{
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0)) !important;
    top: 0 !important;
    right: 0 !important;
    width: 369px !important;
    border-radius: 0 !important;
    border-bottom: #bbbbbb 0.5px solid;
  }
  .overviewelements{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    top: 220px;
    overflow-x: scroll;
  }
  .overviewelements::-webkit-scrollbar {
    display: none;
  }
  .overviewelements {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .overviewelements h3{
    padding: 0 15px;
    color: #275677;
    font-size: 20pt;
    font-weight: bold;
  }
  .listelementview{
    padding:10px 15px;
    border-bottom: #bbbbbb 0.5px solid;
  }
  a {
    color: #000;
    text-decoration: none !important;
  }

  @keyframes pulstag {
    0% {box-shadow: 0px 0px 5px blue;}
    50% {box-shadow: 0px 0px 15px blue;}
    100%{box-shadow: 0px 0px 5px blue;}
  }
}