.header {
	margin-bottom: 70px;
}

.headerTop {
	max-width: 1180px;
	margin: 0 auto;
	font-family: 'Open Sans';
	font-size: 13px;
}

.headerTop ul.left {
	list-style: none;
	padding: 0;
}

.headerTop ul.left li {
	display: inline-block;
	vertical-align: top;
}

.headerTop ul.left li span {
	font-weight: 600;
}

.headerBodyWrapper {
	background: #f2f1ef;
	padding-top: 20px;
}

.headerBody {
	clear: both;
	max-width: 1180px;
	margin: 0 auto;
	font-family: 'Sansation';
	font-weight: 300;
	font-size: 20px;
}

.headerLogo img {
	max-width: 250px;
}

/** SEARCH FORM **/
#searchformContainer {
display: inline-block;
text-align: right;
vertical-align: top;
line-height: 63px;
float: right;
}

#searchform {
border-radius: 3px;
padding: 0;
}

#searchText {
background-color: #fff;
border: 1px solid #d5d5d5;
border-right: none;
margin: 0;
width:250px;
height: 41px;
color: #333;
padding-left: 10px;
	font-size: 14px;
	font-family: 'Sansation';
	font-weight: 300;
}
::-webkit-input-placeholder {
color:#ccc;
}
:-moz-placeholder {
color:#ccc;
}
::-moz-placeholder {
color:#ccc;
}
:-ms-input-placeholder {
color:#ccc;
}
#searchButton {
display: inline-block;
padding: 8px 15px;
margin: 0;
margin-left:-4px;
margin-top:0;
height: 45px;
vertical-align: top;
border: 0px solid #ddd;
border-left: none;
border-left: 1px solid #d5d5d5;
background-image: linear-gradient(#A8C44B 0%, #84AD0F 100%);
color: #fff;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#searchButton:hover {
cursor: pointer;
}

#searchButton i {
color: #fff;
	font-size: 14px;
}

#searchButton:hover {
background-color: #666;
color: #207cca;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

#searchButton:hover i{
color: #ebebeb;
}

#searchText:focus,
#searchButton:focus {
outline: none;
}

.bodyWrapper {
	width: 1180px;
	margin: 0 auto;
	font-family: 'Open Sans';
}

.cl-start-banners {
	text-align: center;
}

.cl-start-banners h2 {
	font-family: 'Sansation';
	font-weight: 300;
	font-size: 32px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
}

.h2linethrough {
	display: table;
	white-space: nowrap;
}

.h2linethrough:before,
.h2linethrough:after {
	border-top: 1px solid #e4DFD9;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.5em;
	width: 45%;
}

.h2linethrough:before {
	right: 1.5%;
}

.h2linethrough:after {
	left: 1.5%;
}

.cl-start-banners .banner {
	display: inline-block;
	max-width: 49%;
	vertical-align: bottom;
	margin-right: -4px;
}

.cl-start-banners .banner img {
	max-width: 100%;
}

.cl-start-banners .row2 {
	margin-top: 10px;
}

.cl-start-banners .row2 .banner {
	max-width: 100%;
}

.cl-start-banners .row2 .banner img {
	max-height: 290px;
}

#b1,
#b3 {
	padding-right: 1%;
}

#b2,
#b4 {
	padding-left: 1%;
}

#products {
	margin: 40px 0;
}


/*** KATEGORIE-SEITEN ***/

.cl-start-banners .catBannerContainer {}

.cl-start-banners .catBannerContainer .catBanner {
	width: 61%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5%;
}

.cl-start-banners .catBannerContainer .catBanner img {
	max-width: 100%;
}

.cl-start-banners .catBannerContainer .catBannerText {
	width: 34%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	text-align: left;
	border: 1px solid #e4dfd9;
	padding: 14px 16px;
}

.cl-start-banners .catBannerContainer .catBannerText h3 {
	margin-top: 0;
	font-weight: 300;
	padding: 0;
	color: #333;
	font-style: normal;
	font-family: "Sansation", "Open Sans", "Arial", sans-serif;
	font-size: 20px;
}

.cl-start-banners .catBannerContainer .catBannerText p {
	color: rgb(79, 79, 79);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 2px;
}

.promotion-area {
	background: #F4F2F0;
	border: 1px solid #E4DFD9;
	padding: 50px 30px;
	text-align: center;
	margin: 60px auto;
}

.promotion-area h2 {
	font-family: 'Sansation';
	font-weight: 300;
	font-size: 32px;
	color: #666666;
	text-align: center;
	margin-top: 0;
	margin-bottom: 45px;
}

.promotion-area h2 span {
	color: #89B40F;
}

.promotion-area .content {
	margin: 0 auto;
}

.promotion-area .content img {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	border: #E4DFD9;
}

.promotion-area .content .text {
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	width: 70%;
	text-align: left;
	line-height: 1.5;
}

.promotion-area .content .text p {
	font-size: 16px;
	color: #4F4F4F;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4DFD9;
}

.promotion-area .content .text ul {
	padding-left: 20px;
	font-size: 15px;
	margin: 0;
	color: #4F4F4F;
}

.promotion-area .content .text ul li {
	margin-bottom: 20px;
}

