.PriceAndDemo-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.mobilbilde {
  margin-top 30px !important;
  margin-bottom 30px !important;
} 
@media (max-width: 768px) {
      .topp-undertekst {
        text-align: center;
     }
    .topp-overskrift {
      text-align: center;
      font-size:36px !important;
     }
   .overskrift-knapper{
     text-align: center;
   }
}
@media (min-width: 900px) { 
.topp-overskrift {
  font-size:48px !important;
}
}

.bilde_forklaring {
font-size: 18px;
}
.bak-blaa {
  background-color: #ebf2f9 !important;
}
.bak-gronn {
  
  background-color: #ebf9f5 !important;
}
.row-bakgrunn {
  margin-top: 30px;
/*   margin-bottom: 30px; */
  padding-top: 60px;
  padding-bottom: 30px;
  max-width:100% !important;
  margin-left: 0px !important;
  margin-right: 0px!important;
}

.topp-undertekst {
/*   font-size:18px !important; */
}
.PriceAndDemo-wrapper {
/*   	width: 100%; */
/*   	display: flex; */
/*   	flex-direction: row; */
/*   	margin-left: auto; */
/*   	margin-right: auto; */
  	margin-bottom: 2em;
  	z-index: 1;
  	max-width: 500px;
/*   	text-align: center; */
    
  }
  .knapp-pris {
  	color:#2d9f79;
  	background-color: #fff;
/*     display: inline !important; */
    margin-left: 0px !important;
    
  }
  .knapp-demo {
  	color:#fff;
  	background-color: #298f6d;
    display: inline !important;
  }
  .knapp-prisogdemo{
  	margin: 7.5px;
  	cursor: pointer;
  	padding: 5px 10px;
  	flex: 1 1 auto;
  	border-radius: 3px;
  	border: none;
  	outline: none;
  	font-size: 18px;
  	box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.08);
  	transition: all .1s ease;
  	/* font: 400 13.3333px Arial; */
/*   	width: 266px; */
    min-width:75px !important;
    font-family: OpenSans,sans-serif !important;
    font-weight: 700;
  }
  .knapp-demo:hover {
    color: #fff;
    background-color:#1c634c;
  }
  .knapp-demo:focus {
    color: #fff;
    background-color:#1c634c;
  }
  .knapp-pris:hover {
    color:#1c634c;
  }
.knapp-pris:focus {
    color:#1c634c;
  }