body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin: 0;
  background: #fff;
  color: #00aeef;
  fill: #00aeef;
}

h1 {
  margin-top: 0;
  font-size: 2.4em;
}

p {
  font-size: 12px;
}

input {
  height: 30px;
}

input,
textarea {
  font-size: 12px;
  border: 1px solid;
  border-radius: 4px;
  width: 100%;
  background: #ffffff !important;
  margin-bottom: 12px;
  box-shadow: inset 0px 1px 2px rgb(0 0 0 / 20%);
}

textarea {
  height: 330px;
  width: 100% !important;
}

.load-icon {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%;
}

button {
  transition: ease-in 0.2s;
  background: #a951af;
  color: #ffffff;
  padding: 12px;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
  font-size: 18px;
} button:hover {
  opacity: 0.7;
}

.turn-device {
  display: none;
  width: 170px;
  height: 20px;
}

.bot-field {
  display: none;
}

.rotate-text {
  transform: rotate(180deg);
  text-align: right !important;
}

.centerIt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.background {
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;

  transition: ease-in;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.background-slide-1 {
  background-image: url("../images/background-slide/background-slide-1.png");
  background-position: 1985px bottom;
  animation-duration: 30s;
  animation-name: slide-1;
  z-index: -1;
}
@keyframes slide-1 {
  0% { background-position-x: 1985px; }
  100% { background-position-x: 0; }
}
.background-slide-2 {
  background-image: url("../images/background-slide/background-slide-2.png");
  background-position: 1985px bottom;
  animation-duration: 60s;
  animation-name: slide-2;
  z-index: -2;
}
.background-slide {
  transition: background-image 1s;
}
@keyframes slide-2 {
  0% { background-position-x: 0; }
  100% { background-position-x: 1985px; }
}
.background-slide-3 {
  background-image: url("../images/background-slide/background-slide-3.png");
  background-position: 1985px bottom;
  animation-duration: 90s;
  animation-name: slide-3;
  z-index: -3;
}
@keyframes slide-3 {
  0% { background-position-x: 1985px; }
  100% { background-position-x: 0; }
}

.radius {
  /* background: #d3e9f1; */
  transition: opacity 1s;

  display: block;
  position: absolute;
  z-index: 0;
  border-radius: 45px;
  height: 90px;
  width: 90px;
}

.content-wrapper {
  /* background: #edfaff; */

  transition: color 1s;
  width: 660px;
  height: 660px;
}

.logo-svg {
  transition: fill 1s;
  width: 40px;
  height: 45px;
}

.content {
  /* background: #c6e9f7; */

  position: relative;
  width: 200px;
  height: 100%;
}

.projects-wrapper {
  /* background: #71d7ff; */

  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
}

.projects {
  position: relative;
}

.project {
  /* background: #f1fbff; */

  display: none;
  position: absolute;
  width: 100%;
  padding-right: 24px;
}

.project-container {
  transition: background-color 1s, border-color 1s;
  position: relative;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid;
}

.active {
  opacity: 0.5;
  left: 0 !important;
}

.home, .menu {
  /* background: #badeeb; */

  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
}

.logo--button:hover {
  opacity: 0.5;
  cursor: hand;
}

.button {
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;

  min-width: 170%; /* Safari */
  /* min-width: max-content; */

  height: 40px;
  left: 90px;
}
.button:hover {
  opacity: 0.5;
  cursor: hand;
}

.click-here {
  display: none;
  animation-name: click-here;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes click-here {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.navBtn {
  transition: left 0.3s;
  position: absolute;
  font-size: 12px;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
  padding: 3px;

  min-width: 160%; /* Safari */
  /* min-width: max-content; */

  height: 24px;
  left: 90px;
  z-index: 2;
}
.navBtn:hover {
  left: 94px;
  cursor: hand;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 488px;
}

.hide-project {
  display: none;
  background: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -3%;
  left: 0;
  right: -94%;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
  padding: 11px;
  line-height: 6px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 35%);
}

.previous,
.next {
  transition: padding-left 0.3s;
  position: absolute;
  bottom: -48px;
  cursor: hand;
  background: #fff;
  width: 38px;
  height: 38px;
  padding: 14px;
  font-size: 1.3em;
  line-height: 6px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 35%);
  border-radius: 50%;
}
.previous {
  left: 35%;
}
.previous:hover {
  padding-left: 8px;
}
.next {
  right: 35%;
}
.next:hover {
  padding-left: 20px;
}

.bio {
  width: 40%;
  position: relative;
  float: right;
  margin-left: 4px;
  margin-bottom: 2px;
}

.color-1 { color: #854545; fill: #854545; } /* Biografie */
.color-2 { color: #3eb5e9; fill: #3eb5e9; } /* Studio Swaalf */
.color-3 { color: #f5810a; fill: #f5810a; } /* Accent Design */
.color-4 { color: #0a3a86; fill: #0a3a86; } /* VS Reklame & Design */
.color-5 { color: #14588c; fill: #14588c; } /* MyMobia B.V. */
.color-6 { color: #fba21f; fill: #fba21f; } /* MVP Digital */
.color-7 { color: #4f834f; fill: #4f834f; } /* Logo Design */
.color-8 { color: #f6445a; fill: #f6445a; } /* Overige Projecten */
.color-9 { color: #a951af; fill: #a951af; } /* Contact */

/* Niet gebruikt */
.color-10 { color: tomato; fill: tomato; }
.color-11 { color: hotpink; fill: hotpink; }
.color-12 { color: goldenrod; fill: goldenrod; }
.color-13 { color: #00aeef; fill: #00aeef; }

.background-color-1 { background-color: #fbf9f9; border-color: rgb(133 69 69 / 20%); }  /* Over Carl */
.background-color-2 { background-color: #f9fdfe; border-color: rgb(63 181 233 / 20%); } /* Studio Swaalf */
.background-color-3 { background-color: #fffbf8; border-color: rgb(245 129 10 / 20%); } /* Accent Design */
.background-color-4 { background-color: #f7f9fb; border-color: rgb(10 58 134 / 20%); }  /* VS Reklame & Design */
.background-color-5 { background-color: #f8fafb; border-color: rgb(20 88 140 / 20%); }  /* MyMobia B.V. */
.background-color-6 { background-color: #fffcf9; border-color: rgb(251 162 31 / 20%); } /* MVP Digital */
.background-color-7 { background-color: #fafbfa; border-color: rgb(79 131 79 / 20%); }  /* Logo Design */
.background-color-8 { background-color: #fff9fa; border-color: rgb(246 68 90 / 20%); }  /* Overige Projecten */
.background-color-9 { background-color: #fcfafc; border-color: rgb(169 81 175 / 20%); } /* Contact */

.button-color-1 { background: #854545; } /* Biografie */
.button-color-2 { background: #3eb5e9; } /* Studio Swaalf */
.button-color-3 { background: #f5810a; } /* Accent Design */
.button-color-4 { background: #0a3a86; } /* VS Reklame & Design */
.button-color-5 { background: #14588c; } /* MyMobia B.V. */
.button-color-6 { background: #fba21f; } /* MVP Digital */
.button-color-7 { background: #4f834f; } /* Logo Design */
.button-color-8 { background: #f6445a; } /* Overige Projecten */
.button-color-9 { background: #a951af; } /* Contact */