.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: ATGtext, sans-serif;
  color: #191919;
  font-size: 18px;
  line-height: 26px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.dromfond-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dromfond-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.dromfond-menu-wrapper {
  position: fixed;
  top: 0px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.heading {
  font-family: ATGrubrik, sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.inner-section {
  width: 80%;
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.projects-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-v2 {
  width: 50%;
  min-height: 415px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.project._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.75))), url('../images/projekt1.png');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 59%, rgba(0, 0, 0, 0.75)), url('../images/projekt1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project._3 {
  background-image: url('../images/projekt3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project._2 {
  background-image: url('../images/projekt2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.75))), url('../images/projekt2.png');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 59%, rgba(0, 0, 0, 0.75)), url('../images/projekt2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.75))), url('../images/projekt3.png');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 59%, rgba(0, 0, 0, 0.75)), url('../images/projekt3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.75))), url('../images/projekt4.png');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 59%, rgba(0, 0, 0, 0.75)), url('../images/projekt4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.project-undertext {
  font-weight: 300;
  text-align: center;
}

.project-undertext.left {
  width: 100%;
}

.dromfond-button {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #191919;
  border-radius: 24px;
  background-color: transparent;
  color: #191919;
}

.dromfond-button:hover {
  border-color: #1f407a;
  background-color: #1f407a;
  color: #fff;
}

.projects-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 49px;
  padding-bottom: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dromfond-section-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #eaeaea;
}

.peter-forklarar {
  width: 50%;
  height: 100%;
  background-image: url('../images/peter-forklarar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dromfond-inner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-v2 {
  font-family: ATGrubrik, sans-serif;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
}

.bg-video {
  width: 100%;
  height: 100%;
}

.hero-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ATGrubrik, sans-serif;
  font-size: 38px;
  line-height: 43px;
  font-weight: 300;
  text-align: center;
}

.hero-heading._2 {
  opacity: 0;
}

.hero-heading._3 {
  opacity: 0;
}

.hero-inner-block {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 540px;
  min-height: 250px;
  min-width: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #fff;
  background-color: transparent;
  color: #fff;
}

.projekt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
  text-decoration: none;
}

.projekt.finalist {
  width: 100%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.info-block {
 position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: hsla(0, 0%, 94.1%, 0.89);
  color: #191919;
  font-size: 17px;
  text-decoration: none;
}

.info-block:hover {
  background-color: #1f407a;
  color: #fff;
}

.info-block.finalist {
  position: static;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.info-block.finalist:hover {
  color: #000;
}

.info-bild {
  height: 100%;
  cursor: pointer;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0));
}

.projekt-tagg {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  padding: 6px;
  background-color: #fff;
  font-family: ATGrubrik, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.projekt-pil {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hamburger-pixel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 80px;
  perspective: 80px;
  -webkit-transform: perspective(80px);
  transform: perspective(80px);
}

.line-1 {
  position: absolute;
  top: 7px;
  width: 30px;
  height: 3px;
  margin-top: 0px;
  background-color: #fff;
}

.line-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 15px;
  height: 3px;
  background-color: #fff;
}

