body {
	color: #626262;
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
}

.page {
	margin: auto;
	/*max-width: 1400px;*/
}

div, section, footer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wrapper {
	margin: auto;
	width: 320px;
	padding: 0 10px;
}

.module_announce .module_announce_inner .slider_container .wrapper {
	margin: auto;
	width: 320px;
	padding: 0 30px;
}

.bp_480 .module_announce .module_announce_inner .slider_container .wrapper {
	width: 375px;
}

.bp_768 .module_announce .module_announce_inner .slider_container .wrapper {
	width: 730px;
}

.bp_1024 .module_announce .module_announce_inner .slider_container .wrapper {
	width: 980px;
}

.bp_1200 .module_announce .module_announce_inner .slider_container .wrapper {
	width: 1160px;
}

.bp_1280 .module_announce .module_announce_inner .slider_container .wrapper {
	width: 1230px;
}

.bp_1400 .module_announce .module_announce_inner .slider_container .wrapper {
	width: 1200px;
	padding: 0;
}

.wrapper .module .wrapper {
	width: auto !important;
}

.grid_unit {
	margin: 10px 0;
}

.h1, .h2, .h3 {
	/*text-transform: uppercase;*/
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 20px;
	font-weight: normal;
	font-family: "FetteEngD", sans-serif;
}

.h1 {
	color: #3C3C3C;
	font-size: 32px;
	line-height: 34px;
	padding: 15px 0;
	text-transform: uppercase;
}

.h1+.line {
	width: 100px;
	display: inline-block;
	height: 3px;
	background-color: #009999;
	margin-bottom: 15px;
}

.bp_1200 .h1 {
	font-size: 40px;
	line-height: 42px;
	padding: 22px 0;
}

.bp_1200 .h1+.line {
	margin-bottom: 22px;
}

.h2 {
	font-family: "FrutigerCondensedBold", Arial, sans-serif;
	color: #009999;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}

.bp_1200 .h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
}

/*.h3 {
        font-size: 18px;
        margin-bottom: 20px;
}
.bp_1200 .h3 {
        font-size: 25px;
}*/
.subheadline {
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 24px;
	/*font-family: "FetteEngD", sans-serif;*/
}

.bp_768 .subheadline {
	margin-bottom: 25px;
}

/*.bp_1200 .subheadline {
    font-size: 25px;
}*/
.small_headline {
	font-family: "FetteEngD", sans-serif;
	font-size: 20px;
	color: #009999;
	/*text-transform: uppercase;*/
	display: block;
}

.headline_container:first-child>.headline,
.headline_container:first-child>.subheadline {
	margin-top: 0;
}

.content_main ul,
.content_middle ul {
	list-style: none;
}

.content_middle ul {
	margin-top: 20px;
}