.promoButton,
.promoButton:link,
.promoButton:visited {
	display: block;
	width: 150px;
	height: 45px;
	border: 2px solid #89B40F;
	line-height: 45px;
	text-align: center;
	background: #89B40F;
	background-image: linear-gradient(#A8C44B 0%, #84AD0F 100%);
	color: #fff;
	margin-top: 25px;
	border-radius: 5px;
	font-weight: 300;
	font-family: 'Sansation';
	margin-left: 20px;
	text-decoration: none;
	transition: 0.2s all;
}

.promoButton:hover {
	background: #B7D848;
	background-image: linear-gradient(#B7D848 0%, #84AD0F 100%);
	transition: 0.2s all;
}

.footer {}

.serviceSupport {
	margin-bottom: 25px;
}

.serviceSupport h2 {
	font-family: 'Sansation';
	font-weight: 300;
	font-size: 32px;
	color: #666666;
	text-align: center;
}

.serviceSupport .banner {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 1%;
	margin-right: -4px;
}

.serviceSupport #contactBanner {
	padding: 0 0 0 1%;
}

.serviceSupport .banner img {
	max-width: 100%;
}

.serviceSupport .banner .contact img {
	max-width: 122px;
}

.serviceSupport .banner .contact {
	background: #89B40F;
	color: #fff;
	font-family: 'Sansation';
	font-weight: 300;
	padding: 43px 45px 40px 45px;
}

.serviceSupport .banner .contact h3 {
	font-weight: 300;
	font-size: 29px;
	margin-bottom: 0;
}

.serviceSupport .banner .contact p {
	margin-top: 0;
	line-height: 1.5;
}

.circle-icon {
	background: white;
	padding: 30px;
	border-radius: 400px;
	display: inline-block;
	line-height: 1;
	opacity: 0.5;
	font-size: 67px;
}

.circle-icon i {
	color: #89B40F;
}

.shopText {
	background: #fafafa;
	text-align: center;
	padding: 60px 0px;
}

.shopText h3 {
	font-family: 'Sansation';
	font-weight: 300;
	font-size: 32px;
	color: #666666;
	text-align: center;
	margin-top: 0;
}

.shopText h3 span {
	color: #88b300;
}

.shopText p {
	font-family: 'Open Sans';
	font-size: '16px';
	color: #4F4F4F;
	max-width: 860px;
	margin: 0 auto 30px auto;
}

.shopText img {
	max-width: 300px;
}


/*** TEAMSEITE ***/

#DIV_1 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: inline-block;
	text-align: left;
	text-rendering: optimizeLegibility;
	vertical-align: top;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 3906.3px;
	transform-origin: 580px 3906.3px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_1*/

#DIV_2 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 396px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 198px;
	transform-origin: 590px 198px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_2*/

#DIV_3 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 396px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 198px;
	transform-origin: 590px 198px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_3*/

#DIV_4 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 232px;
	left: 0px;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 116px;
	transform-origin: 580px 116px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_4*/

#DIV_4:after {
	clear: both;
	color: rgb(79, 79, 79);
	height: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: auto;
	column-rule-color: rgb(79, 79, 79);
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_4:after*/

#IMG_5 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	float: left;
	height: 232px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 116px;
	transform-origin: 580px 116px;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_5*/

#IMG_5:after {
	clear: both;
	color: rgb(79, 79, 79);
	display: block;
	height: 232px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 116px;
	transform-origin: 580px 116px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_5:after*/

#DIV_6 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: inline-block;
	height: 144px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 72px;
	transform-origin: 580px 72px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_6*/

#DIV_7 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 323.969px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 161.984px 32px;
	transform-origin: 161.984px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_7*/

#DIV_8 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 66px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1096px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 548px 33px;
	transform-origin: 548px 33px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_8*/

#DIV_9 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 396px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 198px;
	transform-origin: 0px 198px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_9*/

#DIV_10 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 383.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 191.891px;
	transform-origin: 590px 191.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_10*/

#DIV_11,
#DIV_29 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 383.797px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 590px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 295px 191.891px;
	transform-origin: 295px 191.891px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_11, #DIV_29*/

#DIV_12,
#DIV_30 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 363.797px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 570px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 285px 181.891px;
	transform-origin: 285px 181.891px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_12, #DIV_30*/

#DIV_13,
#DIV_31,
#DIV_354 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 168.656px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 84.3281px 0px;
	transform-origin: 84.3281px 0px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_13, #DIV_31, #DIV_354*/

#IMG_14,
#IMG_32 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 330px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -52.5px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_14, #IMG_32*/

#DIV_15 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 299.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 333.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 166.969px 149.891px;
	transform-origin: 166.969px 149.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_15*/

#DIV_16,
#DIV_34,
#DIV_357 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 37px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 150.969px 18.5px;
	transform-origin: 150.969px 18.5px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_16, #DIV_34, #DIV_357*/

#DIV_17,
#DIV_35,
#DIV_358 {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	height: 37px;
	letter-spacing: -1.28px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(51, 51, 51);
	perspective-origin: 150.969px 18.5px;
	transform-origin: 150.969px 18.5px;
	border: 0px none rgb(51, 51, 51);
	font: normal normal 300 normal 32px / normal Sansation, "Open Sans", Arial, sans-serif;
	margin: 0px 0px 28.8px;
	outline: rgb(51, 51, 51) none 0px;
}


/*#DIV_17, #DIV_35, #DIV_358*/

#DIV_18 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 226px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 150.969px 113px;
	transform-origin: 150.969px 113px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_18*/

#P_19 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 154px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 150.969px 77px;
	transform-origin: 150.969px 77px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_19*/

#BR_20,
#BR_38,
#BR_120,
#BR_122,
#BR_171,
#BR_204,
#BR_211,
#BR_301 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(136, 136, 136);
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#BR_20, #BR_38, #BR_120, #BR_122, #BR_171, #BR_204, #BR_211, #BR_301*/

#DIV_21,
#DIV_40,
#DIV_361 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 56px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 150.969px 28px;
	transform-origin: 150.969px 28px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	margin: 16px 0px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_21, #DIV_40, #DIV_361*/

#P_22,
#P_25,
#P_41,
#P_44,
#P_362,
#P_365 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 24px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 150.969px 12px;
	transform-origin: 150.969px 12px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_22, #P_25, #P_41, #P_44, #P_362, #P_365*/

#SPAN_23,
#SPAN_42,
#SPAN_72,
#SPAN_91,
#SPAN_125,
#SPAN_144,
#SPAN_175,
#SPAN_194,
#SPAN_223,
#SPAN_242,
#SPAN_272,
#SPAN_291,
#SPAN_319,
#SPAN_338,
#SPAN_363,
#SPAN_382 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	text-align: left;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	column-rule-color: rgb(137, 180, 15);
	border: 0px none rgb(137, 180, 15);
	font: normal normal 300 normal 20.8px / normal Sansation, "Open Sans", Arial, sans-serif;
	margin: 20.8px 20.8px 16.64px 0px;
	outline: rgb(137, 180, 15) none 0px;
}


/*#SPAN_23, #SPAN_42, #SPAN_72, #SPAN_91, #SPAN_125, #SPAN_144, #SPAN_175, #SPAN_194, #SPAN_223, #SPAN_242, #SPAN_272, #SPAN_291, #SPAN_319, #SPAN_338, #SPAN_363, #SPAN_382*/

#I_24,
#I_43,
#I_73,
#I_92,
#I_126,
#I_145,
#I_176,
#I_195,
#I_224,
#I_243,
#I_273,
#I_292,
#I_320,
#I_339,
#I_364,
#I_383 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	text-align: left;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	column-rule-color: rgb(137, 180, 15);
	border: 0px none rgb(137, 180, 15);
	font: italic normal 300 normal 20.8px / normal Sansation, "Open Sans", Arial, sans-serif;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_24, #I_43, #I_73, #I_92, #I_126, #I_145, #I_176, #I_195, #I_224, #I_243, #I_273, #I_292, #I_320, #I_339, #I_364, #I_383*/

