body {
  background-color: #ffeedd;
  padding-top: 60px;
}

nav.menutop {
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
}

p {
  line-height: 26px;
}

.googleplus {
  background-color: #c08d64 !important;
}

.contactheader.pt-3.text-center {
  display: none;
}
#default-behavior {
  float: left;
  padding-right: 15px;
}

article.postpage {
  max-width: 1500px !important;
}

.nav-link.menutopTekst.menuhover.ps-2 {
  padding-right: 20px;
}

.h2 {
  position: relative;
  line-height: 0.8em;
  font-weight: bold;
  font-size: 40px;
}

.BAKh2::before {
  position: absolute;
  left: 0;
  top: 1.2em;
  height: 0;
  width: 50px;
  content: '';
  border-top: 2px solid #ec6609;
}

@media (max-width: 992px) {
	.h2 {
		font-size:25px;
	}
}