.content_main ul li,
.content_middle .faq ul li,
.content_middle .module_text ul li {
	background-image: url("/fileadmin/templates/img/list-style-image.jpg");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.quote {
	color: #009999;
	font-family: "FrutigerCondensedItalic", sans-serif;
	font-size: 22px;
}

.title {
	color: #009999;
	font-family: "FetteEngD", sans-serif;
	font-size: 22px;
	/*    text-transform: uppercase;*/
}

a {
	color: #009999;
	text-decoration: none;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
}

a:hover,
a.hovered {
	color: #006869;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
}

.link_box.button {
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.link_box.button a {
	color: #fff;
	background-color: #009999;
	padding: 5px 10px;
	display: inline-block;
	font-size: 15px;
	font-family: "FrutigerCondensed", sans-serif;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.bp_1024 .link_box.button a {
	padding: 12px 20px;
}

.bp_1200 .link_box.button a {
	font-size: 17px;
}

.link_box.button a.darkgreen {
	background-color: #005556;
}

.link_box.button.hovered a {
	background-color: #006869;
	text-decoration: none;
}

b, strong {
	font-weight: normal;
	font-family: "FrutigerCondensedBold";
}

.back_button,
.watch_list {
	margin-bottom: 20px;
}

.back_button>a,
.watch_list>a {
	background-image: url("/fileadmin/templates/img/arr-back.png");
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #626262;
	display: inline-block;
	line-height: 22px;
	padding-left: 25px;
	width: 100%;
}

.back_button.hovered>a,
.watch_list.hovered>a {
	color: #4f4f4f;
}

.bp_480 .back_button,
.bp_480 .watch_list {
	float: left;
}

.bp_480 .watch_list {
	float: right;
}

.bp_1024 .back_button {
	margin-bottom: 40px;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"] {
	color: #626262;
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
	height: 30px;
	width: 100%;
	border: 1px solid #b3b3b4;
	background-color: #fff;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
	background-color: #009999;
	color: #fff;
	height: 30px;
	display: inline-block;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #006869;
	text-decoration: none;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}

textarea {
	color: #626262;
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
	height: 150px;
	width: 100%;
	resize: none;
	border: 1px solid #b3b3b4;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
}

.styled_dropdown_outer {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	max-width: 350px;
	font-size: 16px;
}

.styled_dropdown_outer span.select {
	width: 100%;
	background-position: 96% center;
}

.styled_dropdown_outer span.select .select-inner {
	padding: 4px 25px 4px 5px;
}

.styled_dropdown_outer .optionList {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-height: none;
}

.styled_dropdown_outer .selectOption.js_hover {
	padding: 5px 13px;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.slider_prev_outer,
.slider_next_outer {
	background-color: #000;
	background-image: url("/fileadmin/templates/img/arr-prev.png");
	background-repeat: no-repeat;
	background-position: center 16px;
	bottom: 0;
	height: 51px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.7;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.slider_next_outer {
	right: 0;
	left: auto;
	background-image: url("/fileadmin/templates/img/arr-next.png");
}

.slider_prev_outer.hovered,
.slider_next_outer.hovered {
	opacity: 1;
}

.slider_pager {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 100;
	text-align: center;
}

.pager_elem {
	background-color: #c5c5c5;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
}

.pager_elem.act {
	background-color: #009999;
}

.header {
	padding: 15px 0;
	/*position: absolute;*/
	position: fixed;
	top: 0;
	left: 0;
	/*background-color: #fff;*/
	background-color: #3C3C3C;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 68px;
	z-index: 6001;
}

.bp_1024 .header {
	/*	position: fixed;
            top: 0;
            left: 0;*/
	height: 140px;
	background-color: #fff;
}

.bp_1024 .header:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #3C3C3C;
}

.logo {
	width: 135px;
	float: left;
	cursor: pointer;
	z-index: 2;
	margin-top: 10px;
}

.bp_1024 .logo {
	width: 155px;
}

/** NAVIGATION **/
/* FIXME: mob-nav hack */
.wrapper,
.nav_outer,
.nav_wrapper {
	position: static;
}

.bp_1024 .wrapper,
.bp_1024 .nav_outer,
.bp_1024 .nav_wrapper {
	position: relative;
}

/* /mob-nav hack */
.nav_trigger {
	float: right;
	display: block;
	width: 32px;
	height: 25px;
	cursor: pointer;
	margin-top: 10px;
}

.bp_1024 .nav_trigger {
	margin-top: 20px;
}

.nav_trigger .navicon {
	background-color: #009999;
	right: 0;
	position: absolute;
	width: 30px;
	height: 23px;
	z-index: 10;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}

.nav_trigger.hovered .navicon,
.nav_trigger.act .navicon {
	background-color: #006869;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}

.navigation {
	position: absolute;
	z-index: 10;
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width: 270px;
	top: 0px;
	right: -270px;
	overflow-y: auto;
}

.navigation .meta_outer {
	height: 70px;
}

.navigation .meta_outer .quick_links {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 15px;
	z-index: 10;
}

.navigation .meta_outer .social_icons,
.navigation .meta_outer .icon.basket {
	float: left;
}

.navigation .meta_outer .social_icons li {
	padding: 0 8px 0 0;
}

.navigation .meta_outer span {
	display: block;
	cursor: pointer;
}

.navigation .close_button {
	color: #009999;
	text-decoration: none;
	position: absolute;
	padding-left: 22px;
	left: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.navigation .close_button:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #009999;
	content: "";
	display: inline-block;
	height: 0;
	left: 0;
	position: absolute;
	top: 4px;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 0;
}

.menu_service ul,
.navigation ul {
	list-style: none;
	width: 100%
}

.navigation .nav1 li {
	line-height: 26px;
	background: #fff;
	border-bottom: 1px solid #b0aeb1;
}

.navigation .nav1 li:first-child {
	border-top: 1px solid #b0aeb1;
}

.navigation .nav1 li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 15px;
	color: #626262;
	position: relative;
	-webkit-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
	-o-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
	transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
}

.navigation .nav1 li.hovered>a,
.navigation li.act>a {
	background-color: #009999;
	color: #fff;
	-webkit-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
	-o-transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
	transition: color 0.85s ease-in-out, background 0.85s ease-in-out;
}

.navigation .nav1 li.hasSub>a .icon {
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #009999;
	display: inline-block;
	height: 0;
	right: 15px;
	top: 16px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	width: 0;
}

.navigation .nav1 li.hasSub.act>a .icon,
.navigation .nav1 li.hasSub.hovered>a .icon {
	border-top: 8px solid #fff;
}

.navigation .nav1 li.hasSub.open>a .icon,
.navigation .nav1 li.hasSub.act>a .icon {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.navigation .nav2 li a {
	padding-left: 25px;
}

.navigation .nav3 li a {
	padding-left: 35px;
}

.navigation .nav4 li a {
	padding-left: 45px;
}

/** NAVIGATION END **/
.navigation .menu_service {
	margin-top: 20px;
	padding: 0 15px;
}

.menu_service li {
	float: left;
	width: 100%;
	margin: 5px 0;
	font-size: 15px;
}

.menu_service li:last-child {
	margin-bottom: 50px;
}

.menu_service li.menu_top.act a {
	background: transparent;
	color: #009999;
}

.menu_service li.language {
	margin: 15px 0 10px;
}

.menu_service .icon {
	display: inline-block;
	margin-right: 5px;
}

.menu_service li.search .icon {
	background: transparent url("/fileadmin/templates/img/search-icon.png") 0 0 no-repeat;
	background-size: 14px auto;
	width: 14px;
	height: 14px;
	position: relative;
}

.menu_service li.search .icon:before {
	content: " ";
	display: block;
	background: url("/fileadmin/templates/img/search-icon.png") no-repeat;
	background-position: 0 -25px;
	background-size: 14px auto;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
	opacity: 0;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.bp_1024 .menu_service li.search .icon:before {
	background-position: 0 -29px;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	top: 0;
}

.menu_service li.search:hover .icon:before {
	opacity: 1;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.menu_service li.worldwide .icon {
	background: transparent url("/fileadmin/templates/img/contact-icon.png") 0 0 no-repeat;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	position: relative;
}

.menu_service li.worldwide .icon:before {
	content: " ";
	display: block;
	background: url("/fileadmin/templates/img/contact-icon.png") no-repeat;
	background-position: 0 -19px;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.menu_service li.worldwide:hover .icon:before {
	opacity: 1;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/*.menu_service li.worldwide:hover .icon,
.menu_service li.worldwide .icon:hover {
        background-position: 0 -19px;
}*/
.menu_service li.wishlist .icon {
	background: transparent url("/fileadmin/templates/img/list-icon.png") 0 0 no-repeat;
	background-size: 14px auto;
	width: 14px;
	height: 17px;
	position: relative;
	top: 2px;
}

.menu_service li>a {
	color: #9c9d9d;
}

.menu_service li a.hovered {
	color: #626262;
}

/** MENU LANGUAGE **/
.menu_service li.language .menu_language img {
	max-width: 20px;
	padding-right: 10px;
}

.menu_service li.language .menu_language {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.menu_service li.language .menu_language ul {
	position: absolute;
	background-color: #fff;
	z-index: 1;
}

.menu_service li.language .menu_language li {
	list-style: outside none none;
	text-align: left;
	display: none;
	background-color: #fff;
	padding: 5px 0;
	margin: 0;
}

.menu_service li.language .menu_language li.act {
	display: block;
	left: 0;
	top: -25px;
	position: absolute;
	z-index: 999;
	padding: 0;
}

.menu_service li.language .menu_language li.disabled {
	display: none;
}

.menu_service li.language .menu_language a {
	color: #9c9d9d;
	display: block;
	font-size: 15px;
	line-height: 14px;
	text-decoration: none;
	background: transparent;
}

.menu_service li.language .menu_language li.hovered a {
	color: #626262;
}

.bp_1024 .menu_service li.language .menu_language li.act a {
	color: #fff;
}

.menu_service li.language .menu_language li.act a:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #9c9d9d;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 999;
}

.bp_1024 .menu_service li.language .menu_language li.act a:before {
	border-top: 8px solid #fff;
}

/** END MENU LANGUAGE **/
.breadcrumb_container {
	z-index: 101;
}

.breadcrumb {
	border-bottom: 1px solid #d0d0d0;
	padding: 12px 0;
}

.bp_1200 .breadcrumb {
	padding: 8px 0;
}

.bp_1280 .breadcrumb {
	padding: 20px 0;
}

.breadcrumb ul {
	float: right;
}

.breadcrumb li {
	display: block;
	float: left;
	background: none !important;
}

.breadcrumb a {
	color: #626262;
}

.breadcrumb li.hovered a {
	color: #009999;
}

.breadcrumb .act a {
	color: #009999;
}

.breadcrumb .hovered.act a {
	color: #006869;
}

.breadcrumb .divider {
	padding: 0 8px;
	display: inline-block;
}

.content_top {
	padding-top: 68px;
}

.footer {
	font-size: 15px;
	background-color: #e0e0e1;
	padding: 10px 0 0;
}

.footer .headline {
	text-transform: uppercase;
	/*padding: 0 0 7px;*/
	margin: 0 0 10px;
	/*border-bottom: 1px solid #4e4f4f;*/
	display: inline-block;
	width: 100%;
	/*color: #4e4f4f;*/
	font-family: "FetteEngD", sans-serif;
	font-size: 22px;
}

.footer .social_media {
	padding: 15px 0 0;
}

.footer .social_icons {
	margin-top: 10px;
}

.footer .social_icons img {
	max-height: 30px;
}

.footer .social_icons .hover_img {
	position: absolute;
	top: 0;
	left: 0;
}

.footer .social_icons ul {
	list-style: none;
}

.footer .social_icons li {
	/*display: inline-block;*/
	float: left;
	margin-right: 4px;
}

.bp_768 .footer .social_icons li {
	margin-right: 2px;
}

.bp_1024 .footer .social_icons li {
	margin-right: 5px;
}

.footer .social_icons li a {
	position: relative;
}

.footer .newsletter {
	margin-top: 10px;
}

.footer input[type="submit"],
.footer input[type="button"] {
	margin-top: 10px;
}

.footer .copyright {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #b4b4b5;
}

.footer .menu_footer {
	margin: 10px 0;
}

.footer .menu_footer li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.footer .footer_slogan {
	background-color: #3C3C3C;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 15px;
	text-transform: uppercase;
	/*min-height: 40px;*/
	letter-spacing: 3px;
}

/*.footer .footer_slogan .wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
}*/
.footer .menu_footer_top,
.footer .menu_footer_top li {
	list-style: none;
}

.footer .menu_footer_top li a {
	display: block;
	margin-bottom: 5px;
	color: #626262;
}

.footer .menu_footer_top li a:hover {
	color: #009999;
}

.bp_768.lang_zh .footer .menu_footer_top {
	padding-bottom: 50px;
}

.bp_480 .wrapper {
	width: 480px;
	padding: 0 15px;
}

.bp_480 .grid_33 .grid_unit {
	width: 50%;
}

.bp_480 .footer .grid_33 .grid_unit {
	width: 100%;
}

.bp_768 .wrapper {
	width: 768px;
	padding: 0 20px;
}

.bp_768 .grid_33 .grid_unit {
	width: 33.333%;
}

.bp_768 .grid_50 .grid_unit {
	width: 50%;
}

.bp_768 .grid_25 .grid_unit {
	width: 25%;
}

.bp_768 .grid_66_33>.grid_unit {
	width: 33.333%;
}

.bp_768 .grid_66_33>.grid_unit:first-child {
	width: 66.666%;
}

.bp_768 .grid_70_30>.grid_unit {
	width: 30%;
}

.bp_768 .grid_70_30>.grid_unit:first-child {
	width: 70%;
}

.bp_768 .footer {
	padding: 25px 0 0;
}

.bp_768 .footer>.wrapper {
	position: relative;
}

.bp_768 .footer .grid_33 .grid_unit {
	width: 33.333%;
}

/*.bp_768 .footer .headline {
    padding-bottom: 8px;
    margin-bottom: 15px;
}*/
.bp_768 .footer input[type="submit"],
.bp_768 .footer input[type="button"] {
	margin-top: 10px;
}

.bp_768 .footer .copyright {
	float: left;
	width: 50%;
	padding-top: 15px;
	margin-top: 25px;
}

.bp_768 .footer .menu_footer {
	float: right;
	width: 50%;
	padding-top: 15px;
	margin-top: 25px;
	text-align: right;
	border-top: 1px solid #b4b4b5;
}

.bp_768 .footer .menu_footer li {
	margin: 0 0 0 15px;
}

.bp_768 .footer .footer_slogan {
	letter-spacing: 10px;
	font-size: 18px;
}

.bp_768 .footer .social_media {
	padding: 0;
	position: absolute;
	bottom: 70px;
	right: 0;
}

.bp_768 .footer .social_media .social_media_inner {
	/*float:right;*/
	padding-right: 20px;
}

.bp_1024 .footer .social_media .social_media_inner {
	min-width: 264px;
}

.bp_1200 .footer .social_media .social_media_inner {
	min-width: 306px;
}

.bp_1280 .footer .social_media .social_media_inner {
	min-width: 325px;
}

.bp_1400 .footer .social_media .social_media_inner {
	min-width: 372px;
}

.bp_1024 .wrapper {
	width: 1024px;
	padding: 0 50px;
}

.bp_1024 .header .logo {
	position: absolute;
	left: 50px;
	top: -2px;
}

.bp_1024 .menu_service {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.bp_1024 .menu_service li {
	display: inline-block;
	padding-left: 30px;
}

.bp_1024 .menu_service li:first-child {
	padding-left: 0;
	margin-right: 11px;
}

.bp_1024 .menu_service li a {
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.bp_1024 .menu_service li a.hovered,
.bp_1024 .menu_service li.act a {
	color: #009999;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.bp_1024 .menu_service li.language {
	margin: 0;
	width: 105px;
}

.bp_1024 .menu_service li.language .menu_language ul {
	z-index: 100;
	/*left: -100px;*/
	position: absolute;
	top: 13px;
}

.bp_1024 .menu_service li.language .menu_language li {
	width: 105px;
	padding: 8px 10px;
	max-width: 86px;
}

.bp_1024 .menu_service li.language .menu_language li.act {
	padding: 0 10px;
	max-width: 95px;
	background: transparent;
}

.bp_1024 .nav_outer {
	float: right;
	width: 100%;
	text-align: right;
}

.bp_1024 .navigation ul {
	width: auto;
	float: none;
}

.bp_1024 .nav_trigger {
	display: none;
}

.bp_1024 .navigation {
	display: relative;
	width: 100%;
	top: auto;
	right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	overflow-y: visible;
}

.bp_1024 .navigation ul.nav1 {
	/*border-top: 1px solid #e0e0e1;*/
	margin-top: 20px;
	padding-top: 23px;
	position: absolute;
	right: 0;
	top: 34px;
	width: 100%;
}

.bp_1024 .navigation li {
	background: none;
	border: none;
	display: inline-block;
	margin-left: 35px;
}

.bp_1024 .navigation .nav1 li:first-child {
	border: none;
}

.bp_1024 .navigation li a {
	font-size: 18px;
	line-height: 24px;
	color: #626262;
	padding: 0 0 22px;
}

.bp_1024 .navigation .nav1>li>a {
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 25px;
}

.bp_1024 .navigation .nav1>li:first-child {
	padding-left: 0;
}

.bp_1024 .navigation .nav1 li.hovered,
.bp_1024 .navigation .nav1 li.act {
	color: #009999;
}

.bp_1024 .navigation .nav1 li.hovered a,
.bp_1024 .navigation .nav1 li.act a {
	background: none;
	color: #009999;
}

.bp_1024 .navigation .nav1 li.act>a {
	-o-transition: none;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

/* Required for Down Triangle */
/*.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:before,
.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        z-index: 1000;
}*/
/*.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:before {
    bottom: 2px;
    left: 0;
    right: 0;
        margin: auto;
    border-top-color: #c4c4c4;
    border-width: 12px;
}*/
/*.bp_1024 .navigation .nav1 > li.hovered.hasSub > a:after {
    bottom: 2px;
    left: 0;
    right: 0;
        margin: auto;
    border-top-color: #fff;
    border-width: 11px;
}*/
.bp_1024 .navigation .nav1>li.hasSub>a .icon {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #c4c4c4 !important;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	bottom: 1px;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	z-index: 1000;
}

.bp_1024 .navigation .nav1>li.hasSub>a .icon:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
	bottom: 1px;
	left: -11px;
	margin: auto;
	border-top-color: #fff;
	border-width: 11px;
}

/*.bp_1024 .small_header .navigation .nav1 > li.hasSub > a .icon {
    bottom:0;
}*/
.bp_1024 .navigation .nav1 li.act a {
	color: #009999;
}

.bp_1024 .navigation li.act.hasSub>a .icon {
	border-top-color: #00a3e0;
}

.bp_1024 .navigation .nav1>li>a .icon {
	display: none;
}

.bp_1024 .navigation .nav1 li .nav2 li.hasSub .icon {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	top: 50%;
	margin-top: -4px;
}

/* FLY OUT */
.bp_1024 .navigation .nav2_outer {
	border-top: 1px solid #e0e0e1;
	display: none;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 70px;
	width: 823px;
	padding: 0 26px;
	text-align: left;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.bp_1024 .navigation .nav1>li:first-child .nav2_outer {
	width: 924px;
}

.bp_1024 .navigation .nav2_outer li {
	margin: 0;
}

.bp_1024 .navigation .nav2_outer li a {
	font-size: 18px;
}

.bp_1024 .navigation .nav2 {
	border-right: 1px solid #e0e0e1;
	padding: 0 44px 20px 0;
	width: 347px;
}

.bp_1024 .navigation .nav2.open li:first-child {
	border-top: none;
}

/*.bp_1024 .navigation .nav2.open li:first-child a {
        padding-top: 0;
}*/
.bp_1024 .navigation .nav2.open li {
	display: block;
	border-top: 1px solid #e0e0e1;
}

.bp_1024 .navigation .nav2.open li>a {
	padding: 18px 0 17px 0;
	color: #626262;
}

.bp_1024 .navigation .nav2.open li.hasSub>a .icon {
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	right: 0;
}

.bp_1024 .navigation .nav1 .nav2 li.hovered>a,
.bp_1024 .navigation .nav1 .nav2 li.act>a {
	color: #009999;
	border-bottom: none;
}

.bp_1024 .navigation .nav1 .nav2 li.act>a {
	-o-transition: none;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

.bp_1024 .navigation .nav_highlight_wrapper {
	position: absolute;
	left: 422px;
	padding: 0 26px;
}

.bp_1024 .navigation .nav3 {
	display: none;
	position: absolute;
	top: 0;
	width: 347px;
	left: 424px;
	padding: 0 26px 0;
}

.bp_1024 .navigation .nav3.open {
	display: block;
}

.bp_1024 .navigation .nav3 li {
	width: 347px;
}

.bp_1024 .navigation .nav3 li a {
	color: #626262 !important;
	padding: 18px 0 17px 0 !important;
}

/*.bp_1024 .navigation .nav3 li:first-child a {
    padding-top: 0 !important;
}*/
.bp_1024 .navigation .nav3.open li>a {
	padding: 18px 0 17px 0;
}

.bp_1024 .navigation .nav1 .nav3 li.hovered>a,
.bp_1024 .navigation .nav1 .nav3 li.act>a {
	color: #009999 !important;
}

.bp_1024 .navigation .nav4 {
	display: none;
	position: absolute;
	top: 0;
	width: 347px;
	left: 399px;
	padding: 18px 26px 0;
}

.bp_1024 .navigation .nav4.open {
	display: block;
}

.bp_1024 .navigation .nav4 li {
	width: 347px;
}

.bp_1024 .navigation .nav4 li a {
	color: #626262 !important;
	padding: 18px 0 17px 0 !important;
}

.bp_1024 .navigation .nav4 li:first-child a {
	padding-top: 0 !important;
}

.bp_1024 .navigation .nav1 .nav4 li.hovered>a,
.bp_1024 .navigation .nav1 .nav4 li.act>a {
	color: #009999 !important;
}

.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav2,
.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav3,
.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav3 li,
.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav4,
.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav4 li {
	width: 246px;
}

.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav3 {
	left: 316px;
}

.bp_1024 .navigation .nav1>li:first-child .nav2_outer .nav4 {
	left: 300px;
}

.bp_1024 .navigation .nav1 li.hasSub.hovered>a .icon {
	border-top-color: #009999;
}

/* /FLY OUT */
.bp_1024 .menu_service li {
	display: inline-block;
	padding-left: 30px;
	float: none;
	width: auto;
}

.bp_1024 .menu_service li.search .icon {
	background-image: url("/fileadmin/templates/img/search-icon-white.png");
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}

.bp_1024 .menu_service li.worldwide .icon {
	background-image: url("/fileadmin/templates/img/contact-icon-white.png");
}

.bp_1024 .content_top {
	padding-top: 140px;
}

.bp_1024 .content_main ul li,
.bp_1024 .content_middle ul li {
	margin-bottom: 22px;
	background-position: left 7px;
}

.bp_1024 .content_middle ul li {
	margin-bottom: 15px;
}

.bp_1024 .footer {
	font-size: 15px;
	padding: 25px 0 0;
}

.bp_1024 .footer input[type="text"] {
	max-width: 175px;
	float: left;
}

.bp_1024 .footer input[type="submit"],
.bp_1024 .footer input[type="button"] {
	float: right;
	margin-top: 0;
}

.bp_1024 .pager_elem {
	width: 10px;
	height: 10px;
	margin: 0 4px;
}

/** SMALL HEADER **/
.bp_1024 .header.small_header {
	height: 68px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bp_1024 .header.small_header .logo {
	margin-top: 8px;
	top: 0;
}

/*.bp_1024 .header.small_header .menu_service {
        display: none;
}*/
.bp_1024 .header.small_header .menu_service .menu_top,
.bp_1024 .header.small_header .menu_service .language {
	display: none;
}

.bp_1024 .header.small_header .menu_service {
	top: 3px;
}

.bp_1024 .header.small_header .menu_service li {
	padding-left: 10px;
}

.bp_1024 .header.small_header .menu_service li a span.text {
	display: none;
}

.bp_1024 .header.small_header .navigation {
	margin-right: 90px;
}

.bp_1024 .header.small_header .navigation .nav1>li>a {
	color: #fff;
	/*padding-bottom:22px;*/
}

.bp_1024 .header.small_header .navigation .nav1>li.act>a {
	color: #009999;
}

.bp_1024 .header.small_header ul.nav1 {
	width: 80%;
	border: none;
	margin: 0;
	padding: 0;
	top: 8px;
}

.bp_1024 .header.small_header .navigation .nav2_outer {
	top: 47px;
}

.bp_1024 .header.small_header .navigation .nav1>li.hovered.hasSub>a:before,
.bp_1024 .header.small_header .navigation .nav1>li.hovered.hasSub>a:after {
	bottom: 1px;
}

/** END SMALL HEADER **/
.bp_1200 .wrapper {
	width: 1200px;
}

.bp_1280 .wrapper {
	width: 1280px;
}

.bp_1280 .footer input[type="text"] {
	max-width: 240px;
}

.bp_1400 .wrapper {
	width: 1400px;
	padding: 0 100px;
}

.bp_1400 .header .logo {
	left: 100px;
}

.bp_1400 .grid {
	margin: 0 -18px;
}

.bp_1400 .grid_unit {
	padding: 0 18px;
}

.bp_1400 .footer {
	padding: 25px 0 0;
}

/* FOOTER CN */
.footer_cn .social_icons {
	/*float: right;*/
	margin: 0;
}

/*.bp_1200 .footer_cn .social_icons {
	margin:-32px 0 -15px;
}*/
.footer_cn .social_icons li {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}

.footer_cn .social_icons .we_chat_icon_outer img {
	max-height: 115px;
}

.footer_cn .social_media .social_media_inner>p {
	margin-bottom: 5px;
}

/* /FOOTER CN */
/** GRID **/
.bp_768 .grid_50 .grid_unit {
	width: 50%;
}

.worldwide_map_img {
	left: 0;
	position: absolute;
	top: 0;
	height: 130px;
}

.grid_unit.worlwide_block {
	height: 200px;
}

.wordwide_map_hover_img {
	display: none;
}

/*** SEARCH ***/
.tx-indexedsearch-searchbox {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.tx-indexedsearch-form label {
	display: block;
	margin-bottom: 15px;
	height: 22px;
}

.tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
	display: block;
	margin-bottom: 15px;
}

.bp_768 .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
	margin-bottom: 0;
	width: 300px;
}

.bp_768 .tx-indexedsearch-search-submit,
.bp_768 .tx-indexedsearch-form {
	float: left;
}

.bp_768 .tx-indexedsearch-search-submit {
	margin-top: 37px;
	margin-left: 20px;
}

.search_term .h1 {
	display: block;
}

.tx-indexedsearch-browsebox ul {
	list-style: none;
}

.tx-indexedsearch-browsebox ul li {
	background: transparent;
	display: inline-block;
	border-left: 1px solid #d0d0d0;
	padding: 0 0 0 10px !important;
	margin: 0 0 0 10px !important;
}

.tx-indexedsearch-browsebox ul li:first-child {
	border-left: 0;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.tx-indexedsearch-res {
	border-top: 1px solid #d0d0d0;
	padding-top: 30px;
	margin-top: 30px;
}

.search_term .word,
.tx-indexedsearch-res .tx-indexedsearch-description strong {
	color: #009999;
}

.tx-indexedsearch-res+.tx-indexedsearch-browsebox {
	border-top: 1px solid #d0d0d0;
	padding-top: 30px;
	margin: 30px 0 50px;
}

.no_result {
	margin-bottom: 50px;
}

/*** DATEPICKER ***/
/*#009999*/
.ui-widget-header {
	background: #009999 !important;
	border: 1px solid #009999 !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/typo3conf/ext/ne_flibs/Resources/Public/Lib/jquery_ui/jquery-ui-1.10.4.custom/css/ui-lightness/images/ui-icons_ffffff_256x240.png") !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #009999 !important;
	border: 1px solid #009999 !important;
}

.ui-widget,
.ui-datepicker .ui-datepicker-title select {
	color: #626262 !important;
	font-family: "FrutigerCondensed", Arial, sans-serif !important;
	font-size: 17px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #009999 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #006869 !important;
	border: 1px solid #006869 !important;
	color: #fff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #006869 !important;
	color: #006869 !important;
}

.ui-state-active.ui-state-hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #006869 !important;
	border: 1px solid #006869 !important;
	color: #fff !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0 !important;
}

#colorbox #cboxWrapper #cboxTopLeft,
#colorbox #cboxWrapper #cboxTopCenter,
#colorbox #cboxWrapper #cboxTopRight,
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxMiddleRight,
#colorbox #cboxWrapper #cboxBottomLeft,
#colorbox #cboxWrapper #cboxBottomCenter,
#colorbox #cboxWrapper #cboxBottomRight {
	background: none !important;
}

#colorbox #cboxWrapper #cboxClose {
	background: transparent url("/fileadmin/templates/img/close-video_small.png") 0 0 no-repeat !important;
	top: 0 !important;
	width: 40px;
	height: 40px;
	border: none;
	right: -50px !important;
	z-index: 1;
}

#colorbox #cboxWrapper #cboxPrevious,
#colorbox #cboxWrapper #cboxNext {
	background-color: #000;
	background-image: url("/fileadmin/templates/img/arr-prev.png");
	background-repeat: no-repeat;
	background-position: center 16px;
	bottom: 0;
	height: 51px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.7;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	border: none;
}

#colorbox #cboxWrapper #cboxNext {
	right: 0;
	left: auto;
	background-image: url("/fileadmin/templates/img/arr-next.png");
}

#colorbox #cboxWrapper #cboxPrevious:hover,
#colorbox #cboxWrapper #cboxNext:hover {
	opacity: 1;
}

#colorbox #cboxWrapper #cboxContent,
#colorbox #cboxWrapper,
#colorbox {
	overflow: visible !important;
}

#cboxLoadedContent {
	margin-bottom: 0 !important;
}

/*********************** AJAX Loadmask ***********************/
.loadmask-msg {
	background: transparent !important;
	border: 0 !important;
	height: 25px !important;
	width: 25px !important;
	padding: 0 !important;
}

.loadmask-msg div {
	background-color: transparent !important;
	border: 0 !important;
	height: 25px !important;
	width: 25px !important;
	padding: 0 !important;
}

/*********************** /AJAX Loadmask ***********************/
/**** SALESFORCE FORM ****/
.module_landingpage_form_container .frame.frame-default form {
	max-width: 800px;
	padding-bottom: 50px;
}

.module_landingpage_form_container .frame.frame-default form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.module_landingpage_form_container .frame.frame-default form .row>div {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width:768px) {
	.module_landingpage_form_container .frame.frame-default form .row .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width:1024px) {
	.module_landingpage_form_container .frame.frame-default form .row .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

.module_landingpage_form_container .frame.frame-default form .form-group {
	padding: 0 0 10px;
}

.module_landingpage_form_container .frame.frame-default form .static_text {
	padding-top: 15px;
	margin-bottom: 5px;
	font-family: "FrutigerCondensedBold";
}

.module_landingpage_form_container .frame.frame-default form .form-group label {
	display: block;
	margin-bottom: 5px;
}

.module_landingpage_form_container .frame.frame-default form .form-group .form-check {
	display: inline-block;
	padding-right: 20px;
}

.module_landingpage_form_container .frame.frame-default form input[type="checkbox"],
.module_landingpage_form_container .frame.frame-default form input[type="radio"] {
	width: 13px;
	height: 13px;
	-webkit-appearance: radio;
	margin-right: 5px;
}

.module_landingpage_form_container .frame.frame-default form input[type="checkbox"] {
	float: left;
	margin-top: 3px;
	-webkit-appearance: checkbox;
}

.module_landingpage_form_container .frame.frame-default form input[type="checkbox"]+span {
	display: block;
	overflow: hidden;
}

.module_landingpage_form_container .frame.frame-default form input[type="checkbox"]+span>p,
.module_landingpage_form_container .frame.frame-default form input[type="checkbox"]+span>p+span.required {
	display: inline;
}

.module_landingpage_form_container .frame.frame-default form input[type="text"],
.module_landingpage_form_container .frame.frame-default form select {
	height: 44px;
}

.module_landingpage_form_container .frame.frame-default form select {
	color: #626262;
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
	/*height: 30px;*/
	width: 100%;
	border: 1px solid #b3b3b4;
	background-color: #fff;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.module_landingpage_form_container .frame.frame-default form textarea {
	padding: 10px;
	height: 135px;
}

.module_landingpage_form_container .frame.frame-default form button[type="submit"] {
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
	background-color: #009999;
	color: #fff;
	height: 30px;
	display: inline-block;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}

.module_landingpage_form_container .frame.frame-default form button[type="submit"]:hover {
	background-color: #006869;
	text-decoration: none;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}

.module_landingpage_form_container .frame.frame-default .confirmation {
	padding: 10px 0 50px;
	text-align: center;
	color: #fff;
}

/** COOKIE BANNER **/
.module_video .cm_placeholder,
.video .cm_placeholder,
#cboxLoadedContent .feature_manager.container {
	font-family: "FrutigerCondensed", Arial, sans-serif !important;
	color: #626262 !important;
	font-size: 14px !important;
	padding: 10px !important;
	width: 270px;
}

.bp_768 .module_video .cm_placeholder,
.bp_768 .video .cm_placeholder,
.bp_768 #cboxLoadedContent .feature_manager.container {
	/*width:700px;*/
	width: 600px;
}

/*.bp_1024 .module_video .cm_placeholder,
.bp_1024 .video .cm_placeholder,
.bp_1024 #cboxLoadedContent .feature_manager.container {
	width:900px;
}*/
.bp_1200 .module_video .cm_placeholder,
.bp_1200 .video .cm_placeholder,
.bp_1200 #cboxLoadedContent .feature_manager.container {
	/*font-size: 17px !important;*/
	padding: 20px !important;
}

.module_video .cm_placeholder .h1,
.module_video .cm_placeholder h1,
.video .cm_placeholder .h1,
.video .cm_placeholder h1,
#cboxLoadedContent .feature_manager h1 {
	/*font-family: "FetteEngD", sans-serif !important;*/
	font-family: "FrutigerCondensedBold", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal !important;
	color: #009999;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}

#cboxLoadedContent .feature_manager h1 {
	max-width: 475px;
}

/*.bp_1200 .module_video .cm_placeholder .h1,
.bp_1200 .module_video .cm_placeholder h1,
.bp_1200 .video .cm_placeholder .h1,
.bp_1200 .video .cm_placeholder h1,
.bp_1200 #cboxLoadedContent .feature_manager h1 {
    font-size: 34px;
    line-height: 38px;
}*/
.module_video .cm_placeholder .h1,
.module_video .cm_placeholder h1,
.video .cm_placeholder .h1,
.video .cm_placeholder h1 {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}

.feature_manager .manager_title_details {
	color: #626262 !important;
}

.module_video .cm_placeholder h3,
.video .cm_placeholder h3,
#cboxLoadedContent .feature_manager h3 {
	/*font-family: "FetteEngD", sans-serif !important;*/
	font-family: "FrutigerCondensedBold", Arial, sans-serif;
	font-size: 22px !important;
	font-weight: normal !important;
	color: #009999;
	margin: 30px 0 10px;
	/*text-transform: uppercase;*/
}

.module_video .cm_placeholder p,
.video .cm_placeholder p,
#cboxLoadedContent .feature_manager.container p {
	font-family: "FrutigerCondensed", Arial, sans-serif !important;
	line-height: 20px !important;
	color: #626262 !important;
	font-size: 14px !important;
}

.bp_1200 .module_video .cm_placeholder p,
.bp_1200 .video .cm_placeholder p,
.bp_1200 .feature_manager .row a,
.bp_1200 #cboxLoadedContent .feature_manager.container th,
.bp_1200 #cboxLoadedContent .feature_manager.container td,
.bp_1200 #cboxLoadedContent .feature_manager.container p {
	font-size: 16px !important;
}