#I_24:before,
#I_43:before,
#I_73:before,
#I_92:before,
#I_126:before,
#I_145:before,
#I_176:before,
#I_195:before,
#I_224:before,
#I_243:before,
#I_273:before,
#I_292:before,
#I_320:before,
#I_339:before,
#I_364:before,
#I_383:before {
	color: rgb(137, 180, 15);
	content: '';
	display: inline-block;
	height: 20px;
	speak: none;
	text-align: left;
	white-space: nowrap;
	width: 14.3125px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 7.15625px 10px;
	transform-origin: 7.15625px 10px;
	border: 0px none rgb(137, 180, 15);
	font: normal normal normal normal 20.8px / 20.8px Ionicons;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_24:before, #I_43:before, #I_73:before, #I_92:before, #I_126:before, #I_145:before, #I_176:before, #I_195:before, #I_224:before, #I_243:before, #I_273:before, #I_292:before, #I_320:before, #I_339:before, #I_364:before, #I_383:before*/

#SPAN_26,
#SPAN_45,
#SPAN_75,
#SPAN_94,
#SPAN_128,
#SPAN_147,
#SPAN_178,
#SPAN_197,
#SPAN_226,
#SPAN_245,
#SPAN_275,
#SPAN_294,
#SPAN_322,
#SPAN_341,
#SPAN_366,
#SPAN_385 {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	text-align: left;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	column-rule-color: rgb(51, 51, 51);
	border: 0px none rgb(51, 51, 51);
	font: normal normal 300 normal 20.8px / normal Sansation, "Open Sans", Arial, sans-serif;
	margin: 20.8px 0px 16.64px;
	outline: rgb(51, 51, 51) none 0px;
}


/*#SPAN_26, #SPAN_45, #SPAN_75, #SPAN_94, #SPAN_128, #SPAN_147, #SPAN_178, #SPAN_197, #SPAN_226, #SPAN_245, #SPAN_275, #SPAN_294, #SPAN_322, #SPAN_341, #SPAN_366, #SPAN_385*/

#I_27,
#I_46,
#I_76,
#I_95,
#I_129,
#I_148,
#I_179,
#I_198,
#I_227,
#I_246,
#I_276,
#I_295,
#I_323,
#I_342,
#I_367,
#I_386 {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	text-align: left;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	column-rule-color: rgb(51, 51, 51);
	border: 0px none rgb(51, 51, 51);
	font: italic normal 300 normal 20.8px / normal Sansation, "Open Sans", Arial, sans-serif;
	outline: rgb(51, 51, 51) none 0px;
}


/*#I_27, #I_46, #I_76, #I_95, #I_129, #I_148, #I_179, #I_198, #I_227, #I_246, #I_276, #I_295, #I_323, #I_342, #I_367, #I_386*/

#I_27:before,
#I_46:before,
#I_76:before,
#I_95:before,
#I_129:before,
#I_148:before,
#I_179:before,
#I_198:before,
#I_227:before,
#I_246:before,
#I_276:before,
#I_295:before,
#I_323:before,
#I_342:before,
#I_367:before,
#I_386:before {
	color: rgb(51, 51, 51);
	content: '';
	display: inline-block;
	height: 20px;
	speak: none;
	text-align: left;
	white-space: nowrap;
	width: 15.6094px;
	column-rule-color: rgb(51, 51, 51);
	perspective-origin: 7.79688px 10px;
	transform-origin: 7.79688px 10px;
	border: 0px none rgb(51, 51, 51);
	font: normal normal normal normal 20.8px / 20.8px Ionicons;
	outline: rgb(51, 51, 51) none 0px;
}


/*#I_27:before, #I_46:before, #I_76:before, #I_95:before, #I_129:before, #I_148:before, #I_179:before, #I_198:before, #I_227:before, #I_246:before, #I_276:before, #I_295:before, #I_323:before, #I_342:before, #I_367:before, #I_386:before*/

#A_28,
#A_47,
#A_77,
#A_96,
#A_130,
#A_149,
#A_180,
#A_199,
#A_228,
#A_247,
#A_277,
#A_296,
#A_324,
#A_343,
#A_368,
#A_387 {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	column-rule-color: rgb(51, 51, 51);
	border: 0px none rgb(51, 51, 51);
	font: normal normal 300 normal 20.8px / normal Sansation, "Open Sans", Arial, sans-serif;
	outline: rgb(51, 51, 51) none 0px;
}


/*#A_28, #A_47, #A_77, #A_96, #A_130, #A_149, #A_180, #A_199, #A_228, #A_247, #A_277, #A_296, #A_324, #A_343, #A_368, #A_387*/

#DIV_33 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 255.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 333.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 166.969px 127.891px;
	transform-origin: 166.969px 127.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_33*/

#DIV_36 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 182px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 150.969px 91px;
	transform-origin: 150.969px 91px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_36*/

#P_37 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 110px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 150.969px 55px;
	transform-origin: 150.969px 55px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_37*/

#BR_39,
#BR_121,
#BR_172,
#BR_302 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(136, 136, 136);
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#BR_39, #BR_121, #BR_172, #BR_302*/

#DIV_48 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 383.797px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 191.891px;
	transform-origin: 0px 191.891px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_48*/

#DIV_49 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 560px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 280px;
	transform-origin: 590px 280px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_49*/

#DIV_50 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 560px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 280px;
	transform-origin: 590px 280px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_50*/

#DIV_51 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 540px;
	left: 0px;
	min-height: auto;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 270px;
	transform-origin: 580px 270px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_51*/

#DIV_51:after {
	clear: both;
	color: rgb(79, 79, 79);
	height: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: auto;
	column-rule-color: rgb(79, 79, 79);
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_51:after*/

#DIV_52 {
	background-position: 50% 100%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 540px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 270px;
	transform-origin: 580px 270px;
	background: rgba(0, 0, 0, 0) url("https://www.click-licht.de/bilder/kk_dropper_uploads/cl_building.jpg") no-repeat scroll 50% 100% / cover padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_52*/

#DIV_53 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 81px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 459px;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 40.5px;
	transform-origin: 580px 40.5px;
	background: rgba(238, 238, 238, 0.882353) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 0 0 2px 2px;
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 24px;
}


/*#DIV_53*/

