.section {
text-align: center;
}

.ueberschrift {
font-size: 40px;
color: #f9b022;
}

h1:after {
content: "";
position: absolute;
border-top: 2px solid #46301d;
top: 50%;
width: 300px;
margin-left: 15px;
left: 100%;
}

h1:before {
content: "";
position: absolute;
border-top: 2px solid #46301d;
top: 50%;
width: 300px;
margin-right: 15px;
right: 100%;
}

h1 {
display: inline-block;
position: relative;
}

section {
overflow: hidden;
text-align: center;
}
