.landing-page img {
	max-width: 100%;
}
.landing-page ul{
	list-style: initial;
}
.landing_page_elm {
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
	padding-top: 20px;
}
/* list style anzeigen */
.landing_page_elm .lp-editor-content ul{
	padding-left: 18px;
	list-style-type: disc;
}

.landing_page_elm .lp-editor-content ol{
	padding-left: 18px;
	list-style-type: decimal;
}

/*button leisten content */
.landing_page_elm #button_leiste_aktion_content_c,
.landing_page_elm #button_leiste_map_content_c,
.landing_page_elm #button_leiste_content_content_c{
	margin-top: 15px;
}

.landing_page_elm .button_leiste_content_container #button_leiste_aktion_content_c .w33 {
	width: 33%;
}

.landing_page_elm .button_leiste_content_container #button_leiste_aktion_content_c .w66{
	width: 66%;
}


#anfrage {
margin-left: 0px;
}
.vfbp-form .btn-primary {
color: #fff!important;
}
#button_leiste_content_content_c{
margin-top: 15px;
}


.landing_page_elm div.resp-teaser-content ul {
margin-bottom: 0px!important; 
}




.landing_page_elm div.resp-teaser {
	width: 100%;
}
.landing_page_elm div.resp-teaser > img:first-child {
	width: 100%;
}
.landing_page_elm div.resp-teaser-content ul {
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}
.landing_page_elm div.resp-teaser-content ul li {
	background: none;
	line-height: 1.5;
	list-style: none;
	padding-left: 20px;
	position: relative;
}
.landing_page_elm div.resp-teaser-content ul li::before {
	content: '•';
	left: 8px;
	position: absolute;
}
.landing_page_elm div.resp-teaser-content ul.circle li::before { content: '○'; }
.landing_page_elm div.resp-teaser-content ul.disc li::before { content: '●'; }
.landing_page_elm div.resp-teaser-content ul.square li::before { content: '■'; }

/*** TEASER CONTENT ***/

.landing_page_elm .resp-teaser-content.TL {
	top: 20px;
}
.landing_page_elm .resp-teaser-content.TR {
	left: initial;
	right: 0;
	top: 20px;
}
.landing_page_elm .resp-teaser-content.BL {
	bottom: 20px;
	top: initial;
}
.landing_page_elm .resp-teaser-content.BR {
	bottom: 20px;
	left: initial;
	right: 0;
	top: initial;
}
.landing_page_elm .slide-btn,.fullscreen-teaser .slide-btn {
	background-color: @color;
	border-radius: 4px;
	color: @nav-color;	
	text-align: center;
	box-shadow: none;
}



.landing_page_elm .slide-btn:hover,.fullscreen-teaser .slide-btn:hover {
	background-color: @darker-color;
}

.landing_page_elm .slide-btn a, .fullscreen-teaser .slide-btn a {
	background-color: @color;
	display: block;
	height: auto;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	color: @nav-color;
	border-radius: 4px;
}

.landing_page_elm .slide-btn a:hover, .fullscreen-teaser .slide-btn a:hover {
	background-color: @darker-color;
}

.landing_page_elm .teaser-text .slide-btn{
	margin-top: 10px;
}

.landing_page_elm .teaser-text .slide-btn a{
	padding: 15px 0px;
}

/*** BUTTON BAR ***/

ul.button-bar {
	line-height: 1;
}
ul.button-bar::after {
	clear: left;
	content: '';
	display: block;
}
ul.button-bar li {
	float: left;
	list-style-type: none;
	width: 25%;
}
ul.button-bar.R li {
	float: right;
}
ul.button-bar.x3 li {
	width: 32%;
}
ul.button-bar.x3 li + li {
	margin-left: 2%;
}
ul.button-bar a {
	background-color: @color;
	border-radius: 4px;
	color: @nav-color;
	display: block;
	font-size: 18px;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
}
ul.button-bar.x4 > li + li a {
	border-left: 1px solid;
}
ul.button-bar.x2 li:last-child {
	float: right;
}
ul.button-bar a:hover,
ul.button-bar .active {
	background-color: @darker-color;
}
ul.button-bar.x4 li:first-child a {
	border-radius: 4px 0 0 4px;
}
ul.button-bar.x4 li:first-child + li a,
ul.button-bar.x4 li:first-child + li + li a {
	border-radius: 0;
}
ul.button-bar.x4 li:last-child a {
	border-radius: 0 4px 4px 0;
}

.thumblist::before,
.thumblist::after {
	clear: both;
	content: '';
	display: block;
}
.thumblist a {
	float: left;
	text-align: center;
	width: 20%;
}
.thumblist img {
	max-width: 90%;
}

