/*
Theme Name: Bisneskumppani 2026
Author: Johanna Vuorinen
Author URI: https://johannavuorinen.fi/
Description: Private customer theme
Requires at least: 6.9
Requires PHP: 8.3
Version: 1.0
Text Domain: bisneskumppani
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, input {
  font-family: "DM Sans", sans-serif;
  color: rgb(44, 55, 84);
  font-optical-sizing: auto;
}

button {
  cursor: pointer;
}

#wrap {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  margin: auto;
  width: calc(100% - 4em);
  max-width: 1480px;
  min-height: 100px;
  padding: 4em 0;
}
@media screen and (min-width: 480px) {
  .container {
    padding: 8em 0;
  }
}
@media screen and (min-width: 900px) {
  .container.custompadding {
    padding: 0 2em 9em 2em;
  }
}

a {
  text-decoration: none;
  color: rgb(211, 181, 146);
  transition: 0.3s all ease;
}
a:hover {
  cursor: pointer;
  color: rgb(19, 36, 61);
  transition: 0.3s all ease;
}

.icon {
  width: 50px;
  height: auto;
}

button {
  font-family: "DM Sans", sans-serif;
  color: rgb(44, 55, 84);
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 20px;
}
button:hover {
  cursor: pointer;
}

.hidemobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .hidemobile {
    display: block;
  }
}

@media screen and (max-height: 650px) {
  .hideshort {
    display: none;
  }
}

h1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 54px;
    line-height: 64px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 80px;
    line-height: 100px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 64px;
    line-height: 78px;
  }
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 38px;
    line-height: 48px;
  }
}

h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
}

p, li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1em;
  font-weight: 400;
  list-style-type: square;
  list-style-position: inside;
}

/*ul {
  display: flex;
  padding: 2em 0 4em 0;
}

li {
  flex: 25%;
  text-align: left;
}*/

@media screen and (min-width: 900px) {
  p, li {
    font-size: 18px;
    line-height: 28px;
  }
}
p::marker, li::marker {
  color: rgb(211, 181, 146);
}

.gold {
  color: rgb(211, 181, 146);
  font-weight: 400;
}

p.ingress,
div.ingress > p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 250;
}
@media screen and (min-width: 480px) {
  p.ingress,
  div.ingress > p {
    font-size: 19px;
    line-height: 29px;
  }
}
@media screen and (min-width: 900px) {
  p.ingress,
  div.ingress > p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2em;
  }
}