.module_video .cm_placeholder a.btn,
.video .cm_placeholder a.btn,
.feature_manager a.btn {
	font-size: 14px !important;
}

.module_video .cm_placeholder a,
.video .cm_placeholder a,
#cboxLoadedContent .feature_manager a {
	color: #009999;
	/*line-height: 40px;*/
}

#cboxLoadedContent .feature_manager .row a {
	line-height: 40px;
}

.module_video .cm_placeholder a.btn,
.video .cm_placeholder a.btn,
#cboxLoadedContent .feature_manager a.btn {
	color: #fff;
	background-color: #009999;
	border: 1px solid #009999;
	padding: 0 24px;
	text-align: center;
}

.module_video .cm_placeholder a.btn:hover,
.video .cm_placeholder a.btn:hover,
#cboxLoadedContent .feature_manager a.btn:hover {
	color: #fff;
	background-color: #006869;
	border: 1px solid #006869;
}

.module_video .cm_placeholder a.btn.gray,
.video .cm_placeholder a.btn.gray,
#cboxLoadedContent .feature_manager a.btn.gray {
	color: #626262;
	background-color: #fff;
	border: 1px solid #626262;
}

.bp_768 .module_video .cm_placeholder a.btn.gray,
.bp_768 .video .cm_placeholder a.btn.gray,
.bp_768 #cboxLoadedContent .feature_manager a.btn.gray {
	margin-right: 10px;
}

