body {
  font-family: Verdana;
}

.global-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 70px;
  align-items: center;
}

header ol {
  display: flex;
  flex-direction: row;
}

header a {
  height: 100%;
  display: block;
  color: black;
  font-size: 20px;
  border-left: 1px solid #ededed;
  line-height: 70px;
  padding: 0px 20px;
  text-decoration: none;
}

header ol li:last-child a {
  border-right: 1px solid #ededed;
}

header ol li:first-child a {
  font-weight: bold;
}

.banner {
  background-image: url(../img/bg-banner.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.banner p {
  color: white;
  font-size: 30px;
  font-weight: lighter;
}

.banner img {
  position: relative;
  top: 70px;
}

.info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.info .bluebox,
.info-box {
  max-width: 400px;
  height: 250px;
  box-sizing: border-box;
}

.bluebox p,
.info-box p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info .bluebox span:first-of-type,
.info .info-box span:first-of-type {
  font-size: 35px;
  font-weight: bolder;
}

.info .bluebox span:nth-of-type(2) {
  font-size: 20px;
}

.info .info-box span:nth-of-type(2) {
  font-size: 25px;
}

.bluebox {
  margin-right: 12px;
  background-color: #5bb3e1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  padding: 30px;
  box-sizing: border-box;
}

.info-box {
  margin-left: 12px;
  font-weight: lighter;
  font-size: 20px;
}

.info .info-box span:nth-of-type(3) {
  line-height: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.hvad {
  border-top: 7px solid #5bb3e1;
  background-image: url('../img/what.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.hvad h2 {
  display: block;
  color: white;
  font-size: 40px;
  height: 200px;
  text-align: center;
  line-height: 200px;
}

.hvad .sum {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 50px;
  box-sizing: border-box;
  color: white;
}

.hvad .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hvad .icon img {
  display: block;
  margin-bottom: 20px;
}

.hvad .icon p {
  font-size: 25px;
}

.hvad .what-icon {
  font-size: 50px;
  margin: 0px 10px;
}

.tilbud {
  height: 550px;
}

.tilbud-kat {
  height: 420px;
}

.tilbud-kat:last-of-type {
  margin-bottom: 100px;
}

.tilbud h2 {
  display: block;
  height: 140px;
  line-height: 150px;
  text-align: center;
  font-size: 40px;
}

.tilbud-kat h3 {
  display: block;
  border-bottom: 2px solid #ededed;
  line-height: 100px;
  text-align: left;
  font-size: 30px;
  width: 825px;
  margin: 20px auto;
}

.bil-tilbud {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
}

.annonce {
  width: 20%;
  margin-left: 50px;
}

.annonce:first-of-type {
  margin-left: 0;
}

.annonce img {
  width: 100%;
  background-image: url(assets/img/annonce1.jpg);
  background-position: center;
  background-size: contain;
  position: relative;
  top: 13px;
}

.annonce a {
  background-color: skyblue;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 10px 0px;
  display: block;
}

.biltype {
  text-align: center;
  padding-top: 20px;
}

.tilbud .navn {
  color: skyblue;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}

.annonce .pris-med {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 20px;
}

.annonce .pris-med p {
  padding: 5px;
  background-color: skyblue;
  box-sizing: border-box;
  color: white;
}

.annonce .border {
  border-left: 3px solid #ededed;
  border-right: 3px solid #ededed;
  box-sizing: border-box;
  padding: 10px;
}

.detaljer h3 {
  display: block;
  border-bottom: 2px solid #ededed;
  line-height: 100px;
  text-align: left;
  font-size: 30px;
  width: 825px;
  margin: 20px auto;
}

.info-wrapper {
  width: 825px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 30px;
}

.detalje-image{
  width: 57%;
  height: 370px;
}

.detalje-image img{
  width: 100%;
  height: 100%;
}

.detalje-box-wrapper {
  display: block;
  width: 40%;
  height: 370px;
}

.detalje-box {
  line-height: 32px;
  padding-top: 10px;
  text-align: center;
  font-size: 25px;
  background-color: #ededed;
  width: 100%;
  height: 19.3%;
  margin-bottom: 14.7px;
}

.detalje-box:first-of-type p{
  padding-top: 18px;
}

.detalje-box:last-of-type {
  margin-bottom: 0px;
  background-color: #5bb3e1;
  color: white;
}

footer {
  border-top: 7px solid #5bb3e1;
  width: 100%;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}

.footer-text {
  margin: 0 auto;
  text-align: center;
  color: white;
  width: 37%;
}

footer h2 {
  padding-top: 45px;
  font-weight: bold;
}

footer p,
h2 {
  line-height: 20px;
}

.hvad-wrap{
  width: 100%;
  height: 920px;
}

.hvad-1 {
  border-top: 7px solid #5bb3e1;
  background-image: url('../img/what.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.comment-wrapper {
  width: 825px;
  display: flex;
  margin: 140px auto;
  justify-content: space-between;
}

.innerwrap-comments {
  width: 53.7%;
  display: block;
}

.innerwrap-comments h4 {
  display: block;
  line-height: 90px;
  text-align: left;
  font-size: 30px;
  margin: 40px auto;
  margin-bottom: 0px;
  color: white;
}

.comments {
  width: 100%;
  height: 150px;
  padding: 15px;
  background-color: white;
  border-bottom: 2px solid #ededed;
}

.comments:last-of-type{
  border-bottom: none;
}

.write-comments{
  width: 39%;
  margin-top: 360px;
}

form {
  display: block;
  width: 100%;
  height: 370px;
}

input {
  background-color: #ededed;
  width: 100%;
  margin-bottom: 14.7px;
  padding: 15px;
  border: none;
}

input:nth-of-type(4) {
  padding-bottom: 120px;
}

input:last-of-type {
  margin-bottom: 0px;
  background-color: #5bb3e1;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-wrap{
    width: 80%;
    margin: 0 auto;
}
.contact-info{
    width: 100%;
    display: flex;
}

.contact-info .box{
    width: 25%;
    margin-bottom: 30px;
}

.contact-info .box:first-of-type{
    width: 16%;
}

.box p{
    width: 100%;
    margin-bottom: 10px;
}
.box p:first-of-type{
    margin-top: 20px;
    margin-bottom: 20px;
}

.box p:last-of-type{
    margin-top: 20px;
}
.bold{
    font-weight: bold;
}

.contact-wrap h2{
   font-weight: bold; 
   font-size: 20px;
}

.contact-wrap h3{
   font-weight: bold; 
}