body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.imprint {
  padding: 10px 30px;
  border-top: 1px solid #ebebeb;
}

.imprint p {
  margin: 0;
}

.page {
  width: 100vw;
  min-height: 100vh;
}

.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100vw;
  min-height: 15vh;
  margin-left: 0px;
  padding: 0px 30px;
  gap: 10px;
}

.projects-b-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  background-color: #181818;
}

.projects-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  background-color: #181818;
  opacity: 1;
}

.projects-c-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px 1px 1px 0px;
  border-color: #ebebeb;
  background-color: #181818;
}

.projects-d-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  background-color: #181818;
}

.div-projects-default {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects-e-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  background-color: #181818;
}

.projects-f-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  background-color: #181818;
}

.projects-g-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px 1px 0px 0px;
  border-color: #ebebeb;
  background-color: #181818;
}

.projects-h-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  background-color: #181818;
}

.heading {
  font-family: 'Gt eesti text', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

h2 {
  margin: 0;
}

h2, .paragraph-projects {
  width: 95%;
  font-family: 'Gt eesti text', sans-serif;
  color: #444;
  font-size: 1.225rem;
  line-height: 1.825rem;
  text-decoration: none;
}

a {
  color: currentColor;
}

.div-projects-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-external-arrow {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/external-link.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.projects-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  min-height: 21.25vh;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #ebebeb;
  background-color: #fff;
  color: #444;
  text-decoration: none;
}

.projects-default.border {
  border-style: solid;
}

.projects-default.border-a {
  /* padding-left: 15px; */
  border-style: solid;
  border-width: 1px 1px 1px 0px;
}

.projects-default.border-e {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
}

.projects-default.border-b {
  border-style: solid;
  border-width: 1px 0px;
}

.projects-default.border-f {
  border-style: solid;
  border-width: 0px 0px 1px;
}

.projects-default.border-c {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
}

.projects-default.border-g {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
}

.projects-default.border-d {
  border-style: solid;
  border-width: 0px 0px 1px;
}

.projects-default.border-h {
  border-style: solid;
  border-width: 0px;
}

.projects-b-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 1px;
  border-color: #ebebeb;
  background-color: #fff;
}

.projects-c-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-width: 0px 1px 1px 0px;
  border-color: #ebebeb;
}

.projects-d-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.projects-e-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #ebebeb;
}

.projects-f-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.projects-g-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid none none;
  border-width: 0px 1px 0px 0px;
  border-color: #ebebeb;
}

.projects-h-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 21vh;
  padding-left: 30px;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
}

.div-projects {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-2 {
  position: absolute;
  z-index: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .page {
    height: auto;
  }
  .imprint {
    padding: 10px 15px;
  }
  .headline {
    min-height: 250px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  h2, .paragraph-projects {
    font-size: 1.525rem;
    line-height: 2.125rem;
  }
  .projects-default {
    width: 100vw;
    /* height: 320px; */
    padding-right: 15px;
    padding-left: 15px;
  }
  .projects-default.border-a {
    border-right-style: none;
  }
  .projects-default.border-e {
    border-right-width: 0px;
  }
  .projects-default.border-b {
    border-right-style: none;
  }
  .projects-default.border-c {
    border-right-style: none;
  }
  .projects-default.border-g {
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
  .projects-default.border-d {
    border-right-style: none;
  }
  .div-projects {
    display: block;
    width: 100vw;
  }
}

@font-face {
  font-family: 'Gt eesti text';
  src: url('../fonts/GT-Eesti-Text-Regular.eot') format('embedded-opentype'), url('../fonts/GT-Eesti-Text-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}