html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font: 16px/1.5 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
strong {
  font-weight: bold;
}
a,
button {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
img,
object,
video {
  max-width: 100%;
  height: auto;
  border: 0;
}
img {
  vertical-align: bottom;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.upper {
  text-transform: upper;
}
.lower {
  text-transform: lower;
}
.float--left {
  float: left;
}
.float--right {
  float: right;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Roboto", "helvetica neue", helvetica, arial, sans-serif;
  color: #424242;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
}
.site__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
  z-index: 1;
}
.site__header {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 3;
}
.site__content {
  position: relative;
  padding: 7rem 2rem 2rem;
  margin-left: 300px;
  min-height: 100vh;
  background: #fff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 860px) {
  .site__content {
    padding: 9.5rem 4rem 3rem;
    box-shadow: -8px 0 10px rgba(33, 33, 33, 0.1);
  }
}
.menu {
  display: none;
}
.site__navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 2rem 3rem 0 0;
  width: 300px;
  background: #fafafa;
  overflow: auto;
}
@media screen and (min-width: 860px) {
  .site__navigation {
    background: none;
  }
}
@media screen and (min-height: 610px) {
  .site__navigation__bottom {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
  }
}
@media screen and (max-width: 860px) {
  .menu {
    display: block;
  }
  .site__wrapper.is--open {
    overflow: hidden;
  }
  .site__wrapper.is--open .logo--mobile {
    -webkit-transform: translateY(-88px);
    transform: translateY(-88px);
    opacity: 0;
  }
  .site__wrapper.is--open .site__content {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
  .site__content {
    margin-left: 0;
    z-index: 3;
  }
  .site__navigation {
    z-index: 2;
  }
}
.site__navigation {
  text-align: right;
}
.site__navigation ul {
  list-style: none;
}
.site__navigation ul ul {
  display: none;
  margin: 0;
}
.site__navigation a {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #68686a;
}
.site__navigation a:visited {
  color: #68686a;
}
.site__navigation a:hover {
  color: #9b9b9d;
  text-decoration: none;
}
.nav__footer {
  margin: 3rem 0 0;
}
.nav__footer li.active a {
  color: #0c3b95;
}
.nav__footer a {
  font-size: 0.75rem;
}
.nav__main {
  margin: 1rem 0;
}
.nav__main a {
  font-weight: bold;
  padding: 6px 0;
}
.nav__main a::after {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  background: #8a8a8a;
  margin-left: 0.75rem;
  vertical-align: middle;
}
.nav__main li li a {
  font-weight: normal;
}
.nav__main li li a::after {
  height: 5px;
  width: 5px;
  margin-right: 2px;
}
.nav__main li li.active a {
  color: currentColor;
}
.nav__main li li.active a::after {
  background: currentColor;
}
.nav__main li.active ul,
.nav__main li.active--parent ul {
  display: block;
}
.menu {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 100;
}
.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
  width: 24px;
}
.menu.is--active .menu-hamburger {
  background: none;
}
.menu.is--active .menu-hamburger:before,
.menu.is--active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.is--active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #0c3b95;
}
.menu.is--active .menu-hamburger:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.menu-hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  margin: 10px 0;
  background: #3785d7;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before,
