* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffba7e1c;
}

h1 {
  font-size: 3rem;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h2 {
  font-size: 2rem;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h3 {
  font-size: 1.5rem;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

p {
  font-family: 'lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8rem;
  margin-top: .8rem;
}

a {
  text-decoration: none;
  font-family: 'lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}

li {
  font-family: 'lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: normal;
  list-style: none;
}

span {
  font-style: italic;
  font-weight: 300;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  background: #D1E7C8;
  padding: 5px 30px;
  color: #404040;
  border-radius: 5px;
  margin-top: 1rem;
  display: table;
  margin: 1rem auto 0;
}

@media (min-width: 768px) {
  .button {
    margin-top: 2rem;
  }
}

.button.btn-right {
  margin-right: 0;
}

.button.btn-left {
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .button.btn-left {
    margin-left: 0;
  }
}

.button.invert {
  background: #fefefe;
  color: #333333;
  font-weight: 400;
}

.logo {
  width: 120px;
  margin: auto;
  display: block;
  border: none;
}

@media (min-width: 768px) {
  .logo {
    margin-bottom: 1rem;
  }
}

header {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  header {
    font-family: cursive;
  }
}

.mainDiv {
  width: 100vw;
  overflow-x: hidden;
}

.hamburger {
  position: absolute;
  width: 35px;
  top: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger .hamburger-item {
  width: 35px;
  height: 4px;
  background: #333333;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.hamburger .hamburger-item::before, .hamburger .hamburger-item::after {
  content: "";
  height: 4px;
  width: 35px;
  background: #333333;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.hamburger .hamburger-item::before {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.hamburger .hamburger-item::after {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.hamburger.open .hamburger-item {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hamburger.open .hamburger-item::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #333333;
}

.hamburger.open .hamburger-item::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #333333;
}

.navigation nav.open {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

.navigation {
  width: 100%;
  height: 0px;
}

@media (min-width: 768px) {
  .navigation {
    height: 3rem;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  .navigation {
    height: 3rem;
  }
}

.navigation nav {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #333333;
  height: calc(100vh - 71px);
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .navigation nav {
    height: 35px;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
  }
}

.navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 768px) {
  .navigation nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    max-width: 750px;
  }
}

.navigation nav ul li {
  list-style: none;
}

.navigation nav ul li a {
  color: #fefefe;
}

@media (min-width: 768px) {
  .navigation nav ul li a {
    color: #333;
  }
}

.navigation nav ul li > a::after {
  content: " ";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  top: 5px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation nav ul li > a:hover::after, .navigation nav ul li > a.active-nav::after {
  width: 100%;
  background: #333;
}

.introWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* width: 85vw */
  max-width: 1380px;
  margin: 0.5rem auto 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .introWrapper {
    width: 85vw;
  }
}

.introText, .infoText {
  width: 85vw;
  margin: 2rem auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .introText, .infoText {
    margin: 2rem auto 0;
    padding-top: 0rem;
    max-width: 800px;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  .introText, .infoText {
    width: 70vw;
    margin: 5rem auto 0;
  }
}

.introText.fullWidth {
  width: 85%;
  padding: 0;
}

@media (min-width: 960px) {
  .introText.fullWidth {
    margin-top: 2rem;
  }
}

.introText.leftAlign {
  width: 80%;
}

.introText.leftAlign h1 {
  text-align: left;
}

@media (min-width: 1200px) {
  .introText.leftAlign h1 {
    width: 55%;
  }
}

.introText.rightAlign {
  width: 80%;
}

.introText.rightAlign h1 {
  text-align: left;
}

@media (min-width: 1200px) {
  .introText.rightAlign h1 {
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .introText.centerAlign {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .introText.centerAlign h1 {
    text-align: center;
  }
}

#home .introImg {
  position: static;
}

#home .introImg img {
  position: static;
}

.introImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 200px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.introImg img {
  width: 100%;
}

@media (min-width: 768px) {
  .introImg {
    height: 350px;
  }
  .introImg img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-top: none;
    border-left: none;
    border-bottom: none;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .introImg {
    width: 100%;
    height: 450px;
  }
}

.fullWidthBtn {
  width: 100%;
  color: #fefefe;
  padding: 5px 0 7px;
  text-align: center;
  text-decoration: underline;
  background: #333;
}

@media (min-width: 960px) {
  .fullWidthBtn {
    padding: 0.6rem 0 0.8rem;
  }
}

.contentWrapper {
  padding: 1rem;
}

@media (min-width: 768px) {
  .contentWrapper {
    width: 50%;
    padding: 5rem 2rem;
  }
}

@media (min-width: 768px) {
  .imgWrapper {
    width: 50%;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  .imgWrapper {
    max-height: 650px;
  }
}

.imgWrapper img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .imgWrapper img {
    border: none;
  }
}

.tags {
  font-style: italic;
}

.readMore {
  text-align: right;
}

#home .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}

#home .services h2 {
  text-align: center;
}

@media (min-width: 768px) {
  #home .services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85%;
    margin: auto auto 5rem;
  }
}

#home .services .serviceDiv {
  padding: 2rem;
  background: #fefefe;
  position: relative;
  width: 85%;
  margin: 0rem auto 2rem;
  height: 90vw;
}

@media (min-width: 768px) {
  #home .services .serviceDiv {
    padding: 1.5rem;
    height: calc( (85vw - 50px) / 3);
    width: calc((100% - 50px) / 3);
    margin: 0;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #home .services .serviceDiv {
    width: calc((100% - 100px) / 3);
    height: calc( (85vw - 100px) / 3);
    padding: 2.5rem;
  }
}

#home .services .serviceDiv h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#home .services .serviceDiv p, #home .services .serviceDiv h3 {
  background: #fefefe;
  z-index: 2;
}

