@font-face {
  font-family: "Helvetica Neue";
  font-weight: normal;
  src: url(https://www.sisjoentre.se/wp-content/uploads/2020/HelveticaNeueMedium.woff);
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: lighter;
  src: url(https://www.sisjoentre.se/wp-content/uploads/2020/HelveticaNeueLight.woff);
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: bold;
  src: url(https://www.sisjoentre.se/wp-content/uploads/2020/HelveticaNeueBold.woff);
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #FFF;
}

html {
  scroll-behavior: smooth;
}



.og-header {
  width: 100vw;
  height: 90px;
  background: #022E5A;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  transition: .3s;
}

.header-column {
  width: 33.33%;
  height: 100%;
}

.header-column:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.header-column:nth-child(2) img {
  height: 80px;
  transition: .3s;
}


.header-column:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.header-column:nth-child(3) img {
  height: 35px;
  margin: 0 30px 0 0;
  transition: .3s;
  cursor: pointer;
}






.menu-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .8);
  z-index: 999;
  display: none;
}


.nav-container {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

.nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-container ul li {
  margin: 25px 0;
}

.nav-container ul li a {
  font-family: "Helvetica Neue";
  font-size: 40px;
  text-align: left;
  color: #022E5A;
  font-weight: 400;
  width: 100%;
  display: block;
  text-decoration: none;
}












.footer-section {
  width: 100%;
  padding: 100px 0;
  background-color: #EEEEEE;
}

.footer-inner {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.footer-column {
  width: 50%;
  box-sizing: border-box;
}

.footer-column:nth-child(1) {
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}

.footer-column:nth-child(2) {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}

#map {
  height: 450px;
  width: 100%;
}

.footer-column h2 {
  font-family: "Helvetica Neue";
  font-size: 30px;
  color: #022E5A;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
  width: 100%;
}

.footer-column:nth-child(2) img {
  width: 40%;
  align-self: center;
}

.footer-column p {
  font-family: "Helvetica Neue";
  font-size: 15px;
  color: #022E5A;
  font-weight: 100;
  text-align: left;
  margin: 0 0 0 10px;
  width: calc(60% - 10px);
}

.footer-frm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-frm input:nth-child(1) {
  width: calc(40% - 5px);
  border: 0;
  border-radius: 0;
  appearance: none;
  color: #FFF;
  background-color: #022E5A;
  font-family: "Helvetica Neue";
  font-size: 15px;
  box-sizing: border-box;
  padding: 8px 10px;
  margin-right: 5px;
  font-weight: 100;
}

.footer-frm input:nth-child(2) {
  width: calc(60% - 5px);
  border: 0;
  border-radius: 0;
  appearance: none;
  color: #FFF;
  background-color: #022E5A;
  font-family: "Helvetica Neue";
  font-size: 15px;
  box-sizing: border-box;
  padding: 8px 10px;
  margin-left: 5px;
  font-weight: 100;
}

.footer-frm input:nth-child(3) {
  width: 100%;
  border: 0;
  border-radius: 0;
  appearance: none;
  color: #FFF;
  background-color: #022E5A;
  font-family: "Helvetica Neue";
  font-size: 15px;
  box-sizing: border-box;
  padding: 8px 10px;
  margin-top: 10px;
  font-weight: 100;
}

.footer-frm textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  appearance: none;
  color: #FFF;
  background-color: #022E5A;
  font-family: "Helvetica Neue";
  font-size: 15px;
  box-sizing: border-box;
  padding: 8px 10px;
  margin-top: 10px;
  resize: none;
  font-weight: 100;
}

.footer-frm input[type="submit"] {
  border: 0;
  border-radius: 0;
  appearance: none;
  color: #FFF;
  background-color: #022E5A;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  font-size: 15px;
  box-sizing: border-box;
  padding: 8px 30px;
  margin-top: 10px;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.footer-frm p {
  color: #022E5A;
  font-family: "Helvetica Neue";
  margin-top: 17px;
  display: none;
  font-weight: 100;
}


.footer-cred {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  background-color: #022E5A;
}

.footer-cred p {
  width: 50%;
  color: #FFF;
  text-decoration: none;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: 200;
  margin: 5px 0;
  box-sizing: border-box;
}

.footer-cred p a {
  text-decoration: none;
  color: #FFF;
}


.footer-cred p:nth-child(1) {
  padding-left: 40px;
}
.footer-cred p:nth-child(2) {
  padding-right: 40px;
  text-align: right;
}






@media only screen and (max-width: 798px) {


  .og-header .header-column:nth-child(1) {
    display: none;
  }

  .og-header .header-column:nth-child(2) {
    justify-content: flex-start;
  }

  .header-column {
    width: 50%;
  }

  #logo-img {
    margin-left: 20px;
  }

  .nav-container {
    right: unset;
    left: 40px;
  }





  .footer-inner {
    width: 85%;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column:nth-child(2) {
    order: 1;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .footer-column:nth-child(1) {
    order: 2;
    padding-right: 0;
  }

  #map {
    height: 380px;
  }



  .footer-cred p {
    width: 100%;
  }

  .footer-cred p:nth-child(1) {
    padding-left: 0;
    text-align: center;
  }

  .footer-cred p:nth-child(2) {
    padding-right: 0;
    text-align: center;
  }




}
