html {
  scroll-behavior: smooth; }

/*18px*/
body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: #555555;
  font-size: 1.125rem; }

p {
  max-width: 60ch;
  margin-bottom: 1.15rem; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0em;
  font-family: "Abel", sans-serif;
  font-weight: 600;
  line-height: 1.15; }

h1 {
  margin-top: 0;
  font-size: calc(1.5459rem + 4.4385vw); }
  @media (min-width: 960px) {
    h1 {
      font-size: 4.209rem; } }
h2 {
  font-size: calc(1.4407rem + 2.8605vw); }
  @media (min-width: 960px) {
    h2 {
      font-size: 3.157rem; } }
h3 {
  font-size: calc(1.3619rem + 1.6785vw); }
  @media (min-width: 960px) {
    h3 {
      font-size: 2.369rem; } }
h4 {
  font-size: calc(1.3027rem + 0.7905vw); }
  @media (min-width: 960px) {
    h4 {
      font-size: 1.777rem; } }
h5 {
  font-size: calc(1.2583rem + 0.1245vw); }
  @media (min-width: 960px) {
    h5 {
      font-size: 1.333rem; } }
small,
.text_small {
  font-size: 0.75rem; }

.emdash {
  opacity: 0.5; }

.button, .read-more__trigger {
  background-color: transparent;
  border: 1px solid #2a9d8f;
  color: #2a9d8f;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700; }

.attention {
  background-image: linear-gradient(to top, #faec72, #faec72 30%, transparent 30%); }

.clickable-text {
  text-align: center;
  text-decoration: none;
  color: #2a9d8f;
  border: 1px solid #2a9d8f;
  padding: 0.5rem;
  border-radius: 4px; }

.navbar {
  display: block;
  z-index: 1;
  height: 3.5rem;
  box-shadow: 1px -10px 32px #202040;
  background-color: #e07a5f;
  position: fixed;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fefefa; }
  .navbar__list {
    list-style: none;
    display: flex; }
  .navbar__item {
    padding: calc(1.325rem + 1.125vw); }
    @media (min-width: 960px) {
      .navbar__item {
        padding: 2rem; } }
  .navbar__link {
    color: #fefefa;
    font-weight: 500;
    text-decoration: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }
  .navbar__link::after {
    content: "";
    display: block;
    height: 4px;
    width: 0%;
    background-color: white;
    transition: width 0.25s ease; }
  .navbar__link:hover::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: white;
    transition: width 0.25s ease; }

.navbar-dummy {
  height: 6rem; }

.ribbon {
  padding-top: calc(1.425rem + 2.625vw);
  padding-bottom: calc(1.725rem + 7.125vw); }
  @media (min-width: 960px) {
    .ribbon {
      padding-top: 3rem; } }
  @media (min-width: 960px) {
    .ribbon {
      padding-bottom: 6rem; } }
  .ribbon--intro {
    padding-top: 1rem;
    background-color: none; }
  .ribbon--projects {
    background-color: #202040;
    color: #fefefa; }
  .ribbon--contact {
    background-color: none; }
  .ribbon__heading {
    text-align: center;
    margin-bottom: calc(1.425rem + 2.625vw);
    margin-left: 1rem;
    margin-right: 1rem; }
    @media (min-width: 960px) {
      .ribbon__heading {
        margin-bottom: 3rem; } }
    .ribbon__heading--intro {
      color: #202040; }
    .ribbon__heading--projects {
      color: #fefefa; }
    .ribbon__heading--contact {
      color: #202040; }

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 16px;
  margin-right: 16px; }

.read-more--state {
  display: none; }
  .read-more--state:checked ~ .read-more__wrap .read-more__target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em; }
  .read-more--state ~ .read-more__trigger:before {
    content: "read more"; }
  .read-more--state:checked ~ .read-more__trigger:before {
    content: "read less"; }
  .read-more--state ~ .read-more__trigger {
    margin-top: calc(-1.525rem - 4.125vw); }
    @media (min-width: 960px) {
      .read-more--state ~ .read-more__trigger {
        margin-top: -4rem; } }
  .read-more--state:checked ~ .read-more__trigger {
    margin-top: 0rem; }

.read-more__target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: all 0.25s ease; }

.read-more__wrap {
  height: 100%; }

.read-more__trigger {
  padding: 1rem 2rem; }

.timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-left: 1rem; }
  .timeline__text-container {
    width: 60ch;
    padding: 0rem 0rem 0rem 1.5rem;
    border-left: 1px dotted rgba(255, 255, 255, 0.45);
    padding-bottom: 2rem; }
  .timeline__text-container:before {
    display: block;
    content: "";
    border: 3px solid #e07a5f;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #202040;
    margin-left: -2rem;
    position: relative; }
  .timeline__main-text {
    padding-bottom: 0.5rem; }
  .timeline__sub-text {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0.5;
    letter-spacing: 0.1rem; }
  .timeline__date-container {
    width: 15ch;
    padding: 1rem 1rem 0 0;
    align-self: flex-start;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: -1.4rem; }
  .timeline__date {
    text-align: right;
    letter-spacing: 0.1rem; }

.feedback {
  margin: calc(1.325rem + 1.125vw);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  padding: calc(1.325rem + 1.125vw); }
  @media (min-width: 960px) {
    .feedback {
      margin: 2rem; } }
  @media (min-width: 960px) {
    .feedback {
      padding: 2rem; } }
  .feedback--success {
    border: 1px solid #6DD260;
    background-color: #A8E4A0;
    color: #0C2009; }
  .feedback--error {
    border: 1px solid #FF6C47;
    background-color: #FFA089;
    color: #3D0C00; }

.contact-items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start; }

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 60ch;
  margin: auto; }
  .contact-form__container {
    flex: 1;
    margin: calc(1.325rem + 1.125vw); }
    @media (min-width: 960px) {
      .contact-form__container {
        margin: 2rem; } }
  .contact-form__input-field {
    color: #555555;
    flex: 1;
    border-radius: 4px;
    background: none;
    border: 1px solid gray;
    transition: border 0.25s ease;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.125rem;
    margin-bottom: calc(1.325rem + 1.125vw);
    padding: calc(1.385rem + 2.025vw) 1rem 1rem; }
    @media (min-width: 960px) {
      .contact-form__input-field {
        margin-bottom: 2rem; } }
    @media (min-width: 960px) {
      .contact-form__input-field {
        padding: 2.6rem 1rem 1rem; } }
    .contact-form__input-field--textarea {
      resize: none; }
  .contact-form__input-field:focus {
    border: 1px solid blue; }
  .contact-form__label {
    color: #e07a5f;
    font-weight: 700;
    line-height: 1;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase; }

.outer {
  display: flex; }

.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  position: absolute; }

.icon {
  padding: 1rem;
  height: 330%; }

.contact-details {
  display: flex;
  margin-bottom: calc(1.275rem + 0.375vw);
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.05rem;
  flex: 1;
  padding: 1rem; }
  @media (min-width: 960px) {
    .contact-details {
      margin-bottom: 1.5rem; } }
  .contact-details__container {
    margin: calc(1.325rem + 1.125vw);
    flex: 1; }
    @media (min-width: 960px) {
      .contact-details__container {
        margin: 2rem; } }
  .contact-details__address {
    font-style: normal;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400; }

.button {
  padding: 1rem; }

@media screen and (max-width: 500px) {
  .icon {
    padding: 0.5rem; }
  .contact-details {
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem; } }

@media screen and (max-width: 800px) {
  .timeline {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .timeline__date-container {
      width: 15ch;
      padding: 0rem 1rem;
      align-self: flex-start;
      text-align: right;
      display: flex;
      justify-content: flex-start; }
  .contact-items {
    flex-wrap: wrap; }
  .contact-details {
    margin-right: 16px;
    margin-left: 16px; }
    .contact-details__container {
      flex-wrap: wrap;
      flex-direction: row; } }