#home .services .serviceDiv .price {
  text-align: right;
}

#home .services .serviceImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#home .portfolioTop {
  margin: 2.5rem auto 5rem;
  max-width: 1400px;
}

@media (min-width: 500px) {
  #home .portfolioTop {
    width: 85%;
  }
}

#home .portfolioTop .contentWrapper {
  margin-top: 1rem;
  padding: 0;
}

@media (min-width: 768px) {
  #home .portfolioTop .contentWrapper {
    padding: 5rem 0rem 5rem 2rem;
  }
}

#home .portfolioTop > div {
  width: calc(100% - 4rem);
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #home .portfolioTop > div {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin: 2.5rem auto 5rem;
}

#home .process .processStep:nth-child(even) {
  margin-left: auto;
}

#home .process .processStep:nth-child(3) {
  margin-bottom: 0;
}

#home .process .processStep {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  #home .process .processStep {
    width: 90%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  #home .process .processStep {
    width: 65%;
    margin-bottom: 3rem;
  }
}

#home .process .processStep .processTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home .process .processStep .processTitle .processTitleStep {
  border: 1px solid #333;
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 1rem;
}

#services .services {
  width: 90%;
  margin: auto;
}

@media (min-width: 960px) {
  #services .services {
    width: 85%;
    max-width: 1400px;
  }
}

#services .services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 768px) {
  #services .services .service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    margin: 0 0 2rem 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  #services .services .service {
    margin: 0 0 4rem 0;
  }
}

#services .services .service .textWrapper {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  #services .services .service .textWrapper {
    width: 50%;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #services .services .service .textWrapper {
    margin: 0;
    padding: 0rem 2.5rem;
  }
}

#services .services .service .textWrapper h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (min-width: 1000px) {
  #services .services .service .textWrapper h2 {
    margin-right: 1rem;
  }
}

#services .services .service .textWrapper h2 span {
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  font-family: 'lato', sans-serif;
  width: 100%;
  text-align: right;
}

@media (min-width: 1000px) {
  #services .services .service .textWrapper h2 span {
    width: auto;
  }
}

#services .services .service .textWrapper .price {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

#services .services .service .textWrapper ul {
  margin-top: 0.5rem;
}

#services .services .service .imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  #services .services .service .imageWrapper {
    width: 50%;
    max-height: 100%;
  }
}

#services .services .service .imageWrapper img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  width: 100%;
}

@media (min-width: 768px) {
  #services .services .service .imageWrapper img {
    height: 100%;
  }
}

#portfolio .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #portfolio .projects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#portfolio .projects > div {
  width: 100%;
  height: 100vw;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  #portfolio .projects > div {
    width: 50%;
    height: 50vw;
    max-height: 900px;
  }
}

#portfolio .projects > div a {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

#portfolio .projects > div a img {
  width: 100%;
  height: 100%;
}

#portfolio .projects > div p {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  font-family: 'lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#portfolio .projects > div a:hover {
  opacity: 0.5;
}

#portfolio .projects > div:hover p {
  opacity: 1;
}

#kontakt .kontaktText, #kontakt .aboutText, #about .kontaktText, #about .aboutText {
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #kontakt .kontaktText, #kontakt .aboutText, #about .kontaktText, #about .aboutText {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #kontakt .kontaktText, #kontakt .aboutText, #about .kontaktText, #about .aboutText {
    width: 85%;
    max-width: 1400px;
  }
}

#kontakt .kontaktText .textWrapper, #kontakt .aboutText .textWrapper, #about .kontaktText .textWrapper, #about .aboutText .textWrapper {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #kontakt .kontaktText .textWrapper, #kontakt .aboutText .textWrapper, #about .kontaktText .textWrapper, #about .aboutText .textWrapper {
    padding: 2rem 1.5rem;
    width: 50%;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #kontakt .kontaktText .textWrapper, #kontakt .aboutText .textWrapper, #about .kontaktText .textWrapper, #about .aboutText .textWrapper {
    padding: 3rem 2.5rem;
  }
}

#kontakt .kontaktText .textWrapper p, #kontakt .aboutText .textWrapper p, #about .kontaktText .textWrapper p, #about .aboutText .textWrapper p {
  margin-bottom: 1rem;
}

