.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:-7px;
margin-top:11px;
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 !important;
	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: -5px;
}

.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:50px 45px 39px 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;
}

div.v4sem a,
.v4stabl a{
	color: #444 !important;
	font-family: 'Open Sans';
}

.countClass{
	color: #88b300 !important;
}

.pagecontainer{
	    max-width: 1390px;
    margin: 0 auto;
}

/*** 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 p{
	font-size: 16px !important;
}


/*#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: 300 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: 16px "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-family: "Sansation";
font-size:32px;
font-weight:300;
	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: 300 28.8px 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: 300 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: 16px "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: 16px "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-family: "Sansation";
font-size:32px;
font-weight:300;
	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: 300 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: 16px "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: 300 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: 300 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: 16px "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: 300 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: 300 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: 300 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: 16px "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-family: "Sansation";
font-size:32px;
font-weight:300;
	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: 16px "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  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: 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: 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: 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: 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: 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*/




/**** FONTS ****/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 20, 2012 12:21:30 PM America/New_York */


@font-face {
	font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.ttf') format('truetype'),
        url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

/*!
  Ionicons, v1.5.2
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face { font-family: "Ionicons"; src: url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.eot?v=1.5.2"); src: url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.eot?v=1.5.2#iefix") format("embedded-opentype"), url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.ttf?v=1.5.2") format("truetype"), url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.woff?v=1.5.2") format("woff"), url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.svg?v=1.5.2#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-contact:before, .ion-android-alarm:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down-left:before, .ion-android-arrow-down-right:before, .ion-android-arrow-forward:before, .ion-android-arrow-up-left:before, .ion-android-arrow-up-right:before, .ion-android-battery:before, .ion-android-book:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-chat:before, .ion-android-checkmark:before, .ion-android-clock:before, .ion-android-close:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-data:before, .ion-android-developer:before, .ion-android-display:before, .ion-android-download:before, .ion-android-drawer:before, .ion-android-dropdown:before, .ion-android-earth:before, .ion-android-folder:before, .ion-android-forums:before, .ion-android-friends:before, .ion-android-hand:before, .ion-android-image:before, .ion-android-inbox:before, .ion-android-information:before, .ion-android-keypad:before, .ion-android-lightbulb:before, .ion-android-locate:before, .ion-android-location:before, .ion-android-mail:before, .ion-android-microphone:before, .ion-android-mixer:before, .ion-android-more:before, .ion-android-note:before, .ion-android-playstore:before, .ion-android-printer:before, .ion-android-promotion:before, .ion-android-reminder:before, .ion-android-remove:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-social:before, .ion-android-social-user:before, .ion-android-sort:before, .ion-android-stair-drawer:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-storage:before, .ion-android-system-back:before, .ion-android-system-home:before, .ion-android-system-windows:before, .ion-android-timer:before, .ion-android-trash:before, .ion-android-user-menu:before, .ion-android-volume:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-flask:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-game-controller-a:before, .ion-game-controller-b:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-icon-social-google-plus:before, .ion-icon-social-google-plus-outline:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios7-alarm:before, .ion-ios7-alarm-outline:before, .ion-ios7-albums:before, .ion-ios7-albums-outline:before, .ion-ios7-americanfootball:before, .ion-ios7-americanfootball-outline:before, .ion-ios7-analytics:before, .ion-ios7-analytics-outline:before, .ion-ios7-arrow-back:before, .ion-ios7-arrow-down:before, .ion-ios7-arrow-forward:before, .ion-ios7-arrow-left:before, .ion-ios7-arrow-right:before, .ion-ios7-arrow-thin-down:before, .ion-ios7-arrow-thin-left:before, .ion-ios7-arrow-thin-right:before, .ion-ios7-arrow-thin-up:before, .ion-ios7-arrow-up:before, .ion-ios7-at:before, .ion-ios7-at-outline:before, .ion-ios7-barcode:before, .ion-ios7-barcode-outline:before, .ion-ios7-baseball:before, .ion-ios7-baseball-outline:before, .ion-ios7-basketball:before, .ion-ios7-basketball-outline:before, .ion-ios7-bell:before, .ion-ios7-bell-outline:before, .ion-ios7-bolt:before, .ion-ios7-bolt-outline:before, .ion-ios7-bookmarks:before, .ion-ios7-bookmarks-outline:before, .ion-ios7-box:before, .ion-ios7-box-outline:before, .ion-ios7-briefcase:before, .ion-ios7-briefcase-outline:before, .ion-ios7-browsers:before, .ion-ios7-browsers-outline:before, .ion-ios7-calculator:before, .ion-ios7-calculator-outline:before, .ion-ios7-calendar:before, .ion-ios7-calendar-outline:before, .ion-ios7-camera:before, .ion-ios7-camera-outline:before, .ion-ios7-cart:before, .ion-ios7-cart-outline:before, .ion-ios7-chatboxes:before, .ion-ios7-chatboxes-outline:before, .ion-ios7-chatbubble:before, .ion-ios7-chatbubble-outline:before, .ion-ios7-checkmark:before, .ion-ios7-checkmark-empty:before, .ion-ios7-checkmark-outline:before, .ion-ios7-circle-filled:before, .ion-ios7-circle-outline:before, .ion-ios7-clock:before, .ion-ios7-clock-outline:before, .ion-ios7-close:before, .ion-ios7-close-empty:before, .ion-ios7-close-outline:before, .ion-ios7-cloud:before, .ion-ios7-cloud-download:before, .ion-ios7-cloud-download-outline:before, .ion-ios7-cloud-outline:before, .ion-ios7-cloud-upload:before, .ion-ios7-cloud-upload-outline:before, .ion-ios7-cloudy:before, .ion-ios7-cloudy-night:before, .ion-ios7-cloudy-night-outline:before, .ion-ios7-cloudy-outline:before, .ion-ios7-cog:before, .ion-ios7-cog-outline:before, .ion-ios7-compose:before, .ion-ios7-compose-outline:before, .ion-ios7-contact:before, .ion-ios7-contact-outline:before, .ion-ios7-copy:before, .ion-ios7-copy-outline:before, .ion-ios7-download:before, .ion-ios7-download-outline:before, .ion-ios7-drag:before, .ion-ios7-email:before, .ion-ios7-email-outline:before, .ion-ios7-expand:before, .ion-ios7-eye:before, .ion-ios7-eye-outline:before, .ion-ios7-fastforward:before, .ion-ios7-fastforward-outline:before, .ion-ios7-filing:before, .ion-ios7-filing-outline:before, .ion-ios7-film:before, .ion-ios7-film-outline:before, .ion-ios7-flag:before, .ion-ios7-flag-outline:before, .ion-ios7-folder:before, .ion-ios7-folder-outline:before, .ion-ios7-football:before, .ion-ios7-football-outline:before, .ion-ios7-gear:before, .ion-ios7-gear-outline:before, .ion-ios7-glasses:before, .ion-ios7-glasses-outline:before, .ion-ios7-heart:before, .ion-ios7-heart-outline:before, .ion-ios7-help:before, .ion-ios7-help-empty:before, .ion-ios7-help-outline:before, .ion-ios7-home:before, .ion-ios7-home-outline:before, .ion-ios7-infinite:before, .ion-ios7-infinite-outline:before, .ion-ios7-information:before, .ion-ios7-information-empty:before, .ion-ios7-information-outline:before, .ion-ios7-ionic-outline:before, .ion-ios7-keypad:before, .ion-ios7-keypad-outline:before, .ion-ios7-lightbulb:before, .ion-ios7-lightbulb-outline:before, .ion-ios7-location:before, .ion-ios7-location-outline:before, .ion-ios7-locked:before, .ion-ios7-locked-outline:before, .ion-ios7-loop:before, .ion-ios7-loop-strong:before, .ion-ios7-medkit:before, .ion-ios7-medkit-outline:before, .ion-ios7-mic:before, .ion-ios7-mic-off:before, .ion-ios7-mic-outline:before, .ion-ios7-minus:before, .ion-ios7-minus-empty:before, .ion-ios7-minus-outline:before, .ion-ios7-monitor:before, .ion-ios7-monitor-outline:before, .ion-ios7-moon:before, .ion-ios7-moon-outline:before, .ion-ios7-more:before, .ion-ios7-more-outline:before, .ion-ios7-musical-note:before, .ion-ios7-musical-notes:before, .ion-ios7-navigate:before, .ion-ios7-navigate-outline:before, .ion-ios7-paper:before, .ion-ios7-paper-outline:before, .ion-ios7-paperplane:before, .ion-ios7-paperplane-outline:before, .ion-ios7-partlysunny:before, .ion-ios7-partlysunny-outline:before, .ion-ios7-pause:before, .ion-ios7-pause-outline:before, .ion-ios7-paw:before, .ion-ios7-paw-outline:before, .ion-ios7-people:before, .ion-ios7-people-outline:before, .ion-ios7-person:before, .ion-ios7-person-outline:before, .ion-ios7-personadd:before, .ion-ios7-personadd-outline:before, .ion-ios7-photos:before, .ion-ios7-photos-outline:before, .ion-ios7-pie:before, .ion-ios7-pie-outline:before, .ion-ios7-play:before, .ion-ios7-play-outline:before, .ion-ios7-plus:before, .ion-ios7-plus-empty:before, .ion-ios7-plus-outline:before, .ion-ios7-pricetag:before, .ion-ios7-pricetag-outline:before, .ion-ios7-pricetags:before, .ion-ios7-pricetags-outline:before, .ion-ios7-printer:before, .ion-ios7-printer-outline:before, .ion-ios7-pulse:before, .ion-ios7-pulse-strong:before, .ion-ios7-rainy:before, .ion-ios7-rainy-outline:before, .ion-ios7-recording:before, .ion-ios7-recording-outline:before, .ion-ios7-redo:before, .ion-ios7-redo-outline:before, .ion-ios7-refresh:before, .ion-ios7-refresh-empty:before, .ion-ios7-refresh-outline:before, .ion-ios7-reload:before, .ion-ios7-reloading:before, .ion-ios7-reverse-camera:before, .ion-ios7-reverse-camera-outline:before, .ion-ios7-rewind:before, .ion-ios7-rewind-outline:before, .ion-ios7-search:before, .ion-ios7-search-strong:before, .ion-ios7-settings:before, .ion-ios7-settings-strong:before, .ion-ios7-shrink:before, .ion-ios7-skipbackward:before, .ion-ios7-skipbackward-outline:before, .ion-ios7-skipforward:before, .ion-ios7-skipforward-outline:before, .ion-ios7-snowy:before, .ion-ios7-speedometer:before, .ion-ios7-speedometer-outline:before, .ion-ios7-star:before, .ion-ios7-star-half:before, .ion-ios7-star-outline:before, .ion-ios7-stopwatch:before, .ion-ios7-stopwatch-outline:before, .ion-ios7-sunny:before, .ion-ios7-sunny-outline:before, .ion-ios7-telephone:before, .ion-ios7-telephone-outline:before, .ion-ios7-tennisball:before, .ion-ios7-tennisball-outline:before, .ion-ios7-thunderstorm:before, .ion-ios7-thunderstorm-outline:before, .ion-ios7-time:before, .ion-ios7-time-outline:before, .ion-ios7-timer:before, .ion-ios7-timer-outline:before, .ion-ios7-toggle:before, .ion-ios7-toggle-outline:before, .ion-ios7-trash:before, .ion-ios7-trash-outline:before, .ion-ios7-undo:before, .ion-ios7-undo-outline:before, .ion-ios7-unlocked:before, .ion-ios7-unlocked-outline:before, .ion-ios7-upload:before, .ion-ios7-upload-outline:before, .ion-ios7-videocam:before, .ion-ios7-videocam-outline:before, .ion-ios7-volume-high:before, .ion-ios7-volume-low:before, .ion-ios7-wineglass:before, .ion-ios7-wineglass-outline:before, .ion-ios7-world:before, .ion-ios7-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-loading-a:before, .ion-load-b:before, .ion-loading-b:before, .ion-load-c:before, .ion-loading-c:before, .ion-load-d:before, .ion-loading-d:before, .ion-location:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-looping:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-refreshing:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading { -webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }

@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }
@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }
@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-contact:before { content: "\f2c6"; }

.ion-android-alarm:before { content: "\f2c8"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down-left:before { content: "\f2cb"; }

.ion-android-arrow-down-right:before { content: "\f2cc"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up-left:before { content: "\f2cd"; }

.ion-android-arrow-up-right:before { content: "\f2ce"; }

.ion-android-battery:before { content: "\f2cf"; }

.ion-android-book:before { content: "\f2d0"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkmark:before { content: "\f2d5"; }

.ion-android-clock:before { content: "\f2d6"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-data:before { content: "\f2da"; }

.ion-android-developer:before { content: "\f2db"; }

.ion-android-display:before { content: "\f2dc"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drawer:before { content: "\f310"; }

.ion-android-dropdown:before { content: "\f2de"; }

.ion-android-earth:before { content: "\f2df"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-forums:before { content: "\f2e1"; }

.ion-android-friends:before { content: "\f2e2"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-inbox:before { content: "\f2e5"; }

.ion-android-information:before { content: "\f2e6"; }

.ion-android-keypad:before { content: "\f2e7"; }

.ion-android-lightbulb:before { content: "\f2e8"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-location:before { content: "\f2ea"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-mixer:before { content: "\f2ed"; }

.ion-android-more:before { content: "\f2ee"; }

.ion-android-note:before { content: "\f2ef"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-printer:before { content: "\f2f1"; }

.ion-android-promotion:before { content: "\f2f2"; }

.ion-android-reminder:before { content: "\f2f3"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-social:before { content: "\f2fa"; }

.ion-android-social-user:before { content: "\f2f9"; }

.ion-android-sort:before { content: "\f2fb"; }

.ion-android-stair-drawer:before { content: "\f311"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-storage:before { content: "\f2fe"; }

.ion-android-system-back:before { content: "\f2ff"; }

.ion-android-system-home:before { content: "\f300"; }

.ion-android-system-windows:before { content: "\f301"; }

.ion-android-timer:before { content: "\f302"; }

.ion-android-trash:before { content: "\f303"; }

.ion-android-user-menu:before { content: "\f312"; }

.ion-android-volume:before { content: "\f304"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-flask:before { content: "\f138"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-game-controller-a:before { content: "\f13b"; }

.ion-game-controller-b:before { content: "\f13c"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-icon-social-google-plus:before { content: "\f146"; }

.ion-icon-social-google-plus-outline:before { content: "\f145"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios7-alarm:before { content: "\f14d"; }

.ion-ios7-alarm-outline:before { content: "\f14c"; }

.ion-ios7-albums:before { content: "\f14f"; }

.ion-ios7-albums-outline:before { content: "\f14e"; }

.ion-ios7-americanfootball:before { content: "\f31f"; }

.ion-ios7-americanfootball-outline:before { content: "\f31e"; }

.ion-ios7-analytics:before { content: "\f321"; }

.ion-ios7-analytics-outline:before { content: "\f320"; }

.ion-ios7-arrow-back:before { content: "\f150"; }

.ion-ios7-arrow-down:before { content: "\f151"; }

.ion-ios7-arrow-forward:before { content: "\f152"; }

.ion-ios7-arrow-left:before { content: "\f153"; }

.ion-ios7-arrow-right:before { content: "\f154"; }

.ion-ios7-arrow-thin-down:before { content: "\f27e"; }

.ion-ios7-arrow-thin-left:before { content: "\f27f"; }

.ion-ios7-arrow-thin-right:before { content: "\f280"; }

.ion-ios7-arrow-thin-up:before { content: "\f281"; }

.ion-ios7-arrow-up:before { content: "\f155"; }

.ion-ios7-at:before { content: "\f157"; }

.ion-ios7-at-outline:before { content: "\f156"; }

.ion-ios7-barcode:before { content: "\f323"; }

.ion-ios7-barcode-outline:before { content: "\f322"; }

.ion-ios7-baseball:before { content: "\f325"; }

.ion-ios7-baseball-outline:before { content: "\f324"; }

.ion-ios7-basketball:before { content: "\f327"; }

.ion-ios7-basketball-outline:before { content: "\f326"; }

.ion-ios7-bell:before { content: "\f159"; }

.ion-ios7-bell-outline:before { content: "\f158"; }

.ion-ios7-bolt:before { content: "\f15b"; }

.ion-ios7-bolt-outline:before { content: "\f15a"; }

.ion-ios7-bookmarks:before { content: "\f15d"; }

.ion-ios7-bookmarks-outline:before { content: "\f15c"; }

.ion-ios7-box:before { content: "\f15f"; }

.ion-ios7-box-outline:before { content: "\f15e"; }

.ion-ios7-briefcase:before { content: "\f283"; }

.ion-ios7-briefcase-outline:before { content: "\f282"; }

.ion-ios7-browsers:before { content: "\f161"; }

.ion-ios7-browsers-outline:before { content: "\f160"; }

.ion-ios7-calculator:before { content: "\f285"; }

.ion-ios7-calculator-outline:before { content: "\f284"; }

.ion-ios7-calendar:before { content: "\f163"; }

.ion-ios7-calendar-outline:before { content: "\f162"; }

.ion-ios7-camera:before { content: "\f165"; }

.ion-ios7-camera-outline:before { content: "\f164"; }

.ion-ios7-cart:before { content: "\f167"; }

.ion-ios7-cart-outline:before { content: "\f166"; }

.ion-ios7-chatboxes:before { content: "\f169"; }

.ion-ios7-chatboxes-outline:before { content: "\f168"; }

.ion-ios7-chatbubble:before { content: "\f16b"; }

.ion-ios7-chatbubble-outline:before { content: "\f16a"; }

.ion-ios7-checkmark:before { content: "\f16e"; }

.ion-ios7-checkmark-empty:before { content: "\f16c"; }

.ion-ios7-checkmark-outline:before { content: "\f16d"; }

.ion-ios7-circle-filled:before { content: "\f16f"; }

.ion-ios7-circle-outline:before { content: "\f170"; }

.ion-ios7-clock:before { content: "\f172"; }

.ion-ios7-clock-outline:before { content: "\f171"; }

.ion-ios7-close:before { content: "\f2bc"; }

.ion-ios7-close-empty:before { content: "\f2bd"; }

.ion-ios7-close-outline:before { content: "\f2bb"; }

.ion-ios7-cloud:before { content: "\f178"; }

.ion-ios7-cloud-download:before { content: "\f174"; }

.ion-ios7-cloud-download-outline:before { content: "\f173"; }

.ion-ios7-cloud-outline:before { content: "\f175"; }

.ion-ios7-cloud-upload:before { content: "\f177"; }

.ion-ios7-cloud-upload-outline:before { content: "\f176"; }

.ion-ios7-cloudy:before { content: "\f17a"; }

.ion-ios7-cloudy-night:before { content: "\f308"; }

.ion-ios7-cloudy-night-outline:before { content: "\f307"; }

.ion-ios7-cloudy-outline:before { content: "\f179"; }

.ion-ios7-cog:before { content: "\f17c"; }

.ion-ios7-cog-outline:before { content: "\f17b"; }

.ion-ios7-compose:before { content: "\f17e"; }

.ion-ios7-compose-outline:before { content: "\f17d"; }

.ion-ios7-contact:before { content: "\f180"; }

.ion-ios7-contact-outline:before { content: "\f17f"; }

.ion-ios7-copy:before { content: "\f182"; }

.ion-ios7-copy-outline:before { content: "\f181"; }

.ion-ios7-download:before { content: "\f184"; }

.ion-ios7-download-outline:before { content: "\f183"; }

.ion-ios7-drag:before { content: "\f185"; }

.ion-ios7-email:before { content: "\f187"; }

.ion-ios7-email-outline:before { content: "\f186"; }

.ion-ios7-expand:before { content: "\f30d"; }

.ion-ios7-eye:before { content: "\f189"; }

.ion-ios7-eye-outline:before { content: "\f188"; }

.ion-ios7-fastforward:before { content: "\f18b"; }

.ion-ios7-fastforward-outline:before { content: "\f18a"; }

.ion-ios7-filing:before { content: "\f18d"; }

.ion-ios7-filing-outline:before { content: "\f18c"; }

.ion-ios7-film:before { content: "\f18f"; }

.ion-ios7-film-outline:before { content: "\f18e"; }

.ion-ios7-flag:before { content: "\f191"; }

.ion-ios7-flag-outline:before { content: "\f190"; }

.ion-ios7-folder:before { content: "\f193"; }

.ion-ios7-folder-outline:before { content: "\f192"; }

.ion-ios7-football:before { content: "\f329"; }

.ion-ios7-football-outline:before { content: "\f328"; }

.ion-ios7-gear:before { content: "\f195"; }

.ion-ios7-gear-outline:before { content: "\f194"; }

.ion-ios7-glasses:before { content: "\f197"; }

.ion-ios7-glasses-outline:before { content: "\f196"; }

.ion-ios7-heart:before { content: "\f199"; }

.ion-ios7-heart-outline:before { content: "\f198"; }

.ion-ios7-help:before { content: "\f19c"; }

.ion-ios7-help-empty:before { content: "\f19a"; }

.ion-ios7-help-outline:before { content: "\f19b"; }

.ion-ios7-home:before { content: "\f32b"; }

.ion-ios7-home-outline:before { content: "\f32a"; }

.ion-ios7-infinite:before { content: "\f19e"; }

.ion-ios7-infinite-outline:before { content: "\f19d"; }

.ion-ios7-information:before { content: "\f1a1"; }

.ion-ios7-information-empty:before { content: "\f19f"; }

.ion-ios7-information-outline:before { content: "\f1a0"; }

.ion-ios7-ionic-outline:before { content: "\f1a2"; }

.ion-ios7-keypad:before { content: "\f1a4"; }

.ion-ios7-keypad-outline:before { content: "\f1a3"; }

.ion-ios7-lightbulb:before { content: "\f287"; }

.ion-ios7-lightbulb-outline:before { content: "\f286"; }

.ion-ios7-location:before { content: "\f1a6"; }

.ion-ios7-location-outline:before { content: "\f1a5"; }

.ion-ios7-locked:before { content: "\f1a8"; }

.ion-ios7-locked-outline:before { content: "\f1a7"; }

.ion-ios7-loop:before { content: "\f32d"; }

.ion-ios7-loop-strong:before { content: "\f32c"; }

.ion-ios7-medkit:before { content: "\f289"; }

.ion-ios7-medkit-outline:before { content: "\f288"; }

.ion-ios7-mic:before { content: "\f1ab"; }

.ion-ios7-mic-off:before { content: "\f1a9"; }

.ion-ios7-mic-outline:before { content: "\f1aa"; }

.ion-ios7-minus:before { content: "\f1ae"; }

.ion-ios7-minus-empty:before { content: "\f1ac"; }

.ion-ios7-minus-outline:before { content: "\f1ad"; }

.ion-ios7-monitor:before { content: "\f1b0"; }

.ion-ios7-monitor-outline:before { content: "\f1af"; }

.ion-ios7-moon:before { content: "\f1b2"; }

.ion-ios7-moon-outline:before { content: "\f1b1"; }

.ion-ios7-more:before { content: "\f1b4"; }

.ion-ios7-more-outline:before { content: "\f1b3"; }

.ion-ios7-musical-note:before { content: "\f1b5"; }

.ion-ios7-musical-notes:before { content: "\f1b6"; }

.ion-ios7-navigate:before { content: "\f1b8"; }

.ion-ios7-navigate-outline:before { content: "\f1b7"; }

.ion-ios7-paper:before { content: "\f32f"; }

.ion-ios7-paper-outline:before { content: "\f32e"; }

.ion-ios7-paperplane:before { content: "\f1ba"; }

.ion-ios7-paperplane-outline:before { content: "\f1b9"; }

.ion-ios7-partlysunny:before { content: "\f1bc"; }

.ion-ios7-partlysunny-outline:before { content: "\f1bb"; }

.ion-ios7-pause:before { content: "\f1be"; }

.ion-ios7-pause-outline:before { content: "\f1bd"; }

.ion-ios7-paw:before { content: "\f331"; }

.ion-ios7-paw-outline:before { content: "\f330"; }

.ion-ios7-people:before { content: "\f1c0"; }

.ion-ios7-people-outline:before { content: "\f1bf"; }

.ion-ios7-person:before { content: "\f1c2"; }

.ion-ios7-person-outline:before { content: "\f1c1"; }

.ion-ios7-personadd:before { content: "\f1c4"; }

.ion-ios7-personadd-outline:before { content: "\f1c3"; }

.ion-ios7-photos:before { content: "\f1c6"; }

.ion-ios7-photos-outline:before { content: "\f1c5"; }

.ion-ios7-pie:before { content: "\f28b"; }

.ion-ios7-pie-outline:before { content: "\f28a"; }

.ion-ios7-play:before { content: "\f1c8"; }

.ion-ios7-play-outline:before { content: "\f1c7"; }

.ion-ios7-plus:before { content: "\f1cb"; }

.ion-ios7-plus-empty:before { content: "\f1c9"; }

.ion-ios7-plus-outline:before { content: "\f1ca"; }

.ion-ios7-pricetag:before { content: "\f28d"; }

.ion-ios7-pricetag-outline:before { content: "\f28c"; }

.ion-ios7-pricetags:before { content: "\f333"; }

.ion-ios7-pricetags-outline:before { content: "\f332"; }

.ion-ios7-printer:before { content: "\f1cd"; }

.ion-ios7-printer-outline:before { content: "\f1cc"; }

.ion-ios7-pulse:before { content: "\f335"; }

.ion-ios7-pulse-strong:before { content: "\f334"; }

.ion-ios7-rainy:before { content: "\f1cf"; }

.ion-ios7-rainy-outline:before { content: "\f1ce"; }

.ion-ios7-recording:before { content: "\f1d1"; }

.ion-ios7-recording-outline:before { content: "\f1d0"; }

.ion-ios7-redo:before { content: "\f1d3"; }

.ion-ios7-redo-outline:before { content: "\f1d2"; }

.ion-ios7-refresh:before { content: "\f1d6"; }

.ion-ios7-refresh-empty:before { content: "\f1d4"; }

.ion-ios7-refresh-outline:before { content: "\f1d5"; }

.ion-ios7-reload:before, .ion-ios7-reloading:before { content: "\f28e"; }

.ion-ios7-reverse-camera:before { content: "\f337"; }

.ion-ios7-reverse-camera-outline:before { content: "\f336"; }

.ion-ios7-rewind:before { content: "\f1d8"; }

.ion-ios7-rewind-outline:before { content: "\f1d7"; }

.ion-ios7-search:before { content: "\f1da"; }

.ion-ios7-search-strong:before { content: "\f1d9"; }

.ion-ios7-settings:before { content: "\f339"; }

.ion-ios7-settings-strong:before { content: "\f338"; }

.ion-ios7-shrink:before { content: "\f30e"; }

.ion-ios7-skipbackward:before { content: "\f1dc"; }

.ion-ios7-skipbackward-outline:before { content: "\f1db"; }

.ion-ios7-skipforward:before { content: "\f1de"; }

.ion-ios7-skipforward-outline:before { content: "\f1dd"; }

.ion-ios7-snowy:before { content: "\f309"; }

.ion-ios7-speedometer:before { content: "\f290"; }

.ion-ios7-speedometer-outline:before { content: "\f28f"; }

.ion-ios7-star:before { content: "\f1e0"; }

.ion-ios7-star-half:before { content: "\f33a"; }

.ion-ios7-star-outline:before { content: "\f1df"; }

.ion-ios7-stopwatch:before { content: "\f1e2"; }

.ion-ios7-stopwatch-outline:before { content: "\f1e1"; }

.ion-ios7-sunny:before { content: "\f1e4"; }

.ion-ios7-sunny-outline:before { content: "\f1e3"; }

.ion-ios7-telephone:before { content: "\f1e6"; }

.ion-ios7-telephone-outline:before { content: "\f1e5"; }

.ion-ios7-tennisball:before { content: "\f33c"; }

.ion-ios7-tennisball-outline:before { content: "\f33b"; }

.ion-ios7-thunderstorm:before { content: "\f1e8"; }

.ion-ios7-thunderstorm-outline:before { content: "\f1e7"; }

.ion-ios7-time:before { content: "\f292"; }

.ion-ios7-time-outline:before { content: "\f291"; }

.ion-ios7-timer:before { content: "\f1ea"; }

.ion-ios7-timer-outline:before { content: "\f1e9"; }

.ion-ios7-toggle:before { content: "\f33e"; }

.ion-ios7-toggle-outline:before { content: "\f33d"; }

.ion-ios7-trash:before { content: "\f1ec"; }

.ion-ios7-trash-outline:before { content: "\f1eb"; }

.ion-ios7-undo:before { content: "\f1ee"; }

.ion-ios7-undo-outline:before { content: "\f1ed"; }

.ion-ios7-unlocked:before { content: "\f1f0"; }

.ion-ios7-unlocked-outline:before { content: "\f1ef"; }

.ion-ios7-upload:before { content: "\f1f2"; }

.ion-ios7-upload-outline:before { content: "\f1f1"; }

.ion-ios7-videocam:before { content: "\f1f4"; }

.ion-ios7-videocam-outline:before { content: "\f1f3"; }

.ion-ios7-volume-high:before { content: "\f1f5"; }

.ion-ios7-volume-low:before { content: "\f1f6"; }

.ion-ios7-wineglass:before { content: "\f294"; }

.ion-ios7-wineglass-outline:before { content: "\f293"; }

.ion-ios7-world:before { content: "\f1f8"; }

.ion-ios7-world-outline:before { content: "\f1f7"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before, .ion-loading-a:before { content: "\f29a"; }

.ion-load-b:before, .ion-loading-b:before { content: "\f29b"; }

.ion-load-c:before, .ion-loading-c:before { content: "\f29c"; }

.ion-load-d:before, .ion-loading-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before, .ion-looping:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before, .ion-refreshing:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }



/**** MINIMAL MENUE ****/
.minimal-menu {
    position: relative;
    display: block;
    font-family: 'Sansation' sans-serif;
    text-decoration: none;
    margin-top: 25px;
    font-size: 0;
    line-height: 0;
}

.minimal-menu h3 {
    font-weight: normal;
}

.minimal-menu a {
    border-color: transparent;
}

.minimal-menu a:hover {
    -webkit-transition: border-color 0.3s, background 0.3s;
    -moz-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
}

.minimal-menu ul,
.minimal-menu ul li,
.minimal-menu ul li a {
    position: relative;
}

.minimal-menu ul {
    z-index: 1;
    padding: 0;
}

.minimal-menu ul li {
    padding: 3px 0;
    border-left: 1px solid #fff;
}

.minimal-menu ul li a {
    display: block;
    padding: 5px 0;
    margin: 5px 15px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.minimal-menu > ul > li > a {
    border: 1px solid transparent;
    color: #fff !important;
    font-family: "Sansation";
    font-weight: 300;
    font-size: 18px;
}

.minimal-menu > ul > li:hover > a,
.minimal-menu > ul > li.current > a {
    border-bottom: 1px solid #fff;
}

.minimal-menu ul li.submenu > a:before,
.minimal-menu ul li.submenu > a:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 1px;
    bottom: 0;
    left: 50%;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.minimal-menu ul li.submenu > a:before {
    margin-left: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.minimal-menu ul li.submenu > a:after {
    margin-left: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


    /* Orange
	----------------*/
    .minimal-menu {
        background: #a29d97;
    }
    .minimal-menu ul ul li:hover > a,
    .minimal-menu ul ul li.current > a {
        color: #871713;
    }
    .minimal-menu-button {
        display: none;
    }
    .minimal-menu.pos-fixed {
        position: fixed;
        top: -2px;
        left: -2px;
        right: -2px;
        z-index: 9999;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .minimal-menu > ul {
        margin-bottom: -15px !important;
        padding: 0;
    }
    .minimal-menu ul li {
        display: inline-block;
    }
    .minimal-menu ul li.submenu:hover > a:before,
    .minimal-menu ul li.submenu:hover > a:after {
        bottom: -20px;
        opacity: 0;
    }
    /*** Submenu ***/
    .minimal-menu ul ul,
    .minimal-menu ul .menu-wrapper {
        position: absolute;
        display: block;
        visibility: hidden;
        z-index: 1;
        height: auto;
        left: 3px;
        top: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        border: 1px solid #e3e3e3;
        min-width: 240px;
        width:95%;
        border-bottom-width: 3px;
        opacity: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .minimal-menu ul ul li a:before {
        content: "\00BB";
        font-family: "Sansation";
        position: relative;
        margin-right: 0.5em;
        font-size: 1.2em;
        color: #871713 !important;
    }
    .minimal-menu ul ul li{
     padding: 0 7px;
     margin: 0 10px;
     border-bottom: 1px solid #EEEBE6;
     text-align: left;
    }

    .minimal-menu ul ul li:last-child{
     border-bottom: none;
    }

    .minimal-menu ul ul li a{
     margin-left: 0;
    }
    .minimal-menu ul li:hover > ul,
    .minimal-menu ul li:hover > .menu-wrapper {
        -webkit-transition: opacity 0.3s, padding 0.3s;
        -moz-transition: opacity 0.3s, padding 0.3s;
        transition: opacity 0.3s, padding 0.3s;
        visibility: visible;
        padding: 10px 0;
        opacity: 1;
    }
    .minimal-menu ul ul li {
        display: block;
        overflow: hidden;
        height: auto;
        padding: 10px;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .minimal-menu ul ul li a {
        font-size: 15px;
        color: #555;
        border: 1px solid transparent;
        font-family: 'Open Sans';
    }
    .minimal-menu ul .megamenu ul li a {
        margin-left: 0;
    }
    .minimal-menu ul ul li:hover > a,
    .minimal-menu ul ul li.current > a {
        border-style: solid;
        border-width: 1px;
    }
    .minimal-menu ul li:hover ul li {
        overflow: visible;
        padding: 0 5px;
    }
    .minimal-menu ul ul li.submenu > a:before,
    .minimal-menu ul ul li.submenu > a:after {
        left: auto;
        top: 50%;
        right: 0;
        background: #ccc;
    }
    .minimal-menu ul ul li.submenu > a:before {
        margin-top: -1px;
    }
    .minimal-menu ul ul li.submenu > a:after {
        margin-top: 2px;
    }
    .minimal-menu ul ul li.submenu > a:hover:before,
    .minimal-menu ul ul li.submenu > a:hover:after {
        right: -13px;
    }
    .minimal-menu ul ul ul {
        left: 100%;
        top: -11px;
    }
    /* Megamenu */
    .minimal-menu ul li.megamenu {
        position: static;
    }
    .minimal-menu ul .menu-wrapper {
        position: absolute;
        left: -1px;
        top: 100%;
        width: 100%;
    }
    .minimal-menu ul .menu-wrapper a {
        white-space: inherit;
    }
    .minimal-menu ul .menu-wrapper .menu-col {
        position: relative;
        float: left;
        width: 23%;
        margin: 0 1%;
    }
	#komplettsetsMenu .menu-wrapper .menu-col {
        position: relative;
        float: left;
        width: 30%;
        margin: 0 1%;
    }
	#innenlampenMenu .menu-wrapper .menu-col {
        position: relative;
        float: left;
        width: 30%;
        margin: 0 1%;
    }
    .minimal-menu ul .menu-wrapper h3 {
        margin: 20px 15px;
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }
    .minimal-menu ul .menu-wrapper ul {
        position: relative;
        visibility: hidden;
        height: 100%;
        border: 0;
        opacity: 1;
        background: transparent;
    }
    .minimal-menu ul li:hover > .menu-wrapper ul {
        visibility: visible;
    }
    .minimal-menu ul .menu-wrapper ul li a:before {
        content: "\00BB";
        font-family: "Sansation";
        position: relative;
        margin-right: 0.5em;
        font-size: 1.2em;
        color: #871713 !important;
    }
    .minimal-menu ul .menu-wrapper ul li {
        padding: 0 7px;
        margin: 0 3px;
        border-bottom: 1px solid #EEEBE6;
    }
    .minimal-menu ul .menu-wrapper ul li:last-child {
        border-bottom: none;
    }
    .minimal-menu .show-submenu {
        display: none;
    }





/***** PRODUCTS *****/
/**** KATEGORIEN ****/
.lcat a.all_cats{
	width: auto !important;
}
table.v4stw{
	padding: 0;
}
.v4accent{
	display: none;
}
.lcat a.all_cats{
	display: none;
}
table.v4acp tr.v4acp_head td.v4title{
	    font-size: 16px;
    font-family: "Sansation";
    background: #F2F1EF;
    text-align: center;
    padding: 8px 0;
}

.v4title h2{
	font-size: 16px;
    font-family: "Sansation";
	color: #4C4C4C;
	font-weight: 400;
}

table.v4midBox{
	border: none;
}

table.v4midBox tr.v4acp_mid td.v4mid{
	background: #fff;
}

table.v4midBox tr.v4acp_mid td.v4mid{
	padding: 0;
}

.lcat .ttl,
.lcat li{
    border-bottom: 1px solid #EEEBE6;
    padding: 8px 0;
    display: block;
    position: relative;
	color: #4C4C4C;
	font-size: 13.5px;
	font-family: 'Open Sans';
	margin: 0 !important;
	padding-left: 10px;
}

.lcat li a:before{
    content: "\00BB";
    font-family: "Sansation";
    position: relative;
    margin-right: 5px;
    font-size: 18px;
    color: #600;
}
.lcat li a,
.lcat .ttl{
	color: #4C4C4C !important;
	font-weight: 300;
	text-decoration: none !important;
	transition: 0.15s all;
}



.lcat li a:hover{
	color: #660000 !important;
	transition: 0.15s all;
}


.lcat li span:before{
    content: "\f120";
    font-family: "Ionicons";
    position: relative;
    margin-right: 5px;
    font-size: 12px;
    color: #89B40F!important;
	
}

.lcat li span.cnt:before{
	content: "";
}
a:visited{
	color: inherit !important;
}

.link a{
	color:#88b300 !important;
}

/*************************************/
/******* ITEMS / SEARCH RESULT *******/
/*************************************/

/* Item Description Box */
.details {
background-color: #f9f9f9 !important;
padding-top: 5px !important;
padding-bottom: 15px !important;
}

/* Item Title Box */
table.gallery div.ttl {
margin: 2px 0 !important;
padding: 10px 40px !important;
text-align: center !important;
}

/* Item Title Link */
.ttl.g-std a,
.ttl.g-std a:visited,
.ttl.g-std a:link,
.details .ttl a,
.details .ttl a:visited,
.details .ttl a:link{
font-family: 'Sansation' !important;
font-size: 16px !important;
color: #333 !important;
font-weight: 300;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.ttl.g-std a:hover{
color: #88b300 !important;
text-decoration: none !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.v4stw a:link, .v4stw .g-novisited a:visited{
	color: #89B40F !important;
}

.g-nav.center{
	font-family: "Sansation";
	color: #4C4C4C;
	font-weight: 300;
}
/* PayPal Icon

/* Price + BIN-Button + Time Left Box */
.details > div {
margin: 0 auto !important;
text-align: center !important;
}

.pic.lt + .details > div {
margin: 0 auto !important;
text-align: left !important;
}

/* Buy It Now Button */
.fixed > tbody > tr > td:first-child {
display: none !important;
}

table.gallery div.saleDiv{
	padding-top: 0;
}

/* PRICE */
.fixed{
width: 128px;
display: block;
margin-right:auto;
margin-left:auto;
text-align: center;
}
.bin,
.g-b{
font-family: 'Sansation' !important;
font-size: 22px !important;
color: #88b300 !important;
margin:0 auto  !important;
font-weight: 300 !important;
}

.pgbc{
background-color:#f9f9f9 !important;
}

.pgbc a,
.pgbc a:visited,
.pgbc a:link{
font-family: 'Open Sans' !important;
font-weight: 400 !important;
color:#333 !important;
text-decoration: none !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.pgbc a:hover{
color:#88b300 !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

table.gallery div.subtitle{
    display: none !important;
}


div.itemseparator,
table{
    border-color: #e4dfd9 !important;
}

.ctrlbr{
    background-color: #f2f1ef;
    padding-top: 20px;
    padding-bottom: 0px;
	height: 40px;
    border: none !important;
}
.cmpBr{
    display: none !important;
}
td#CentralArea{
    position: relative;
}
td#CentralArea span.pdmt{
    margin-bottom:-40px !important;
}

span.pdmt .cur{
    color: #444 !important;
        padding: 8px 19px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    border: 1px #DBDBDB solid !important;
    border-style: solid !important;
    font-weight: normal;
    color: inherit;
    border-bottom-color: #C4C4C4 !important;
    background-color: #F7F8F9 !important;
    background-image: linear-gradient(#F7F8F9, #ECECEC) !important;
    font-size: 15px !important;
    font-family: 'Open Sans';
}

span.pdmt .label{
    font-weight: 300 !important;
    font-family: 'Sansation' !important;
    font-size: 16px;
    margin-left: 20px;
}





/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 20, 2012 12:21:30 PM America/New_York */


@font-face {
	font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.ttf') format('truetype'),
        url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Sansation';
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.eot');
    src: url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

/*!
  Ionicons, v1.5.2
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face { font-family: "Ionicons"; src: url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.eot?v=1.5.2"); src: url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.eot?v=1.5.2#iefix") format("embedded-opentype"), url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.ttf?v=1.5.2") format("truetype"), url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.woff?v=1.5.2") format("woff"), url("https://www.click-licht.de/templates/CL-Next/themes/clnext/fonts/ionicons.svg?v=1.5.2#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-contact:before, .ion-android-alarm:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down-left:before, .ion-android-arrow-down-right:before, .ion-android-arrow-forward:before, .ion-android-arrow-up-left:before, .ion-android-arrow-up-right:before, .ion-android-battery:before, .ion-android-book:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-chat:before, .ion-android-checkmark:before, .ion-android-clock:before, .ion-android-close:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-data:before, .ion-android-developer:before, .ion-android-display:before, .ion-android-download:before, .ion-android-drawer:before, .ion-android-dropdown:before, .ion-android-earth:before, .ion-android-folder:before, .ion-android-forums:before, .ion-android-friends:before, .ion-android-hand:before, .ion-android-image:before, .ion-android-inbox:before, .ion-android-information:before, .ion-android-keypad:before, .ion-android-lightbulb:before, .ion-android-locate:before, .ion-android-location:before, .ion-android-mail:before, .ion-android-microphone:before, .ion-android-mixer:before, .ion-android-more:before, .ion-android-note:before, .ion-android-playstore:before, .ion-android-printer:before, .ion-android-promotion:before, .ion-android-reminder:before, .ion-android-remove:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-social:before, .ion-android-social-user:before, .ion-android-sort:before, .ion-android-stair-drawer:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-storage:before, .ion-android-system-back:before, .ion-android-system-home:before, .ion-android-system-windows:before, .ion-android-timer:before, .ion-android-trash:before, .ion-android-user-menu:before, .ion-android-volume:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-flask:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-game-controller-a:before, .ion-game-controller-b:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-icon-social-google-plus:before, .ion-icon-social-google-plus-outline:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios7-alarm:before, .ion-ios7-alarm-outline:before, .ion-ios7-albums:before, .ion-ios7-albums-outline:before, .ion-ios7-americanfootball:before, .ion-ios7-americanfootball-outline:before, .ion-ios7-analytics:before, .ion-ios7-analytics-outline:before, .ion-ios7-arrow-back:before, .ion-ios7-arrow-down:before, .ion-ios7-arrow-forward:before, .ion-ios7-arrow-left:before, .ion-ios7-arrow-right:before, .ion-ios7-arrow-thin-down:before, .ion-ios7-arrow-thin-left:before, .ion-ios7-arrow-thin-right:before, .ion-ios7-arrow-thin-up:before, .ion-ios7-arrow-up:before, .ion-ios7-at:before, .ion-ios7-at-outline:before, .ion-ios7-barcode:before, .ion-ios7-barcode-outline:before, .ion-ios7-baseball:before, .ion-ios7-baseball-outline:before, .ion-ios7-basketball:before, .ion-ios7-basketball-outline:before, .ion-ios7-bell:before, .ion-ios7-bell-outline:before, .ion-ios7-bolt:before, .ion-ios7-bolt-outline:before, .ion-ios7-bookmarks:before, .ion-ios7-bookmarks-outline:before, .ion-ios7-box:before, .ion-ios7-box-outline:before, .ion-ios7-briefcase:before, .ion-ios7-briefcase-outline:before, .ion-ios7-browsers:before, .ion-ios7-browsers-outline:before, .ion-ios7-calculator:before, .ion-ios7-calculator-outline:before, .ion-ios7-calendar:before, .ion-ios7-calendar-outline:before, .ion-ios7-camera:before, .ion-ios7-camera-outline:before, .ion-ios7-cart:before, .ion-ios7-cart-outline:before, .ion-ios7-chatboxes:before, .ion-ios7-chatboxes-outline:before, .ion-ios7-chatbubble:before, .ion-ios7-chatbubble-outline:before, .ion-ios7-checkmark:before, .ion-ios7-checkmark-empty:before, .ion-ios7-checkmark-outline:before, .ion-ios7-circle-filled:before, .ion-ios7-circle-outline:before, .ion-ios7-clock:before, .ion-ios7-clock-outline:before, .ion-ios7-close:before, .ion-ios7-close-empty:before, .ion-ios7-close-outline:before, .ion-ios7-cloud:before, .ion-ios7-cloud-download:before, .ion-ios7-cloud-download-outline:before, .ion-ios7-cloud-outline:before, .ion-ios7-cloud-upload:before, .ion-ios7-cloud-upload-outline:before, .ion-ios7-cloudy:before, .ion-ios7-cloudy-night:before, .ion-ios7-cloudy-night-outline:before, .ion-ios7-cloudy-outline:before, .ion-ios7-cog:before, .ion-ios7-cog-outline:before, .ion-ios7-compose:before, .ion-ios7-compose-outline:before, .ion-ios7-contact:before, .ion-ios7-contact-outline:before, .ion-ios7-copy:before, .ion-ios7-copy-outline:before, .ion-ios7-download:before, .ion-ios7-download-outline:before, .ion-ios7-drag:before, .ion-ios7-email:before, .ion-ios7-email-outline:before, .ion-ios7-expand:before, .ion-ios7-eye:before, .ion-ios7-eye-outline:before, .ion-ios7-fastforward:before, .ion-ios7-fastforward-outline:before, .ion-ios7-filing:before, .ion-ios7-filing-outline:before, .ion-ios7-film:before, .ion-ios7-film-outline:before, .ion-ios7-flag:before, .ion-ios7-flag-outline:before, .ion-ios7-folder:before, .ion-ios7-folder-outline:before, .ion-ios7-football:before, .ion-ios7-football-outline:before, .ion-ios7-gear:before, .ion-ios7-gear-outline:before, .ion-ios7-glasses:before, .ion-ios7-glasses-outline:before, .ion-ios7-heart:before, .ion-ios7-heart-outline:before, .ion-ios7-help:before, .ion-ios7-help-empty:before, .ion-ios7-help-outline:before, .ion-ios7-home:before, .ion-ios7-home-outline:before, .ion-ios7-infinite:before, .ion-ios7-infinite-outline:before, .ion-ios7-information:before, .ion-ios7-information-empty:before, .ion-ios7-information-outline:before, .ion-ios7-ionic-outline:before, .ion-ios7-keypad:before, .ion-ios7-keypad-outline:before, .ion-ios7-lightbulb:before, .ion-ios7-lightbulb-outline:before, .ion-ios7-location:before, .ion-ios7-location-outline:before, .ion-ios7-locked:before, .ion-ios7-locked-outline:before, .ion-ios7-loop:before, .ion-ios7-loop-strong:before, .ion-ios7-medkit:before, .ion-ios7-medkit-outline:before, .ion-ios7-mic:before, .ion-ios7-mic-off:before, .ion-ios7-mic-outline:before, .ion-ios7-minus:before, .ion-ios7-minus-empty:before, .ion-ios7-minus-outline:before, .ion-ios7-monitor:before, .ion-ios7-monitor-outline:before, .ion-ios7-moon:before, .ion-ios7-moon-outline:before, .ion-ios7-more:before, .ion-ios7-more-outline:before, .ion-ios7-musical-note:before, .ion-ios7-musical-notes:before, .ion-ios7-navigate:before, .ion-ios7-navigate-outline:before, .ion-ios7-paper:before, .ion-ios7-paper-outline:before, .ion-ios7-paperplane:before, .ion-ios7-paperplane-outline:before, .ion-ios7-partlysunny:before, .ion-ios7-partlysunny-outline:before, .ion-ios7-pause:before, .ion-ios7-pause-outline:before, .ion-ios7-paw:before, .ion-ios7-paw-outline:before, .ion-ios7-people:before, .ion-ios7-people-outline:before, .ion-ios7-person:before, .ion-ios7-person-outline:before, .ion-ios7-personadd:before, .ion-ios7-personadd-outline:before, .ion-ios7-photos:before, .ion-ios7-photos-outline:before, .ion-ios7-pie:before, .ion-ios7-pie-outline:before, .ion-ios7-play:before, .ion-ios7-play-outline:before, .ion-ios7-plus:before, .ion-ios7-plus-empty:before, .ion-ios7-plus-outline:before, .ion-ios7-pricetag:before, .ion-ios7-pricetag-outline:before, .ion-ios7-pricetags:before, .ion-ios7-pricetags-outline:before, .ion-ios7-printer:before, .ion-ios7-printer-outline:before, .ion-ios7-pulse:before, .ion-ios7-pulse-strong:before, .ion-ios7-rainy:before, .ion-ios7-rainy-outline:before, .ion-ios7-recording:before, .ion-ios7-recording-outline:before, .ion-ios7-redo:before, .ion-ios7-redo-outline:before, .ion-ios7-refresh:before, .ion-ios7-refresh-empty:before, .ion-ios7-refresh-outline:before, .ion-ios7-reload:before, .ion-ios7-reloading:before, .ion-ios7-reverse-camera:before, .ion-ios7-reverse-camera-outline:before, .ion-ios7-rewind:before, .ion-ios7-rewind-outline:before, .ion-ios7-search:before, .ion-ios7-search-strong:before, .ion-ios7-settings:before, .ion-ios7-settings-strong:before, .ion-ios7-shrink:before, .ion-ios7-skipbackward:before, .ion-ios7-skipbackward-outline:before, .ion-ios7-skipforward:before, .ion-ios7-skipforward-outline:before, .ion-ios7-snowy:before, .ion-ios7-speedometer:before, .ion-ios7-speedometer-outline:before, .ion-ios7-star:before, .ion-ios7-star-half:before, .ion-ios7-star-outline:before, .ion-ios7-stopwatch:before, .ion-ios7-stopwatch-outline:before, .ion-ios7-sunny:before, .ion-ios7-sunny-outline:before, .ion-ios7-telephone:before, .ion-ios7-telephone-outline:before, .ion-ios7-tennisball:before, .ion-ios7-tennisball-outline:before, .ion-ios7-thunderstorm:before, .ion-ios7-thunderstorm-outline:before, .ion-ios7-time:before, .ion-ios7-time-outline:before, .ion-ios7-timer:before, .ion-ios7-timer-outline:before, .ion-ios7-toggle:before, .ion-ios7-toggle-outline:before, .ion-ios7-trash:before, .ion-ios7-trash-outline:before, .ion-ios7-undo:before, .ion-ios7-undo-outline:before, .ion-ios7-unlocked:before, .ion-ios7-unlocked-outline:before, .ion-ios7-upload:before, .ion-ios7-upload-outline:before, .ion-ios7-videocam:before, .ion-ios7-videocam-outline:before, .ion-ios7-volume-high:before, .ion-ios7-volume-low:before, .ion-ios7-wineglass:before, .ion-ios7-wineglass-outline:before, .ion-ios7-world:before, .ion-ios7-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-loading-a:before, .ion-load-b:before, .ion-loading-b:before, .ion-load-c:before, .ion-loading-c:before, .ion-load-d:before, .ion-loading-d:before, .ion-location:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-looping:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-refreshing:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading { -webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }

@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }
@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }
@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-contact:before { content: "\f2c6"; }

.ion-android-alarm:before { content: "\f2c8"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down-left:before { content: "\f2cb"; }

.ion-android-arrow-down-right:before { content: "\f2cc"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up-left:before { content: "\f2cd"; }

.ion-android-arrow-up-right:before { content: "\f2ce"; }

.ion-android-battery:before { content: "\f2cf"; }

.ion-android-book:before { content: "\f2d0"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkmark:before { content: "\f2d5"; }

.ion-android-clock:before { content: "\f2d6"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-data:before { content: "\f2da"; }

.ion-android-developer:before { content: "\f2db"; }

.ion-android-display:before { content: "\f2dc"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drawer:before { content: "\f310"; }

.ion-android-dropdown:before { content: "\f2de"; }

.ion-android-earth:before { content: "\f2df"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-forums:before { content: "\f2e1"; }

.ion-android-friends:before { content: "\f2e2"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-inbox:before { content: "\f2e5"; }

.ion-android-information:before { content: "\f2e6"; }

.ion-android-keypad:before { content: "\f2e7"; }

.ion-android-lightbulb:before { content: "\f2e8"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-location:before { content: "\f2ea"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-mixer:before { content: "\f2ed"; }

.ion-android-more:before { content: "\f2ee"; }

.ion-android-note:before { content: "\f2ef"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-printer:before { content: "\f2f1"; }

.ion-android-promotion:before { content: "\f2f2"; }

.ion-android-reminder:before { content: "\f2f3"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-social:before { content: "\f2fa"; }

.ion-android-social-user:before { content: "\f2f9"; }

.ion-android-sort:before { content: "\f2fb"; }

.ion-android-stair-drawer:before { content: "\f311"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-storage:before { content: "\f2fe"; }

.ion-android-system-back:before { content: "\f2ff"; }

.ion-android-system-home:before { content: "\f300"; }

.ion-android-system-windows:before { content: "\f301"; }

.ion-android-timer:before { content: "\f302"; }

.ion-android-trash:before { content: "\f303"; }

.ion-android-user-menu:before { content: "\f312"; }

.ion-android-volume:before { content: "\f304"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-flask:before { content: "\f138"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-game-controller-a:before { content: "\f13b"; }

.ion-game-controller-b:before { content: "\f13c"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-icon-social-google-plus:before { content: "\f146"; }

.ion-icon-social-google-plus-outline:before { content: "\f145"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios7-alarm:before { content: "\f14d"; }

.ion-ios7-alarm-outline:before { content: "\f14c"; }

.ion-ios7-albums:before { content: "\f14f"; }

.ion-ios7-albums-outline:before { content: "\f14e"; }

.ion-ios7-americanfootball:before { content: "\f31f"; }

.ion-ios7-americanfootball-outline:before { content: "\f31e"; }

.ion-ios7-analytics:before { content: "\f321"; }

.ion-ios7-analytics-outline:before { content: "\f320"; }

.ion-ios7-arrow-back:before { content: "\f150"; }

.ion-ios7-arrow-down:before { content: "\f151"; }

.ion-ios7-arrow-forward:before { content: "\f152"; }

.ion-ios7-arrow-left:before { content: "\f153"; }

.ion-ios7-arrow-right:before { content: "\f154"; }

.ion-ios7-arrow-thin-down:before { content: "\f27e"; }

.ion-ios7-arrow-thin-left:before { content: "\f27f"; }

.ion-ios7-arrow-thin-right:before { content: "\f280"; }

.ion-ios7-arrow-thin-up:before { content: "\f281"; }

.ion-ios7-arrow-up:before { content: "\f155"; }

.ion-ios7-at:before { content: "\f157"; }

.ion-ios7-at-outline:before { content: "\f156"; }

.ion-ios7-barcode:before { content: "\f323"; }

.ion-ios7-barcode-outline:before { content: "\f322"; }

.ion-ios7-baseball:before { content: "\f325"; }

.ion-ios7-baseball-outline:before { content: "\f324"; }

.ion-ios7-basketball:before { content: "\f327"; }

.ion-ios7-basketball-outline:before { content: "\f326"; }

.ion-ios7-bell:before { content: "\f159"; }

.ion-ios7-bell-outline:before { content: "\f158"; }

.ion-ios7-bolt:before { content: "\f15b"; }

.ion-ios7-bolt-outline:before { content: "\f15a"; }

.ion-ios7-bookmarks:before { content: "\f15d"; }

.ion-ios7-bookmarks-outline:before { content: "\f15c"; }

.ion-ios7-box:before { content: "\f15f"; }

.ion-ios7-box-outline:before { content: "\f15e"; }

.ion-ios7-briefcase:before { content: "\f283"; }

.ion-ios7-briefcase-outline:before { content: "\f282"; }

.ion-ios7-browsers:before { content: "\f161"; }

.ion-ios7-browsers-outline:before { content: "\f160"; }

.ion-ios7-calculator:before { content: "\f285"; }

.ion-ios7-calculator-outline:before { content: "\f284"; }

.ion-ios7-calendar:before { content: "\f163"; }

.ion-ios7-calendar-outline:before { content: "\f162"; }

.ion-ios7-camera:before { content: "\f165"; }

.ion-ios7-camera-outline:before { content: "\f164"; }

.ion-ios7-cart:before { content: "\f167"; }

.ion-ios7-cart-outline:before { content: "\f166"; }

.ion-ios7-chatboxes:before { content: "\f169"; }

.ion-ios7-chatboxes-outline:before { content: "\f168"; }

.ion-ios7-chatbubble:before { content: "\f16b"; }

.ion-ios7-chatbubble-outline:before { content: "\f16a"; }

.ion-ios7-checkmark:before { content: "\f16e"; }

.ion-ios7-checkmark-empty:before { content: "\f16c"; }

.ion-ios7-checkmark-outline:before { content: "\f16d"; }

.ion-ios7-circle-filled:before { content: "\f16f"; }

.ion-ios7-circle-outline:before { content: "\f170"; }

.ion-ios7-clock:before { content: "\f172"; }

.ion-ios7-clock-outline:before { content: "\f171"; }

.ion-ios7-close:before { content: "\f2bc"; }

.ion-ios7-close-empty:before { content: "\f2bd"; }

.ion-ios7-close-outline:before { content: "\f2bb"; }

.ion-ios7-cloud:before { content: "\f178"; }

.ion-ios7-cloud-download:before { content: "\f174"; }

.ion-ios7-cloud-download-outline:before { content: "\f173"; }

.ion-ios7-cloud-outline:before { content: "\f175"; }

.ion-ios7-cloud-upload:before { content: "\f177"; }

.ion-ios7-cloud-upload-outline:before { content: "\f176"; }

.ion-ios7-cloudy:before { content: "\f17a"; }

.ion-ios7-cloudy-night:before { content: "\f308"; }

.ion-ios7-cloudy-night-outline:before { content: "\f307"; }

.ion-ios7-cloudy-outline:before { content: "\f179"; }

.ion-ios7-cog:before { content: "\f17c"; }

.ion-ios7-cog-outline:before { content: "\f17b"; }

.ion-ios7-compose:before { content: "\f17e"; }

.ion-ios7-compose-outline:before { content: "\f17d"; }

.ion-ios7-contact:before { content: "\f180"; }

.ion-ios7-contact-outline:before { content: "\f17f"; }

.ion-ios7-copy:before { content: "\f182"; }

.ion-ios7-copy-outline:before { content: "\f181"; }

.ion-ios7-download:before { content: "\f184"; }

.ion-ios7-download-outline:before { content: "\f183"; }

.ion-ios7-drag:before { content: "\f185"; }

.ion-ios7-email:before { content: "\f187"; }

.ion-ios7-email-outline:before { content: "\f186"; }

.ion-ios7-expand:before { content: "\f30d"; }

.ion-ios7-eye:before { content: "\f189"; }

.ion-ios7-eye-outline:before { content: "\f188"; }

.ion-ios7-fastforward:before { content: "\f18b"; }

.ion-ios7-fastforward-outline:before { content: "\f18a"; }

.ion-ios7-filing:before { content: "\f18d"; }

.ion-ios7-filing-outline:before { content: "\f18c"; }

.ion-ios7-film:before { content: "\f18f"; }

.ion-ios7-film-outline:before { content: "\f18e"; }

.ion-ios7-flag:before { content: "\f191"; }

.ion-ios7-flag-outline:before { content: "\f190"; }

.ion-ios7-folder:before { content: "\f193"; }

.ion-ios7-folder-outline:before { content: "\f192"; }

.ion-ios7-football:before { content: "\f329"; }

.ion-ios7-football-outline:before { content: "\f328"; }

.ion-ios7-gear:before { content: "\f195"; }

.ion-ios7-gear-outline:before { content: "\f194"; }

.ion-ios7-glasses:before { content: "\f197"; }

.ion-ios7-glasses-outline:before { content: "\f196"; }

.ion-ios7-heart:before { content: "\f199"; }

.ion-ios7-heart-outline:before { content: "\f198"; }

.ion-ios7-help:before { content: "\f19c"; }

.ion-ios7-help-empty:before { content: "\f19a"; }

.ion-ios7-help-outline:before { content: "\f19b"; }

.ion-ios7-home:before { content: "\f32b"; }

.ion-ios7-home-outline:before { content: "\f32a"; }

.ion-ios7-infinite:before { content: "\f19e"; }

.ion-ios7-infinite-outline:before { content: "\f19d"; }

.ion-ios7-information:before { content: "\f1a1"; }

.ion-ios7-information-empty:before { content: "\f19f"; }

.ion-ios7-information-outline:before { content: "\f1a0"; }

.ion-ios7-ionic-outline:before { content: "\f1a2"; }

.ion-ios7-keypad:before { content: "\f1a4"; }

.ion-ios7-keypad-outline:before { content: "\f1a3"; }

.ion-ios7-lightbulb:before { content: "\f287"; }

.ion-ios7-lightbulb-outline:before { content: "\f286"; }

.ion-ios7-location:before { content: "\f1a6"; }

.ion-ios7-location-outline:before { content: "\f1a5"; }

.ion-ios7-locked:before { content: "\f1a8"; }

.ion-ios7-locked-outline:before { content: "\f1a7"; }

.ion-ios7-loop:before { content: "\f32d"; }

.ion-ios7-loop-strong:before { content: "\f32c"; }

.ion-ios7-medkit:before { content: "\f289"; }

.ion-ios7-medkit-outline:before { content: "\f288"; }

.ion-ios7-mic:before { content: "\f1ab"; }

.ion-ios7-mic-off:before { content: "\f1a9"; }

.ion-ios7-mic-outline:before { content: "\f1aa"; }

.ion-ios7-minus:before { content: "\f1ae"; }

.ion-ios7-minus-empty:before { content: "\f1ac"; }

.ion-ios7-minus-outline:before { content: "\f1ad"; }

.ion-ios7-monitor:before { content: "\f1b0"; }

.ion-ios7-monitor-outline:before { content: "\f1af"; }

.ion-ios7-moon:before { content: "\f1b2"; }

.ion-ios7-moon-outline:before { content: "\f1b1"; }

.ion-ios7-more:before { content: "\f1b4"; }

.ion-ios7-more-outline:before { content: "\f1b3"; }

.ion-ios7-musical-note:before { content: "\f1b5"; }

.ion-ios7-musical-notes:before { content: "\f1b6"; }

.ion-ios7-navigate:before { content: "\f1b8"; }

.ion-ios7-navigate-outline:before { content: "\f1b7"; }

.ion-ios7-paper:before { content: "\f32f"; }

.ion-ios7-paper-outline:before { content: "\f32e"; }

.ion-ios7-paperplane:before { content: "\f1ba"; }

.ion-ios7-paperplane-outline:before { content: "\f1b9"; }

.ion-ios7-partlysunny:before { content: "\f1bc"; }

.ion-ios7-partlysunny-outline:before { content: "\f1bb"; }

.ion-ios7-pause:before { content: "\f1be"; }

.ion-ios7-pause-outline:before { content: "\f1bd"; }

.ion-ios7-paw:before { content: "\f331"; }

.ion-ios7-paw-outline:before { content: "\f330"; }

.ion-ios7-people:before { content: "\f1c0"; }

.ion-ios7-people-outline:before { content: "\f1bf"; }

.ion-ios7-person:before { content: "\f1c2"; }

.ion-ios7-person-outline:before { content: "\f1c1"; }

.ion-ios7-personadd:before { content: "\f1c4"; }

.ion-ios7-personadd-outline:before { content: "\f1c3"; }

.ion-ios7-photos:before { content: "\f1c6"; }

.ion-ios7-photos-outline:before { content: "\f1c5"; }

.ion-ios7-pie:before { content: "\f28b"; }

.ion-ios7-pie-outline:before { content: "\f28a"; }

.ion-ios7-play:before { content: "\f1c8"; }

.ion-ios7-play-outline:before { content: "\f1c7"; }

.ion-ios7-plus:before { content: "\f1cb"; }

.ion-ios7-plus-empty:before { content: "\f1c9"; }

.ion-ios7-plus-outline:before { content: "\f1ca"; }

.ion-ios7-pricetag:before { content: "\f28d"; }

.ion-ios7-pricetag-outline:before { content: "\f28c"; }

.ion-ios7-pricetags:before { content: "\f333"; }

.ion-ios7-pricetags-outline:before { content: "\f332"; }

.ion-ios7-printer:before { content: "\f1cd"; }

.ion-ios7-printer-outline:before { content: "\f1cc"; }

.ion-ios7-pulse:before { content: "\f335"; }

.ion-ios7-pulse-strong:before { content: "\f334"; }

.ion-ios7-rainy:before { content: "\f1cf"; }

.ion-ios7-rainy-outline:before { content: "\f1ce"; }

.ion-ios7-recording:before { content: "\f1d1"; }

.ion-ios7-recording-outline:before { content: "\f1d0"; }

.ion-ios7-redo:before { content: "\f1d3"; }

.ion-ios7-redo-outline:before { content: "\f1d2"; }

.ion-ios7-refresh:before { content: "\f1d6"; }

.ion-ios7-refresh-empty:before { content: "\f1d4"; }

.ion-ios7-refresh-outline:before { content: "\f1d5"; }

.ion-ios7-reload:before, .ion-ios7-reloading:before { content: "\f28e"; }

.ion-ios7-reverse-camera:before { content: "\f337"; }

.ion-ios7-reverse-camera-outline:before { content: "\f336"; }

.ion-ios7-rewind:before { content: "\f1d8"; }

.ion-ios7-rewind-outline:before { content: "\f1d7"; }

.ion-ios7-search:before { content: "\f1da"; }

.ion-ios7-search-strong:before { content: "\f1d9"; }

.ion-ios7-settings:before { content: "\f339"; }

.ion-ios7-settings-strong:before { content: "\f338"; }

.ion-ios7-shrink:before { content: "\f30e"; }

.ion-ios7-skipbackward:before { content: "\f1dc"; }

.ion-ios7-skipbackward-outline:before { content: "\f1db"; }

.ion-ios7-skipforward:before { content: "\f1de"; }

.ion-ios7-skipforward-outline:before { content: "\f1dd"; }

.ion-ios7-snowy:before { content: "\f309"; }

.ion-ios7-speedometer:before { content: "\f290"; }

.ion-ios7-speedometer-outline:before { content: "\f28f"; }

.ion-ios7-star:before { content: "\f1e0"; }

.ion-ios7-star-half:before { content: "\f33a"; }

.ion-ios7-star-outline:before { content: "\f1df"; }

.ion-ios7-stopwatch:before { content: "\f1e2"; }

.ion-ios7-stopwatch-outline:before { content: "\f1e1"; }

.ion-ios7-sunny:before { content: "\f1e4"; }

.ion-ios7-sunny-outline:before { content: "\f1e3"; }

.ion-ios7-telephone:before { content: "\f1e6"; }

.ion-ios7-telephone-outline:before { content: "\f1e5"; }

.ion-ios7-tennisball:before { content: "\f33c"; }

.ion-ios7-tennisball-outline:before { content: "\f33b"; }

.ion-ios7-thunderstorm:before { content: "\f1e8"; }

.ion-ios7-thunderstorm-outline:before { content: "\f1e7"; }

.ion-ios7-time:before { content: "\f292"; }

.ion-ios7-time-outline:before { content: "\f291"; }

.ion-ios7-timer:before { content: "\f1ea"; }

.ion-ios7-timer-outline:before { content: "\f1e9"; }

.ion-ios7-toggle:before { content: "\f33e"; }

.ion-ios7-toggle-outline:before { content: "\f33d"; }

.ion-ios7-trash:before { content: "\f1ec"; }

.ion-ios7-trash-outline:before { content: "\f1eb"; }

.ion-ios7-undo:before { content: "\f1ee"; }

.ion-ios7-undo-outline:before { content: "\f1ed"; }

.ion-ios7-unlocked:before { content: "\f1f0"; }

.ion-ios7-unlocked-outline:before { content: "\f1ef"; }

.ion-ios7-upload:before { content: "\f1f2"; }

.ion-ios7-upload-outline:before { content: "\f1f1"; }

.ion-ios7-videocam:before { content: "\f1f4"; }

.ion-ios7-videocam-outline:before { content: "\f1f3"; }

.ion-ios7-volume-high:before { content: "\f1f5"; }

.ion-ios7-volume-low:before { content: "\f1f6"; }

.ion-ios7-wineglass:before { content: "\f294"; }

.ion-ios7-wineglass-outline:before { content: "\f293"; }

.ion-ios7-world:before { content: "\f1f8"; }

.ion-ios7-world-outline:before { content: "\f1f7"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before, .ion-loading-a:before { content: "\f29a"; }

.ion-load-b:before, .ion-loading-b:before { content: "\f29b"; }

.ion-load-c:before, .ion-loading-c:before { content: "\f29c"; }

.ion-load-d:before, .ion-loading-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before, .ion-looping:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before, .ion-refreshing:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }


#headerSubPages{
	margin-bottom: 30px;
}

#headerSubPages .minimal-menu ul li.submenu > a:before,
#headerSubPages .minimal-menu ul li.submenu > a:after {
    position: absolute;
    content: none;
    width: 5px;
    height: 1px;
    bottom: 0;
    left: 50%;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#headerSubPages .headerBody{
	max-width: 100%;
	
}

#headerSubPages .headerLogo{
	margin-left: 20px;
}

#headerSubPages #searchformContainer{
	margin-right: 20px;
}

#headerSubPages .headerTop{
	max-width: 100%;
	margin-left: 20px;
}

.whiter-w {
background:url(http://area51.pixelsafari.net/kunden/public/click-licht/img/cl_footer.png) no-repeat;
height: 480px;
	padding-top: 120px;
	text-align: center;
}

.whiter-rcp{
	border: none;
}