@media screen and (max-width: 1380px) {
	.landing_page_elm {
		width: 1024px;
	}
	ul.button-bar a {
		font-size: 15px;
	}
	ul.button-bar.x2 li {
		width: 32%;
	}
}
@media screen and (max-width: 1080px) {
	.landing_page_elm {
		width: 800px;
	}
	.landing_page_elm .slide-btn a {
		font-size: 15px;
	}
	.landing_page_elm .resp-teaser h1 {
		padding-top: 0;
	}
	ul.button-bar.x1 li,
	ul.button-bar.x4 li {
		width: 50%;
	}
	ul.button-bar.x2 li {
		width: 40%;
	}
	ul.button-bar.x4 li:first-child + li + li a,
	ul.button-bar.x4 li:last-child a {
		border-top: 1px solid;
	}
	ul.button-bar.x4 li:first-child a {
		border-radius: 4px 0 0 0;
	}
	ul.button-bar.x4 li:first-child + li a {
		border-radius: 0 4px 0 0;
	}
	ul.button-bar.x4 li:first-child + li + li a {
		border-radius: 0 0 0 4px;
		border-left-width: 0;
	}
	ul.button-bar.x4 li:last-child a {
		border-radius: 0 0 4px 0;
	}
}
@media screen and (max-width: 960px) {
	.landing_page_elm {
		width: 640px;
	}
	ul.button-bar.x2 li {
		width: 45%;
	}
	ul.button-bar.x3 li {
		float: none;
		width: 100%;
	}
	ul.button-bar.x3 li + li {
		margin-left: 0;
	}
	ul.button-bar.x3 li + li a {
		border-top: 1px solid #fff;
	}
	ul.button-bar.x3 a {
		border-radius: 0;
	}
	ul.button-bar.x3 li:first-child a {
		border-radius: 4px 4px 0 0;
	}
	ul.button-bar.x3 li:last-child a {
		border-radius: 0 0 4px 4px;
	}
	.thumblist a {
		width: 25%;
	}
	
}
@media screen and (max-width: 767px) {
	.landing_page_elm {
		width: 280px;
	}
	.landing_page_elm div.resp-teaser {
		background: transparent;
		border: 0 none;
		padding: 0;
		width: auto;
	}
	.landing_page_elm div.resp-teaser > img:first-child {
		display: block;
		margin-bottom: 20px;
	}
	.landing_page_elm div.resp-teaser div.resp-teaser-content  {
		left: 0 !important;
		top: 0;
		width: auto !important;
	}
	ul.button-bar li {
		width: 100% !important;
	}
	ul.button-bar.x4 li a {
		border-left-width: 0 !important;
	}
	ul.button-bar li + li a {
		border-top: 1px solid #fff;
	}
	ul.button-bar.x4 li:first-child a {
		border-radius: 4px 4px 0 0;
	}
	ul.button-bar.x4 li:first-child + li a,
	ul.button-bar.x4 li:first-child + li + li a {
		border-radius: 0;
	}
	ul.button-bar.x4 li:last-child a {
		border-radius: 0 0 4px 4px;
	}
	
	/*** VFB ***/

	.landing_page_elm .vfbp-form .btn-primary {
		padding-left: 0;
		padding-right: 0;
		white-space: normal;
		width: 100%;
	}
	
	.thumblist a {
		width: 50%;
	}
}

/***************************************************************************************************************************/
/************************************* LANDINGPAGE HEADER *************************************/
/***************************************************************************************************************************/
header.lp-header {
	background: none;
	box-shadow: none;
	margin: 0 auto;
	width: 1280px;
}
header.lp-header::before,
header.lp-header::after {
	clear: both;
	content: '';
	display: block;
}
header.lp-header img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: top;
}
header.lp-header table {
	border-collapse: collapse;
	padding: 0;
}
header.lp-header ul {
	list-style-type: none;
}
header.lp-header .phone {
	width: 350px;
}
header.lp-header .phone img {
	max-height: 90px;
	max-width: 60px;
}
header.lp-header td.icon {
	padding-right: 20px;
}
header.lp-header .phone li {
	font-size: 22px;
	padding: 5px 0;
}
@media screen and (min-width: 767px) {

	header.lp-header .logo.C {
		text-align: center;
	}
	header.lp-header .logo.R {
		text-align: right;
	}
	header.lp-header.logo-phone table {
		margin-left: auto;
	}
	header.lp-header.logo-phone .logo,
	header.lp-header.phone-logo .logo {
		width: 910px;
	}
	header.lp-header.logo-phone .logo,
	header.lp-header.phone-logo .phone {
		float: left;
	}
	header.lp-header.phone-logo .logo,
	header.lp-header.logo-phone .phone {
		float: right;
	}
}
@media screen and (max-width: 1380px) {

	header.lp-header {
		width: 1024px;
	}
	header.lp-header.logo-phone .logo,
	header.lp-header.phone-logo .logo {
		width: 654px;
	}
}
@media screen and (max-width: 1080px) {

	header.lp-header {
		width: 800px;
	}
	header.lp-header.logo-phone .logo,
	header.lp-header.phone-logo .logo {
		width: 430px;
	}
}
@media screen and (max-width: 960px) {

	header.lp-header {
		width: 640px;
	}
	header.lp-header .phone li {
		font-size: 18px;
		padding: 3px 0;
	}
	header.lp-header .phone img {
		max-height: 80px;
		max-width: 50px;
	}
	header.lp-header .phone {
		width: 300px;
	}
	header.lp-header.logo-phone .logo,
	header.lp-header.phone-logo .logo {
		width: 320px;
	}
}
@media screen and (max-width: 767px) {

	header.lp-header {
		width: 280px;
	}
	header.lp-header .logo {
		text-align: center;
	}
	header.lp-header .logo,
	header.lp-header .phone {
		float: none;
		width: 100% !important;
	}
	header.lp-header .icon {
		display: none;
	}
	header.lp-header table {
		margin: 0 auto;
		text-align: center;
	}
	header.lp-header table ul {
		margin: 0 auto;
	}
	

}

@media only screen and (max-width: 768px){
	div.fs-teaser > div.resp-teaser-content, 
	div.resp-teaser > div.resp-teaser-content {
		float: none;
		margin: 0;
		max-width: none;
		position: relative;
	}
	
}





//***********************************************************************************************
//******************** header ende **********************************************
//***********************************************************************************************