.module_video .cm_placeholder a.btn.gray:hover,
.video .cm_placeholder a.btn.gray:hover,
#cboxLoadedContent .feature_manager a.btn.gray:hover {
	color: #fff;
	background-color: #626262;
}

.feature_manager .manager_categories {
	margin-top: 30px;
}

.feature_manager .details {
	clear: both;
	padding-top: 0;
	margin-top: 15px !important;
}

.bp_768 .feature_manager .details {
	margin-bottom: 0;
	margin-top: 0;
}

.feature_manager .manager_text_details {
	margin-bottom: 20px;
}

.feature_manager .row.summary_outer {
	float: none !important;
	width: auto !important;
	margin-top: 20px;
}

.bp_768 .feature_manager .row.summary_outer {
	float: right !important;
	width: 30% !important;
	margin-top: 0;
}

.feature_manager a.summary {
	position: relative !important;
	font-size: 14px !important;
	line-height: 25px !important;
	color: #009999 !important;
	font-weight: normal !important;
	display: inline-block !important;
}

.bp_1200 .feature_manager a.summary {
	font-size: 17px !important;
	float: right;
}

.module_video .cm_placeholder table,
.video .cm_placeholder table,
.feature_manager table {
	text-align: left;
}

.module_video .cm_placeholder table th,
.video .cm_placeholder table th,
.feature_manager table th,
.module_video .cm_placeholder table td,
.video .cm_placeholder table td,
.feature_manager table td {
	vertical-align: top;
}

