
body {
	font-family: "Open Sans", sans-serif;
}

.main-body header {
  color: #fff;
  background-color: #f4cb23;
}

header {

  background-color: transparent;
  color: #6a6b76;
  padding: 10px 60px;
  min-height: 45px;
}

.bez-logo {
	vertical-align:text-bottom;
	width:50px;
}

h3 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.875rem;
  font-family: Oswald,sans-serif;
}

header a,header  a:hover,header  a:focus {
	color:#fff;
	text-decoration: none;
}

.svq-page-header {
  margin-top: 40px;
}

.svq-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  font-size: 1rem;
}

.svq-breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #666666;
  content: "/";
}

.u-grey-80 {
  color: #ffffff;
  background-color: #333333;
}

footer {
	padding: 15px 0;
}

.u-footer .u-group-1 {
  min-height: 30px;
  margin: auto;
}

.u-align-center {
  text-align: center;
}

.u-group {
  display: flex;
}

section > *, header > *, footer > *, .u-sheet > *, .u-section-row > * {
  position: relative;
}

.u-footer .u-container-layout-1 {
  padding-left: 60px;
  padding-right: 60px;
}


.pb-0 {
  padding-bottom: 0px;
}

.u-valign-middle {
  justify-content: center;
}

.u-valign-middle, .u-valign-top, .u-valign-bottom {
  display: flex;
  flex-direction: column;
}

.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
  padding-bottom: 30px;
}

footer p {

font-weight: 400;
line-height: 1.6;
font-size: 1rem;
margin-top: 20px;
margin-bottom: 20px;
	
}

.u-footer .u-text-1 {
  margin: 5px 0;
}

p.u-small-text {
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.875rem;
  padding: 0;
}

.entry-content p {
	font-size:14px;
}
