/*
Theme Name: Oxyl Clean Theme
Version: 1.0.5
Description: A child theme of Twenty Nineteen
Author: Jon Andreas Tveit
Template: twentynineteen
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

body {
  max-width: 100vw;
  height: auto;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-weight: 600;
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

ul {
}

li {
  list-style-type: none;
  margin-bottom: 10px;
}

p {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #000;
}

footer {
  background: #fafafa;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #f1f1f1;
}

li::marker {
  color: #66b75a;
}

.textoverlay p {
  font-weight: 400;
  font-size: 18px;
}

.button {
  background: #fff;
  border-radius: 0px;
  position: relative;
  top: 20px;
  border: 1px solid #000;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
}

input {
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  color: #000;
  border-radius: 1px;
  padding: 10px;
  margin: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
}

.blogg {
  width: 100%;
}

.blogg .bloggbox {
  display: flex;
  padding-bottom: 50px;
  flex-direction: row;
}

.blogg .bloggbox .blogginnerbox {
  margin: 20px;
  text-align: left;
  width: 50%;
  min-width: 300px;
}

.blogg .bloggbox .blogginnerbox h1 {
  margin: 20px;
  font-size: 50px;
  text-align: left;
  margin: 0px;
}

.blogg .bloggbox .blogginnerbox a {
  padding: 10px 20px;
  border: 1px solid #000;
  top: 30px;
  position: relative;
}

input::placeholder {
  color: #333 !important;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase !important;
  -webkit-appearance: none;
}

input[type='submit' i] {
  background: #66b75a;
  color: #fff;
  width: 50%;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.site-content {
  font-family: 'Noto Sans JP', sans-serif;
}

.site-content h1 {
  text-align: center;
}

.menu {
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: #fff;
  display: table;
  position: fixed;
  top: -100vh;
  transition: all 1s;
  z-index: 800;
}

#menu {
  transition: all 1s;
}

.menupoint {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.menubutton {
  z-index: 999;
  margin: 10px;
  cursor: pointer;
  padding-top: 0px;
  text-align: right;
  display: inline-block;
  float: right;
  position: relative;
  padding-right: 13px;
  display: none;
}

.menubutton .slice {
  width: 40px;
  height: 3px;
  background: #000;
  margin-top: 8px;
  -webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  transition: all 0.1s;
}

.menubutton:hover .slice {
  background: #000;
}

.menubutton .slice:nth-child(2) {
  width: 32px;
}

.menubutton:hover .slice:nth-child(2) {
  width: 40px;
  -webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  transition: all 0.1s;
}

.active .slice:nth-child(3) {
  margin-top: -13px;
  -webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  transition: all 0.1s;
  transform: rotate(-45deg);
}

.active .slice:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 18px;
  -webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  transition: all 0.1s;
}

.active .slice:nth-child(2) {
  width: 0px;
  -webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  transition: all 0.1s;
}

.active:hover .slice:nth-child(2) {
  width: 0px;
}

.content {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.header {
  height: 70px;
  padding-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .desktopmenu {
  position: relative;
  right: 0px;
  top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
}

.basicmodule span {
  margin-right: 20px;
  overflow: hidden;
  transition: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
}

.header .logo {
  width: 200px;
  height: 100px;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .logo img {
  width: 100%;
}

.content {
  padding: 20px;
}

.divider {
  height: 2px;
  background: green;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.videobox {
  width: 100%;
  height: 87vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.videobox video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  background-position: center;
  margin: 0 auto;
}

.videobox .textoverlay {
  position: absolute;
  width: 400px;
  text-align: left;
  bottom: 10vh;
  padding: 30px;
  color: #fff;
  margin-left: calc(100% - 550px);
  z-index: 2;
}

figure {
  width: 100% !important;
  height: auto;
}

.box {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  text-align: left;
  margin-top: 50px;
}

.box .title {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

.box ul li {
  list-style-type: circle;
}

.box img {
  width: 100%;
  height: auto;
}

.innerbox {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  justify-content: middle;
  flex: 1 0 25%;
  height: auto;
  margin: 0 auto;
}

.innerbox video {
  width: 100%;
  height: auto;
}

.innerbox img {
  width: 100%;
  height: auto;
}

.bruksomrader {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 4;
  align-items: flex-start;
  text-align: center;
}

.bruksomrade {
  width: 100%;
  margin: 0px;
  flex-basis: 30%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  vertical-align: text-top;
}

.bruksomrade a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.bruksomrade img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.forhandlere {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 4;
  align-items: center;
  text-align: center;
}

.forhandler {
  width: 100%;
  margin: 25px;
  flex-basis: 25%;
  justify-content: center;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.forhandler img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.distributorer {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 4;
  text-align: left;
}

.distributor {
  width: 180px;
  margin: 18px;
  flex-basis: 30%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.distributor ul li {
  list-style-type: none;
}

.ansatte {
  display: flex;
  text-align: left;
  margin-bottom: 80px;
}

.ansatt {
  width: 100%;
  margin: 20px;
  flex-basis: 20%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.ansatt ul li {
  list-style-type: none;
}

.footer {
  display: flex;
  flex-basis: 33%;
  padding: 30px;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}

.footerbox {
  width: 20%;
  padding-right: 100px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #f1f1f1;
}

.footerbox:last-child {
  border: none;
}

.footerbox .basicmodule {
  display: flex;
  flex-direction: column;
}

.footerbox .basicmodule a {
  font-size: 15px;
}

.singlearticle .box {
  margin: 0px;
  margin: 0 auto;
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  .blogg .bloggbox {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .blogg .bloggbox .blogginnerbox h1 {
    margin: 20px;
    font-size: 30px;
    text-align: left;
    margin: 0px;
  }

  .blogg .bloggbox .blogginnerbox .excerpt {
    display: none;
  }

  h1 {
    font-size: 45px;
  }
  .menubutton {
    display: block;
  }
  .desktopmenu {
    display: none;
  }

  .title {
    text-align: left !important;
    margin-left: 0px !important;
  }

  .bruksomrade {
    margin: 0 auto !important;
    flex-basis: 25% !important;
  }

  .videobox .textoverlay {
    margin-left: 10px;
    width: calc(100% - 60px) !important;
    padding: 30px;
  }

  .videobox {
    margin-bottom: 0px;
  }

  .box {
    flex-direction: column !important;
    width: calc(100% - 30px) !important;
    padding: 0px;
    margin-top: 0px;
  }

  .footer {
    flex-direction: column !important;
    width: calc(100% - 60px) !important;
  }

  .footerbox {
    border: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ansatt {
    width: calc(100% - 40px);
    margin: 20px;
    flex-basis: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ansatte {
    display: flex;
    text-align: left;
    margin-bottom: 80px;
    flex-direction: column;
  }
  ul {
    margin: 0px;
    padding: 0px;
  }

  .mobilepadding {
    margin-bottom: 50px;
  }

  .textoverlay p {
    font-weight: 400;
    font-size: 16px;
  }
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