.feature_manager table {
	padding-top: 5px;
	border-bottom: 0 !important;
}

.feature_manager table td[colspan="2"] {
	padding: 10px 0;
}

.feature_manager table td[colspan="2"]:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #DDD;
}

.module_video .cm_placeholder table th,
.video .cm_placeholder table th,
.feature_manager table th {
	font-family: "FrutigerCondensedBold", Arial, sans-serif !important;
	font-weight: normal !important;
}

.module_video .cm_placeholder .custom-control-label,
.video .cm_placeholder .custom-control-label,
.feature_manager .custom-control-label {
	font-family: "FrutigerCondensedBold", Arial, sans-serif !important;
	font-weight: normal !important;
}

.module_video .cm_placeholder .custom-checkbox input,
.module_video .cm_placeholder .custom-switch input,
.video .cm_placeholder .custom-checkbox input,
.video .cm_placeholder .custom-switch input,
.feature_manager .custom-checkbox input,
.feature_manager .custom-switch input {
	-webkit-appearance: checkbox;
}

.bp_768 .feature_manager .row.imprint_outer {
	padding-top: 20px;
}

.feature_manager .row.imprint_outer a {
	display: block;
}

.bp_768 .feature_manager .row.imprint_outer a {
	display: inline-block;
}

.bp_768 .feature_manager .row .col-md-4 {
	width: 33%;
	float: left;
}