#DIV_54 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 33px;
	letter-spacing: -1.152px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1112px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 556px 16.5px;
	transform-origin: 556px 16.5px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 28.8px / normal Sansation;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_54*/

#DIV_54:after {
	color: rgb(79, 79, 79);
	display: none;
	height: 33px;
	letter-spacing: -1.152px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1112px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 556px 16.5px;
	transform-origin: 556px 16.5px;
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 8px solid rgb(137, 180, 15);
	font: normal normal 300 normal 28.8px / normal Sansation;
	margin: 0px 0px 0px 14.4px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_54:after*/

#DIV_55 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 560px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 280px;
	transform-origin: 0px 280px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_55*/

#DIV_56,
#DIV_206 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 392px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 196px;
	transform-origin: 590px 196px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_56, #DIV_206*/

#DIV_57,
#DIV_207 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 392px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 196px;
	transform-origin: 245.828px 196px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_57, #DIV_207*/

#DIV_58,
#DIV_208 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 372px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 186px;
	transform-origin: 235.828px 186px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_58, #DIV_208*/

#DIV_59 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 133.891px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 66.9375px 32px;
	transform-origin: 66.9375px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_59*/

#DIV_60,
#DIV_210 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 308px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 154px;
	transform-origin: 203.828px 154px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_60, #DIV_210*/

#DIV_61,
#DIV_212 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 392px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 196px;
	transform-origin: 344.172px 196px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_61, #DIV_212*/

#DIV_62,
#DIV_213 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 372px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 186px;
	transform-origin: 334.172px 186px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_62, #DIV_213*/

#DIV_63,
#DIV_82,
#DIV_113,
#DIV_135,
#DIV_164,
#DIV_185,
#DIV_214,
#DIV_233,
#DIV_263,
#DIV_282,
#DIV_310,
#DIV_329,
#DIV_373 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 201.438px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 100.719px 0px;
	transform-origin: 100.719px 0px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_63, #DIV_82, #DIV_113, #DIV_135, #DIV_164, #DIV_185, #DIV_214, #DIV_233, #DIV_263, #DIV_282, #DIV_310, #DIV_329, #DIV_373*/

#IMG_64,
#IMG_215 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -44.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_64, #IMG_215*/

#DIV_65,
#DIV_265 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 255.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 398.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 199.422px 127.891px;
	transform-origin: 199.422px 127.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_65, #DIV_265*/

#DIV_66,
#DIV_85,
#DIV_116,
#DIV_138,
#DIV_167,
#DIV_188,
#DIV_217,
#DIV_236,
#DIV_266,
#DIV_285,
#DIV_313,
#DIV_332,
#DIV_376 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 37px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 18.5px;
	transform-origin: 183.422px 18.5px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_66, #DIV_85, #DIV_116, #DIV_138, #DIV_167, #DIV_188, #DIV_217, #DIV_236, #DIV_266, #DIV_285, #DIV_313, #DIV_332, #DIV_376*/

#DIV_67,
#DIV_86,
#DIV_117,
#DIV_139,
#DIV_168,
#DIV_189,
#DIV_218,
#DIV_237,
#DIV_267,
#DIV_286,
#DIV_314,
#DIV_333,
#DIV_377 {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	height: 37px;
	letter-spacing: -1.28px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(51, 51, 51);
	perspective-origin: 183.422px 18.5px;
	transform-origin: 183.422px 18.5px;
	border: 0px none rgb(51, 51, 51);
	font: normal normal 300 normal 32px / normal Sansation, "Open Sans", Arial, sans-serif;
	margin: 0px 0px 28.8px;
	outline: rgb(51, 51, 51) none 0px;
}


/*#DIV_67, #DIV_86, #DIV_117, #DIV_139, #DIV_168, #DIV_189, #DIV_218, #DIV_237, #DIV_267, #DIV_286, #DIV_314, #DIV_333, #DIV_377*/

#DIV_68,
#DIV_268 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 182px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 91px;
	transform-origin: 183.422px 91px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_68, #DIV_268*/

#P_69,
#P_269 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 110px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 55px;
	transform-origin: 183.422px 55px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_69, #P_269*/

#DIV_70,
#DIV_89,
#DIV_123,
#DIV_142,
#DIV_173,
#DIV_192,
#DIV_221,
#DIV_240,
#DIV_270,
#DIV_289,
#DIV_317,
#DIV_336,
#DIV_380 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 56px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 28px;
	transform-origin: 183.422px 28px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	margin: 16px 0px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_70, #DIV_89, #DIV_123, #DIV_142, #DIV_173, #DIV_192, #DIV_221, #DIV_240, #DIV_270, #DIV_289, #DIV_317, #DIV_336, #DIV_380*/

#P_71,
#P_74,
#P_90,
#P_124,
#P_143,
#P_174,
#P_193,
#P_222,
#P_241,
#P_271,
#P_290,
#P_318,
#P_337,
#P_381 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 24px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 12px;
	transform-origin: 183.422px 12px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_71, #P_74, #P_90, #P_124, #P_143, #P_174, #P_193, #P_222, #P_241, #P_271, #P_290, #P_318, #P_337, #P_381*/

#DIV_78,
#DIV_229 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 392px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 196px;
	transform-origin: 0px 196px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_78, #DIV_229*/

#DIV_79,
#DIV_132,
#DIV_304,
#DIV_326,
#DIV_348 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 420px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 210px;
	transform-origin: 590px 210px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_79, #DIV_132, #DIV_304, #DIV_326, #DIV_348*/

#DIV_80,
#DIV_133,
#DIV_308,
#DIV_327 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 420px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 210px;
	transform-origin: 344.172px 210px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_80, #DIV_133, #DIV_308, #DIV_327*/

#DIV_81,
#DIV_134,
#DIV_309,
#DIV_328 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 200px;
	transform-origin: 334.172px 200px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_81, #DIV_134, #DIV_309, #DIV_328*/

#IMG_83,
#IMG_136,
#IMG_311,
#IMG_330 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -16.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_83, #IMG_136, #IMG_311, #IMG_330*/

#DIV_84,
#DIV_166 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 321.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 398.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 199.422px 160.891px;
	transform-origin: 199.422px 160.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_84, #DIV_166*/

#DIV_87,
#DIV_169 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 248px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 124px;
	transform-origin: 183.422px 124px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_87, #DIV_169*/

#P_88,
#P_170 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 176px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 88px;
	transform-origin: 183.422px 88px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_88, #P_170*/

