/*

Built by Big South
URL: http://www.bigsouth.se
Yay!

*/
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f6f5f5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  font-family: "fira-sans";
  font-size: 18px;
  line-height: 21px;
  letter-spacing: auto;
  color: #133539;
  font-weight: 400; }

body:after {
  content: '320';
  display: none; }

/* Common  */
a {
  color: #147fc3;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #000;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1em; }

h1 {
  font-size: 65px; }

h2 {
  font-size: 48px; }
  h2.special {
    font-size: 24px;
    text-align: center; }

h3 {
  font-size: 24px; }

.strike {
  text-decoration: line-through; }

hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px; }

img {
  width: 100%;
  line-height: 0; }

b, strong {
  font-weight: 700; }

.light {
  font-weight: 300; }

.heavy {
  font-weight: 700; }

sup {
  vertical-align: super;
  font-size: 14px;
  font-weight: 700; }

section {
  margin: 0 auto; }
  section.full {
    max-width: 100%; }
  section.wide {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px; }
  section.wide-to-full-on-mobile {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 480px) {
      section.wide-to-full-on-mobile {
        padding-left: 0px;
        padding-right: 0px; } }

.button {
  display: inline-block;
  background-color: #147fc3;
  color: #fff;
  font-size: 20px;
  padding: 12.5px 25px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #147fc3;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center; }
  @media screen and (max-width: 480px) {
    .button {
      font-size: 16px; } }
  .button:hover {
    background-color: #fff;
    color: #147fc3;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
  .button.big {
    font-size: 28px;
    padding: 25px 50px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 480px) {
      .button.big {
        font-size: 16px; } }
    .button.big:hover {
      background-color: #fff;
      color: #147fc3;
      box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }

.black {
  background-color: #000; }

.lightgray {
  background-color: #F1EEEE; }

.pink {
  background-color: #EB609F; }

.yellow {
  background-color: #FFED00; }

.special {
  margin-bottom: 40px; }
  .special h2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .special h2:last-child {
      margin-right: 0; }

.top-header {
  text-align: center;
  padding: 30px 0px 40px 0px; }
  .top-header .logo {
    width: 200px; }
  @media screen and (max-width: 770px) {
    .top-header {
      text-align: left;
      padding: 20px 0px 20px 20px; }
      .top-header .logo {
        width: 140px; } }

.navigation {
  text-align: center; }
  .navigation nav {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .navigation nav li {
      display: inline-block;
      position: relative; }
      .navigation nav li a {
        color: #000;
        text-decoration: none;
        padding-left: 12.5px;
        padding-right: 12.5px;
        cursor: pointer;
        border-bottom: 2px solid #fff; }
        .navigation nav li a:hover {
          color: #147fc3;
          border-bottom: 2px solid #147fc3; }
        .navigation nav li a.active {
          color: #147fc3;
          border-bottom: 2px solid #147fc3; }
  @media screen and (max-width: 770px) {
    .navigation nav {
      font-weight: 500;
      font-size: 17px;
      text-transform: uppercase;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 3px solid #147fc3;
      display: none; }
      .navigation nav li {
        display: block;
        position: relative;
        padding-bottom: 5px; }
        .navigation nav li a {
          color: #000;
          text-decoration: none;
          padding-left: 12.5px;
          padding-right: 12.5px;
          cursor: pointer;
          border-bottom: 0px solid #fff; }
          .navigation nav li a:hover {
            color: #147fc3;
            border-bottom: 0px solid #147fc3; }
          .navigation nav li a.active {
            color: #147fc3;
            border-bottom: 0px solid #147fc3; } }

.mobile-menu {
  display: none !important;
  visibility: hidden;
  position: absolute;
  top: 40px;
  right: 20px; }
  @media screen and (max-width: 770px) {
    .mobile-menu {
      display: block !important;
      visibility: visible; } }

a.menu-trigger {
  cursor: pointer;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999em; }

a.menu-trigger span,
a.menu-trigger span:before,
a.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #147fc3;
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  left: 0; }

a.menu-trigger span:before,
a.menu-trigger span:after {
  content: ""; }

a.menu-trigger span {
  top: 8px; }

a.menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -8px;
  z-index: 10; }

a.menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 8px; }

a.menu-trigger.active span,
a.menu-trigger.active span:before,
a.menu-trigger.active span:after {
  background-color: transparent; }

a.menu-trigger.active span:before {
  -moz-transform: translateY(0px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(0px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(0px) translateX(1px) rotate(45deg);
  transform: translateY(0px) translateX(1px) rotate(45deg);
  background-color: #147fc3; }

a.menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #147fc3; }

.holder-of-mood {
  /* background-image: url(../img/index_image_large.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
  height: 550px;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 770px) {
    .holder-of-mood {
      height: 400px; } }
  @media screen and (max-width: 480px) {
    .holder-of-mood {
      height: 325px;
      background-position: 0% 50%; } }
  .holder-of-mood .element {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .holder-of-mood .element:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .holder-of-mood .element {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .holder-of-mood .element:last-child {
          margin-right: 0; } }
    .holder-of-mood .element h1 {
      text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      font-size: 53px;
      color: #fff;
      padding-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .holder-of-mood .element h1 {
          font-size: 40px; } }

.departments {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: rows;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px; }
  .departments:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .departments {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      display: -ms-grid;
      display: grid;
      grid-auto-flow: rows;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 80px; }
      .departments:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .departments {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .departments .grid-item {
    text-align: center;
    height: 470px;
    margin-bottom: 20px; }
    .departments .grid-item h2 {
      padding-bottom: 25px; }
      @media screen and (max-width: 480px) {
        .departments .grid-item h2 {
          font-size: 35px; } }
    .departments .grid-item p {
      padding-bottom: 25px;
      line-height: 31px;
      font-size: 20px; }
    .departments .grid-item img {
      border-radius: 50%; }
    @media screen and (max-width: 770px) {
      .departments .grid-item {
        height: auto;
        min-height: 170px; } }
    .departments .grid-item .element {
      position: relative;
      top: 50%;
      transform: translatey(-50%); }
      @media screen and (max-width: 770px) {
        .departments .grid-item .element {
          top: 0%;
          transform: translatey(0%);
          margin-bottom: 20px; } }
    .departments .grid-item:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 1/2;
      padding-right: 15px; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 1/2;
          padding-right: 0px; } }
    .departments .grid-item:nth-child(2) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 1/2;
      padding-left: 15px; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(2) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 2/3;
          padding-left: 0px; } }
    .departments .grid-item:nth-child(3) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 2/3;
      padding-left: 15px; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(3) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 3;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 3/4;
          padding-left: 0px; } }
    .departments .grid-item:nth-child(4) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 2/3;
      padding-right: 15px; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(4) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 4;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 4/5;
          padding-right: 0px; } }
    .departments .grid-item:nth-child(5) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 3/4; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(5) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 5;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 5/6; } }
    .departments .grid-item:nth-child(6) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 3/4; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(6) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 6;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 6/7; } }
    .departments .grid-item:nth-child(7) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 4/5; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(7) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 7;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 7/8; } }
    .departments .grid-item:nth-child(8) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 4/5; }
      @media screen and (max-width: 480px) {
        .departments .grid-item:nth-child(8) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 8;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 8/9; } }

.objects {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-bottom: 80px;
  text-align: center; }
  .objects:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .objects {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .objects:last-child {
        margin-right: 0; } }
  .objects .grid-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .objects .grid-item:last-child {
      margin-right: 0; }
    .objects .grid-item:nth-child(3n) {
      margin-right: 0; }
    .objects .grid-item:nth-child(3n+1) {
      clear: left; }
    .objects .grid-item img {
      padding-bottom: 25px; }
    .objects .grid-item h3 {
      padding-bottom: 12.5px; }
    .objects .grid-item p {
      padding-bottom: 12.5px;
      line-height: 31px;
      font-size: 16px; }
    @media screen and (max-width: 480px) {
      .objects .grid-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; }
        .objects .grid-item:nth-child(3n) {
          margin-right: 2.35765%; }
        .objects .grid-item:nth-child(3n+1) {
          clear: none; }
        .objects .grid-item:last-child {
          margin-right: 0; } }

.intro_supages {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 60px; }
  .intro_supages:last-child {
    margin-right: 0; }
  .intro_supages h1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .intro_supages h1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .intro_supages h1 {
        font-size: 40px; } }
  .intro_supages h2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    font-size: 35px; }
    .intro_supages h2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .intro_supages h2 {
        font-size: 40px; } }
  .intro_supages p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    padding-top: 40px;
    font-size: 24px;
    line-height: 31px; }
    .intro_supages p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .intro_supages p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .intro_supages p:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 770px) {
      .intro_supages p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .intro_supages p:last-child {
          margin-right: 0; } }

.top-image-holder {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding-bottom: 30px;
  text-align: center; }
  .top-image-holder:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .top-image-holder {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .top-image-holder:last-child {
        margin-right: 0; } }

.stipendie-holder {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .stipendie-holder:last-child {
    margin-right: 0; }
  .stipendie-holder .stipendie {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: rows;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-bottom: 3px solid #e0e5e5;
    padding-bottom: 30px;
    margin-bottom: 50px; }
    .stipendie-holder .stipendie:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .stipendie-holder .stipendie {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: rows;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .stipendie-holder .stipendie:last-child {
          margin-right: 0; } }
    .stipendie-holder .stipendie .grid-item:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 1/2;
      padding-right: 12.5px; }
      .stipendie-holder .stipendie .grid-item:nth-child(1) h2 {
        font-size: 30px;
        padding-bottom: 10px;
        padding-top: 20px; }
      .stipendie-holder .stipendie .grid-item:nth-child(1) h3 {
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
        padding-bottom: 20px; }
      .stipendie-holder .stipendie .grid-item:nth-child(1) p {
        font-size: 20px;
        line-height: 31px;
        padding-bottom: 25px; }
        .stipendie-holder .stipendie .grid-item:nth-child(1) p.bigger {
          font-size: 24px;
          line-height: 31px;
          padding-bottom: 25px; }
      .stipendie-holder .stipendie .grid-item:nth-child(1) .button {
        margin-bottom: 30px; }
      @media screen and (max-width: 770px) {
        .stipendie-holder .stipendie .grid-item:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 1/2;
          padding-right: 0; } }
    .stipendie-holder .stipendie .grid-item:nth-child(2) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 1/2;
      padding-left: 12.5px; }
      @media screen and (max-width: 770px) {
        .stipendie-holder .stipendie .grid-item:nth-child(2) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 2/3;
          padding-right: 0; } }
  .stipendie-holder .kontakt {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: rows;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-bottom: 3px solid #e0e5e5;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .stipendie-holder .kontakt:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .stipendie-holder .kontakt {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: rows;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .stipendie-holder .kontakt:last-child {
          margin-right: 0; } }
    .stipendie-holder .kontakt .grid-item:nth-child(1) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 1/2;
      padding-left: 12.5px; }
      .stipendie-holder .kontakt .grid-item:nth-child(1) h2 {
        font-size: 30px;
        padding-bottom: 10px;
        padding-top: 20px; }
      .stipendie-holder .kontakt .grid-item:nth-child(1) h3 {
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
        padding-bottom: 20px; }
      .stipendie-holder .kontakt .grid-item:nth-child(1) p {
        font-size: 20px;
        line-height: 31px;
        padding-bottom: 25px; }
        .stipendie-holder .kontakt .grid-item:nth-child(1) p.bigger {
          font-size: 24px;
          line-height: 31px;
          padding-bottom: 25px; }
      .stipendie-holder .kontakt .grid-item:nth-child(1) .button {
        margin-bottom: 30px; }
      @media screen and (max-width: 770px) {
        .stipendie-holder .kontakt .grid-item:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 2/3;
          text-align: center;
          padding-left: 0; } }
    .stipendie-holder .kontakt .grid-item:nth-child(2) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 1/2;
      padding-right: 12.5px; }
      @media screen and (max-width: 770px) {
        .stipendie-holder .kontakt .grid-item:nth-child(2) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 1/2;
          padding-right: 0; } }

.intresse {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  text-align: center;
  padding-bottom: 60px; }
  .intresse:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .intresse {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .intresse:last-child {
        margin-right: 0; } }
  .intresse h2 {
    font-size: 34px;
    padding-bottom: 10px; }
  .intresse p {
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 40px; }
  .intresse .form {
    padding-bottom: 30px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .intresse .form:last-child {
      margin-right: 0; }
    .intresse .form input[type="text"] {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      height: 40px;
      border: 1px solid #000;
      font-size: 20px;
      font-family: "fira-sans";
      padding-left: 10px;
      margin-bottom: 20px; }
      .intresse .form input[type="text"]:last-child {
        margin-right: 0; }
      .intresse .form input[type="text"]:nth-child(3n) {
        margin-right: 0; }
      .intresse .form input[type="text"]:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        .intresse .form input[type="text"] {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .intresse .form input[type="text"]:last-child {
            margin-right: 0; }
          .intresse .form input[type="text"]:nth-child(3n) {
            margin-right: 2.35765%; }
          .intresse .form input[type="text"]:nth-child(3n+1) {
            clear: none; } }
    .intresse .form textarea {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border: 1px solid #000;
      font-size: 20px;
      font-family: "fira-sans";
      padding-left: 10px; }
      .intresse .form textarea:last-child {
        margin-right: 0; }

.ansvariga {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 3px solid #e0e5e5;
  border-bottom: 3px solid #e0e5e5;
  margin-bottom: 50px;
  text-align: center; }
  .ansvariga:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .ansvariga {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .ansvariga:last-child {
        margin-right: 0; } }
  .ansvariga h2 {
    font-size: 34px;
    padding-bottom: 10px; }
  .ansvariga p {
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 40px; }
  .ansvariga .item-holder {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .ansvariga .item-holder:last-child {
      margin-right: 0; }
    .ansvariga .item-holder .item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .ansvariga .item-holder .item:last-child {
        margin-right: 0; }
      .ansvariga .item-holder .item:nth-child(3n) {
        margin-right: 0; }
      .ansvariga .item-holder .item:nth-child(3n+1) {
        clear: left; }
      .ansvariga .item-holder .item img {
        padding-bottom: 20px; }
      .ansvariga .item-holder .item h3 {
        padding-bottom: 20px; }
      .ansvariga .item-holder .item span {
        font-size: 24px; }
      .ansvariga .item-holder .item p {
        font-size: 18px; }
      @media screen and (max-width: 480px) {
        .ansvariga .item-holder .item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .ansvariga .item-holder .item:last-child {
            margin-right: 0; }
          .ansvariga .item-holder .item:nth-child(3n) {
            margin-right: 2.35765%; }
          .ansvariga .item-holder .item:nth-child(3n+1) {
            clear: none; } }

.studio-holder {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .studio-holder:last-child {
    margin-right: 0; }
  .studio-holder .intro {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    text-align: center; }
    .studio-holder .intro:last-child {
      margin-right: 0; }
    .studio-holder .intro h2 {
      font-size: 34px;
      padding-bottom: 10px;
      padding-top: 20px; }
    .studio-holder .intro p {
      font-size: 20px;
      line-height: 31px;
      padding-bottom: 25px; }
      .studio-holder .intro p.bigger {
        font-size: 24px;
        line-height: 31px;
        padding-bottom: 50px; }
    @media screen and (max-width: 480px) {
      .studio-holder .intro {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .studio-holder .intro:last-child {
          margin-right: 0; } }
  .studio-holder .kontakt {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: rows;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    border-bottom: 3px solid #e0e5e5;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .studio-holder .kontakt:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .studio-holder .kontakt {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: rows;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .studio-holder .kontakt:last-child {
          margin-right: 0; } }
    .studio-holder .kontakt .grid-item:nth-child(1) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 1/2;
      align-self: center; }
      .studio-holder .kontakt .grid-item:nth-child(1) h2 {
        font-size: 30px;
        padding-bottom: 10px;
        padding-top: 20px; }
      .studio-holder .kontakt .grid-item:nth-child(1) h3 {
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
        padding-bottom: 20px; }
      .studio-holder .kontakt .grid-item:nth-child(1) p {
        font-size: 20px;
        line-height: 31px;
        padding-bottom: 25px; }
        .studio-holder .kontakt .grid-item:nth-child(1) p.bigger {
          font-size: 24px;
          line-height: 31px;
          padding-bottom: 25px; }
      .studio-holder .kontakt .grid-item:nth-child(1) .button {
        margin-bottom: 30px; }
      @media screen and (max-width: 770px) {
        .studio-holder .kontakt .grid-item:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 2/3;
          text-align: center; } }
    .studio-holder .kontakt .grid-item:nth-child(2) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 1/2; }
      @media screen and (max-width: 770px) {
        .studio-holder .kontakt .grid-item:nth-child(2) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 1/2; } }

.tidigare {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 3px solid #e0e5e5; }
  .tidigare:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .tidigare {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .tidigare:last-child {
        margin-right: 0; } }
  .tidigare h2 {
    font-size: 30px;
    padding-bottom: 10px; }
  .tidigare .one-line {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .tidigare .one-line:last-child {
      margin-right: 0; }
    .tidigare .one-line h2 {
      font-size: 24px; }
    .tidigare .one-line h3 {
      font-size: 24px;
      font-weight: 400;
      line-height: 35px;
      padding-bottom: 20px; }
    .tidigare .one-line p {
      font-size: 20px;
      line-height: 31px;
      padding-bottom: 25px; }

.gallery {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 3px solid #e0e5e5; }
  .gallery:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .gallery {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .gallery:last-child {
        margin-right: 0; } }
  .gallery .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-bottom: 25px; }
    .gallery .item:last-child {
      margin-right: 0; }
    .gallery .item:nth-child(2n) {
      margin-right: 0; }
    .gallery .item:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 480px) {
      .gallery .item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .gallery .item:last-child {
          margin-right: 0; }
        .gallery .item:nth-child(2n) {
          margin-right: 2.35765%; }
        .gallery .item:nth-child(2n+1) {
          clear: none; } }

.not-footer-stipedie {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 3px solid #e0e5e5; }
  .not-footer-stipedie:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .not-footer-stipedie {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .not-footer-stipedie:last-child {
        margin-right: 0; } }
  .not-footer-stipedie .holder {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: rows;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    .not-footer-stipedie .holder:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .not-footer-stipedie .holder {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 480px) {
      .not-footer-stipedie .holder {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .not-footer-stipedie .holder .grid-item {
      align-self: center; }
      .not-footer-stipedie .holder .grid-item h2 {
        font-size: 28px;
        margin-bottom: 25px; }
      .not-footer-stipedie .holder .grid-item p {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 31px; }
      .not-footer-stipedie .holder .grid-item:first-child {
        padding-right: 12.5px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 1/2; }
        @media screen and (max-width: 480px) {
          .not-footer-stipedie .holder .grid-item:first-child {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 2/3;
            padding-right: 0; } }
      .not-footer-stipedie .holder .grid-item:last-child {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 2/3;
        grid-row: 1/2;
        padding-left: 12.5px; }
        @media screen and (max-width: 480px) {
          .not-footer-stipedie .holder .grid-item:last-child {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 1/2;
            padding-left: 0; } }

.fastigheter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-bottom: 60px; }
  .fastigheter:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .fastigheter {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .fastigheter:last-child {
        margin-right: 0; } }
  .fastigheter .fastighet {
    text-align: center; }
    .fastigheter .fastighet img, .fastigheter .fastighet h2, .fastigheter .fastighet p {
      padding-bottom: 30px; }
    .fastigheter .fastighet p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      font-size: 20px;
      line-height: 31px; }
      .fastigheter .fastighet p:last-child {
        margin-right: 0; }
    @media screen and (max-width: 480px) {
      .fastigheter .fastighet h2 {
        font-size: 30px; } }

.lediga-holder {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .lediga-holder:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .lediga-holder {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .lediga-holder:last-child {
        margin-right: 0; } }
  .lediga-holder .lediga {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: rows;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #e0e5e5; }
    .lediga-holder .lediga:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .lediga-holder .lediga {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: rows;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .lediga-holder .lediga:last-child {
          margin-right: 0; } }
    .lediga-holder .lediga div {
      align-self: center; }
      .lediga-holder .lediga div h2 {
        font-size: 38px;
        padding-bottom: 10px; }
      .lediga-holder .lediga div h4 {
        font-size: 25px;
        font-weight: 400;
        padding-bottom: 10px; }
      .lediga-holder .lediga div p {
        font-size: 20px;
        line-height: 31px;
        padding-bottom: 20px; }
      @media screen and (max-width: 770px) {
        .lediga-holder .lediga div {
          align-self: start; } }
      .lediga-holder .lediga div:nth-child(1) {
        padding-right: 12.5px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 1/2; }
        @media screen and (max-width: 480px) {
          .lediga-holder .lediga div:nth-child(1) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 1/2;
            padding-right: 0; } }
      .lediga-holder .lediga div:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 2/3;
        grid-row: 1/2;
        padding-left: 12.5px; }
        @media screen and (max-width: 480px) {
          .lediga-holder .lediga div:nth-child(2) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 2/3;
            padding-left: 0; } }
  .lediga-holder .intresse {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #e0e5e5; }
    .lediga-holder .intresse:last-child {
      margin-right: 0; }
    .lediga-holder .intresse h2 {
      font-size: 38px;
      padding-bottom: 10px; }
    .lediga-holder .intresse p {
      font-size: 20px;
      line-height: 31px;
      padding-bottom: 20px; }

.footer-kontakt {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  text-align: center;
  margin-bottom: 80px; }
  .footer-kontakt:last-child {
    margin-right: 0; }
  .footer-kontakt p {
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 40px; }
  @media screen and (max-width: 770px) {
    .footer-kontakt {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .footer-kontakt:last-child {
        margin-right: 0; } }

.footer-stipedie {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  border: 3px solid #147fc3;
  margin-bottom: 80px;
  padding: 25px 30px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: rows;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  .footer-stipedie:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .footer-stipedie {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      display: -ms-grid;
      display: grid;
      grid-auto-flow: rows;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }
      .footer-stipedie:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .footer-stipedie {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .footer-stipedie .grid-item {
    align-self: center; }
    .footer-stipedie .grid-item h2 {
      margin-bottom: 25px; }
      @media screen and (max-width: 480px) {
        .footer-stipedie .grid-item h2 {
          font-size: 30px; } }
    .footer-stipedie .grid-item p {
      font-size: 20px;
      margin-bottom: 25px;
      line-height: 31px; }
    .footer-stipedie .grid-item:first-child {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 1/2;
      padding-right: 12.5px; }
      @media screen and (max-width: 480px) {
        .footer-stipedie .grid-item:first-child {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 2/3;
          text-align: center;
          padding-right: 0; } }
    .footer-stipedie .grid-item:last-child {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 2/3;
      grid-row: 1/2;
      padding-left: 12.5px; }
      @media screen and (max-width: 480px) {
        .footer-stipedie .grid-item:last-child {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 1/2;
          padding-left: 0; } }

footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #147fc3;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff; }
  footer:last-child {
    margin-right: 0; }
  footer img {
    max-width: 50px; }
  footer .wide .holder {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: rows;
    -ms-grid-columns: 1fr 200px 1fr;
    grid-template-columns: 1fr 200px 1fr; }
    footer .wide .holder:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      footer .wide .holder {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: rows; }
        footer .wide .holder:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      footer .wide .holder {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    footer .wide .holder div {
      align-self: center;
      text-align: left; }
      footer .wide .holder div:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 1/2; }
        @media screen and (max-width: 480px) {
          footer .wide .holder div:nth-child(1) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 3/4;
            text-align: center;
            padding-top: 10px; } }
      footer .wide .holder div:nth-child(2) {
        text-align: center;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 2/3;
        grid-row: 1/2; }
        @media screen and (max-width: 480px) {
          footer .wide .holder div:nth-child(2) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 1/2;
            text-align: center; } }
      footer .wide .holder div:nth-child(3) {
        text-align: right;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 3/4;
        grid-row: 1/2; }
        @media screen and (max-width: 480px) {
          footer .wide .holder div:nth-child(3) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 2/3;
            text-align: center;
            padding-top: 10px; } }
      footer .wide .holder div a {
        color: #fff;
        text-decoration: none; }
        footer .wide .holder div a:hover {
          text-decoration: underline; }