.line-3 {
  position: absolute;
  top: 14px;
  bottom: 0px;
  width: 15px;
  height: 3px;
  background-color: #fff;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.navigation-container.start {
  height: 66px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-overlay {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(31, 64, 122, 0.98);
}

.menu-text {
  font-size: 30px;
  line-height: 32px;
}

.menu-inner-block {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
}

.menu-link-block {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.projekt-bild {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/projekt1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projekt-bild.bild-2 {
  background-image: url('../images/projekt2.png');
}

.projekt-bild.bild-3 {
  background-image: url('../images/projekt3.png');
}

.projekt-bild.bild-4 {
  background-image: url('../images/projekt4.jpg');
}

.hero-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/projekt1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-movie {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  max-width: 1400px;
  background-color: #fff;
}

.vimeo-movie {
  width: 100%;
  height: 100%;
}

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.project-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ATGrubrik, sans-serif;
  font-size: 52px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}

.vara-med {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f407a;
}

.heading-h2 {
  font-family: 'ATGrubrik',ATGrubrik, sans-serif !important;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.heading-h2.center {
  text-align: center;
}

.heading-h2.black {
  color: #000;
}

.richtext-white {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.inner-block {
  width: 80%;
  max-width: 1400px;
  color: #fff;
}

.form-button {
  padding-right: 50px;
  padding-left: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
}

.form-button:hover {
  background-color: #fff;
  color: #1f407a;
}

.form-button.black {
  border-color: #000;
  color: #000;
}

.form-button.black:hover {
  border-color: #1f407a;
  background-color: #1f407a;
  color: #fff;
}

.form-field {
  width: 49%;
  height: 48px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 29px;
  text-align: left;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #888;
}

.footer-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.footer-logo-linkblock {
  padding-right: 20px;
  padding-bottom: 20px;
}

.footer-menu {
  z-index: 1;
  width: 100%;
  background-color: transparent;
}

.footer-menu-link {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.footer-menu-link:hover {
  border-bottom-color: #1f407a;
  color: #1f407a;
}

.footer-menu-link.w--current {
  color: #fff;
}

.projekt-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.footer-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-text {
  text-align: center;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #fff;
}

.footer-btm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #888;
}

.footer-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#888), to(#707070));
  background-image: linear-gradient(180deg, #888, #707070);
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-linkblock {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu-block {
  background-color: transparent;
}

.footer-grid {
  width: 80%;
  max-width: 1400px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.projekt-section {
 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-height: 840px;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.block-atg-dromfond {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  min-height: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaeaea;
}

.block-atg-dromfond.white {
  background-color: #fff;
}

.more-projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.block-jury {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f407a;
}

.jury-grid {
  width: 100%;
  max-width: 1400px;
  padding-top: 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jury-namn {
  font-size: 20px;
}

.jury-text {
  font-size: 14px;
  line-height: 20px;
}

.jury-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.jury-linkblock {
  text-decoration: none;
}

.heading-h3 {
  font-family: ATGrubrik, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.heading-h3.center {
  text-align: center;
}

.anmal-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text {
  color: #000;
  font-weight: 300;
  text-align: left;
}

.text.center {
  text-align: center;
}

.block-projekt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-projekt.grey {
  background-color: #f0f0f0;
}

.link-block {
  position: relative;
  z-index: 2;
  width: auto;
  height: 67px;
}

.finalist-video {
  width: 100%;
  height: auto;
}

.finalist-head {
  font-weight: 700;
}

.finalist-text {
  font-size: 16px;
  line-height: 23px;
}

.finalist-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-h3-centered {
  font-family: ATGrubrik, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.arkiv-projekt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.arkiv-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.arkiv-grid {
  width: 100%;
  max-width: 2440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: row dense;
  grid-auto-columns: minmax(484px, 484px);
  grid-auto-rows: minmax(360px, 360px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(484px, 484px));
  grid-template-rows: repeat(auto-fit, minmax(360px, 360px));
}

.projekt-in-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.filter-button {
  margin: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f407a;
  border-radius: 24px;
  background-color: transparent;
  color: #191919;
}

.filter-button:hover {
  border-color: #1f407a;
  background-color: #1f407a;
  color: #fff;
}

.filter-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.arkiv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arkiv-block.grey {
  background-color: #f0f0f0;
}

.hero-subpage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-arkiv.jpg');
  background-position: 50% 21%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-subpage.kontakt {
  height: 50vh;
  background-image: url('../images/hero-simlabbet.jpg');
  background-position: 50% 50%;
}

.page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-section.margin {
  margin-top: -120px;
  padding-bottom: 70px;
}

.page-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vh;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f407a;
  color: #fff;
}

.left {
  width: 50%;
  border: 12px solid #fff;
}

.page-inner-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-inner-section.padding {
  padding-top: 75px;
  padding-bottom: 75px;
}

.right {
  width: 40%;
  padding-left: 25px;
  text-align: left;
}

.page-video {
  background-color: transparent;
}

.heading-h1 {
  padding-bottom: 60px;
  font-family: ATGrubrik, sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.clean-space {
  height: 120px;
}

.textblock {
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-rule: 29px none transparent;
  column-rule: 29px none transparent;
}

.textblock strong {
  font-size: 20px;
}

.textblock p {
  margin-bottom: 10px;
}

.textblock h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.dromfond-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-line {
  width: 100px;
  height: 4px;
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #fff;
}

.hero-subheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ATGrubrik, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}

.block-engagemang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engagemang-inner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engagemang-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  height: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.engagemang-bild {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.engagemang-bild.bild1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/engagemang3.jpg');
  background-position: 50% 100%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.engagemang-bild.bild3 {
  background-image: url('../images/engagemang4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.engagemang-bild.bild2 {
  background-image: url('../images/engagemang2.jpg');
  background-position: 50% 140%;
  background-size: auto 111%;
  background-repeat: no-repeat;
}

.engagemang-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 60px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engagemang-text {
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-rich-text {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.engagemang-color-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engagemang-color-box.blue {
  min-height: 550px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1f407a;
  color: #fff;
}

.colorbox-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colorbox-left.dromprojekt {
  background-image: url('../images/engagemang3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.colorbox-left.travronden {
  background-image: url('../images/engagemang1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.colorbox-text {
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: ATGrubrik, sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.colorbox-textbox {
  width: 80%;
}

.bg {
  background-color: #1f407a;
}

.dromfond-button-white {
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  border-radius: 24px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.dromfond-button-white:hover {
  background-color: #fff;
  color: #1f407a;
}

@media (max-width: 991px) {
  .inner-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-undertext {
    text-align: left;
  }
  .project-undertext.left {
    width: 90%;
  }
  .peter-forklarar {
    height: 100%;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 38px;
  }
  .hero-inner-block {
    max-width: 500px;
    min-height: 200px;
    min-width: 50%;
  }
  .projekt.finalist {
    width: 100%;
  }
  .info-block.finalist:hover {
    color: #000;
  }
  .projekt-tagg {
    left: 10px;
    top: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .menu-overlay {
    background-color: rgba(31, 64, 122, 0.98);
  }
  .menu-inner-block {
    width: 80%;
  }
  .project-movie {
    width: 85%;
  }
  .project-info {
    width: 85%;
  }
  .more-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-heading {
    font-size: 44px;
    line-height: 48px;
  }
  .heading-h2.black.center {
    text-align: left;
  }
  .heading-h2.center-left {
    text-align: left;
  }
  .richtext-white {
    line-height: 28px;
  }
  .form-field {
    width: 100%;
  }
  .footer-inner-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu-link {
    width: 100%;
  }
  .projekt-v2 {
    width: 50%;
  }
  .footer-text {
    font-size: 17px;
  }
  .footer-social-linkblock {
    width: 40px;
    height: 40px;
  }
  .footer-menu-block {
    width: 100%;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 0.25fr 1fr;
    grid-template-columns: 1fr 0.25fr 1fr;
  }
  .projekt-section {
    height: 70vh;
    max-height: 70vh;
  }
  .block-atg-dromfond {
    height: 50vh;
  }
  .jury-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .heading-h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .text.center {
    text-align: left;
  }
  .finalist-grid {
    width: 100%;
  }
  .heading-h3-centered {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .arkiv-projekt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .arkiv-grid {
    grid-auto-columns: minmax(50%, 50%);
    grid-template-columns: repeat(auto-fit, minmax(50%, 50%));
  }
  .filter-button {
    margin: 8px;
  }
  .filter-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-inner-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right {
    width: 100%;
    padding-left: 0px;
  }
  .page-video {
    width: 100%;
  }
  .clean-space {
    display: none;
  }
  .textblock {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .engagemang-box {
    width: 80%;
  }
  .engagemang-bild.bild1 {
    background-size: cover;
  }
  .engagemang-bild.bild3 {
    background-size: cover;
  }
  .engagemang-bild.bild2 {
    background-size: cover;
  }
  .engagemang-textbox {
    width: 80%;
  }
  .footer-rich-text {
    line-height: 28px;
  }
  .heading-h4 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .heading {
    text-align: left;
  }
  .inner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .projects-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project {
    width: 100%;
    min-height: 215px;
    background-image: none;
  }
  .project._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.57))), url('../images/projekt1.png');
    background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 61%, rgba(0, 0, 0, 0.57)), url('../images/projekt1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .project._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.57))), url('../images/projekt3.png');
    background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 61%, rgba(0, 0, 0, 0.57)), url('../images/projekt3.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .project._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(19, 19, 19, 0)), to(rgba(0, 0, 0, 0.57))), url('../images/projekt2.png');
    background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 61%, rgba(0, 0, 0, 0.57)), url('../images/projekt2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .project-undertext.left {
    text-align: left;
  }
  .dromfond-button {
    padding-right: 32px;
    padding-left: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #191919;
    border-radius: 20px;
    background-color: transparent;
    color: #191919;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }
  .projects-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dromfond-section-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .peter-forklarar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dromfond-inner-section {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-v2 {
    font-size: 42px;
    line-height: 46px;
    text-align: left;
  }
  .hero-heading {
    font-size: 25px;
    line-height: 29px;
  }
  .hero-inner-block {
    max-width: 80%;
    min-width: 60%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .projekt {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #191919;
    text-decoration: none;
  }
  .info-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    background-color: #f0f0f0;
    color: #191919;
    font-size: 17px;
    text-decoration: none;
  }
  .info-block:hover {
    background-color: #1f407a;
    color: #fff;
  }
  .info-block.finalist:hover {
    background-color: transparent;
  }
  .info-bild {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .gradient {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), color-stop(60%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0) 60%);
  }
  .projekt-tagg {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    padding: 6px 8px;
    background-color: #fff;
    font-family: ATGrubrik, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 14px;
  }
  .projekt-pil {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
  }
  .navigation {
    padding-right: 5px;
    padding-left: 15px;
  }
  .menu-text {
    font-size: 26px;
    line-height: 28px;
  }
  .projekt-bild {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url('../images/projekt1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projekt-bild.bild-2 {
    background-image: url('../images/projekt2.png');
  }
  .projekt-bild.bild-3 {
    background-image: url('../images/projekt3.png');
  }
  .projekt-bild.bild-4 {
    background-image: url('../images/projekt4.jpg');
  }
  .project-wrapper {
    padding-bottom: 75px;
  }
  .project-movie {
    width: 90%;
  }
  .project-info {
    width: 90%;
  }
  .vara-med {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1f407a;
    text-align: left;
  }
  .heading-h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }
  .richtext-white {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
  }
  .form-field {
    width: 100%;
  }
  .form-inner {
    padding-top: 7px;
  }
  .footer-inner-block {
    width: 50%;
  }
  .footer-logo-linkblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu {
    z-index: 1;
  }
  .footer-menu-link {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
  }
  .projekt-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-grid {
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }
  .projekt-section {
    width: 100%;
    height: 120vh;
    max-height: 120vh;
  }
  .block-atg-dromfond {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-jury {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1f407a;
    text-align: left;
  }
  .jury-grid {
    width: 100%;
    padding-top: 30px;
  }
  .heading-h3 {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .heading-h3.center {
    text-align: left;
  }
  .text {
    text-align: left;
  }
  .finalist-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-h3-centered {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .arkiv-grid {
    grid-auto-columns: 100%;
    grid-template-columns: repeat(auto-fit, 100%);
  }
  .projekt-in-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-button {
    margin: 7px 14px 7px 0px;
    padding-right: 32px;
    padding-left: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #1f407a;
    border-radius: 20px;
    background-color: transparent;
    color: #191919;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }
  .filter-section {
    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-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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-subpage {
    background-position: 39% 21%;
  }
  .page-top {
    background-position: 39% 21%;
  }
  .page-inner-section {
    width: 90%;
  }
  .heading-h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .dromfond-text {
    width: 100%;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-engagemang {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .engagemang-box {
    width: 100%;
  }
  .engagemang-bild {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .engagemang-textbox {
    width: 100%;
  }
  .engagemang-text {
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-rich-text {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
  }
  .colorbox-text {
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-h4 {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .dromfond-button-white {
    padding-right: 32px;
    padding-left: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #191919;
    border-radius: 20px;
    background-color: transparent;
    color: #191919;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 38px;
    line-height: 42px;
  }
  .inner-section {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dromfond-button {
    max-width: 85%;
    border-radius: 30px;
    line-height: 19px;
  }
  .heading-v2 {
    font-size: 35px;
    line-height: 40px;
  }
  .hero-heading {
    font-size: 26px;
    line-height: 29px;
  }
  .hero-inner-block {
    max-width: 85%;
    min-width: 80%;
  }
  .info-block {
    height: 60px;
    text-decoration: none;
  }
  .info-block.finalist:hover {
    background-color: transparent;
  }
  .menu-text {
    font-size: 20px;
    line-height: 24px;
  }
  .menu-link-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .project-heading {
    font-size: 36px;
    line-height: 41px;
  }
  .heading-h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .heading-h2.center {
    line-height: 43px;
  }
  .richtext-white {
    font-size: 16px;
    line-height: 24px;
  }
  .form-field {
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-inner-block {
    width: 80%;
  }
  .footer-logo-linkblock {
    padding-bottom: 17px;
  }
  .footer-menu-link {
    padding: 10px;
    font-size: 17px;
  }
  .footer-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .projekt-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .more-projects-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jury-namn {
    font-size: 18px;
    line-height: 22px;
  }
  .jury-text {
    font-size: 12px;
    line-height: 16px;
  }
  .jury-info {
    padding-right: 7px;
    padding-left: 7px;
  }
  .finalist-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .arkiv-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-button {
    max-width: 90%;
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 18px;
  }
  .filter-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .filter-section .is-checked {
    border-color: #1d3e7b;
  }
  .hero-subpage {
    background-position: 40% 21%;
  }
  .hero-subpage.kontakt {
    background-position: 36% 50%;
  }
  .page-top {
    background-position: 40% 21%;
  }
  .page-inner-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .dromfond-text {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-subheading {
    font-size: 22px;
    line-height: 26px;
  }
  .engagemang-textbox {
    padding: 25px 20px;
  }
  .engagemang-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-rich-text {
    font-size: 16px;
    line-height: 24px;
  }
  .colorbox-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dromfond-button-white {
    max-width: 85%;
    border-radius: 30px;
    line-height: 19px;
  }
}

#w-node-5d8d5b431097-5b431094 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-5d8d5b431097-5b431094 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5d8d5b431097-5b431094 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

#w-node-5d8d5b431099-5b431094 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (max-width: 767px) {
  #w-node-5d8d5b431099-5b431094 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

#w-node-5d8d5b43109d-5b431094 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-5d8d5b43109d-5b431094 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
}

#w-node-673471cdf84c-71cdf844 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-673471cdf854-71cdf844 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-673471cdf85c-71cdf844 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-673471cdf85c-71cdf844 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-673471cdf85c-71cdf844 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-673471cdf864-71cdf844 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-673471cdf864-71cdf844 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-673471cdf864-71cdf844 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-dd4059f0d02b-c2d7e3f9 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-Bold.eot');
    src: url('../fonts/ATGText-Bold.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-Bold.woff2") format("woff2"),
        url('../fonts/ATGText-Bold.woff') format('woff'),
		url('../fonts/ATGText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-Italic.eot');
    src: url('../fonts/ATGText-Italic.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-Italic.woff2") format("woff2"),
        url('../fonts/ATGText-Italic.woff') format('woff'),
		url('../fonts/ATGText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-Regular.eot');
    src: url('../fonts/ATGText-Regular.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-Regular.woff2") format("woff2"),
        url('../fonts/ATGText-Regular.woff') format('woff'),
		url('../fonts/ATGText-Regular.ttf') format('truetype');
 font-weight: 400;
  font-style: normal;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-BoldItalic.eot');
    src: url('../fonts/ATGText-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-BoldItalic.woff2") format("woff2"),
        url('../fonts/ATGText-BoldItalic.woff') format('woff'),
		url('../fonts/ATGText-BoldItalic.ttf') format('truetype');
 font-weight: 700;
  font-style: italic;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-LightItalic.eot');
    src: url('../fonts/ATGText-LightItalic.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-LightItalic.woff2") format("woff2"),
        url('../fonts/ATGText-LightItalic.woff') format('woff'),
		url('../fonts/ATGText-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-Light.eot');
    src: url('../fonts/ATGText-Light.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-Light.woff2") format("woff2"),
        url('../fonts/ATGText-Light.woff') format('woff'),
		url('../fonts/ATGText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-Medium.eot');
    src: url('../fonts/ATGText-Medium.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGText-Medium.woff2") format("woff2"),
        url('../fonts/ATGText-Medium.woff') format('woff'),
		url('../fonts/ATGText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
	font-family:'ATGtext';
  src: url('../fonts/ATGText-MediumItalic.eot');
    src: url('../fonts/ATGText-MediumItalic.eot?#iefix') format('embedded-opentype'),
url("../fonts/ATGText-MediumItalic.woff2") format("woff2"),
        url('../fonts/ATGText-MediumItalic.woff') format('woff'),
		url('../fonts/ATGText-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
	font-family:'ATGrubrikcondensed';
  src: url('../fonts/ATGRubrikCondensed-Regular.eot');
    src: url('../fonts/ATGRubrikCondensed-Regular.eot?#iefix') format('embedded-opentype'),
url("../fonts/ATGRubrikCondensed-Regular.woff2") format("woff2"),
        url('../fonts/ATGRubrikCondensed-Regular.woff') format('woff'),
		url('../fonts/ATGRubrikCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
	font-family:'ATGrubrik';
  src: url('../fonts/ATGRubrik-Regular.eot');
    src: url('../fonts/ATGRubrik-Regular.eot?#iefix') format('embedded-opentype'),
		url("../fonts/ATGRubrik-Regular.woff2") format("woff2"),
        url('../fonts/ATGRubrik-Regular.woff') format('woff'),
		url('../fonts/ATGRubrik-Regular.ttf') format('truetype'),
	        url('../fonts/ATGRubrik-Regular.svg#ATGrubrik') format('svg');
  font-weight: 400;
  font-style: normal;
}