#kontakt .kontaktText .imageWrapper, #kontakt .aboutText .imageWrapper, #about .kontaktText .imageWrapper, #about .aboutText .imageWrapper {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  #kontakt .kontaktText .imageWrapper, #kontakt .aboutText .imageWrapper, #about .kontaktText .imageWrapper, #about .aboutText .imageWrapper {
    width: 50%;
    min-height: 100%;
  }
}

#kontakt .kontaktText .imageWrapper img, #kontakt .aboutText .imageWrapper img, #about .kontaktText .imageWrapper img, #about .aboutText .imageWrapper img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .aboutText {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #about .aboutText {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#about .aboutText .textWrapper {
  padding: 0;
}

#about .aboutText .imageWrapper {
  margin-bottom: 0;
  padding: 2rem;
}

@media (min-width: 768px) {
  #about .aboutText .imageWrapper {
    width: 50%;
    height: 50%;
  }
}

#about .aboutText .imageWrapper img {
  padding: 2rem;
  background: #fefefe;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  #about .aboutText .imageWrapper img {
    padding: 50% 3rem;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #about .aboutText .imageWrapper img {
    padding: 5rem 5rem 10rem 5rem;
  }
}

#projekt h1 {
  text-align: center;
}

#projekt .tags {
  text-align: center;
  width: 85%;
  margin: 1rem auto 1rem;
}

@media (min-width: 768px) {
  #projekt .tags {
    width: auto;
    margin-bottom: 2rem;
  }
}

#projekt .projectImages {
  max-width: 1400px;
  width: 85%;
  margin: 2.5rem auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #projekt .projectImages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5rem;
  }
}

#projekt .projectImages div {
  width: 100%;
  height: 90vw;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  #projekt .projectImages div {
    width: calc(50% - 0.5rem);
    height: calc(45vw - 0.5rem);
    margin: 0;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #projekt .projectImages div {
    width: calc(50% - 1rem);
    height: calc(45vw - 1rem);
  }
}

#projekt .projectImages div img {
  height: 90vw;
  width: 100%;
}

@media (min-width: 768px) {
  #projekt .projectImages div img {
    height: 100%;
  }
}

#projekt .projectDetails {
  max-width: 1400px;
  width: 85%;
  margin: 2rem auto 2rem;
}

@media (min-width: 768px) {
  #projekt .projectDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

#projekt .projectDetails .textWrapper {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #projekt .projectDetails .textWrapper {
    padding: 2rem 0;
    width: calc(50% - 0.5rem);
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #projekt .projectDetails .textWrapper {
    padding: 3rem 0;
    width: calc(50% - 1rem);
  }
}

@media (min-width: 768px) and (min-width: 960px) and (min-width: 1400px) {
  #projekt .projectDetails .textWrapper {
    padding: 5rem 0;
  }
}

@media (min-width: 768px) {
  #projekt .projectDetails .imageWrapper {
    width: calc(50% - 0.5rem);
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  #projekt .projectDetails .imageWrapper {
    width: calc(50% - 1rem);
    max-height: 600px;
  }
}

@media (min-width: 768px) {
  #projekt .projectDetails .imageWrapper img {
    height: 100%;
    width: 100%;
  }
}

.ctaBanner {
  width: 85%;
  margin: 2.5rem auto 5rem;
  max-width: 1400px;
  text-align: center;
}

@media (min-width: 768px) {
  .ctaBanner {
    width: 85%;
  }
}

@media (min-width: 960px) {
  .ctaBanner div {
    width: 70vw;
    margin: auto;
  }
}

.ctaBanner img {
  height: 200px;
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .ctaBanner img {
    height: 300px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .rowReverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

footer {
  background: #333333;
  font-family: 'lato', sans-serif;
  font-weight: 300;
  color: #fefefe;
  padding: 2.5rem 7% 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) and (min-width: 1100px) {
  footer {
    padding: 5rem 15% 2rem;
  }
}

@media (min-width: 768px) and (min-width: 1100px) and (min-width: 1600px) {
  footer {
    padding: 5rem calc( (100% - 1400px) / 2) 2rem;
  }
}

footer div {
  text-align: center;
}

@media (min-width: 768px) {
  footer div {
    width: 25%;
    text-align: left;
  }
}

footer div p {
  margin-top: 2px;
}

footer div a {
  color: #fefefe;
}

footer div:nth-child(3) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  footer div:nth-child(3) {
    width: 50%;
    margin-top: 0;
  }
}

footer .organisation {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

footer .organisation a {
  padding: 0 0.5rem;
}

footer .organisation p {
  font-size: 1rem;
}

footer .organisation img {
  width: 2rem;
}

footer .copyright {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  margin-top: 0;
}

.cookieBanner {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cookieBanner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .cookieBanner div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.cookieBanner .cookieText {
  color: #fefefe;
  font-size: 1rem;
  font-family: 'lato', sans-serif;
  font-weight: 300;
  margin-right: 2rem;
}

.cookieBanner #acceptCookies {
  padding: 10px 20px;
  color: #333;
  background: #fefefe;
  border: none;
  margin-top: 1rem;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}

.cookieBanner a {
  color: #fefefe;
}
/*# sourceMappingURL=style.css.map */