@charset "UTF-8";
/* Extras for landingpage */

@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,600,800);
/* Initial settings - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  font-family: "Open Sans", sans-serif;
  color: #435a6d;
  font-size: 16px;
  font-weight: 400;
  background-color: white;
  box-sizing: border-box;
  margin: 0;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
h1 {
  font-family: "Lora", "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.022em;
  line-height: 2rem;
  color: #7a0958;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h2 {
  font-family: "Lora", "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.022em;
  line-height: 1.8rem;
  color: #7a0958;
  margin-bottom: 0.1rem;
  margin-top: 0;
}
button {
  display: inline-block;
  font-size: 18px;
  background-color: #7a0958 !important;
  padding: 5px 20px;
  color: white;
  border: none;
  border-radius: 99px;
}
input {
  border: 1px solid black;
  padding: 5px 10px;
  font-size: 16px;
  color: black;
}
.programlogo {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 100px;
  background: url(logo-mammamia-horisontal-white.svg) center no-repeat;
  background-size: contain;
}
.app-image {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-image: url(img-phone-startpage.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.whitespace {
  padding: 0 20px;
}
.wrapper-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  background: #7a0958;
  background: linear-gradient(to bottom, #7a0958 0%, #b5157c 100%);
}
.container-form {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #dff3ff;
  box-sizing: border-box;
}
.container-form h2 {
  text-align: center;
}
/* .w-form-group {
    width: 100% ;
    background-color: blue;
} */
footer {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 150px;
  padding: 30px 0;
  background-color: #e7f1f7;
  box-sizing: border-box;
}
.container-default {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 50px;
}
.container-intro {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 50px 30px 50px;
  /* background-color: green; */
}
.intro-left {
  flex: 0 1 auto;
  width: 100%;
  order: 3;
}
.intro-right {
  flex: 0 1 auto;
  width: 100%;
  order: 2;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.container-download {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: 20px;
}
.download {
  position: relative;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 90%;
  height: 60px;
  background: url(label-appstore-NO.svg) center center no-repeat;
  background-size: contain;
}
.download.googleplay {
  background: url(label-googleplay-NO.svg) center center
    no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 640px) {
  .container-download {
    flex-flow: row;
  }
  .download {
    width: 40%;
    height: 80px;
  }

  .container-intro {
    flex-flow: row;
    padding: 30px 50px;
  }
  .intro-left {
    order: 1;
    width: 50%;
  }
  .intro-right {
    width: 50%;
  }
}
