@import "algemeen/body.css";
@import "algemeen/header.css";
@import "algemeen/footer.css";

.klikbaar:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}

.klikbaar:not(:hover) {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  transition: 0.5s;
}

.buttonlinkwhite {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
  border: none;
  color: black;
  text-align: center;
  font-size: 0.8rem;
  padding: 15px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  width: 300px;
}

.buttonlinkwhite span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonlinkwhite span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonlinkwhite:hover span {
  padding-right: 25px;
}

.buttonlinkwhite:hover span:after {
  opacity: 1;
  right: 0;
}

#begroeting {
  margin-top: 15vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

#begroeting .grid-item {
  padding: 1rem;
}

#homelogodiv {
  height: 25vh;
  text-align: right;
}

#homelogo {
  width: 20vw;
  height: auto;
}

#homemarc {
  height: 25vh;
  vertical-align: middle;
}

#hometext {
  width: 50%;
}

#naam {
  text-align: center;
  font-size: 5vh;
  font-weight: 700;
}

#kunstschilder {
  text-align: center;
}

.highlightbar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: dodgerblue;
}

.ppr {
  color: white;
  width: 75vw;
}

.ppr-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0;
}

.ppr-sub {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
}

.ppr-text {
  font-size: 1rem;
  font-weight: 500;
}

/* #biografiefotodiv {
  text-align: center;
  display: inline-block;
  height: 33vh;
  width: 33vw;
}

#biografiefoto {
  height: 33vh;
  width: auto;
} */

/* #biografietekstdiv {
  text-align: center;
  position: relative;
  height: 33vh;
  width: 33vw;
}

#biografietekst {
  height: 75%;
  margin: 0;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
} */

#linkbutton {
  height: 25%;
  margin: 0;
  color: white;
}

.highlight {
  height: 120vh;
}

.info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.info div {
  width: 100%;
  height: 120vh;
}

.highlightfoto {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}

.highlighttextdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlighttitle {
  font-size: 1.5rem;
  font-weight: 700;
}

.highlighttext {
  margin: 0;
  padding-right: 5vw;
}

.highlightlinkknop {
  margin-top: 80px;
}
