

.heading__h, .text__text,ul.header__menu-items{
  font-family: UD Shin Go Regular;
  transform: rotate(0.03deg);
}
#section-32 .section__container {
	margin: 3em;
}

#section-1.image__img{
	border-radius: 1em;
}
.text__text p{
	margin: 0.1em
}
p.sperker_title {
	font-size: 0.7em;
	color: #666666
}
p.sperker_name {
	font-size: 1.125em;
	font-weight:bold
}
p.company_name {
	font-size: 1em;
	font-weight: bold;
	margin:0.5em
}
h2 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

h2:before,
h2:after {
  position: absolute;
  content: '';
}

h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

h2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
h3 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

h3:before,
h3:after {
  position: absolute;
  content: '';
}

h3:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

h3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
th,td {
    border: 0px;
}
 
table {
	margin-top: 0em;
    border-collapse:  collapse; 
    width:  100%;
    table-layout: fixed;
}