.bp_1200 .feature_manager .row .col-lg-6 {
	width: 50%;
}

.bp_1200 .feature_manager .row .col-lg-4 {
	width: 30%;
}

.bp_1200 .feature_manager .row .col-lg-2 {
	width: 20%;
}

.module_video .cm_placeholder,
.video .cm_placeholder {
	position: absolute;
	top: 0;
	width: 100%;
}

.module_video .cm_placeholder .cm_placeholder_fg,
.video .cm_placeholder .cm_placeholder_fg {
	margin: 10px;
	padding: 10px;
}

.module_video .cm_placeholder table,
.video .cm_placeholder table {
	margin-bottom: 10px;
}

/*SWITCH*/
.custom-switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 18px;
	margin-top: 2px;
}

.custom-checkbox input,
.custom-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.custom-control-label {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #DDD;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.custom-control-label:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.custom-switch input:checked+.custom-control-label {
	background-color: #009999;
}

.custom-switch input:focus+.custom-control-label {
	-webkit-box-shadow: 0 0 1px #009999;
	box-shadow: 0 0 1px #009999;
}

.custom-switch input:checked+.custom-control-label:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

.custom-control-label {
	line-height: 20px !important;
}

.custom-control-label span {
	display: inline-block;
	padding-left: 55px;
	white-space: nowrap;
}