#P_93,
#P_127,
#P_146,
#P_177,
#P_196,
#P_225,
#P_244,
#P_274,
#P_293,
#P_321,
#P_340,
#P_384 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 24px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 12px;
	transform-origin: 183.422px 12px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_93, #P_127, #P_146, #P_177, #P_196, #P_225, #P_244, #P_274, #P_293, #P_321, #P_340, #P_384*/

#DIV_97,
#DIV_150,
#DIV_305,
#DIV_344 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 420px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 210px;
	transform-origin: 245.828px 210px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_97, #DIV_150, #DIV_305, #DIV_344*/

#DIV_98,
#DIV_151,
#DIV_306,
#DIV_345 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	min-height: auto;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 200px;
	transform-origin: 235.828px 200px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_98, #DIV_151, #DIV_306, #DIV_345*/

#DIV_98:after,
#DIV_151:after,
#DIV_306:after,
#DIV_345:after {
	clear: both;
	color: rgb(79, 79, 79);
	height: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: auto;
	column-rule-color: rgb(79, 79, 79);
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_98:after, #DIV_151:after, #DIV_306:after, #DIV_345:after*/

#DIV_99 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 200px;
	transform-origin: 235.828px 200px;
	background: rgba(0, 0, 0, 0) url("https://www.click-licht.de/bilder/kk_dropper_uploads/Fotostudio_click-licht.jpg") no-repeat scroll 50% 50% / cover padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_99*/

#DIV_100,
#DIV_153,
#DIV_325,
#DIV_347,
#DIV_369 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 420px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 210px;
	transform-origin: 0px 210px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_100, #DIV_153, #DIV_325, #DIV_347, #DIV_369*/

#DIV_101,
#DIV_182 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 370px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 185px;
	transform-origin: 590px 185px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_101, #DIV_182*/

#DIV_102 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 370px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 185px;
	transform-origin: 590px 185px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_102*/

#DIV_103 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 350px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 175px;
	transform-origin: 580px 175px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_103*/

#IFRAME_104 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 350px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1160px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 580px 175px;
	transform-origin: 580px 175px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IFRAME_104*/

#DIV_105,
#DIV_205 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 370px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 185px;
	transform-origin: 0px 185px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_105, #DIV_205*/

#DIV_106 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 414px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 207px;
	transform-origin: 590px 207px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_106*/

#DIV_107 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 414px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 207px;
	transform-origin: 245.828px 207px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_107*/

#DIV_108 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 394px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 197px;
	transform-origin: 235.828px 197px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_108*/

#DIV_109 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 130.609px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 65.2969px 32px;
	transform-origin: 65.2969px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_109*/

#DIV_110 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 330px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 165px;
	transform-origin: 203.828px 165px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_110*/

#DIV_111 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 414px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 207px;
	transform-origin: 344.172px 207px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_111*/

#DIV_112 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 394px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 197px;
	transform-origin: 334.172px 197px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_112*/

#IMG_114 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -22.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_114*/

#DIV_115,
#DIV_216 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 299.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 398.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 199.422px 149.891px;
	transform-origin: 199.422px 149.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_115, #DIV_216*/

#DIV_118,
#DIV_219 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 226px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 113px;
	transform-origin: 183.422px 113px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_118, #DIV_219*/

#P_119,
#P_220 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 154px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 77px;
	transform-origin: 183.422px 77px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_119, #P_220*/

#DIV_131 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 414px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 207px;
	transform-origin: 0px 207px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_131*/

#DIV_137,
#DIV_284,
#DIV_312 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 277.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 398.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 199.422px 138.891px;
	transform-origin: 199.422px 138.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_137, #DIV_284, #DIV_312*/

#DIV_140,
#DIV_287,
#DIV_315 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 204px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 102px;
	transform-origin: 183.422px 102px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_140, #DIV_287, #DIV_315*/

#P_141,
#P_288,
#P_316 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 132px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 66px;
	transform-origin: 183.422px 66px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_141, #P_288, #P_316*/

#DIV_152 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 200px;
	transform-origin: 235.828px 200px;
	background: rgba(0, 0, 0, 0) url("https://www.click-licht.de/bilder/kk_dropper_uploads/141114-Click-Recklinghausen-84.jpg") no-repeat scroll 50% 50% / cover padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_152*/

#DIV_154 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 424px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 212px;
	transform-origin: 590px 212px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_154*/

#DIV_155 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 424px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 212px;
	transform-origin: 245.828px 212px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_155*/

#DIV_156 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 404px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 202px;
	transform-origin: 235.828px 202px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_156*/

#DIV_157 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 132.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 66.4688px 32px;
	transform-origin: 66.4688px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_157*/

#DIV_158 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 324px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 162px;
	transform-origin: 203.828px 162px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_158*/

#P_159,
#P_161,
#P_258 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 88px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 44px;
	transform-origin: 203.828px 44px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_159, #P_161, #P_258*/

#P_160,
#P_257 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 132px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 66px;
	transform-origin: 203.828px 66px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_160, #P_257*/

#DIV_162 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 424px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 212px;
	transform-origin: 344.172px 212px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_162*/

#DIV_163 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 404px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 202px;
	transform-origin: 334.172px 202px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_163*/

#IMG_165 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -12.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_165*/

#DIV_181 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 424px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 212px;
	transform-origin: 0px 212px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_181*/

#DIV_183 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 370px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 185px;
	transform-origin: 344.172px 185px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_183*/

#DIV_184 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 350px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 175px;
	transform-origin: 334.172px 175px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_184*/

#IMG_186 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -66.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_186*/

#DIV_187,
#DIV_331,
#DIV_375 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 233.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 398.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 199.422px 116.891px;
	transform-origin: 199.422px 116.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_187, #DIV_331, #DIV_375*/

#DIV_190,
#DIV_334,
#DIV_378 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 160px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 80px;
	transform-origin: 183.422px 80px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_190, #DIV_334, #DIV_378*/

#P_191,
#P_335,
#P_379 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 88px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 44px;
	transform-origin: 183.422px 44px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_191, #P_335, #P_379*/

#DIV_200 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 370px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 185px;
	transform-origin: 245.828px 185px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_200*/

#DIV_201 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 350px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 175px;
	transform-origin: 235.828px 175px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_201*/

#DIV_202 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 139.984px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 69.9844px 32px;
	transform-origin: 69.9844px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_202*/

#DIV_203 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 286px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 143px;
	transform-origin: 203.828px 143px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_203*/

#DIV_209 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 158.891px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 79.4375px 32px;
	transform-origin: 79.4375px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_209*/

#DIV_230 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 427.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 213.891px;
	transform-origin: 590px 213.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_230*/

