/*
 *Theme Name: Isabelle van der krogt
 *Author: Rainier Albertsz
 *Description: 2019
 *Version: 0.0.2
 *Tags: Studio Ruisloos theme
*/
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lusitana'), url(https://fonts.gstatic.com/s/lusitana/v8/CSR84z9ShvucWzsMKyhdTOc.ttf) format('truetype');
}
.border-radius {
  border-radius: 0.5rem;
}
.box-shadow {
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
input {
  border: 2px solid #e6e6e6;
  border-radius: 0.5rem;
  min-width: 260px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  transition: border ease-in-out 0.2s;
}
input:focus {
  border: 2px solid #4A4A4A;
  outline: none;
}
textarea {
  border: 2px solid #e6e6e6;
  border-radius: 0.5rem;
  resize: none;
  min-width: 260px;
  height: 200px;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  transition: border ease-in-out 0.2s;
}
textarea:focus {
  border: 2px solid #4A4A4A;
  outline: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  min-height: 3rem;
  box-sizing: border-box;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body:not(.home) .header {
  background: linear-gradient(67deg, black, black, rgba(42, 103, 233, 0.8));
}
.header.scrolled {
  background: linear-gradient(67deg, black, black, rgba(42, 103, 233, 0.8));
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0.5rem 0;
  }
}
.admin-bar .header {
  top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header .menu-hoofdmenu-container {
  display: inline-block;
}
.header .current_page_item {
  font-weight: 400;
  color: #2A67E9;
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: right;
  align-items: center;
}
.header ul li {
  margin-right: 1rem;
  max-width: 300px;
  padding: 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.header ul li a {
  text-decoration: none;
  pointer-events: all;
  font-weight: 300;
  color: #FFF;
  border-bottom: none;
}
.header ul li a:hover {
  color: #e6e6e6;
}
.header__navigation {
  font-family: 'Lato', sans-serif;
  top: 0;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 850px;
  margin: 0 auto;
}
.header__navigation_toggle {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .header__navigation_toggle {
    display: none;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-size: 15px;
}
body {
  background-color: white;
  font-family: 'Lato', sans-serif;
  color: #4A4A4A;
  font-weight: 200;
}
p {
  line-height: 1.8em;
}
h1,
.title1 {
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'Lusitana', serif;
  color: #FFF;
  margin: 1em 0 0.3em;
  font-weight: 300;
}
@media only screen and (min-width: 600px) {
  h1,
  .title1 {
    font-size: 50px;
    margin: 2em 0 0.3em;
  }
}
.subtitle1 {
  font-size: 12px;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  margin: 0;
  font-weight: 300;
}
@media only screen and (min-width: 600px) {
  .subtitle1 {
    font-size: 30px;
  }
}
h2,
.title2 {
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Lusitana', serif;
  margin-top: 40px!important;
  margin-bottom: 15px!important;
  color: black;
  font-weight: 400;
}
@media only screen and (min-width: 600px) {
  h2,
  .title2 {
    font-size: 30px;
    margin-top: 80px!important;
    margin-bottom: 20px!important;
  }
}
h3,
.title3 {
  font-size: 16px;
  line-height: 1.8em;
  font-family: 'Lato', sans-serif;
  color: black;
}
h4,
.title4 {
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Lato', sans-serif;
  color: #2A67E9;
  font-weight: 300;
}
img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
figure {
  padding: 0;
  margin: 0;
}
main li + li {
  margin-top: 1rem;
}
a {
  color: #2A67E9;
  transition: color ease-in-out 0.1s;
  text-decoration: none;
  border-bottom: 1px solid #2A67E9;
  display: inline-block;
}
a:hover {
  color: #154fcb;
  border-bottom: 1px solid #154fcb;
}
a[href^="tel:"] {
  white-space: nowrap;
}
.button,
input[type=submit],
button {
  padding: 0.5em 1em;
  min-width: initial;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  background-color: #2A67E9;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  color: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.button:hover,
input[type=submit]:hover,
button:hover {
  background-color: #154fcb;
  color: #FFF;
  cursor: pointer;
}
.button-primary {
  padding: 0.5em 1em;
  min-width: initial;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  background-color: #2A67E9;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  color: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.button-primary:hover {
  background-color: #154fcb;
  color: #FFF;
  cursor: pointer;
}
.button-secondary {
  padding: 0.5em 1em;
  min-width: initial;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  background-color: #2A67E9;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  color: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
  background: #FFF;
}
.button-secondary:hover {
  background-color: #154fcb;
  color: #FFF;
  cursor: pointer;
}
.button-secondary:hover {
  background-color: #e6e6e6;
}
.footer__collums {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  .footer__collums {
    padding: 0 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__collums {
    flex-wrap: nowrap;
  }
}
.footer__collums > * {
  flex: 1 0 260px;
}
@media only screen and (min-width: 600px) {
  .footer__collums > * {
    flex: 0 0 300px;
  }
}
.footer__collums > * + * {
  margin-left: 2rem;
}
@media only screen and (min-width: 600px) {
  .footer__collums > * + * {
    flex: 0 0 230px;
  }
}
.footer__collums .col2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  .footer__collums .col2 {
    margin-top: 70px;
  }
}
.footer__collums .col2 > * {
  flex: 0 0 100%;
}
.footer {
  color: #FFF;
  background: linear-gradient(67deg, black, black, rgba(42, 103, 233, 0.8));
  padding: 3rem 1rem;
  margin-top: 100px;
}
@media only screen and (min-width: 600px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer .menu ul {
  padding-left: 0;
  list-style: none;
}
.footer .title1 {
  margin-top: 0;
}
.footer a {
  text-decoration: none;
  line-height: 1.5em;
  color: #FFF;
  border-bottom: none;
}
.footer a:hover {
  color: #5888ee;
  border-bottom: none;
}
.footer a.mail {
  vertical-align: middle;
}
.footer a.mail:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background: url('img/icons/mail.png') no-repeat center;
  background-size: contain;
}
.footer a.phone {
  margin-top: 0.5rem;
  vertical-align: middle;
}
.footer a.phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background: url('img/icons/phone.png') no-repeat center;
  background-size: contain;
}
.footer .titel1 {
  margin-top: 0;
}
.footer .current_page_item {
  font-weight: 400;
  color: #2A67E9;
}
.experience {
  display: flex;
  flex-direction: column;
}
.experience section {
  position: relative;
  padding: 0 1rem 1rem 45px;
  box-sizing: border-box;
}
.experience section:before {
  content: '';
  display: block;
  height: calc(100% - 1rem);
  width: 1px;
  position: absolute;
  top: 1rem;
  left: 22.5px;
  background: black;
}
.experience section:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  color: #2A67E9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
}
.experience section.work:after {
  background-image: url(img/icons/briefcase.png);
}
.experience section.education:after {
  background-image: url(img/icons/hat.png);
}
.experience section:last-of-type:before {
  display: none;
}
.experience h3 {
  font-size: 16px;
  line-height: 1.8em;
  font-family: 'Lato', sans-serif;
  color: black;
  margin: 0;
}
.experience h4 {
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Lato', sans-serif;
  color: #2A67E9;
  font-weight: 300;
  margin: 0;
}
.experience .content {
  margin-bottom: 40px;
}
.school {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px!important;
}
.school .date {
  flex: 0 0 135px;
}
.school .content {
  flex: 0 0 auto;
  width: calc(100% - 135px);
}
.school h3 {
  margin: 0;
}
.school .date {
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Lato', sans-serif;
  color: #2A67E9;
  font-weight: 300;
}
.school p {
  margin-top: 0;
}
#wpadminbar {
  position: fixed !important;
  top: 0;
  left: 0;
}
html,
body {
  font-size: 14px;
}
.main {
  min-height: 90vh;
  width: 100%;
  box-sizing: border-box;
}
.main > * {
  box-sizing: border-box;
  padding: 0 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.main > .custom-block {
  max-width: 100%;
}