/*Burger menu*/
.toggle {
  position: fixed;
  top: 48px;
  right: 35px;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(assets/img/menutoggle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 6;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 900px) {
  .toggle {
    display: none;
  }
}

html.navigating .toggle {
  /* tähän toggled tyyli */
  background-image: url(assets/img/close.svg);
}

/*Desktop menu*/
.topbar {
  position: absolute;
  width: 100%;
  min-height: 100px;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .topbar .container .logo {
    z-index: 99;
  }
}
.topbar .container {
  position: relative;
  width: 100%;
  max-width: 1450px;
  margin: auto;
}
.topbar .container .logo {
  position: absolute;
  top: 0;
  padding: 2em;
}
.topbar .container .logo img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .topbar .container .logo img {
    width: 250px;
  }
}
.topbar .mainmenu {
  display: none;
  /* tähän mobiilityylit */
  background-color: rgb(242, 240, 240);
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  text-align: center;
  align-self: center;
  line-height: 50px;
  padding-top: 10em;
}
@media screen and (min-width: 900px) {
  .topbar .mainmenu {
    min-height: 0;
  }
}
.topbar .mainmenu a {
  display: block;
  width: calc(100% - 4em);
  min-height: 50px;
  margin: auto;
  border-bottom: 1px solid rgb(211, 181, 146);
  color: rgb(44, 55, 84);
  padding: 0.5em;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .topbar .mainmenu a {
    display: inline-block;
    width: auto;
    color: rgb(231, 235, 242);
    font-size: 18px;
    margin-left: 40px;
    font-weight: 500;
    transition: all ease 0.3s;
    border: none;
  }
  .topbar .mainmenu a:hover {
    color: rgb(255, 255, 255);
    transition: all ease 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .topbar .mainmenu {
    /* Ylitä mobiilityylit takaisin deskarille */
    display: block;
    background-color: transparent;
    position: absolute;
    right: 2em;
    text-align: right;
    padding-top: 2.5em;
  }
}
.topbar .mainmenu .outlined {
  border: none;
}
@media screen and (min-width: 900px) {
  .topbar .mainmenu .outlined {
    border: 2px solid rgb(211, 181, 146);
    color: rgb(211, 181, 146);
    border-radius: 3px;
    padding: 0 1em;
    min-height: 54px;
  }
  .topbar .mainmenu .outlined:hover {
    transition: all ease 0.3s;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
  }
}

html.navigating .topbar .mainmenu {
  display: block;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: rgb(19, 36, 61);
  background-image: url(assets/img/aaltotausta_animaatio.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 6em 0 4em 0;
}
@media screen and (min-width: 900px) {
  .hero {
    padding: 4em 0;
  }
}
.hero .container .herotext {
  display: grid;
  grid-template-columns: 1fr;
  transform: translate(0, 0);
  width: 100%;
  max-width: 1450px;
}
@media screen and (min-width: 900px) {
  .hero .container .herotext {
    grid-template-columns: 2fr 1fr;
    transform: translate(0, -20px);
    padding: 2em 2em 6em 2em;
  }
}
.hero .container .herotext div {
  align-self: center;
}
@media screen and (min-width: 900px) {
  .hero .container .herotext .moretext {
    text-align: right;
    padding-left: 8em;
  }
}

.subhero {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: rgb(19, 36, 61);
  background-image: url(assets/img/aaltotausta_animaatio.svg);
  background-size: cover;
  display: grid;
  align-items: center;
  color: rgb(255, 255, 255);
  min-height: 65vh;
  padding-top: 5em;
}
@media screen and (min-width: 900px) {
  .subhero {
    min-height: 700px;
    padding-top: 0;
  }
}
.subhero .container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1450px;
}
@media screen and (min-width: 1100px) {
  .subhero .container {
    grid-template-columns: 1fr 1fr;
    padding: 2em;
  }
}
.subhero .container .herotext {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}
.subhero .container .herotext div {
  align-self: center;
}

.contactboxrowabsolute {
  position: absolute;
  top: 75vh;
  width: 100%;
}

.introduction {
  position: relative;
  width: 100%;
  min-height: 500px;
  text-align: center;
}
.introduction p,
.introduction h1,
.introduction h2,
.introduction h3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.introduction .container.fullwidth {
  max-width: 1450px;
}
.introduction .container .questions {
  display: block;
  align-items: start;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 2em 0 4em 0;
  margin: auto;
  width: 80%;
  /*
  ul {
      padding: 2em 0;
      text-align: left;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      column-gap: 2em;
  }
      */
}
@media screen and (min-width: 600px) {
  .introduction .container .questions {
    display: flex;
    justify-content: space-between;
    flex: 25%;
    width: 100%;
    max-width: 1450px;
  }
}
.introduction .container .questions div {
  text-align: left;
  padding-left: 30px;
  padding-right: 1em;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
.introduction .container .questions div::before {
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgb(211, 181, 146);
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}
.introduction .container .icon {
  padding-bottom: 1em;
  height: 55px;
  width: auto;
}

.bluebox {
  position: relative;
  margin: auto;
  display: grid;
  width: 100%;
  max-width: 1480px;
  min-height: 100px;
  background-color: rgb(231, 235, 242);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .bluebox {
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
  }
}
.bluebox .text {
  padding: 4em 2em 2em 2em;
  align-self: center;
}
@media screen and (min-width: 480px) {
  .bluebox .text {
    padding: 6em 3em 3em 3em;
  }
}
@media screen and (min-width: 900px) {
  .bluebox .text {
    padding: 4em 8em 2em 8em;
  }
}
.bluebox .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .bluebox .image img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .bluebox .image {
    text-align: center;
    margin-top: 2em;
    transform: translate(0, 4em);
    width: 100%;
    height: auto;
	justify-items: center;
  }
}

.qualities {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1480px;
  min-height: 100px;
  text-align: center;
}
.qualities .container {
  padding-bottom: 2em;
  padding-top: 5em;
}
@media screen and (min-width: 480px) {
  .qualities .container {
    padding-bottom: 3em;
    padding-top: 10em;
  }
}
.qualities .boxcontainer {
  display: grid;
  -moz-column-gap: 4em;
       column-gap: 4em;
  grid-template-columns: 1fr;
  row-gap: 2em;
  padding: 0 2em 0em 2em;
}
@media screen and (min-width: 480px) {
  .qualities .boxcontainer {
    padding: 0 2em 3em 2em;
  }
}
@media screen and (min-width: 900px) {
  .qualities .boxcontainer p,
  .qualities .boxcontainer h4 {
    hyphens: auto;
  }
  .qualities .boxcontainer.w1 {
    grid-template-columns: 1fr;
  }
  .qualities .boxcontainer.w2 {
    grid-template-columns: 1fr 1fr;
  }
  .qualities .boxcontainer.w3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .qualities .boxcontainer.w4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .qualities .boxcontainer.w5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .qualities .boxcontainer.w6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .qualities .boxcontainer.w7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .qualities .boxcontainer.w8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .qualities .boxcontainer.w9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1080px) {
  .qualities .boxcontainer p,
  .qualities .boxcontainer h4 {
    hyphens: none;
  }
}
.qualities .boxcontainer .box .icon {
  height: 55px;
  width: auto;
  padding-bottom: 1em;
}

.values {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1480px;
  min-height: 100px;
  text-align: center;
}
.values .container {
  padding-bottom: 3em;
}
@media screen and (min-width: 900px) {
  .values .container {
    padding-top: 0em;
  }
}
.values .boxcontainer {
  display: grid;
  -moz-column-gap: 4em;
       column-gap: 4em;
  padding: 0 2em 3em 2em;
  grid-template-columns: 1fr;
  row-gap: 2em;
}
@media screen and (min-width: 900px) {
  .values .boxcontainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.values .boxcontainer .box .icon {
  height: 55px;
  width: auto;
  padding-bottom: 1em;
}

.greytextimage {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1480px;
  min-height: 100px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .greytextimage {
    grid-template-columns: 3fr 2fr;
    transform: translate(0, -8em);
    margin-bottom: -8em;
  }
}
.greytextimage .text {
  background-color: rgb(242, 240, 240);
  padding: 4em 2em;
}
@media screen and (min-width: 480px) {
  .greytextimage .text {
    padding: 4em;
  }
}
@media screen and (min-width: 900px) {
  .greytextimage .text {
    padding: 8em;
    border-radius: 10px 0 0 10px;
  }
}
.greytextimage .image {
  background-color: rgb(19, 36, 61);
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 300px;
}
@media screen and (min-width: 900px) {
  .greytextimage .image {
    border-radius: 0 10px 10px 0;
  }
}
.greytextimage .image.center {
  background-position: center center;
}
.greytextimage .image.right {
  background-position: right center;
  background-color: rgb(242, 240, 240);
}

.greybox {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1480px;
  min-height: 100px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .greybox {
    grid-template-columns: 1fr;
    transform: translate(0, -8em);
  }
}
.greybox .text {
  padding: 4em;
  border-radius: 10px;
  background-color: rgb(242, 240, 240);
}
@media screen and (min-width: 900px) {
  .greybox .text {
    padding: 8em;
  }
}
.greybox .image {
  background-color: rgb(19, 36, 61);
  background-size: cover;
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: auto;
  min-height: 300px;
}
.greybox .image.center {
  background-position: center center;
}
.greybox .image.right {
  background-position: right center;
  background-color: rgb(242, 240, 240);
}
.greybox h4 {
  margin-top: 2em;
}

.services {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1480px;
  min-height: 100px;
  display: grid;
  -moz-column-gap: 2em;
       column-gap: 2em;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .services {
    grid-template-columns: 1fr 1fr;
    row-gap: 2em;
    transform: translate(0, -8em);
    margin-bottom: -8em;
  }
}
.services .servicebox {
  display: flex;
  flex-direction: column;
}
.services .servicebox .image {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-color: rgb(19, 36, 61);
  flex: 0 0 200px;
}
@media screen and (min-width: 900px) {
  .services .servicebox .image {
    border-radius: 10px 10px 0 0;
  }
}
.services .servicebox .image img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.services .servicebox .text {
  padding: 2em;
  background-color: rgb(242, 240, 240);
  flex: 1;
}
@media screen and (min-width: 480px) {
  .services .servicebox .text {
    padding: 4em;
  }
}
@media screen and (min-width: 900px) {
  .services .servicebox .text {
    border-radius: 0 0 10px 10px;
  }
}

.contactbox {
  position: relative;
  margin: auto;
  width: calc(100% - 4em);
  max-width: 1480px;
  min-height: 210px;
  background-color: rgb(242, 240, 240);
  border-radius: 10px;
  display: grid;
  align-content: center;
  z-index: 3;
  grid-template-columns: 1fr;
  padding: 2.5em;
}

.contactbox p {
  padding: 1em 0 0 0;
}

@media screen and (min-width: 900px) {
  .contactbox.animatedbackground {
    background-size: cover;
  }
}
@media screen and (min-width: 900px) {
  .contactbox {
    padding: 4em;
  }
}
@media screen and (min-width: 900px) {
  .contactbox {
    grid-template-columns: 4fr 1fr;
  }
}
.contactbox div h3 {
  margin: 0;
}

.contactbox .cta_text {
  align-self: center;
}

.contactbox .cta_text p {
  margin-bottom: 0;
}

.contactbox .cta_title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 1em;
  font-weight: 600;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .contactbox .cta_title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (min-width: 900px) {
  .contactbox .cta_title {
    font-size: 38px;
    line-height: 48px;
  }
}

.contactbox .button {
  text-align: left;
  margin-top: 2em;
  align-self: center;
}
@media screen and (min-width: 900px) {
  .contactbox .button {
    text-align: center;
    margin-top: 0;
  }
}
.contactbox .button button {
  border: none;
  background-image: url(assets/img/icon6.svg);
  background-repeat: no-repeat;
  height: 40px;
  background-size: 40px auto;
  background-position: 0px center;
  padding-left: 60px;
  background-color: transparent;
  transition: 0.8s ease;
}
.contactbox:hover button {
  transition: 0.8s ease;
  background-position: 10px center;
  background-image: url(assets/img/icon6_dark.svg);
  color: rgb(19, 36, 61);
}

.down {
  transform: translate(0, 80px);
}

.contactform {
  position: relative;
  width: 100%;
  max-width: 1450px;
  min-height: 100px;
  background-color: rgb(231, 235, 242);
  margin: auto;
  padding: 4em 2em;
}
@media screen and (min-width: 900px) {
  .contactform {
    padding: 6em;
    border-radius: 10px;
    margin-bottom: 8em;
  }
}
.contactform form {
  position: relative;
  display: grid;
  -moz-column-gap: 4em;
       column-gap: 4em;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .contactform form {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.contactform form div:nth-child(3) {
  align-content: end;
}
.contactform form div p {
  margin: 1em 0 0 0;
  font-size: 15px;
  line-height: 25px;
  /*&.required {
      ::after {
          content: " *";
          color: red;
      }
  }*/
}
.contactform form div input, .contactform form div textarea {
  width: 100%;
  line-height: 26px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid rgb(44, 55, 84);
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  font-family: "DM Sans", sans-serif;
}
.contactform form div input:focus, .contactform form div textarea:focus {
  outline: 1px solid rgb(211, 181, 146);
  border: none;
}
.contactform form div input {
  height: 50px;
}
.contactform form div textarea {
  resize: none;
  height: 310px;
}
@media screen and (min-width: 900px) {
  .contactform form div textarea {
    height: 410px;
  }
}
.contactform form div button {
  margin-top: 1em;
  padding: 15px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  min-width: 150px;
  transition: 0.3s all ease;
}
.contactform form div button.blue {
  background-color: rgb(44, 55, 84);
  border: none;
  color: rgb(255, 255, 255);
  margin-top: 4em;
}
.contactform form div button.blue:hover {
  background-color: rgb(19, 36, 61);
  transition: 0.3s all ease;
}
.contactform form div button.transparent {
  background-color: transparent;
  margin-bottom: 5px;
  border: 2px solid rgb(44, 55, 84);
}
.contactform form div button.transparent:hover {
  border: 2px solid rgb(19, 36, 61);
  color: rgb(19, 36, 61);
  transition: 0.3s all ease;
}
.contactform form .requiredfield {
  color: red;
}
.contactform .invalid {
  color: #f00;
  border-color: #f00;
  outline-color: #f00;
}
.contactform .error,
.contactform .success {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #000;
  background-color: rgba(231, 235, 242, 0.8);
  flex-direction: column;
  /* horisontaalinen */
  align-items: center;
  /* vertikaalinen */
  justify-content: flex-end;
  padding: 30px;
  box-sizing: border-box;
  display: none;
}

.footer {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-color: rgb(19, 36, 61);
  color: rgb(242, 240, 240);
  z-index: 1;
}
.footer a:hover {
  color: rgb(231, 235, 242);
}
.footer .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3em;
  text-align: center;
  padding: 12em 2em;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
@media screen and (min-width: 900px) {
  .footer .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: left;
  }
}
.footer .icon {
  height: 40px;
  width: auto;
  transition: 0.8s ease;
}
.footer .icon:hover {
  transition: 0.8s ease;
}/*# sourceMappingURL=styles.css.map */