#DIV_231 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 427.797px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 213.891px;
	transform-origin: 344.172px 213.891px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_231*/

#DIV_232 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 407.797px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 203.891px;
	transform-origin: 334.172px 203.891px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_232*/

#IMG_234 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -8.5px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_234*/

#DIV_235 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 343.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 398.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 199.422px 171.891px;
	transform-origin: 199.422px 171.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_235*/

#DIV_238 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 270px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 183.422px 135px;
	transform-origin: 183.422px 135px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_238*/

#P_239 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 198px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 366.859px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183.422px 99px;
	transform-origin: 183.422px 99px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_239*/

#DIV_248 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 427.797px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 213.891px;
	transform-origin: 245.828px 213.891px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_248*/

#DIV_249 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 407.797px;
	left: 0px;
	min-height: auto;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 203.891px;
	transform-origin: 235.828px 203.891px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_249*/

#DIV_249:after {
	clear: both;
	color: rgb(79, 79, 79);
	height: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: auto;
	column-rule-color: rgb(79, 79, 79);
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 16px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_249:after*/

#DIV_250 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 407.797px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 203.891px;
	transform-origin: 235.828px 203.891px;
	background: rgba(0, 0, 0, 0) url("https://www.click-licht.de/bilder/kk_dropper_uploads/141114-Click-Recklinghausen-79.jpg") no-repeat scroll 50% 50% / cover padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_250*/

#DIV_251 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 427.797px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 213.891px;
	transform-origin: 0px 213.891px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_251*/

#DIV_252 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 380px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 190px;
	transform-origin: 590px 190px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_252*/

#DIV_253 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 380px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 190px;
	transform-origin: 245.828px 190px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_253*/

#DIV_254 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 360px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 180px;
	transform-origin: 235.828px 180px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_254*/

#DIV_255 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 160.141px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 80.0625px 32px;
	transform-origin: 80.0625px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_255*/

#DIV_256 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 280px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 140px;
	transform-origin: 203.828px 140px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_256*/

#STRONG_259 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(136, 136, 136);
	border: 0px none rgb(136, 136, 136);
	font: normal normal 600 normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#STRONG_259*/

#P_260 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 22px;
	transform-origin: 203.828px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_260*/

#DIV_261 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 380px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 190px;
	transform-origin: 344.172px 190px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_261*/

#DIV_262 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 360px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 180px;
	transform-origin: 334.172px 180px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_262*/

#IMG_264 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -56.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_264*/

#DIV_278 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 380px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 190px;
	transform-origin: 0px 190px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_278*/

#DIV_279 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 458px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 229px;
	transform-origin: 590px 229px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_279*/

#DIV_280 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 458px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 229px;
	transform-origin: 344.172px 229px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_280*/

#DIV_281 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 438px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 219px;
	transform-origin: 334.172px 219px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_281*/

#IMG_283 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 21.7031px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_283*/

#DIV_297 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 458px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 229px;
	transform-origin: 245.828px 229px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_297*/

#DIV_298 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 438px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 219px;
	transform-origin: 235.828px 219px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_298*/

#DIV_299 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 159.203px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 79.5938px 32px;
	transform-origin: 79.5938px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_299*/

#DIV_300 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 374px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 187px;
	transform-origin: 203.828px 187px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_300*/

#DIV_303 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 458px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 229px;
	transform-origin: 0px 229px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_303*/

#DIV_307 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 200px;
	transform-origin: 235.828px 200px;
	background: rgba(0, 0, 0, 0) url("https://www.click-licht.de/bilder/kk_dropper_uploads/141114-Click-Recklinghausen-59.jpg") no-repeat scroll 50% 50% / cover padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_307*/

#DIV_346 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 200px;
	transform-origin: 235.828px 200px;
	background: rgba(0, 0, 0, 0) url("https://www.click-licht.de/bilder/kk_dropper_uploads/141114-Click-Recklinghausen-56.jpg") no-repeat scroll 50% 50% / cover padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_346*/

#DIV_349 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 420px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 590px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 295px 210px;
	transform-origin: 295px 210px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_349*/

#DIV_350 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 570px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 285px 200px;
	transform-origin: 285px 200px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_350*/

#IFRAME_351 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 570px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 285px 200px;
	transform-origin: 285px 200px;
	border: 0px inset rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IFRAME_351*/

#DIV_352 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 420px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 590px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 295px 210px;
	transform-origin: 295px 210px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_352*/

#DIV_353 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 400px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 570px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 285px 200px;
	transform-origin: 285px 200px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_353*/

#IMG_355 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 330px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -16.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_355*/

#DIV_356 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: right;
	height: 233.797px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 333.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 166.969px 116.891px;
	transform-origin: 166.969px 116.891px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 0px 0px 0px 32px;
}


/*#DIV_356*/

#DIV_359 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 160px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 150.969px 80px;
	transform-origin: 150.969px 80px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_359*/

#P_360 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 88px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 301.953px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 150.969px 44px;
	transform-origin: 150.969px 44px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 8px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#P_360*/

#DIV_370 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 406px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 203px;
	transform-origin: 590px 203px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px 10px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_370*/

#DIV_371 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 406px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 688.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 344.172px 203px;
	transform-origin: 344.172px 203px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_371*/

#DIV_372 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 386px;
	left: 0px;
	min-height: 300px;
	min-width: auto;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 668.344px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 334.172px 193px;
	transform-origin: 334.172px 193px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_372*/

#IMG_374 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: block;
	height: 416.297px;
	left: -30px;
	max-width: 55%;
	min-width: 200px;
	position: absolute;
	right: 428.344px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: -30.2969px;
	width: 270px;
	z-index: 3;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 135px 208.141px;
	transform-origin: 135px 208.141px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IMG_374*/

#DIV_388 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 406px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 491.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 245.828px 203px;
	transform-origin: 245.828px 203px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_388*/

#DIV_389 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 386px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 471.672px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 235.828px 193px;
	transform-origin: 235.828px 193px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_389*/

#DIV_390 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	float: left;
	height: 64px;
	letter-spacing: -1.92px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 185.703px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 92.8438px 32px;
	transform-origin: 92.8438px 32px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal 300 normal 64px / 64px Sansation;
	margin: 0px 32px 16px 0px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_390*/

#DIV_391 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 322px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 161px;
	transform-origin: 203.828px 161px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_391*/