.feature_manager .manager_categories .custom-checkbox {
	position: relative;
	display: block;
	width: auto;
	height: 25px;
	margin-top: 0;
	margin-bottom: 10px;
}

.feature_manager .manager_categories .custom-control-label {
	position: absolute;
	background-color: transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0;
	padding-left: 35px;
	white-space: nowrap;
}

.feature_manager .manager_categories .custom-control-label.custom-control-label-first {
	font-size: 16px;
	font-family: "FrutigerCondensed", Arial, sans-serif !important;
}

.feature_manager .manager_categories .custom-control-label:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 0px;
	bottom: auto;
	background-color: #fff;
	border: 1px solid #626262;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0;
}

.feature_manager .manager_categories .custom-checkbox input:checked+.custom-control-label {
	background-color: transparent;
}

.feature_manager .manager_categories .custom-checkbox input:focus+.custom-control-label {
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.feature_manager .manager_categories .custom-checkbox input:checked+.custom-control-label:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	background-color: #626262;
	background-image: url("/fileadmin/templates/img/icon-tick2.png");
	background-size: 25px 25px;
}

.feature_manager .manager_categories .custom-control-label {
	line-height: 28px !important;
}

/* newsletter signup footer styles */
.newsletter_signup {
	padding-bottom: 30px !important;
	border-bottom: 2px solid #b4b4b5;
	padding-top: 10px !important;
}

