Stadtinspektoranwärter*in 2026 (g.D.) | Stadt Bornheim | 614
.content {
font-family: 'Open Sans', sans-serif;
max-width: 940px;
background: white;
margin-left: auto;
margin-right: auto;
padding-bottom: 125px;
line-height: 1.3;
font-size: 1rem;
box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.34);
}
.description {
padding: 0 10% 0 10%;
}
.header {
padding-top: 2rem;
display: flex;
justify-content: space-between;
}
.header .image {
max-width: 250px;
width: 100%;
height: auto;
}
h1 {
font-size: 2rem;
font-weight: 800;
margin-bottom: 0;
}
h2 {
font-size: 1.2rem;
font-weight: 800;
margin-bottom: 0;
}
h3, h4, ul {
margin: 0;
}
p {
margin: 0;
}
.sub-h1 {
margin: 0;
font-weight: 600;
}
.underline {
text-decoration: underline;
}
@media print {
.content {
width: 940px;
background: white;
box-shadow: none;
}
.description {
padding: 0 10% 0 10%;
}
}
/* buttons only */
div.button_controls {
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
min-height: 1.5em;
background: #fff;
border-top: 1px solid #106298;
}
div.button_controls a {
background: #106298;
color: #fff;
display: block;
font-size: 1rem;
border-radius: 0;
border-color: #106298;
margin: 0;
text-decoration: none;
}
div.button_controls a:hover {
background: #106298;
opacity: 0.8;
}
@media ( min-width: 568px) {
div.button_controls {
padding: 0.5rem 0;
}
div.button_controls a {
display: inline-block;
margin-right: 0;
font-size: 1rem;
}
}
@media print {
div.button_controls {
display: none;
}
}