#HR_392 {
	box-sizing: border-box;
	clear: both;
	color: rgb(136, 136, 136);
	height: 1px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 407.672px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 203.828px 0.5px;
	transform-origin: 203.828px 0.5px;
	border-top: 0px none rgb(136, 136, 136);
	border-right: 0px none rgb(136, 136, 136);
	border-bottom: 1px solid rgb(228, 223, 217);
	border-left: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: 16px 0px;
	outline: rgb(136, 136, 136) none 0px;
}


/*#HR_392*/

#DIV_393 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: inline-block;
	height: 220px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 307px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 153.5px 110px;
	transform-origin: 153.5px 110px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_393*/

#DIV_394,
#DIV_397,
#DIV_400,
#DIV_403,
#DIV_406 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 307px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 153.5px 22px;
	transform-origin: 153.5px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_394, #DIV_397, #DIV_400, #DIV_403, #DIV_406*/

#I_395 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	vertical-align: middle;
	width: 28px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 14px 22px;
	transform-origin: 14px 22px;
	border: 0px none rgb(137, 180, 15);
	font: italic normal normal normal 32px / 44.8px "Open Sans", Arial, sans-serif;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_395*/

#I_395:before {
	color: rgb(137, 180, 15);
	content: '';
	display: inline-block;
	height: 32px;
	speak: none;
	text-align: left;
	width: 28px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 14px 16px;
	transform-origin: 14px 16px;
	border: 0px none rgb(137, 180, 15);
	font: normal normal normal normal 32px / 32px Ionicons;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_395:before*/

#DIV_396 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 263px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 131.5px 22px;
	transform-origin: 131.5px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	padding: 8px 8px 8px 16px;
}


/*#DIV_396*/

#I_398 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	vertical-align: middle;
	width: 22px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 11px 22px;
	transform-origin: 11px 22px;
	border: 0px none rgb(137, 180, 15);
	font: italic normal normal normal 32px / 44.8px "Open Sans", Arial, sans-serif;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_398*/

#I_398:before {
	color: rgb(137, 180, 15);
	content: '';
	display: inline-block;
	height: 32px;
	speak: none;
	text-align: left;
	width: 22px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 11px 16px;
	transform-origin: 11px 16px;
	border: 0px none rgb(137, 180, 15);
	font: normal normal normal normal 32px / 32px Ionicons;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_398:before*/

#DIV_399 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 285px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 142.5px 22px;
	transform-origin: 142.5px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	padding: 8px 8px 8px 16px;
}


/*#DIV_399*/

#I_401 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	vertical-align: middle;
	width: 20px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 10px 22px;
	transform-origin: 10px 22px;
	border: 0px none rgb(137, 180, 15);
	font: italic normal normal normal 32px / 44.8px "Open Sans", Arial, sans-serif;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_401*/

#I_401:before {
	color: rgb(137, 180, 15);
	content: '';
	display: inline-block;
	height: 32px;
	speak: none;
	text-align: left;
	width: 20px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 10px 16px;
	transform-origin: 10px 16px;
	border: 0px none rgb(137, 180, 15);
	font: normal normal normal normal 32px / 32px Ionicons;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_401:before*/

#DIV_402 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 131px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 65.5px 22px;
	transform-origin: 65.5px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	padding: 8px 8px 8px 16px;
}


/*#DIV_402*/

#I_404 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	vertical-align: middle;
	width: 28px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 14px 22px;
	transform-origin: 14px 22px;
	border: 0px none rgb(137, 180, 15);
	font: italic normal normal normal 32px / 44.8px "Open Sans", Arial, sans-serif;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_404*/

#I_404:before {
	color: rgb(137, 180, 15);
	content: '';
	display: inline-block;
	height: 32px;
	speak: none;
	text-align: left;
	width: 28px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 14px 16px;
	transform-origin: 14px 16px;
	border: 0px none rgb(137, 180, 15);
	font: normal normal normal normal 32px / 32px Ionicons;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_404:before*/

#DIV_405 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 231px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 115.5px 22px;
	transform-origin: 115.5px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	padding: 8px 8px 8px 16px;
}


/*#DIV_405*/

#I_407 {
	box-sizing: border-box;
	color: rgb(137, 180, 15);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	vertical-align: middle;
	width: 28px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 14px 22px;
	transform-origin: 14px 22px;
	border: 0px none rgb(137, 180, 15);
	font: italic normal normal normal 32px / 44.8px "Open Sans", Arial, sans-serif;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_407*/

#I_407:before {
	color: rgb(137, 180, 15);
	content: '';
	display: inline-block;
	height: 32px;
	speak: none;
	text-align: left;
	width: 28px;
	column-rule-color: rgb(137, 180, 15);
	perspective-origin: 14px 16px;
	transform-origin: 14px 16px;
	border: 0px none rgb(137, 180, 15);
	font: normal normal normal normal 32px / 32px Ionicons;
	outline: rgb(137, 180, 15) none 0px;
}


/*#I_407:before*/

#DIV_408 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: table-cell;
	height: 44px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 159px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 79.5px 22px;
	transform-origin: 79.5px 22px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	padding: 8px 8px 8px 16px;
}


/*#DIV_408*/

#DIV_409 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 406px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 203px;
	transform-origin: 0px 203px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_409*/

#DIV_410 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 339px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 1180px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 590px 169.5px;
	transform-origin: 590px 169.5px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	margin: 0px -10px;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_410*/

#DIV_411,
#DIV_414 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	display: flex;
	height: 339px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 590px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 295px 169.5px;
	transform-origin: 295px 169.5px;
	border: 0px none rgb(79, 79, 79);
	flex: 1 1 auto;
	flex-flow: column nowrap;
	font: normal normal normal normal 16px / 24px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 10px;
}


/*#DIV_411, #DIV_414*/

#DIV_412 {
	box-shadow: rgb(228, 226, 223) 0px 0px 0px 1px inset;
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 319px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 570px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 285px 159.5px;
	transform-origin: 285px 159.5px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 16px solid rgb(244, 242, 240);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 16px;
}


/*#DIV_412*/

#IFRAME_413 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 250px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 506px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 253px 125px;
	transform-origin: 253px 125px;
	border: 0px none rgb(79, 79, 79);
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#IFRAME_413*/

#DIV_415 {
	box-sizing: border-box;
	color: rgb(79, 79, 79);
	height: 319px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 570px;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 285px 159.5px;
	transform-origin: 285px 159.5px;
	background: rgb(244, 242, 240) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(79, 79, 79);
	border-radius: 2px 2px 2px 2px;
	flex: 1 1 auto;
	font: normal normal normal normal 16px / normal "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
	padding: 32px;
}


/*#DIV_415*/

