.clearfix::before, .clearfix::after { clear: both; content: ''; display: block; }

.landing-page img {
	max-width: 100%;
}
.landing-page ul {
	list-style: initial;
}

/* 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;
}
.landing_page_elm {
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
	padding-top: 20px;
}
.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: none;
	box-shadow: none;
	text-align: center;
}
.landing_page_elm .slide-btn a, .fullscreen-teaser .slide-btn a {
	display: block;
	height: auto;
	padding: 10px;
	border-radius: 4px;
}
.landing_page_elm .slide-btn a:hover, .fullscreen-teaser .slide-btn a:hover {
}

/*** 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: #3d1200;
	border-radius: 4px;
	color: #fff;
	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: #214275;
}
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;
	}
}

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

.tlp-trigger {
	cursor: pointer;
}
.tlp-overlay {
	background-color: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000000;
}
.tlp-overlay-container {
	height: 100%;
	margin: 0 auto;
	max-width: 720px;
	position: relative;
}
.tlp-overlay-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 39px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 2;
}
.tlp-overlay-body {
	background-color: #f4f4f4;
	bottom: 20px;
	box-sizing: border-box;
	overflow: auto;
	position: absolute;
	top: 60px;
	width: 100%;
}
.tlp-overlay-title {
	border: 0 none;
	font-size: 22px;
	line-height: 1;
	margin: 8px 20px 0;
	padding: 0;
}
.tlp-overlay-body-content {
	padding: 20px;
}
.tlp-overlay-close-button {
	background: rgba(0,0,0,0.03);
	border: 0 none;
	border-left: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	height: 100%;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
}
.tlp-overlay-close-button:hover {
	background: rgba(0,0,0,0.1);
	padding-right: 30px;
}
.tlp-overlay-close-button:focus {
	outline: 0 none;
}

/*** Loginpage ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tlp-loginpage-container.default {
	background-color: #eee;
	bottom: 0;
	display: flex;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
#tlp-loginpage-container.default #tlp-loginpage-contents {
	margin: auto;
}
#tlp-loginpage-container.default #tlp-loginpage-inner {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	font-family: sans-serif;
	margin: 20px;
	padding: 20px;
}
#tlp-loginpage-container.default p:first-child {
	margin-top: 0;
}
#tlp-loginpage-container.default p:last-child {
	margin-bottom: 0;
}
