.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.sticky-wrapper {
  position: fixed!important;
  width: 100%;
}
#sp-header {
  background: rgba(51, 51, 51, 0.21)!important;
}
.sticky-wrapper.is-sticky #sp-header {
    background-color: rgba(51, 51, 51, 0.21)!important;
}
li.onlinevoting a, li.onlinevoting a:hover, li.onlinevoting a:focus {
	color: red!important;
}
#sp-main-body a {
    color: inherit!important;
    text-decoration: none;
	font-weight: bold;
}
#sp-main-body a:focus, #sp-main-body a:hover {
    color: red!important;
}
img.pull-left {
	margin-right: 2em;
	margin-bottom: 1em; 
   	max-width: 100%;
}
img.pull-right {
	margin-left: 2em;
	margin-bottom: 1em;
	max-width: 100%;
}
#sp-header .logo {
	display: none!important;
}
.sppb-row-container {
	width: 100%!important;
	padding: 0!important;
}
#bg_image {
	height: 100vh;
	width: 100%;
	padding: 0;
	background-color: transparent;
	text-align: center;
	color: #fff;
}
#bg_image h1 {
	font-size: 3em;
}
#bg_image h2 {
	font-size: 2.5em;
	text-decoration: underline;
	margin-bottom: 30px!important;
}
#bg_image h2, #bg_image h3 {
	padding-top: 40%;
}
#chronik h3 {
	padding-top: 15%;
	text-align: center;
}
#chronik h3.link_br {
	padding-top: 2%;
}
#chronik p {
	text-align: center;
}
#bg_image p {
	font-size: 1.2em;
	font-weight: bolder;
	text-align:justify;
}
#anzeige {
	background: #fff;
}
#chronik {
	height: 40em;
	color: #fff;
}
#sppb-addon-1535703137901 {
	float: right;
}
#sp-footer {
  background: none!important;
  color: inherit!important;
}
.offcanvas-menu {
  background-color: #2AAFC0!important;
}
#toTop {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 0;
	padding: 10px;
	background: #a0d306;
	background: transparent;
	color: #fff;
	font-weight: bold;
	opacity: 0.75;
	font-size: 16px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #2AAFC0;
	z-index: 2;
}
@media (max-width: 375px) {
#bg_image h1 {
	font-size: 2em;
}
#bg_image h2 {
	font-size: 1.7em;
}
img.pull-left {
	float: none;
}
img.pull-right {
	float: none;
}
}
@media (max-width: 992px) {
#sppb-addon-1535703137901 {
	float: none;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
img.pull-left {
	float: left;
	max-width: 50%;
}
img.pull-right {
	float: right;
	max-width: 50%;
	margin-top: 1em;
}
}
@supports (-webkit-overflow-scrolling: touch) {
 .sp-page-builder .page-content section {
	padding-right: 1em;
	padding-left: 1em;
}
.sp-page-builder .page-content #bg_image, .sp-page-builder .page-content #chronik {
	background-attachment:initial!important;
}
.first_p img.pull-left {
	max-width: 50%;
}
}