#DIV_416 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 196px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 506px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 253px 98px;
	transform-origin: 253px 98px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_416*/

#DIV_417 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: inline-block;
	height: 196px;
	text-align: left;
	text-rendering: optimizeLegibility;
	width: 506px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 253px 98px;
	transform-origin: 253px 98px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_417*/

#DIV_418 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: inline-block;
	height: 191px;
	left: 0px;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 506px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 253px 95.5px;
	transform-origin: 253px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	padding: 0px 70px;
}


/*#DIV_418*/

#DIV_419 {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	height: 191px;
	left: 0px;
	position: relative;
	right: 0px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	outline: rgb(136, 136, 136) none 0px;
	overflow: hidden;
}


/*#DIV_419*/

#UL_420 {
	bottom: 191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	left: 0px;
	position: absolute;
	right: 366px;
	text-align: left;
	text-rendering: optimizeLegibility;
	top: 0px;
	white-space: nowrap;
	z-index: 0;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 0px 0px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transform-origin: 0px 0px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	margin: 0px;
	outline: rgb(136, 136, 136) none 0px;
	padding: 0px;
	transition: transform 0s ease-out 0s;
}


/*#UL_420*/

#LI_421 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 0px;
	position: absolute;
	right: -366px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_421*/

#A_422,
#A_427,
#A_432,
#A_437,
#A_442,
#A_447,
#A_452,
#A_457 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	cursor: pointer;
	display: inline-block;
	height: 191px;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
}


/*#A_422, #A_427, #A_432, #A_437, #A_442, #A_447, #A_452, #A_457*/

#DIV_423,
#DIV_428,
#DIV_433,
#DIV_438,
#DIV_443,
#DIV_448,
#DIV_453,
#DIV_458 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	cursor: pointer;
	height: 191px;
	text-align: center;
	text-rendering: optimizeLegibility;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_423, #DIV_428, #DIV_433, #DIV_438, #DIV_443, #DIV_448, #DIV_453, #DIV_458*/

#IMG_424,
#IMG_429,
#IMG_434,
#IMG_439,
#IMG_444,
#IMG_449,
#IMG_454,
#IMG_459 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	cursor: pointer;
	height: 186px;
	max-width: 100%;
	text-align: center;
	text-rendering: optimizeLegibility;
	width: 200px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 100px 93px;
	transform-origin: 100px 93px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
}


/*#IMG_424, #IMG_429, #IMG_434, #IMG_439, #IMG_444, #IMG_449, #IMG_454, #IMG_459*/

#DIV_425,
#DIV_430,
#DIV_435,
#DIV_440,
#DIV_445,
#DIV_450,
#DIV_455,
#DIV_460 {
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	cursor: pointer;
	text-align: center;
	text-rendering: optimizeLegibility;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 0px;
	transform-origin: 183px 0px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
}


/*#DIV_425, #DIV_430, #DIV_435, #DIV_440, #DIV_445, #DIV_450, #DIV_455, #DIV_460*/

#LI_426 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 366px;
	position: absolute;
	right: -732px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_426*/

#LI_431 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 732px;
	position: absolute;
	right: -1098px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_431*/

#LI_436 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 1098px;
	position: absolute;
	right: -1464px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_436*/

#LI_441 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 1464px;
	position: absolute;
	right: -1830px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_441*/

#LI_446 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 1830px;
	position: absolute;
	right: -2196px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_446*/

#LI_451 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 2196px;
	position: absolute;
	right: -2562px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_451*/

#LI_456 {
	bottom: -191px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	display: block;
	height: 191px;
	left: 2562px;
	position: absolute;
	right: -2928px;
	text-align: center;
	text-rendering: optimizeLegibility;
	top: 0px;
	width: 366px;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 183px 95.5px;
	transform-origin: 183px 95.5px;
	border: 0px none rgb(136, 136, 136);
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	list-style: none outside none;
	outline: rgb(136, 136, 136) none 0px;
	transition: none 0s ease 0s;
}


/*#LI_456*/

#DIV_461 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	cursor: pointer;
	height: 100px;
	left: 0px;
	opacity: 0.15;
	position: absolute;
	right: 446px;
	text-align: left;
	text-indent: -9999px;
	text-rendering: optimizeLegibility;
	top: 95.5px;
	width: 60px;
	z-index: 0;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 30px 50px;
	transform-origin: 30px 50px;
	background: rgb(213, 210, 207) url("https://www.click-licht.de/templates/CL-Next/themes/clnext/images/cl-slider-prev.png") no-repeat scroll 50% 50% / 20px padding-box border-box;
	border: 0px none rgb(136, 136, 136);
	border-radius: 3px 3px 3px 3px;
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: -50px 0px 0px;
	outline: rgb(136, 136, 136) none 0px;
	transition: opacity 0.3s ease 0s;
}


/*#DIV_461*/

#DIV_462 {
	background-position: 50% 50%;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(136, 136, 136);
	cursor: pointer;
	height: 100px;
	left: 446px;
	opacity: 0.5;
	position: absolute;
	right: 0px;
	text-align: left;
	text-indent: -9999px;
	text-rendering: optimizeLegibility;
	top: 95.5px;
	width: 60px;
	z-index: 0;
	column-rule-color: rgb(136, 136, 136);
	perspective-origin: 30px 50px;
	transform-origin: 30px 50px;
	background: rgb(213, 210, 207) url("https://www.click-licht.de/templates/CL-Next/themes/clnext/images/cl-slider-next.png") no-repeat scroll 50% 50% / 20px padding-box border-box;
	border: 0px none rgb(136, 136, 136);
	border-radius: 3px 3px 3px 3px;
	font: normal normal normal normal 16px / 22.4px "Open Sans", Arial, sans-serif;
	margin: -50px 0px 0px;
	outline: rgb(136, 136, 136) none 0px;
	transition: opacity 0.3s ease 0s;
}


/*#DIV_462*/

#DIV_463 {
	box-sizing: border-box;
	clear: both;
	color: rgb(79, 79, 79);
	height: 339px;
	min-height: auto;
	min-width: auto;
	text-align: left;
	text-rendering: optimizeLegibility;
	column-rule-color: rgb(79, 79, 79);
	perspective-origin: 0px 169.5px;
	transform-origin: 0px 169.5px;
	border: 0px none rgb(79, 79, 79);
	flex: 0 1 0%;
	font: normal normal normal normal 16px / 0px "Open Sans", Arial, sans-serif;
	outline: rgb(79, 79, 79) none 0px;
}


/*#DIV_463*/