
body {
    background-color: rgb(255, 255, 255) !important;
}

.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {
    padding-top: 100px !important;
}

.megamenu-container.nav-submenu-container {
   top: 60px !important;
}

.border-bottom {
    border-bottom: 3px solid #B6F2BC !important;
}

.border-top {
    border-top: none !important;
}

.shadow-sm {
    box-shadow: none !important;
}

.uk-slidenav {
    color: rgba(255, 255, 255, 1) !important;
}

.uk-dotnav > * > * {
	  border-color: rgba(255, 255, 255, 1) !important;
}
.uk-dotnav > .uk-active > * {    
	  background-color: rgba(255, 255, 255, 1) !important;
}

/* BEITRAGSKLASSEN */
.beimg {
	width: 30%;
	float: left;
	padding-right: 30px;
}
.betxt {
	width: 70%;
	float: right;
}
 
.beimg img.partner {
	width: 50% !important;
	text-align: right !important;
}

.retxt {
	text-align: center;
	padding: 10px;
	margin: 0 0 30px 0;
	background-color: #e40f47;
	color: #ffffff;
	text-transform: uppercase;
}

div.fotxt {
	text-align: left !important;
}

ol, ul {
    padding-left: 21px;
}
li {
    padding: 4px 0 4px 9px;
}
li.sqgr {
	list-style-position: outside;
	list-style-image: url('../../../images/mix/square-green.gif'); 
	margin-left: 0px;
}
.btmn {
	text-align: center;
	margin-left:30px;
	color: #ffffff;
	text-transform: uppercase;
}
.btmn a {
	padding: 10px;
	background-color: #00d082;
}
.btmn a:hover, .btmn a:active {
	background-color: #e40f47 !important;
}

.form-control {
	border:solid 1px #B6F2BC !important;
}
.com-contact__container h3 {
	display: none  !important;
}
.astroid-component-area h3 {
	display: none  !important;
}

@media (max-width: 767.98px) {
	.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {
    	padding-top: 0px !important;
	}
	
	.beimg {
		width: 100%;
		text-align: left !important;
		padding-bottom: 30px;
		padding-right: 0px !important;
	}
	.betxt {
	width: 100%;
	text-align: left;
	}
	.beimg img.partner {
		clear: both;
		width: 50% !important;
		text-align: left !important;
	}
	
	.astroid-section.astroid-footer-section.footer-section {
		padding: 20px 30px 40px !important;
		text-align: center !important;
	}
	
	.btmn {
		margin-left: 0px !important;
		line-height: 50px;
	}
	.btmn a {
		margin-left: 0px !important;
		line-height: 0px !important;
	}
	
	div.fotxt {
	text-align: center !important;
}
	
}