/*mobile version*/

/*Q&A*/



#qa-section {
  background-color: lightgrey;
  max-width: 600px;
  margin: 0 auto;
}

#question-form {
  margin-bottom: 20px;
}
#question-list {
  list-style: none;
  padding: 0;
}
.answer-button {
  /*background-color*/
}

.question-container {
  background-color: white;
  border: 1px solid;
  border-radius: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.question-item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/*//pop up*/
/*formulier*/
.feedback-input {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 1px solid #333;

  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

.feedback-input:focus {
  border: 2px solid rgba(39, 140, 39, 0.96);
}

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

.feedback-button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  background: rgba(39, 140, 39, 0.96);
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}
[type="submit"]:hover {
  background: rgba(53, 136, 53, 0.73);
}
/*formulier*/
body {
  font-family: Arial, sans-serif;
  background: url(http://www.shukatsu-note.com/wp-content/uploads/2014/12/computer-564136_1280.jpg)
    no-repeat;
  background-size: cover;
  height: 100vh;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06d85f;
  margin: 80px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: black;
  background: #06d85f;
  border: 2px solid #06d85f;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #048d3d;
}

.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;
}
.successoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.failoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.successoverlay:target {
  visibility: visible;
  opacity: 1;
}
.failoverlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.successpopup {
  margin: 70px auto;
  padding: 20px;
  background-color: rgba(62, 189, 97, 0.6);
  border: 2px solid #3ebd61;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.failpopup {
  margin: 70px auto;
  padding: 20px;
  background-color: rgba(189, 62, 62, 0.6);
  border: 2px solid #bd3e3e;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.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: #06d85f;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="email"] {
  appearance: none;

  width: 100%;
  border: 1px solid #333;
  margin: 0;

  font-family: inherit;
  font-size: 90%;

  box-sizing: border-box;
}

/* This is our style for the invalid fields */
input:invalid {
  border-color: #900;
  background-color: #fdd;
}

input:focus:invalid {
  outline: none;
}

/* This is the style of our error messages */
.error {
  width: 100%;
  padding: 0;

  font-size: 80%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;

  box-sizing: border-box;
}

.error.active {
  display: block;
  margin-bottom: 4px;
  padding: 0.3em;
}

/*popup*/

.page {
  display: flex;
  flex-direction: column;
  font-family: Arial;
}

.personalia {
  background-color: #e7e8ec;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-left: 10px;
}

.profile {
  background-color: #faf8f8;
  width: 100%;
}

.person-logo {
  align-self: center;
  border: 4px solid black;
  border-radius: 50%;
  margin: 15px 0px 15px 0px;
  width: 40%;
  animation: glow 3s ease alternate;
}

.profile-content {
  padding: 15px;
  font-size: 20px;
}

.profile-content__category-title {
  align-self: center;
  color: rgba(39, 140, 39, 0.96);
}

.profile-content__category--hidden-mobile {
  align-self: baseline;
}

.profile-content__element {
  align-self: center;
  display: flex;
  flex-direction: column;
}

.profile-content__description {
  display: flex;
  flex-direction: column;
}

.profile-content__element--hidden-mobile {
  display: flex;
  flex-direction: column;
  display: none;
}

.profile-content__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2px;
  margin-top: 6px;
}

.profile-content__period {
  margin-left: 10px;
  align-self: center;
  display: none;
}

.profile-content__institute {
  align-self: center;
  color: rgba(39, 140, 39, 0.96);
  margin-top: 0px;
  font-size: 14px;
}

@media only screen and (min-width: 800px) {
  .page {
    flex-direction: row;
    height: max-content;
  }

  .person-name {
    align-self: center;
    order: -1;
  }

  .profile-content__category--hidden-mobile {
    display: flex;
    flex-direction: column;
  }

  /*fix: anders als stipje zichtbaar*/
  .profile-content__category--hidden-mobile hr {
    width: 100%;
  }

  .profile-content__element--hidden-mobile {
    display: flex;
  }

  .profile-content__element-header {
    align-self: center;

    display: flex;
    justify-content: space-between;
  }

  .profile-content__period {
    font-size: 12px;
    color: #5c6166;
    display: flex;
  }

  .gdpr-consent {
    background-color: #e7e8ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 5px;
    border: 2px solid gray;
    border-radius: 15px 15px 15px 15px;
  }

  .gdpr-consent__description {
    display: flex;
    justify-content: center;
  }

  .gdpr-consent__choice {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    width: 100%;
  }

  .gdpr-consent__button--accept {
    background-color: #d5f5d5;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
  }

  .gdpr-consent__button--accept:hover {
    background-color: #c5e3c5;
  }
  .gdpr-consent__button--reject:hover {
    background-color: #e3c5c5;
  }

  .gdpr-consent__button--reject {
    background-color: #f5d5d5;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
  }

  .hide {
    display: none;
  }

  .show {
    display: block;
  }
}

/*student uitwerking*/