.newsletter_signup .form_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bp_768 .newsletter_signup .form_container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.newsletter_signup .form_container .headline,
.newsletter_signup .form_container .form-group,
.newsletter_signup .form_container .controls {
	display: inline-block;
	width: auto;
}

.newsletter_signup .form_container .control {
	margin-top: 6px;
}

.bp_480 .newsletter_signup .form_container .control {
	margin-top: 0;
}

.newsletter_signup .form_container .headline {
	font-family: "FrutigerCondensedBold", Arial, sans-serif;
	color: #009999;
	text-transform: none;
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	text-align: center;
	margin-bottom: 30px;
}

.bp_768 .newsletter_signup .form_container .headline {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 30px;
	text-align: left;
	margin-bottom: 0;
	position: relative;
	top: 5px;
}

.newsletter_signup .form_container .form-group {
	margin-right: 15px;
	margin-top: 4px;
}

.bp_768 .newsletter_signup .form_container .form-group {
	margin-right: 30px;
	margin-top: 10px;
}

.newsletter_signup .form_container .d-none {
	display: none !important;
}

.newsletter_signup .form_container .controls .btn {
	height: 35px;
	display: inline-block;
	padding: 0 18px;
	margin-bottom: 0;
	font-size: 18px;
	color: #fff;
	background-color: #009999;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	cursor: pointer;
	font-family: "FrutigerCondensed", Arial, sans-serif;
	width: auto;
	border: 0;
}

.bp_768 .newsletter_signup .form_container .controls .btn {
	height: 44px;
	font-size: 20px;
}

.newsletter_signup .form_container .controls .btn:hover {
	background-color: #006869;
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
}

.newsletter_signup .form_container .newsletter_email_input {
	max-width: none;
	width: 175px;
	border: none;
	border-bottom: 1px solid #626262;
	background: transparent;
}

.bp_480 .newsletter_signup .form_container .newsletter_email_input {
	width: 220px;
}

.bp_768 .newsletter_signup .form_container .newsletter_email_input {
	max-width: none !important;
	width: 260px;
}

/* /newsletter signup footer styles */
/* newsletter full form styles */
.cr_form {
	margin-bottom: 85px;
}

.cr_form .cr_body, .cr_form .cr_ipe_item {
	margin: 0;
	padding: 0;
}

.cr_form .cr_ipe_item input[type="text"],
.cr_form .cr_ipe_item input[type="email"] {
	height: 44px;
	border: none;
	padding-left: 10px;
}

.cr_form .cr_ipe_item input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	border: none;
	padding-left: 10px;
}

.cr_form .cr_ipe_item[rel="text"], .cr_form .cr_ipe_item[rel="select"] {
	margin-bottom: 20px !important;
}

.cr_form .cr_ipe_item.submit_container {
	text-align: left !important;
}

.page .cr_ipe_item select {
	width: 100%;
	height: 44px;
	border-radius: 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #eee;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	padding: .5em;
	padding-right: 1.5em;
	color: #6d6d6d;
}

.cr_form .cr_ipe_item.submit_container .cr_button {
	padding: 6px 16px;
	border-radius: 0;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	height: auto;
	font-size: 17px;
}

.cr_form .cr_ipe_item.submit_container .cr_button:hover {
	background-color: #009999;
}

.cr_form .cr_ipe_item label {
	color: #626262;
	font-family: "FrutigerCondensed", Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 5px;
	/* display: none; */
}

.cr_form .cr_ipe_checkbox {
	background-color: initial;
	cursor: default;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	margin: 0 10px 0 0;
	padding: initial;
	border: initial;
}

.cr_form .cr_ipe_radio {
	background-color: initial;
	cursor: default;
	-webkit-appearance: radio;
	box-sizing: border-box;
	margin: 0 10px 0 2px;
	padding: initial;
	border: initial;
}

.cr_form .cr_ipe_item>label+div {
	font-size: 15px;
	line-height: 26px;
}

.cr_form .cr_ipe_item>.mce_text>p {
	margin-bottom: 0;
}

.cr_form .cr_body {
	max-width: 100%;
}

.cr_form .cr_ipe_item[rel="mce_text"] {
	margin-top: 20px;
	margin-bottom: 40px;
}

.cr_form .cr_ipe_item[rel="radio"] {
	margin-left: 0;
	margin-bottom: 13px;
}

.cr_form .cr_ipe_item[rel="radio"] input:first-of-type {
	margin-left: 0;
}

/* /newsletter full form styles */