.menu-hamburger:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #0c3b95;
  position: absolute;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 22px;
  background: #0c3b95;
}
.menu-hamburger:after {
  top: 8px;
  width: 16px;
  left: 0;
  background: #a4bd00;
}
a {
  color: #0c3b95;
  text-decoration: none;
}
a:visited {
  color: #0c3b95;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  color: #104ec4;
  outline: 0;
}
button {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-family: "Playfair Display", serif;
  font-size: calc(2rem + 1vw);
  line-height: 1.2;
  margin-bottom: 2rem;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.375rem;
}
h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.375rem;
}
p {
  font-size: 1rem;
  line-height: 1.8;
  color: #68686a;
  margin: 1rem 0;
}
cite::before {
  content: "\2014";
}
img,
object,
video {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: bottom;
}
figure {
  margin: 0 0 1.5rem;
}
figcaption {
  font-size: 0.75rem;
  color: #68686a;
  text-align: right;
  margin-top: 4px;
}
figcaption a {
  color: #68686a;
}
figcaption a:visited {
  color: #0c3b95;
}
.block {
  display: block;
}
.buttons {
  margin: 2rem 0;
}
.files {
  margin: 2rem 0;
}
.files a {
  display: inline-block;
  margin-right: 2rem;
  color: #68686a;
}
.files a:hover {
  color: #0c3b95;
}
.accordion {
  margin: 2rem 0;
}
.accordion__toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Roboto", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #0c3b95;
  margin-bottom: 1rem;
}
.accordion__toggle:not(.is--last)::after {
  content: "";
  display: block;
  height: 1px;
  width: 45px;
  margin-top: 0.75rem;
  background: #8a8a8a;
}
.accordion__content {
  display: none;
  color: #68686a;
  margin-bottom: 2rem;
}
.accordion__content.default {
  display: block;
}
.teaser {
  display: table;
  color: #fff;
  margin: 2rem 0 0;
  width: 100%;
  background: #e3e3e3;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.teaser:hover {
  background: #f0f0f0;
}
.teaser a,
.teaser p {
  color: #fff;
}
.teaser p {
  font-size: 0.875rem;
  margin-top: 0;
}
.teaser .teaser__image {
  display: table-row;
  width: 100%;
}
.teaser .teaser__image img {
  width: 100%;
}
.teaser .teaser__content {
  display: table-cell;
  padding: 0.75rem 1.25rem 1.25rem;
  vertical-align: top;
  overflow: hidden;
}
.teaser .teaser__title {
  display: block;
  margin: 0 0 1rem;
}
.teaser .teaser__title::after {
  content: "";
  display: block;
  height: 1px;
  width: 45px;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}
.teaser .teaser__more {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.teaser .teaser__more::before {
  position: relative;
  top: 1px;
  display: inline-block;
  content: "";
  height: 11px;
  width: 11px;
  background: #fff;
  margin-right: 0.5rem;
}
@media screen and (min-width: 480px) {
  .teaser .teaser__image {
    display: table-cell;
    width: 20%;
    min-width: 140px;
  }
  .teaser .teaser__content {
    padding: 0.75rem 1.25rem;
  }
}
.separator {
  display: inline-block;
  height: 1px;
  width: 65px;
  margin: 3rem 0 1rem;
  background: #8a8a8a;
}
a.logo {
  display: inline-block;
  color: #fff;
  height: 88px;
  width: 88px;
  background: #0c3b95;
  text-indent: -9999em;
  line-height: 1px;
  background-image: url(/assets/img/ikea-stiftung@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease, transform 0.3s ease-in;
  transition: opacity 0.3s ease, transform 0.3s ease-in,
    -webkit-transform 0.3s ease-in;
}
a.logo.logo--mobile {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 4;
}
a.logo.logo--desktop {
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 860px) {
  a.logo.logo--desktop {
    display: none;
  }
}
@media screen and (min-width: 860px) {
  a.logo.logo--mobile {
    display: none;
  }
}
.heading {
  margin: 0 0 0.5rem;
}
.heading.heading--big {
  font-size: calc(3rem + 1vw);
}
.subheading {
  font-family: "Roboto", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.icon {
  display: inline-block;
  width: 16px;
  margin-right: 0.5rem;
}
.icon.icon--file {
  width: 21px;
}
.icon img,
.icon svg {
  max-width: 100%;
  vertical-align: middle;
}
form {
  padding: 0;
  margin: 0;
}
form.form--contact {
  width: 100%;
}
form.form--contact h3 {
  font-family: "Roboto", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 1rem 0 0;
}
form.form--contact .buttons {
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media screen and (min-width: 1025px) {
  form.form--contact {
    width: 65%;
  }
}
form .buttons {
  text-align: left;
  margin-top: 1rem;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.form__row {
  margin: 1rem 0;
}
.form__note {
  display: none;
}
label {
  font-size: 0.75rem;
  color: #999;
}
input[type="search"],
input[type="text"],
input[type="email"] {
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  border: 2px solid #eee;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: #ddd;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  border: 2px solid #eee;
  resize: vertical;
}
textarea:focus {
  border-color: #ddd;
}
button,
.button {
  font-family: "Roboto", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  padding: 0.25rem 1rem;
  background-color: #0c3b95;
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
button:hover,
.button:hover {
  background-color: #104ec4;
}
button.button--simple,
.button.button--simple {
  color: #68686a;
  background-color: #fff;
  border: 1px solid #ddd;
}
button.button--simple:hover,
.button.button--simple:hover {
  color: #424242;
  border-color: #999;
}
.form__search {
  text-align: right;
  margin: 2rem 0 2rem 3rem;
}
.form__search input {
  display: inline-block;
  font-size: 0.875rem;
  padding: 10px 0;
  border-radius: 0;
  border: 0;
  width: 80%;
  border-bottom: 1px solid #333;
  background: none;
}
.search__submit {
  display: inline-block;
  width: 2rem;
  border: 0;
  background-color: #fafafa;
  background-image: url(/assets/img/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.search__submit:-webkit-autofill {
  background: #fff !important;
}
.search__submit:hover {
  background-color: #fff;
}
@media screen and (min-width: 860px) {
  .search__submit {
    background-color: #fff;
  }
  .search__submit:hover {
    background-color: #f2f2f2;
  }
}
.color--grey {
  color: #8a8a8a;
}
.bg--grey {
  background: #8a8a8a;
}
.teaser.style--grey {
  background: #8a8a8a;
}
.teaser.style--grey:hover {
  background: #8f8f8f;
}
.site__navigation li.style--grey a::after {
  background: #8a8a8a;
}
.site__navigation li.style--grey.active,
.site__navigation li.style--grey.active--parent {
  color: #8a8a8a;
}
.site__navigation li.style--grey.active > a,
.site__navigation li.style--grey.active--parent > a {
  color: #8a8a8a;
}
.color--lime {
  color: #a4bd00;
}
.bg--lime {
  background: #a4bd00;
}
.teaser.style--lime {
  background: #a4bd00;
}
.teaser.style--lime:hover {
  background: #adc700;
}
.site__navigation li.style--lime a::after {
  background: #a4bd00;
}
.site__navigation li.style--lime.active,
.site__navigation li.style--lime.active--parent {
  color: #a4bd00;
}
.site__navigation li.style--lime.active > a,
.site__navigation li.style--lime.active--parent > a {
  color: #a4bd00;
}
.color--green {
  color: #53a42a;
}
.bg--green {
  background: #53a42a;
}
.teaser.style--green {
  background: #53a42a;
}
.teaser.style--green:hover {
  background: #57ac2c;
}
.site__navigation li.style--green a::after {
  background: #53a42a;
}
.site__navigation li.style--green.active,
.site__navigation li.style--green.active--parent {
  color: #53a42a;
}
.site__navigation li.style--green.active > a,
.site__navigation li.style--green.active--parent > a {
  color: #53a42a;
}
.color--orange {
  color: #d86f00;
}
.bg--orange {
  background: #d86f00;
}
.teaser.style--orange {
  background: #d86f00;
}
.teaser.style--orange:hover {
  background: #e27400;
}
.site__navigation li.style--orange a::after {
  background: #d86f00;
}
.site__navigation li.style--orange.active,
.site__navigation li.style--orange.active--parent {
  color: #d86f00;
}
.site__navigation li.style--orange.active > a,
.site__navigation li.style--orange.active--parent > a {
  color: #d86f00;
}
.color--red {
  color: #a60a00;
}
.bg--red {
  background: #a60a00;
}
.teaser.style--red {
  background: #a60a00;
}
.teaser.style--red:hover {
  background: #b00b00;
}
.site__navigation li.style--red a::after {
  background: #a60a00;
}
.site__navigation li.style--red.active,
.site__navigation li.style--red.active--parent {
  color: #a60a00;
}
.site__navigation li.style--red.active > a,
.site__navigation li.style--red.active--parent > a {
  color: #a60a00;
}
.color--aqua {
  color: #3785d7;
}
.bg--aqua {
  background: #3785d7;
}
.teaser.style--aqua {
  background: #3785d7;
}
.teaser.style--aqua:hover {
  background: #408ad9;
}
.site__navigation li.style--aqua a::after {
  background: #3785d7;
}
.site__navigation li.style--aqua.active,
.site__navigation li.style--aqua.active--parent {
  color: #3785d7;
}
.site__navigation li.style--aqua.active > a,
.site__navigation li.style--aqua.active--parent > a {
  color: #3785d7;
}
.color--blue {
  color: #0c3b95;
}
.bg--blue {
  background: #0c3b95;
}
.teaser.style--blue {
  background: #0c3b95;
}
.teaser.style--blue:hover {
  background: #0d3f9e;
}
.site__navigation li.style--blue a::after {
  background: #0c3b95;
}
.site__navigation li.style--blue.active,
.site__navigation li.style--blue.active--parent {
  color: #0c3b95;
}
.site__navigation li.style--blue.active > a,
.site__navigation li.style--blue.active--parent > a {
  color: #0c3b95;
}
/*# sourceMappingURL=main.css.map */
