/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important;}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
@media screen{
#iso_ajaxBox{width:20%;padding:9px 50px 9px 24px;position:fixed;top:10%;left:40%;background:#fff url(../../system/modules/isotope/assets/images/loading.gif) no-repeat right center;border:2px solid #000;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:15px;line-height:18px;text-align:left;color:#000;z-index:9999}#iso_ajaxBox.btnClose{background-image:none;cursor:pointer}#iso_ajaxBox p{margin:1em 0;padding:0}#iso_ajaxBox .iso_error{padding-left:34px;background:url(../../system/modules/isotope/assets/images/cross-24.png) left center no-repeat}#iso_ajaxBox .iso_confirm{padding-left:34px;background:url(../../system/modules/isotope/assets/images/tick-24.png) left center no-repeat}#iso_ajaxBox .iso_info{padding-left:34px;background:url(../../system/modules/isotope/assets/images/information-24.png) left center no-repeat}#iso_ajaxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:9998;-moz-opacity:.5;opacity:.5;filter:Alpha(opacity=50)}
}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* =============================================================================
 * body
 * ========================================================================== */

html, 
body {
	font-size: 15px;
}

body {
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.8rem;
	font-weight: normal;
}

/* =============================================================================
 * font classes
 * ========================================================================== */

.font_serif_2,
.font-serif-2 {
	font-family: 'Playfair Display', Georgia, Times, serif;
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3;
	color: rgb(59,60,66);
	word-wrap: break-word;
}

h1 {
	font-size: 3rem;
	padding-top: 0;
}

h2 {
	font-size: 2.333rem;
}

h3 {
	font-size: 1.867rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.333rem;
}

h6 {
	font-size: 1.2rem;
}

/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
	width: 200px;
	height: 100px;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

.stickyheader .logo {
	width: 170px;
	height: 70px;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.stickyheader .logo,
	.logo {
		width: 150px;
		height: 70px;
	}
}

/* =============================================================================
 * logo
 * ========================================================================== */

.logo {
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.logo a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

/* =============================================================================
 * stickyheader
 * ========================================================================== */

.stickyheader .header.cloned {
	line-height: 70px;
}

.stickyheader {
	position: fixed;
	z-index: 10000;
	left: 0;
	width: 100%;
	top: -100%;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
}

body.fixed-header .stickyheader {
	top: 0;
}

.stickyheader .header.cloned .logo {
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;	
}

.stickyheader .logo {
	margin-right: 35px;
}

/* =============================================================================
 * header
 * ========================================================================== */

.header {
	width: 100%;
	top: 0px;
	z-index: 1030;
	position: relative;	
	background: rgb(255,255,255);
	line-height: 100px;
}

.header.cloned {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	transition: line-height 0.3s ease;
	-webkit-transition: line-height 0.3s ease;	
}

.header .inside {
	padding-left: 40px;
	padding-right: 40px;
}

.header.original .mainmenu ul ul li a.trail:after, 
.header.original .mainmenu ul ul li a.active:after {
	display: none;
}

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */

#fix-wrapper {
	width: 100%;
	z-index: 10000;
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */

#contentwrapper {
	background: rgb(255,255,255);
}

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */

#top .inside,
.header .inside,
#footer .inside, 
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.autogrid), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

body #main .mod_article.fullwidth {
	max-width: 100%;
}

body #main .mod_article.smallwidth {
	max-width: 800px;
	padding-left: 40px;
	padding-right: 40px;
}

body #main .mod_article.xsmallwidth {
	max-width: 650px;
	padding-left: 40px;
	padding-right: 40px;
}

#top .inside,
.header .inside,
#footer .inside, 
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside  {
	padding-left: 40px;
	padding-right: 40px;
}

#main .mod_article {
	padding-top: 100px;
	padding-bottom: 100px;
}

body.content_page.sidebar #main .mod_article {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .mod_article.fullwidth:not(.boxed-content) { 
	padding-top: 0; 
	padding-bottom: 0; 
}

#main .mod_article.mod_article_offset_top {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	top: -60px;
}

.mod_article {
	overflow: visible;
}

.mod_article:before,
.mod_article:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.mod_article:after {
	clear:both;
}

/* =============================================================================
 * top
 * ========================================================================== */

#top-wrapper {
	width: 100%;
}

#top-wrapper.fixed {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.8);
}

#top {
	position: relative;
	z-index: 1100;
	font-size: 0.93rem;
	line-height: 2.5rem;
	background: rgb(249,249,249);
	color: rgba(255,255,255,0.7);
}

#top-wrapper.fixed #top {
	max-height: 0;
	overflow: hidden;
}

#top:hover {
	overflow: visible;
}

#top .inside {
	padding-left: 40px;
	padding-right: 40px;
}

#top,
#top a {
	color: rgb(127,127,127);
}

/* =============================================================================
 * top: mod_top_mail
 * ========================================================================== */

#top .mod_top_mail {
	float: left;
}

#top .mod_top_mail a {
	padding: 0 8px;
	display: inline-block;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

#top .mod_top_mail i {
	margin: 0 5px;
}

#top .mod_top_mail a:hover {
	background: rgb(30,136,210);
	color: #fff!important;
}

/* =============================================================================
 * top: mod_top_phone
 * ========================================================================== */

#top .mod_top_phone {
	float: left;
	margin-right: 15px;
}

#top .mod_top_phone i {
	margin: 0 5px 0 10px;
}

/* =============================================================================
 * top: mod_socials
 * ========================================================================== */

#top .mod_socials {
	overflow: hidden;
	float: right;
	margin-left: 15px;
}

#top .mod_socials a {
	display: block;
	float: left;
	text-align: center;
	line-height: 35px;
}

#top .mod_socials a i {
	width: 2.333rem;
	font-size: 1.067rem;
	color: rgb(127,127,127);
	line-height: 2.5rem;
}

/* =============================================================================
 * header: mod_socials
 * ========================================================================== */

.header .mod_socials {
	display: none;
	overflow: hidden;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

.header .mod_socials:before {
	content: '';
	border-left: 1px solid rgb(0,0,0);
	position: absolute;
	top: 30%;
	left: 0;
	bottom: 30%;
	opacity: 0.2;
}

.header .mod_socials a {
	display: block;
	float: left;
	text-align: center;
}

.header .mod_socials a i {
	width: 35px;
	line-height: 35px;
}

/* =============================================================================
 * container mod_socials
 * ========================================================================== */

#container .mod_socials i {
	padding: 7px;
	width: 2.4rem;
	font-size: 1.467rem;
	text-align: center;
}

/* =============================================================================
 * mod_socials in sidebar
 * ========================================================================== */

#right .mod_socials,
#left .mod_socials {
	text-align: center;
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	padding: 10px 0;
	background: rgba(0,0,0,0.03);
}

#right .mod_socials i,
#left .mod_socials i {
	background: rgba(0,0,0,0.05);
	font-size: 0.8rem;
	line-height: 2.4rem;
	padding: 0 7px;
	display: inline-block;
}

/* =============================================================================
 * mod_langswitcher
 * ========================================================================== */

.mod_langswitcher {
	position: relative;
	float: right;
	margin-left: 20px;
	z-index: 100;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_langswitcher .mod_langswitcher_inside {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	line-height: 0;
	position: relative;
}

.mod_langswitcher .mod_langswitcher_inside:before {
	content: '';
	border-radius: 5px;
	border: 1px solid rgb(0,0,0);
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 70px;
	height: 34px;
	width: 55px;
}

.mod_langswitcher .mod_langswitcher_inside:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 10px;
	display: inline-block;
	font-size: 10px;
	position: relative;
	top: -2px;
}

.mod_langswitcher .mod_langswitcher_inside i {
	margin-right: 5px;
}

.mod_langswitcher img {
	width: 20px;
	height: 15px;
	margin-bottom: -3px; 
}

.mod_langswitcher ul {
	display: none;
	position: absolute;
	border: 1px solid rgba(0,0,0,0.2);
	left: 0;
	top: 100%;
	background: rgb(255,255,255);
	width: 57px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.mod_langswitcher ul li a {
	padding: 8px 15px;
	display: block;
	line-height: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.mod_langswitcher ul li a img {
	border: 1px solid rgb(200,200,200);
}

 .mod_langswitcher ul li a:hover {
	background: rgba(0,0,0,0.05); 
}

.mod_langswitcher ul li:last-of-type a {
	border-bottom: 0;
}

.mod_langswitcher .mod_langswitcher_inside:hover ul {
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
	display: block;
}

.mod_langswitcher span {
	display: none;
}

/* =============================================================================
 * top: mod_langswitcher
 * ========================================================================== */
 
#top .mod_langswitcher {
	display: none;
}

#top .mod_langswitcher .mod_langswitcher_inside {
	padding-left: 0;
	padding-right: 0;
	height: 36px;
}

#top .mod_langswitcher .mod_langswitcher_inside:before {
	display: none;
}

#top .mod_langswitcher ul {
	width: 45px;
}

#top .mod_langswitcher ul li a {
	padding-left: 5px;
	padding-right: 5px;
} 

/* =============================================================================
 * mmenu: mod_langswitcher
 * ========================================================================== */



/* =============================================================================
 * header: mod_search
 * ========================================================================== */
 
.header .mod_search {
	position: relative;
	float: right;
	padding: 0 8px;
	display: inline-block;
	cursor: pointer;
	margin-left: 45px;
	z-index: 100;
	opacity: 0.7;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.header .mod_search:hover {
	opacity: 1;
}

.header .mod_search span {
	display: none;
}

.header .ce_search_label i {
	margin-right: 5px;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;	
}

.body_bottom .mod_search .search-content {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000000;
	display: none;
}

.body_bottom .mod_search .search-content:before {
	content: '';
	height: 50%;
	display: block;
	margin-bottom: -120px;
	box-sizing: inherit;
}

.body_bottom .mod_search.show-search .search-content form {
	display: block;
}

.body_bottom .mod_search form {
	max-width: 500px;
	margin: 0 auto;
	height: 100%;
	display: none;
	text-align: center;
}

.body_bottom .mod_search.show-search .search-content{
	display: block;
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
}

.body_bottom .mod_search.show-search {
	overflow: visible!important;
}

.body_bottom .mod_search .close-window i {
	position: fixed;
	right: 50px;
	top: 50px;
}

.body_bottom .mod_search .close-window i:before {
	color: #fff;
	font-size: 20px;
	border: 3px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;	
}

.body_bottom .mod_search .close-window i:hover:before {
	background: rgba(255,255,255,0.3);
}

.body_bottom .mod_search input:not(.submit),
.body_bottom .mod_search button:not(.submit) {
	background: transparent;
	border: 0;
	border-bottom: 3px solid #fff;
	font-size: 32px;
	color: #fff;
	line-height: 40px;
	width: 100%;
	float: none;
	padding: 0;
	border-radius: 0;
}

.body_bottom .mod_search input.submit,
.body_bottom .mod_search button.submit {
	margin: 25px auto 0 auto;
	float: none;
	width: auto;
	background: transparent;
	border-color: #fff;
	color: #fff;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
}

.body_bottom .mod_search input.submit:hover,
.body_bottom .mod_search button.submit:hover {
	background: rgba(255,255,255,0.3);
}

.body_bottom .mod_search .label {
	display: block;
	text-align: center;
	font-size: 34px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: bold;
}

/* =============================================================================
 * header: header_metanavi
 * ========================================================================== */

.header .header_metanavi {
	display: none;
	overflow: visible;
}

.header .header_metanavi a {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
	color: rgba(0,0,0,0.5);
	font-size: 0.95rem;
}

.header .header_metanavi a:hover {
	opacity: 0.7
}

.header .header_metanavi li {
	display: inline-block;
	position: relative;
	line-height: 50px;
}

.header .header_metanavi li i {
	display: none;
}

.header .header_metanavi li ul {
	display: none;
	position: absolute;
	left: 0;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
	z-index: 10;
}

.header .header_metanavi li ul li {
	border-top: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 35px;
}

.header .header_metanavi li ul li a {
	margin: 0;
	display: block;
	color: rgb(80,80,80)!important;
}

.header .header_metanavi li.submenu a:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 4px; 	
}

.header .header_metanavi li.submenu li a:after {
	display: none;
}

.header .header_metanavi li:hover ul {
	display: block;
}

/* =============================================================================
 * top: mod_login_top
 * ========================================================================== */

#top .mod_login_top {
	float: right;
	padding: 0 8px;
	display: inline-block;
	cursor: pointer;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	margin-left: 25px;
}

#top .mod_login_top i {
	margin-right: 8px;
}

#top .mod_login_top:hover {
	background: rgb(30,136,210);
	color: #fff;
}

#top .mod_login {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.8);
	padding: 0;
	z-index: 100;
	display: none;
	max-width: 100%;
	margin: 0;
	color: rgb(57,57,57);
}

#top .mod_login.show form {
	display: block;
}

#top .mod_login form {
	max-width: 380px;
	margin: 0 auto;
	display: none;
	background: rgb(255,255,255);
	margin-top: 50px;
	position: relative;
	border-radius: 5px;
	z-index: 10;
}

#top .mod_login form .formbody {
	padding: 35px;
}

#top .mod_login form h1,
#top .mod_login form h2,
#top .mod_login form h3,
#top .mod_login form h4,
#top .mod_login form h5,
#top .mod_login form h6 {
	padding: 20px 30px;
	margin: 0;
	border-bottom: 1px solid rgb(233, 236, 239);
}

#top .mod_login form table {
	width: 100%;
}

#top .mod_login form  table td {
	padding: 5px 0;
}

#top .mod_login.show form {
	display: block;
	-webkit-animation: fadeInDown 0.4s;
	 animation: fadeInDown 0.4s;
}

#top .mod_login.show {
	display: block;
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
}

#top .mod_login .close-window-login i {
	position: absolute;
	right: 10px;
	top: 10px;
}

#top .mod_login .close-window-login i:before {
	font-size: 16px;
	background: rgba(255,255,255,0.95);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	color: rgba(0,0,0,0.5);
}

#top .mod_login form div {
	margin: 0;
}

#top .mod_login .overlay_close {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#top .mod_login form .autologin_container input {
	display: inline-block;
}

#top .mod_login form .autologin_container label {
	display: inline-block;
}

#top .mod_login form .autologin_container {
	margin-bottom: 5px;
}

#top .mod_login form p.error {
	line-height: 1.5;
}

/* =============================================================================
 * top: top_metanavi
 * ========================================================================== */

#top .top_metanavi {
	overflow: visible;
	float: right;
}

#top .top_metanavi a {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

#top .top_metanavi a:hover {
	opacity: 0.7;
}

#top .top_metanavi li {
	display: inline-block;
	position: relative;
	padding: 0 4px;
}

#top .top_metanavi li.submenu a:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 4px; 	
}

#top .top_metanavi li.submenu li a:after {
	display: none;
}

#top .top_metanavi li i {
	display: none;
}

#top .top_metanavi li ul {
	display: none;
	position: absolute;
	left: 0;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#top .top_metanavi li ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 35px;
}

#top .top_metanavi li ul li.last {
	border-bottom: 0;
}

#top .top_metanavi li ul li a {
	margin: 0;
	color: rgb(85,85,85)!important;
	display: block;
}

#top .top_metanavi li:hover ul {
	display: block;
}

/* =============================================================================
 * breadcrumb
 * ========================================================================== */

.mod_breadcrumb {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mod_breadcrumb .mod_breadcrumb_inside {
	position: relative;
}

.mod_breadcrumb .mod_breadcrumb_inside:before {
	content: '';
	border-top: 1px solid rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:after {
	content: '';
	border-top: 1px solid rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:before,
.mod_breadcrumb .mod_breadcrumb_inside:after {
	display: none;
}

.mod_breadcrumb ul {
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	display: inline-block;
	float: none;
	padding: 11px 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}

.mod_breadcrumb li:before {
	font-family: "FontAwesome";
	content: "\f101";
	margin-right: 5px;
}

.mod_breadcrumb li.first:before {
	display: none;
}

.mod_breadcrumb .pagetitle {
	display: none;
}

/* =============================================================================
 * offcanvas-top
 * ========================================================================== */

.offcanvas-trigger {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	height: 36px;
	width: 36px;
}

.offcanvas-trigger:after {
	position: absolute;
	right: -25px;
	top:-25px;
	width: 50px;
	content:'';
	height: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.offcanvas-trigger .line1,
.offcanvas-trigger .line2 {
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.9);
	height: 1px; 
	width: 10px;
	z-index: 10;
	right: 5px;
	margin-top: -7px;
}

.offcanvas-trigger .line2 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

#offcanvas-top {
	max-height: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
	overflow: hidden;
	font-size: 0.95rem;
	line-height: 1.6;
}

#offcanvas-top,
#offcanvas-top a {
	color: rgba(255,255,255,0.8);
}

#offcanvas-top.offcanvas-top-open {
	display: block;
	max-height: 1000px;
}

.offcanvas-top-open.offcanvas-trigger .line2 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#offcanvas-top .offcanvas-top-inside {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

#offcanvas-top .mod_login {
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#offcanvas-top .mod_login input.submit,
#offcanvas-top .mod_login button.submit {
	width: auto;
	background: rgba(0,0,0,0.1);
}

#offcanvas-top .mod_login input.text{
	margin-bottom: 10px;
}

#offcanvas-top .autogrid.block {
	padding-left: 2%;
	padding-right: 2%;
}

#offcanvas-top .autogrid_wrapper {
	margin-left: -2%;
	margin-right: -2%;
}

#offcanvas-top h1,
#offcanvas-top h2,
#offcanvas-top h3,
#offcanvas-top h4,
#offcanvas-top h5,
#offcanvas-top h6 {
	color: rgb(255,255,255);
	font-size: 1.6rem;
}

#offcanvas-top .mod_socials {
	overflow: hidden;
	display: inline-block;
}

#offcanvas-top .mod_socials a i {
	padding: 0.6667rem;
	margin-right: 1px;
	background: rgba(255,255,255,0.05);
	font-size: 1.333rem;
	display: inline-block;
	height: 2.667rem;
	width: 2.667rem;
	text-align: center;
	float: left;
	margin-bottom: 1px;
}

/* =============================================================================
 * cookiebar
 * ========================================================================== */

.cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: rgb(255,255,255);
	z-index: 100000000000;
	padding: 15px 110px 15px 15px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	display: none;
}

.cookiebar.open {
	display: block;
}

.cookiebar-close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
	border-radius: 3px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.cookiebar-close:hover {
	background: rgba(0,0,0,0.5);
}

.cookiebar a {
	color: rgb(255,255,255);
	font-weight: bold;
}

/* =============================================================================
 * footer
 * ========================================================================== */

#footer {
	background: rgb(37, 37, 37); 
	font-size: 0.93rem;
	line-height: 1.6rem;
}

#footer, #footer a {
	color: rgba(255, 255, 255, 0.6);
}

#footer a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#footer a:hover {
	color: rgba(255, 255, 255, 1);
}

#footer .inside {
	margin: 0 auto;
	padding: 65px 40px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: rgba(255,255,255,0.8);
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	margin-bottom: 10px; 
	padding-left: 25px; 
	padding-bottom: 10px;
	list-style-type: none;
	position: relative;
}

#footer li:last-of-type {
	margin-bottom: 0;
}

#footer li:after {
	border-bottom: 1px solid rgb(255,255,255);
	opacity: 0.2;
	content: '';
	display: block;
	left: 0;
	width: 100%;
	bottom: 0;
	position: absolute;
}

#footer li:before {
	content: "\f105";
	font-family: FontAwesome; 
	text-align: center;
	position: absolute; 
	left: 0px; 
	display: block; 
	height: 20px; 
	width: 20px; 
	margin-top: -1px; 
}

#footer .totop {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
}

#footer .totop:before {
	font-family: "FontAwesome";
	content: '\f102';
	background: rgba(255,255,255,0.1); 
	width: 40px; 
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 21px;
	border-radius: 0 0 3px 3px;
}

/* =============================================================================
 * footer: mod_socials
 * ========================================================================== */

#footer .mod_socials {
	overflow: hidden;
	display: inline-block;
}

#footer .mod_socials a i {
	padding: 0.6667rem;
	margin-right: 1px;
	background: rgba(255,255,255,0.05);
	font-size: 1.333rem;
	display: inline-block;
	height: 2.667rem;
	width: 2.667rem;
	text-align: center;
	float: left;
	margin-bottom: 1px;
}

/* =============================================================================
 * bottom
 * ========================================================================== */

#bottom {
	background: rgb(15, 15, 15);
}

#bottom .inside {
	margin: 0 auto;
	padding: 20px 40px;	
	overflow: hidden;
	font-size: 0.93em;
}

#bottom .inside .left {
	float: left;
}

#bottom .inside .right {
	float: right;
}

#bottom .inside,
#bottom .inside a {
	color: rgba(255,255,255,0.4);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

#bottom .inside a:hover {
	color: rgba(255,255,255,1);
	border-bottom: 1px solid;
}

#bottom .inside .left a {
	margin-right: 15px;
}

#bottom .inside .right a {
	margin-left: 15px;
}

/* =============================================================================
 * top_link
 * ========================================================================== */

#top_link {
	position: fixed; 
	opacity: 0; 
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	width: 45px; 
	height: 45px; 
	line-height: 45px; 
	right: 15px; 
	z-index: 10005;
	bottom: -40px;
}

#top_link a {
	position: relative; 
	display: block;  
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	float: left; 
	width: 100%; 
	height: 100%; 
	background: rgba(255,255,255,0.9); 
	text-align: center; 
	line-height: inherit;
	border-radius: 100%;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.04);
	border: 1px solid rgb(235, 237, 235);
	font-size: 12px;
	line-height: 41px;
	cursor: pointer;
}

#top_link:hover a {
	margin-top: -7px;
}

body.fixed-header.cookiebar_open #top_link {
	opacity: 1;
	bottom: 70px;
}

body.fixed-header #top_link {
	opacity: 1;
	bottom: 10px;
}

/* =============================================================================
 * set css3 animation duration
 * ========================================================================== */

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* =============================================================================
 * set accent colors
 * ========================================================================== */
 
.bg-accent {
	background-color: rgb(30,136,210);
}

p a {
	color: rgb(30,136,210);
}

.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
	background: rgb(30,136,210);
}

hr.divider_3:before {
	background: rgb(30,136,210);
}

hr.divider_3:before {
	background: rgb(30,136,210);
}

.divider_4_first {
	border: 3px solid rgb(30,136,210);
}

.divider_4_second {
	background-color: rgb(30,136,210);
}

.divider_4::after, .divider_4::before {
	background-color: rgb(30,136,210);
}

.divider_5 i {
	color: rgb(30,136,210);
}

.mainmenu ul ul {
	border-top: 2px solid rgba(30,136,210,0.6);
}

.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active {
	color: rgb(30,136,210);
}

.mainmenu ul ul li a:hover:not(.megamenu), 
.mainmenu ul ul li a.trail:not(.megamenu), 
.mainmenu ul ul li a.active:not(.megamenu) {
	background: rgba(30,136,210,0.95);
}

.subnav a {
	color: rgb(30,136,210);
}

#nav-open-btn:before {
	background: rgb(30,136,210);
}

.ce_table table th {
	background: rgb(30,136,210);
}

.ce_tabs .tabs.classic ul li.active, 
.ce_tabs .tabs.classic ul li:hover {
	border-color: rgb(30,136,210);
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: rgb(30,136,210);
}

.ce_teambox .image .overlay {
	background: rgb(30,136,210);
}

.ce_teambox .email a {
	color: rgb(30,136,210);
}

blockquote a {
	color: rgb(30,136,210);
}

.ce_iconbox.version2 i {
	background: rgb(30,136,210);
}

.ce_iconbox .link {
	color: rgb(30,136,210);
}

.ce_testimonial a {
	color: rgb(30,136,210);
}

.ce_accordion .toggler:before {
  color:rgb(30,136,210);
}

.mod_calendar th.head {
  background:rgb(30,136,210);
  border-top:1px solid rgb(30,136,210);
  border-right:1px solid rgb(30,136,210);
  border-left:1px solid rgb(30,136,210);
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:rgb(30,136,210);
}

.pagination li span.current {
	background: rgb(30,136,210);
}

.pagination li a:hover {
	color: rgb(30,136,210);
}

.mod_faqpage h3:before {
	color: rgb(30,136,210);
}

.mod_search .submit {
	border: 1px solid rgb(30,136,210);
}

input:focus,
textarea:focus {
  border:1px solid rgb(30,136,210);
}

form fieldset legend {
  background-color:rgb(30,136,210);
}

form .input-group-addon {
	background: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

input.submit[type="submit"],
button.submit[type="submit"] {
	background: rgb(30,136,210);
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	background: rgba(30,136,210,0.9);
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: rgba(30,136,210,0.6);
}

.label-accent {
	background: rgb(30,136,210);
}

.ce_hyperlink a,
a.btn {
	background: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: rgb(30,136,210);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: rgb(30,136,210);
}

.ce_hyperlink a.outline,
a.btn.outline {
	color: rgb(30,136,210);
}

.newslist h2,
.newslist h2 a {
	color: rgb(30,136,210);
}

.newslist .news-left .news-date {
	background: rgb(30,136,210);
}

.newsteaser .date {
	background: rgb(30,136,210);
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
	background: rgb(30,136,210);
}

.ce_chartbar .chart_data {
	background: rgb(30,136,210);
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: rgb(30,136,210);
}

blockquote {
	border-color: rgb(30,136,210);
}

.ce_pricetable .pricetable.highlight .title {
	background: rgb(30,136,210);
}

.ce_imagebox_v2 .ce_url a {
	background: rgb(30,136,210);
}

.ce_gallery .content {
	background: rgba(30,136,210,0.8);
}

.ce_headertext h1:after, 
.ce_headertext h2:after, 
.ce_headertext h3:after, 
.ce_headertext h4:after, 
.ce_headertext h5:after, 
.ce_headertext h6:after {
	background: rgb(30,136,210);
}

.ce_countup i {
	color: rgb(30,136,210);
}

.newslist-v3 .date {
	background: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: rgb(30,136,210);
}

.ce_leadertext.version2 .divider-first {
	border: 3px solid rgb(30,136,210);
}

.ce_leadertext.version2 .divider-second {
	background-color: rgb(30,136,210);
}

.ce_leadertext.version2 .divider:after, 
.ce_leadertext.version2 .divider:before {
	background-color: rgb(30,136,210);
}

.ce_accordion .toggler i.fa {
	background: rgb(30,136,210);
}

.newsteaser_v3 .news-overlay i {
	background-color: rgb(30,136,210);
}

.newslist-v3 .subheadline {
	color: rgb(30,136,210);
}

.ce_teambox .function {
	color: rgb(30,136,210);
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	border-color: rgb(30,136,210) transparent transparent transparent;
}

.subheadline-v2 {
	color: rgb(30,136,210);
}

.ce_timeline .timeline-item .timeline-item-title {
	background: rgb(30,136,210);
}

.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
	background: rgb(30,136,210);
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
	color: rgb(30,136,210);
}

.ce_revolutionslider_hyperlink {
	background: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

.ce_headline_extended.version2 .divider-first {
	border-color: rgb(30,136,210);
}

.ce_headline_extended.version2 .divider:after, 
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
	background-color: rgb(30,136,210);
}

#top a {
	color: rgb(30,136,210);	
}

body .picker--focused .picker__day--selected, 
body .picker__day--selected, 
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted, 
body .picker__day--highlighted:hover, 
body .picker__day--infocus:hover, 
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted, 
body .picker__list-item--highlighted:hover, 
body .picker__list-item:hover {
	background-color: rgb(30,136,210);
}

body .picker__list-item--highlighted, .picker__list-item:hover {
	border-color: rgb(30,136,210);
}

.ce_video_background .video-overlay  {
	background-color: rgb(30,136,210);
}

.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
	background-color: rgb(30,136,210);
}

#offcanvas-top {
	background: rgb(30,136,210);
}

.cookiebar {
	background: rgb(30,136,210);
}

.ce_bgimage_content_start.bg-accent .bg_overlay {
	background: rgb(30,136,210);
}

.newslist-timeline:before,
.newslist-timeline-both h4:before {
	border-color: rgb(30,136,210);
}

.ce_divider_extended.version4 span {
	background: rgb(30,136,210);
}

.ce_divider_extended.version5 {
	background: rgb(30,136,210);
}

.ce_linkbox h4 {
	color: rgb(30,136,210);
}

.body_bottom .mod_search .search-content {
	background: rgb(30,136,210);
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
	background: rgb(30,136,210);
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
	background: rgb(30,136,210);
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
	color: rgb(30,136,210);
}

.mod_customcatalogreader.cc_immorealty .price {
	background: rgb(30,136,210);
}

.mod_customcataloglist .cc_immorealty_slider .category  {
	background: rgb(30,136,210);
}

.header .mainmenu ul li.highlight a span {
	background: rgb(30,136,210);
}

.mod_customcataloglist.cc_immorealty .customelements_notelist input {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
	color: rgb(30,136,210);
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
	background-color: rgb(30,136,210);
}

.mod_customcatalogreader.cc_cardealer .single-price {
	color: rgb(30,136,210);
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist .cc_cardealer_slider .state {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
	color: rgb(30,136,210);
}

.ce_linkbox a i {
	background-color: rgb(30,136,210);
}

.ce_fullscreen_gallery.version3 .bold {
	background-color: rgb(30,136,210);
}

form.style2 {
	background: rgb(30,136,210);
}

.ce_linkbox .ce_linkbox_banner {
	background-color: rgb(30,136,210); 
}

.custommenu li:hover {
	background-color: rgb(30,136,210);
}

.ce_featured_tab li .ce_headline .headline {
	color: rgb(30,136,210);
}

.ce_featured_tab li.active {
	background-color: rgb(30,136,210);
}

.ce_headerimage.version3 .ce_headline .headline {
	background: rgb(30,136,210);
}

.ce_headerimage.version3 .subline {
	background: rgb(30,136,210);
}

.mod_portfoliolist_v4 .item a:hover {
	background: rgb(30,136,210);
}

.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
	background: rgb(30,136,210);
}

.ce_revolutionslider_hyperlink.light {
	color: rgb(30,136,210);
}

.ce_frame_start.style3 .ce_frame_start_inside {
	border-color: rgb(30,136,210);
}

.mod_portfoliolist_teaser_3 .info,
.mod_portfoliolist_teaser_3 .info a {
	color: rgb(30,136,210);
}

.newsteaser_v7:hover h5 {
	color: rgb(30,136,210);
}

.ce_divider_extended.version10 svg {
	fill: rgb(30,136,210);
}

.cd-horizontal-timeline .filling-line {
	background-color: rgb(30,136,210);
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: rgb(30,136,210);
}

.no-touch .cd-horizontal-timeline .events a:hover::after,
.cd-horizontal-timeline .events a.selected::after {
	background-color: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

.mod_portfoliolist_v7 .comments {
	background-color: rgb(30,136,210);
}

.mod_portfoliolist_v7 .subline {
	background-color: rgb(30,136,210);
}

.mod_portfoliolist_v7 .item:hover .item-bottom a {
	color: rgb(30,136,210);
}

.cd-horizontal-timeline .ce_text em {
	color: rgb(30,136,210);
}

.mod_eventlist_v2 .title a {
	color: rgb(30,136,210);
}

.ce_imagemap .hotspot.small .circle {
	box-shadow: 0 0 0 2px rgb(30,136,210);
}

.ce_pricecard.style2.highlight .ce_pricecard_inside {
	background: rgb(30,136,210);
}

.mod_eventlist_v3 h4,
.mod_eventlist_v3 h4 a {
	color: rgb(30,136,210);
}

.mod_eventlist_v3 .meta-info i {
	color: rgb(30,136,210);
}

.cd-horizontal-timeline time:before,
.cd-horizontal-timeline .location:before {
	color: rgb(30,136,210);
}

.cd-horizontal-timeline .more a {
	background: rgb(30,136,210);
}

body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before {
	background-color: rgb(30,136,210);
}

.ce_popup_start .popup_close {
	color: rgb(30,136,210);
}

.ce_popup_start .ce_popup_content {
	border-color: rgb(30,136,210);
}

.mod_eventlist_v4 i.fa-location-arrow {
	background-color: rgb(30,136,210);
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon  {
	fill: rgb(30,136,210);
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
	stroke: rgb(30,136,210);
}

.mod_portfoliolist_demos .item .overlay {
	background-color: rgb(30,136,210);
}

.mod_portfoliolist_demos .item h5:hover {
	color: rgb(30,136,210);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
	background-color: rgb(30,136,210);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
	background-color: rgb(30,136,210)!important;
}

.ce_iconbox_v3 .headline.headline-color-accent {
	color: rgb(30,136,210);
}

.ce_iconbox_v3 .subheadline.subheadline-color-accent {
	color: rgb(30,136,210);
}

.ce_iconbox_v3 .fonticon.fonticon-color-accent {
	color: rgb(30,136,210);
}

.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline {
	color: rgb(30,136,210)!important;
}

.submenu_v2 li a:hover,
.submenu_v2 li a.active {
	color: rgb(30,136,210);
}

.ce_list.list-style2 li.fa:before {
	color: rgb(30,136,210);
}

.ce_list.list-style3 li.fa:before {
	color: rgb(30,136,210);
}

.ce_download_small .ce_download_small_inside a:after {
	color: rgb(30,136,210);
} 

.ce_download_small .ce_download_small_inside a {
	border-color: rgb(30,136,210);
}

.ce_imagemap .circle {
	box-shadow: 0 0 0 4px rgb(30,136,210);
}

.ce_testimonial_version7 .text_inside:before {
	background: rgb(30,136,210);
}

.ce_portfoliofilter.port-filter-style3 a.selected {
	border-color: rgb(30,136,210);
}

form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
	color: rgb(30,136,210);
}

.ce_image_text_box .ce_image_text_box_banner {
	background: rgb(30,136,210);
}

.ce_image_text_box.version2 .ce_url a {
	color: rgb(30,136,210);
}

.ce_grid_gallery_start li:hover .linktext {
	color: rgb(30,136,210);
}

.mod_quickmenu.style2 a {
	border-color: rgb(30,136,210);
	color: rgb(30,136,210);
}

.ce_accordion_v2 .toggler:not(.ui-state-active):hover {
	color: rgb(30,136,210);
}

.ce_accordion_v2 .toggler.ui-state-active {
	background: rgb(30,136,210);
}

/* =============================================================================
 * set second color
 * ========================================================================== */
 
.bg-second {
	background-color: rgb(46,56,65); 
}

.color-second {
	color: rgb(46,56,65);
}

.ce_bgimage_content_start .bg_overlay.bg-second {
	background-color: rgb(46,56,65); 
}

.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover,
.notelist .submit_container button.submit,
.notelist .submit_container button.submit:hover {
	background-color: rgb(46,56,65); 
}

.mod_customcataloglist.cc_cardealer .item-state {
	background-color: rgb(46,56,65); 
}

form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover,
form.style2 input.button,
form.style2 input.button[type="submit"]:hover {
	background-color: rgb(46,56,65); 
}

.ce_hyperlink-extended a.link-sec-color {
	color: rgb(255,255,255);
	border: 2px solid rgb(46,56,65);
	background: rgb(46,56,65);
}

.ce_hyperlink-extended a.link-sec-color:hover {
	color: rgb(46,56,65);
	border: 2px solid rgb(46,56,65);
	background: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-sec-color-outline {
	color: rgb(46,56,65);
	border: 2px solid rgb(46,56,65);
	background: none;
}

.ce_hyperlink-extended a.link-sec-color-outline:hover {
	color: rgb(255,255,255);
	background: rgb(46,56,65);
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon  {
	fill: rgb(46,56,65);
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle {
	stroke: rgb(46,56,65);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
	background-color: rgb(46,56,65);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
	background-color: rgb(46,56,65)!important;
}

.ce_iconbox_v3 .headline.headline-color-second {
	color: rgb(46,56,65);
}

.ce_iconbox_v3 .subheadline.subheadline-color-second {
	color: rgb(46,56,65);
}

.ce_iconbox_v3 .fonticon.fonticon-color-second {
	color: rgb(46,56,65);
}

.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline {
	color: rgb(46,56,65)!important;
}

.header .mainmenu ul li.highlight_color_second a span,
.header .mainmenu ul li.highlight-color-second a span {
	background: rgb(46,56,65);
}

/* =============================================================================
 * custom colors: background
 * ========================================================================== */

.bg-custom-1 {
	background: rgb(30,136,210);
}

.bg-custom-2 {
	background: rgb(30,136,210);
}

.bg-custom-3 {
	background: rgb(30,136,210);
}

.bg-custom-4 {
	background: rgb(30,136,210);
}

/* =============================================================================
 * custom colors: offset layer
 * ========================================================================== */

.ce_bgimage.offset.offset-bg-custom-1:before {
	background-color: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-custom-2:before {
	background-color: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-custom-3:before {
	background-color: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-custom-4:before {
	background-color: rgb(30,136,210);
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu {
	float: right;
}

.mainmenu ul {
	position: static;
}

.mainmenu ul li a.first {
	padding-left: 0;
}

.mainmenu ul li {
	margin-left: 15px;
	margin-right: 15px;
}

.mainmenu ul li.first {
	margin-left: 0;
}

.mainmenu ul li.last {
	margin-right: 0;
}

.mainmenu ul li ul li {
	margin-left: 0;
	margin-right: 0;
}

.mainmenu ul li a {
	text-transform: none;
	padding: 0;
	font-weight: normal;
	font-size: 1.067rem;
}

.mainmenu ul li ul a.trail {
	color: rgb(255,255,255)!important;
}

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
	color: rgb(57,57,57);
}

.mainmenu ul ul li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mainmenu ul ul li a {
	color: #4d4f4f!important;
}

.header .mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),
.header .mainmenu ul ul li a.active,
.header .mainmenu ul ul li a.trail:not(.megamenu) {
	color: rgb(255,255,255)!important;
}

.mainmenu ul li a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

.mainmenu ul li ul li a:hover {
	opacity: 1;
}

.mainmenu ul .megamenu-wrapper {
	right: auto;
	left: 40px;
}

nav.mainmenu li.megamenu ul li {
	min-width: 180px;
}

.mainmenu ul li:hover > ul,
.mainmenu ul li:hover .megamenu-wrapper {
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mainmenu ul ul li:hover > ul {
	-webkit-animation-name: none;
	animation-name: none;
}

.mainmenu ul li a {
	text-align: center;
}

.mainmenu ul li.last ul {
	right: auto;
}

.mainmenu ul ul li a[target=_blank] {
	padding-right: 30px!important;
}

.mainmenu ul ul li a[target=_blank]:after {
	font-family: "FontAwesome";
	content: "\f08e";
	position: absolute;
	right: 5px;
}

.mainmenu ul li.megamenu ul li a[target=_blank] {
	padding-right: 45px!important;
}

.mainmenu ul .megamenu ul li a[target=_blank]:after {
	right: 10px;
}

.mainmenu ul li.floatbox {
	position: static;
	margin-left: 0!important;;
	margin-right: 0!important;
}

.mainmenu ul li.open-left ul.level_2 {
	right: 0;
	width: 200px;
}

.mainmenu ul li.open-left ul.level_3 {
	right: auto;
	left: -200px;
	width: 200px;
}

/* =============================================================================
 * mainmenu: icons
 * ========================================================================== */

.mainmenu ul li a.nav-icon span {
	transform: translateY(30%);
	-webkit-transform: translateY(30%);
	display: inline-block;
	line-height: 40px;
}

.mainmenu ul ul li a.nav-icon span {
	line-height: inherit;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.mainmenu ul li a i.fa {
	transform: translateY(-133%);
	-webkit-transform: translateY(-133%);
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	display: inline-block;
}

.mainmenu ul ul li a i.fa {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	position: static;
	width: 1.5em;
}

/* =============================================================================
 * class mainmenu: highlight one menu item
 * ========================================================================== */

body .header .mainmenu ul li a[class*="highlight"] {
	color: rgba(255,255,255,0.9)!important;
}

.header .mainmenu ul li a.highlight span {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_color_second span,
.header .mainmenu ul li a.highlight-color-second span {
	padding: 10px;
	border-radius: 3px;
}

/* filled */

.header .mainmenu ul li a.highlight_square_color_accent span,
.header .mainmenu ul li a.highlight-square-color-accent span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_square_color_second span,
.header .mainmenu ul li a.highlight-square-color-second span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_rounded_color_accent span,
.header .mainmenu ul li a.highlight-rounded-color-accent span  {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_rounded_color_second span,
.header .mainmenu ul li a.highlight-rounded-color-second span {
	padding: 10px;
	border-radius: 3px;
}

/* outline */

.header .mainmenu ul li a.highlight_outline_square_color_accent span,
.header .mainmenu ul li a.highlight-outline-square-color-accent span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_outline_square_color_second span,
.header .mainmenu ul li a.highlight-outline-square-color-second span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded-color-accent span {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_outline_rounded_color_second span,
.header .mainmenu ul li a.highlight-outline-rounded-color-second span {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_outline_square_color_white span,
.header .mainmenu ul li a.highlight-outline-square-color-white span {
	padding: 10px;
	box-shadow: 0 0px 0px 2px rgb(255,255,255);
}

.header .mainmenu ul li a.highlight_outline_rounded_color_white span,
.header .mainmenu ul li a.highlight-outline-rounded-color-white span {
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 0px 0px 2px rgb(255,255,255);
}

/* =============================================================================
 * smartmenu - content
 * ========================================================================== */

.smartmenu-content {
	position: fixed;
	z-index: 100000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	visibility: hidden;
	text-align: center;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.smartmenu-content.open {
	visibility: visible;
	opacity: 1;
}

.smartmenu-content .smartmenu-table {
	display: table;
	height: 100%;
	width: 100%;
}

.smartmenu-content .smartmenu-scrollable {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
}

.smartmenu-content .mod_navigation .level_1 ul {
	display: none; 
}

.smartmenu-content .mod_navigation li:not(.floatbox) {
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: normal;
	padding: 0.5rem;
	text-transform: uppercase;
}

.smartmenu-content .mod_navigation .level_2 li {
	font-size: 1.2rem;
	line-height: 1.3rem;
	text-transform: none;
}

.smartmenu-content .mod_navigation ul.level_1 {
	display: table-cell;
	vertical-align: middle;
	overflow: scroll;
	padding: 20px;
}

.smartmenu-content .mod_navigation a {
	color: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.smartmenu-content .mod_navigation a.active, 
.smartmenu-content .mod_navigation a.trail {
	border-bottom: 1px solid rgb(255,255,255);
}

.smartmenu-content .mod_navigation a.submenu {
	margin-left: 35px;
}

.smartmenu-content .mod_navigation ul.level_2 a.submenu {
	margin-left: 25px;
}

.smartmenu-content .mod_navigation a:hover {
	opacity: 0.8;
}

.smartmenu-content .subitems_trigger {
	display: inline-block;
	margin-left: 10px;
}

.smartmenu-content .subitems_trigger:before {
	content:'[+]';
	color: rgba(255,255,255,0.8);
}

.smartmenu-content .mod_navigation li.open > .subitems_trigger:before {
	content:'[-]';
}

.smartmenu-content .smartmenu-close {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.smartmenu-content .smartmenu-close:before,
.smartmenu-content .smartmenu-close:after {
	display: inline-block; 
	width: 35px; 
	height: 1px; 
	background: rgb(255,255,255); 
	content: '';
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.smartmenu-content .smartmenu-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -35px;
}

/* =============================================================================
 * smartmenu - trigger
 * ========================================================================== */

.smartmenu {
	float: right;
	margin-left: 20px;
	line-height: 40px;
	display: none;
}

.smartmenu .smartmenu-trigger {
	height: 100px;
	width: 35px;
	position: relative;
	z-index: 1000000000;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	cursor: pointer;
}

.header.cloned .smartmenu .smartmenu-trigger {
	height: 70px;
}

.smartmenu .smartmenu-trigger .line {
	height: 1px;
	background: #393939;
	width: 35px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -1px;
}

.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after {
	display: inline-block; 
	width: 35px; 
	height: 1px; 
	background: #393939; 
	position: absolute; 
	left: 0; 
	content: '';
	top: 50%;
	margin-top: -13px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.smartmenu .smartmenu-trigger .line:before {
	margin-top: 11px;
}

/* =============================================================================
 * mobnav
 * ========================================================================== */

.body_bottom #mobnav {
	display: none;
}

/* =============================================================================
 * mmenu
 * ========================================================================== */

.mm-navbar-top,
.mm-navbar-bottom {
	height: 80px;
}

.onepage_page .mm-navbar-top {
	height: 0;
}

.mm-menu-navbar_bottom-1 .mm-panels {
	bottom: 80px;
}

.mm-navbar-content-2 > * {
	width: 100%;
}

.mm-title {
	margin-top: 10px;
}

.mm-hasnavbar-top-1 .mm-panels {
	top: 80px;
}

.onepage_page .mm-hasnavbar-top-1 .mm-panels {
	top: 0px;
}

.mm-navbar-bottom {
	border: 0;
}

.mm-navbar>* {
	padding: 0;
}

.mm-navbar-bottom>.mm-navbar, 
.mm-navbars-top>.mm-navbar {
	display: block;
}

body .mm-menu a:hover, body .mm-menu a.active, body .mm-menu a.trail,
body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), 
body .mm-menu .mm-listview > li.mm-selected > span,
body .mm-menu .mm-listview > li.trail a {
	background: #333333;
	color: rgb(255,255,255);
}

body .mm-menu .mm-listview > li.trail a.mm-next {
	border-left-color: rgba(255,255,255,0.5);
}

body .mm-menu li {
	list-style-type: none;
}

body .mm-menu i {
	display: none;
}

body .mm-menu i.fa {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
}

body .mm-menu .menuheader {
	background: rgba(0,0,0,0.03);
}

body .mm-listview > li:not(.mm-divider):after {
	left: 0;
}

.mm-menu .mm-listview > li .mm-prev:hover:after, 
.mm-menu .mm-listview > li .mm-next:hover:after, 
.mm-menu .mm-listview > li .mm-arrow:hover:after {
	border-color: rgb(255,255,255);
}

.mm-menu .mm-navbar .mm-btn:hover:before, 
.mm-menu .mm-navbar .mm-btn:hover:after,
.mm-menu .mm-listview > li.trail .mm-next:after, 
.mm-menu .mm-listview > li.trail .mm-arrow:after {
	border-color: rgb(255,255,255);
}

/* mod_search */

.mm-navbar .mod_search {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
}

.mm-navbar .mod_search input {
	border-radius: 30px;
	background: rgb(255,255,255);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMy43MDZweCIgaGVpZ2h0PSIzMy43MDZweCIgdmlld0JveD0iMCAwIDMzLjcwNiAzMy43MDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzLjcwNiAzMy43MDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIG9wYWNpdHk9IjAuOCI+PHBhdGggZmlsbD0iIzkzOTM5MyIgZD0iTTE3Ljc1NSwwLjk0NUMxNi4yMDksMC4zMTgsMTQuNTc2LDAsMTIuOSwwYy0xLjY3NSwwLTMuMzA4LDAuMzE4LTQuODU0LDAuOTQ1QzYuNDQ1LDEuNTk0LDUuMDEsMi41NDcsMy43NzgsMy43NzhDMi41NDcsNS4wMSwxLjU5NCw2LjQ0NSwwLjk0NCw4LjA0N0MwLjMxOCw5LjU5MywwLDExLjIyNiwwLDEyLjljMCwxLjY3NiwwLjMxOCwzLjMwOSwwLjk0NCw0Ljg1NGMwLjY0OSwxLjYwMSwxLjYwMywzLjAzNywyLjgzNCw0LjI2OWMxLjIzMSwxLjIzLDIuNjY3LDIuMTg2LDQuMjY5LDIuODM0YzEuNTQ2LDAuNjI3LDMuMTc5LDAuOTQ0LDQuODU0LDAuOTQ0YzEuNjc2LDAsMy4zMDktMC4zMTcsNC44NTQtMC45NDRjMS42MDItMC42NDgsMy4wMzctMS42MDQsNC4yNy0yLjgzNGMxLjIyOS0xLjIzLDIuMTg1LTIuNjY4LDIuODM0LTQuMjY5YzAuNjI1LTEuNTQ2LDAuOTQzLTMuMTc5LDAuOTQzLTQuODU0YzAtMS42NzUtMC4zMTgtMy4zMDgtMC45NDMtNC44NTRjLTAuNjQ5LTEuNjAyLTEuNjA0LTMuMDM3LTIuODM0LTQuMjY5QzIwLjc5MiwyLjU0NywxOS4zNTQsMS41OTQsMTcuNzU1LDAuOTQ1eiBNMjAuNjU4LDIwLjY1OGMtNC4yNzcsNC4yNzYtMTEuMjM3LDQuMjc2LTE1LjUxNSwwYy00LjI3OC00LjI3Ny00LjI3Ny0xMS4yMzcsMC0xNS41MTVzMTEuMjM3LTQuMjc3LDE1LjUxNSwwUzI0LjkzNywxNi4zODEsMjAuNjU4LDIwLjY1OHoiLz48cmVjdCB4PSIyNi45NTIiIHk9IjIwLjY5NyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAtMTEuNTYzOCAyNy45MTc1KSIgZmlsbD0iIzkzOTM5MyIgd2lkdGg9IjEuOTMxIiBoZWlnaHQ9IjE0LjQ0MiIvPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 20px;
	padding: 10px 50px 10px 20px;
	height: auto!important;
}

.mm-navbar .mod_search input.submit {
	display: none;
}

.mm-navbar .mod_search .label,
.mm-navbar .mod_search .close-window {
	display: none;
}

/* mod_langswitch */

.mm-navbar .mod_langswitcher {
	float: none;
	margin: 0;
	padding: 10px;
	background: rgba(0,0,0,0.05);
	line-height: 0;
}

.mm-navbar .mod_langswitcher .mod_langswitcher_inside:hover ul {
	animation: none;
	-webkit-animation: none;
}

.mm-navbar .mod_langswitcher .mod_langswitcher_inside {
	padding: 0;
}

.mm-navbar .mod_langswitcher img {
	display: none;
}

.mm-navbar .mod_langswitcher ul li img {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.1);
	margin: 0;
	width: 25px;
	height: 20px;
}

.mm-navbar .mod_langswitcher .mod_langswitcher_inside:before,
.mm-navbar .mod_langswitcher .mod_langswitcher_inside:after {
	display: none;
}

.mm-navbar .mod_langswitcher ul {
	position: static;
	background: none;
	border: 0;
	display: block;
	width: auto;
}

.mm-navbar .mod_langswitcher ul li {
	display: inline-block;
}

.mm-navbar .mod_langswitcher ul li a {
	border: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

/*mod_socials*/

.mm-navbar .mod_socials a {
	display: inline-block;
	padding: 9px;
}

/* =============================================================================
 * custommenu
 * ========================================================================== */

.custommenu {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}

.custommenu ul {
	overflow: hidden;
}

.custommenu li {
	float: left;
	width: 25%;
	border-left: 1px solid rgba(255,255,255,0.8);
	text-align: center;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
	opacity: 0.9;
}

.custommenu li.last {
	border-right: 1px solid rgba(255,255,255,0.8);
}

.custommenu li a {
	display: block;
	padding: 10px 20px;
	color: rgb(255,255,255);
	font-weight: bold;
}

.custommenu li span {
	font-weight: normal;
	display: block;
}

.custommenu li.custommenu_cols2 {
	width: 50%;
}

.custommenu li.custommenu_cols3 {
	width: 33%;
}

.custommenu li.custommenu_cols4 {
	width: 25%;
}

.custommenu li.custommenu_cols5 {
	width: 20%;
}

.custommenu li.custommenu_cols6 {
	width: 16.666%;
}

/* =============================================================================
 * submenu_v2
 * ========================================================================== */

.submenu_v2 ul {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.submenu_v2 li {
	float: left;
	text-align: center;
	padding: 10px 0;
}

.submenu_v2 li.custommenu_cols2 {
	width: calc(100% / 2);
}

.submenu_v2 li.custommenu_cols3 {
	width: calc(100% / 3);
}

.submenu_v2 li.custommenu_cols4 {
	width: calc(100% / 4);
}

.submenu_v2 li.custommenu_cols5 {
	width: calc(100% / 5);
}

.submenu_v2 li.custommenu_cols6 {
	width: calc(100% / 6);
}

.submenu_v2 li.custommenu_cols7 {
	width: calc(100% / 7);
}

.submenu_v2 li.custommenu_cols8 {
	width: calc(100% / 8);
}

.submenu_v2 li a {
	display: block;
	border-right: 1px solid rgb(229, 229, 229);
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 15px 0;
	position: relative;
}

.submenu_v2 li a.first {
	border-left: 1px solid rgb(229, 229, 229);
}

.submenu_v2 li a i {
	display: block;
	font-size: 3.333rem;
	margin-bottom: 5px;
}

.submenu_v2 li a.active:before {
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	background: rgb(247, 247, 247);
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    content: '';
}

/* =============================================================================
 * submenu_v3
 * ========================================================================== */

.submenu_v3 {
	border: 8px solid rgb(220,220,220);
	padding: 25px;
	border-radius: 5px;
}

.submenu_v3 ul {
	padding-left: 15px;
}

.submenu_v3 li {
	list-style-type: square;
	list-style-position: outside;
}

.submenu_v3 li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	margin-bottom: 3px;
	display: block;
}

.submenu_v3 li a:hover {
	opacity: 0.7;
}

.submenu_v3 li a.active {
	text-decoration: underline;
}

/* =============================================================================
 * submenu_v4
 * ========================================================================== */

.submenu_v4 {
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 25px;
	border-radius: 8px;
	background: rgb(255,255,255);
}

.submenu_v4 ul {
	padding-left: 15px;
}

.submenu_v4 li {
	list-style-type: disc;
	list-style-position: outside;
}

.submenu_v4 li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	margin-bottom: 3px;
	display: block;
}

.submenu_v4 li a:hover {
	opacity: 0.7;
}

.submenu_v4 li a.active {
	text-decoration: underline;
}

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */

.ce_revolutionslider {
	position: relative;
}

.ce_revolutionslider .tp-resizeme * {
	font-size: 100%!important;
	line-height: inherit!important;
}

.ce_revolutionslider .ce_text_extented a {
	text-decoration: none;
	color: inherit;
}

.ce_revolutionslider .banner.responsive {
	visibility: hidden;
}

.ce_revolutionslider .banner.responsive.revslider-initialised {
	visibility: visible;
}

.ce_revolutionslider .tp-dottedoverlay {
	z-index: 1;
}

.ce_revolutionslider_hyperlink {
	font-size: 13px;
	font-weight: bold;
}

.ce_revolutionslider_hyperlink.text-link {
	background: none;
	border: 0;
	min-width: 0;
	padding: 0;
	color: inherit;
}

.ce_revolutionslider_hyperlink.text-link:after {
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: 5px;
}

.ce_revolutionslider_text {
	line-height: 1.5;
}

.ce_revolutionslider_text.italic {
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.ce_revolutionslider_text[class*='bg-'] {
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.ce_leadertext.version1 .subheadline,
.ce_leadertext.version2 .subheadline,
.ce_headline_extended.version1 .subheadline,
.ce_headline_extended.version2 .subheadline {
	font-size: 1.467rem;
}

.ce_revolutionslider .tp-bannertimer {
	top: auto;
	bottom: 0;
	height: 5px;
}

.ce_text_image_bar.show_arrow .image-left:after,
.ce_text_image_bar.show_arrow .image-right:after {
	display: none;
}

.ce_leadertext.version1 .subheadline {
	font-style: italic;
}

.ce_list li.fa {
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	font-family: inherit;
}

.ce_list li.fa:before {
	font-family: FontAwesome;
}

.ce_list li:after {
	content: ""; 
	width: 70px; 
	height: 1px; 
	background: rgba(0,0,0,.08); 
	position: absolute; 
	left: -26px; 
	bottom: -11px;
}

.color-white .ce_list li:after {
	background-color: rgba(255,255,255,0.8);
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	display: none;
}

textarea {
	height: inherit;
}

#main .mod_subscribe {
	border: 0;
	padding: 0;
	max-width: 650px;

}

#main .mod_subscribe h5 {
	display: none;
}

#main .mod_subscribe.align-center {
	margin-left: auto;
	margin-right: auto;
}

#main .mod_subscribe.align-center input.text {
	text-align: left!important;
}

#main .mod_subscribe.align-right {
	margin-left: auto;
}

#main .mod_subscribe.align-right input {
	margin-left: 10px;
	margin-right: 0;
}

#main .mod_subscribe.align-right input.text {
	text-align: left!important;
}

#main .mod_subscribe.align-right input.submit,
#main .mod_subscribe.align-right button.submit {
	text-align: center!important;
}

#main .mod_subscribe input {
	width: 45%;
	margin-right: 10px;	
	display: inline-block;
	margin-bottom: 0;
	padding: 18px;
}

#main .mod_subscribe input.submit,
#main .mod_subscribe button.submit {
	width: 25%;
	display: inline-block;
}

input, textarea, select {
	background-color: rgb(255,255,255);
	padding: 15px;
	font-size: 0.9rem;
}

.ce_form .formicon-wrapper input {
	border-radius: 0 5px 5px 0;
}

input.submit,
button.submit {
	width: 100%;
}

.mod_search input {
	border-radius: 0;
}

.mod_search input.submit,
.mod_search button.submit {
	width: auto;
}

.mod_login .submit_container {
	margin-top: 25px;
}

.ce_countup .headline {
	font-size: 3.667rem;
}

.font-size-m {
	line-height: 1.3;
}

.ce_gallery .capt {
	font-size: inherit;
}

.swip-pagination .swiper-wrapper {
	padding-bottom: 60px;
}

.swiper-wrapper {
	padding-bottom: 0px;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-button-next, 
.swiper-button-prev {
	margin-top: -75px;
}

body.ie input.checkbox {
	border: 0;
	padding: 0;
}

#slider {
	position: relative;
	z-index: 5;
}

.header .mainmenu ul li span.pagetitle {
	line-height: 18px;
	font-size: 0.7rem;
	font-weight: bold;
	margin-left: 5px;
	background: red;
	color: #fff;
	border-radius: 2px;
	position: relative;
	top: -4px;
	padding-left: 3px;
	padding-right: 3px;
}

.pdf_link {
	margin-bottom: 10px;
}

.ce_accordion .toggler {
	padding: 10px 20px;
	margin-bottom: 0;
}

.ce_accordion .toggler.ui-state-active {
	border-bottom: 1px dotted rgb(220,220,220);
}

.ce_accordion {
	margin-bottom: 1px;
	border: 1px solid rgb(220,220,220);
}

.ce_table table td {
	border-top: 0;
	border-bottom: solid 1px rgb(227,227,227);
}

select {
	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555 !important;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #555 !important;
	opacity: 1;  
}
 
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #555 !important;
	opacity: 1;
}
 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
	color: #555 !important;  
}

.newslist-v2 .teaser-v2 {
	height: auto;
}

/* =============================================================================
 * form style2
 * ========================================================================== */

form.style2 {
	padding: 27px;
}

form.style2 input,
form.style2 textarea,
form.style2 select {
	border-color: transparent;
	border-radius: 0;
}

form.style2 textarea {
	height: 95px;
}

form.style2 h1,
form.style2 h2,
form.style2 h3,
form.style2 h4,
form.style2 h5,
form.style2 h6 {
	color: rgb(255,255,255);
}

form.style2 input.submit:hover,
form.style2 button.submit:hover {
	opacity: 0.9;
}

/* =============================================================================
 * form style3
 * ========================================================================== */

form.style3 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * form style4
 * ========================================================================== */

form.style4 {
	border: 5px solid rgb(227,227,227);
	padding: 50px 40px 20px 40px;
	background: rgba(255,255,255,0.3);
}

form.style4 input,
form.style4 select,
form.style4 textarea {
	background-color: rgb(248,248,248);
}

form.style4 fieldset {
	border: 0;
	padding: 0;
}

/* =============================================================================
 * form style5
 * ========================================================================== */

form.style5 input,
form.style5 select,
form.style5 textarea {
	background-color: rgb(247, 247, 247);
	border-color: rgb(247, 247, 247);
	font-size: 0.7rem;
}

form.style5  input.submit,
form.style5  button.submit {
	width: auto;
}

form.style5 textarea:hover {
	border-color: rgb(153,153,153);
}

form.style5 select {
	height: 44px;
}

.firefox form.style select {
	height: 46px;
}

/* =============================================================================
 * form style6
 * ========================================================================== */

form.style6 {
	background: rgba(0,0,0,0.4);
	padding: 25px;
	color: rgb(255,255,255);
}

form.style6 input,
form.style6 select,
form.style6 textarea {
	background-color: rgba(200,200,200,0.3);
	color: rgb(255,255,255);
	border-color: rgba(200,200,200,0.3);
}

form.style6 select option {
	color: rgb(50,50,50);
}

form.style6 .explanation {
	margin-top: 20px;
}

form.style6 .headline h1,
form.style6 .headline h2,
form.style6 .headline h3,
form.style6 .headline h4,
form.style6 .headline h5,
form.style6 .headline h6 {
	color: rgb(255,255,255);
}

form.style6 input::-webkit-input-placeholder,
form.style6 textarea::-webkit-input-placeholder {
	color: #fff !important;
}
 
form.style6 input:-moz-placeholder,
form.style6 textarea:-moz-placeholder {
	color: #fff !important;  
}
 
form.style6 input::-moz-placeholder,
form.style6 textarea::-moz-placeholder {
	color: #fff !important;  
}
 
form.style6 input:-ms-input-placeholder,
form.style6 textarea:-ms-input-placeholder {  
	color: #fff !important;  
}

/* =============================================================================
 * form style7
 * ========================================================================== */

form.style7 input,
form.style7 select,
form.style7 textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgb(150,150,150);
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

form.style7 input:hover,
form.style7 select:hover,
form.style7 textarea:hover {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

form.style7 select {
	padding: 0;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-border-radius: 0px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC4wNXB4IiBoZWlnaHQ9IjcuNzM4cHgiIHZpZXdCb3g9IjUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0iRXhwYW5kX01vcmUiIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0xOC44MzEsMTEuMTk1bC01LjgxNSw1LjgxNmwtNS44MTUtNS44MTdjLTAuMjc3LTAuMjc3LTAuNzI2LTAuMjc3LTEuMDAyLDBjLTAuMjc3LDAuMjc3LTAuMjc3LDAuNzI2LDAsMS4wMDNsNi4zMTYsNi4zMThsMCwwbDAsMGMwLjI3NywwLjI3NywwLjcyNiwwLjI3NywxLjAwMiwwbDYuMzE2LTYuMzE4YzAuMjc2LTAuMjc3LDAuMjc2LTAuNzI3LDAtMS4wMDRDMTkuNTU3LDEwLjkxOCwxOS4xMDgsMTAuOTE4LDE4LjgzMSwxMS4xOTV6Ii8+PC9zdmc+);
	background-position: 100% 58%;
    background-repeat: no-repeat;
}

.firefox form.style7 select {
	height: 51px;
}

form.style7 textarea {
	height: 250px;
}

form.style7 .explanation {
	font-size: 0.8rem;
	margin: 10px 0;
}

form.style7 input.submit,
form.style7 button.submit {
	width: auto;
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
}

form.style7 div.widget.widget-text {
	margin-top: 3px;
}

/* =============================================================================
 * form style8
 * ========================================================================== */

form.style8 {
	border: 8px solid rgba(0,0,0,0.1);
}

form.style8 .formbody {
	padding: 40px 30px;
	position: relative;
	background: #fff;
}

form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
	background: none;
	border: 3px solid rgb(204, 204, 204);
	color: inherit;
	border-radius: 0;
	width: auto;
}

form.style8 input.submit[type="submit"]:hover,
form.style8 button.submit[type="submit"]:hover {
	border-color: rgb(180,180,180);
}

/* =============================================================================
 * form style9
 * ========================================================================== */

form.style9 {
	padding: 40px;
	font-weight: bold;
	background: rgb(255,255,255);
	box-shadow: 0 2px 7px 4px rgba(0,0,0,.05);
	margin: 10px;
}

form.style9 .autogrid_wrapper {
	margin-left: -3%;
	margin-right: -3%;
}

form.style9 .autogrid {
	padding-left: 3%;
	padding-right: 3%;
}

form.style9 label {
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: inline-block;
}

form.style9 input.big-letter {
	font-size: 5rem;
}

form.style9 input, 
form.style9 textarea, 
form.style9 select {
	background-color: transparent;
	border: 0!important;
	padding: 0;
	font-size: 1.7rem;
}

form.style9 input.submit {
	font-size: 1rem;
	line-height: 3rem;
}

form.style9 .submit_container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

form.style9 input, 
form.style9 select {
	line-height: 6rem;
}

form.style9 select {
	font-size: 6rem;
	height: auto;
	-webkit-appearance: none;
}

form.style9 select option {
	font-size: 1rem;
}

form.style9 input.datepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNi43NDZweCIgaGVpZ2h0PSIxNS40OTVweCIgdmlld0JveD0iMzA0LjkzOSAyOTkuNTY1IDI2Ljc0NiAxNS40OTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMzA0LjkzOSAyOTkuNTY1IDI2Ljc0NiAxNS40OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0QzRDNEMiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzMC42MjUsMzAwLjYyNiAzMTguMzEyLDMxMi45MzkgMzA2LDMwMC42MjYgIi8+PC9zdmc+);
}

/* =============================================================================
 * fieldset w/checkbox_selector
 * ========================================================================== */

form {
	transition: All 0.7s ease;
	-webkit-transition: All 0.7s ease;
}

fieldset {
	opacity: 1;
	transition: All 0.7s ease;
	-webkit-transition: All 0.7s ease;

}

/* =============================================================================
 * datepicker
 * ========================================================================== */

.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid {
	overflow: visible;
}

form div.widget {
	position: relative;
}

input.datepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

input.timepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRMNy41MTUsMjQuMDdsMS40MTQsMS40MTRsMS40NTctMS40NTdDMTEuOTI2LDI1LjI1OSwxMy44NzUsMjYsMTYsMjZzNC4wNzQtMC43NDEsNS42MTMtMS45NzNsMS40NTcsMS40NTdsMS40MTQtMS40MTRsLTEuNDU3LTEuNDU2QzI0LjI1OSwyMS4wNzQsMjUsMTkuMTI1LDI1LDE3QzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN3MzLjEzNC03LDctN3M3LDMuMTM0LDcsN1MxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gZmlsbD0iIzc1NzU3NSIgcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgIi8+PHJlY3QgeD0iNy4yMyIgeT0iNS43MyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MiAtMC43MDcgMC43MDcgLTAuNzA3MiA4LjIzMjIgMTkuODY4NSkiIGZpbGw9IiM3NTc1NzUiIHdpZHRoPSIyIiBoZWlnaHQ9IjUiLz48cmVjdCB4PSIyMS4zMTMiIHk9IjcuMTg4IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzIgMC43MDcyIC0wLjcwNzEgMzQuODU5IDMwLjgxNjkpIiBmaWxsPSIjNzU3NTc1IiB3aWR0aD0iNSIgaGVpZ2h0PSIyIi8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

body .picker__list-item:hover,
body .picker__day--infocus:hover,
body .picker--focused .picker__day--highlighted {
	color: rgb(255,255,255);
}

body .picker__nav--next:hover, 
body .picker__nav--prev:hover,
body .picker__button--close:hover, 
body .picker__button--today:hover,
body .picker__button--clear:hover {
	background: rgb(240,240,240);
}

body .picker--focused .picker__day--highlighted, 
body .picker__day--highlighted:hover, 
body .picker__day--infocus:hover, 
body .picker__day--outfocus:hover {
	opacity: 0.7;
}

body .picker__select--month, 
body .picker__select--year {
	height: 40px;
	font-size: 0.8rem;
}

body .picker--time .picker__holder {
	background: rgba(0,0,0,0.32);
}

/* =============================================================================
 * icons for ce_form input
 * ========================================================================== */

.ce_form .input-group-addon {
  width: 60px;
  white-space: nowrap;
  vertical-align: middle;
}

.ce_form .input-group-addon {
  padding: 6px 12px;
  font-size: 0.9333rem;
  font-weight: normal;
  line-height: 1;
  color: rgb(255,255,255);
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  display: table-cell;
}

.ce_form .widget.mandatory .input-group-addon {
	background: red;
	border-color: red;
	color: rgb(255,255,255);
}

.ce_form .formicon-wrapper input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border-left: 0;
}

.ce_form .formicon-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}

.ce_form .widget.fa:before,
.ce_form .widget.fa label {
	display: none;
}

/* =============================================================================
 * colorbox 
 * ========================================================================== */

#cboxPrevious,
#cboxNext,
#cboxClose {
	z-index: 100;
}

#cboxWrapper .mod_article {
	padding: 30px;
}

#cboxWrapper #wrapper {
	padding: 10px;
}

#cboxWrapper .mod_article {
	max-width: none!important;
}

#cboxNext,
#cboxPrevious {
	width: 75px!important;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
} 

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

#cboxClose:hover {
	background-position: top center!important;
}

#cboxClose {
	width: 26px!important;
	height: 30px!important;
	top: -28px!important;
	right: 0px!important;
}

#cboxTitle {
	top: -25px!important;
	font-size: 0.9rem;
}

#cboxContent {
	margin-top: 25px!important;
}

#cboxLoadedContent {
	border: 0!important;
}

#cboxCurrent {
	display: none!important;
}

body.no_scroll {
	overflow: hidden;
}

#cboxOverlay {
	opacity: 0.8!important;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNzAuNXB4IiBoZWlnaHQ9IjY1cHgiIHZpZXdCb3g9IjAgMCAxNzAuNSA2NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcwLjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNzAuNSwwaC00Ni42NjZDMTIyLjI3LDAsMTIxLDEuMjY5LDEyMSwyLjgzNHY1OS4zMzFjMCwxLjU2NSwxLjI3LDIuODM1LDIuODM0LDIuODM1SDE3MC41Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTAsMGg0Ni42NjZDNDguMjMsMCw0OS41LDEuMjY5LDQ5LjUsMi44MzR2NTkuMzMxQzQ5LjUsNjMuNzMsNDguMjMsNjUsNDYuNjY2LDY1SDAiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc4LjI1IiB5MT0iNS4xMDkiIHgyPSI5NC4zNzUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk0LjM3NSIgeTE9IjUuMTA5IiB4Mj0iNzguMjUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjUiIHkxPSIxMS4zNTkiIHgyPSIxMC43NSIgeTI9IjMyLjUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjY3OCIgeTE9IjUzLjA1NSIgeDI9IjEwLjkyOCIgeTI9IjMxLjkxNCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iMTEuMzU5IiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iNTMuNjQxIiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjwvc3ZnPg==);
}

#cboxNext {
	right: 0!important;
}

#cboxPrevious {
	left: 0!important;
}

body #colorbox,
body #cboxOverlay, 
body #cboxWrapper {
	z-index: 99999;
}

/* =============================================================================
 * revolutions slider module // template revoslider_fullscreen_arrowdown.html5
 * ========================================================================== */

.ce_revolutionslider #linkToContent {
	position: relative; 
	width: 32px; 
	height: 46px; 
	border: 2px solid #fff; 
	border-radius: 15px; 
	position: absolute; 
	bottom: 30px; 
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	z-index: 100;
}

.ce_revolutionslider #linkToContent .wheel {
	display: block; 
	width: 6px; 
	height: 6px; 
	background-color: #fff; 
	border-radius: 50%; 
	margin-left: auto;  
	margin-right: auto; 
	margin-top: 6px; 
	left: 0; 
	right: 0; 
	-webkit-animation: mousewheel 1.7s infinite ease; 
	animation: mousewheel 1.7s infinite ease;
}

.ce_revolutionslider #linkToContent.dark-wheel {
	border-color: rgba(0,0,0,0.7);
}

.ce_revolutionslider #linkToContent.dark-wheel .wheel {
	background: rgba(0,0,0,0.7);
}

@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/* =============================================================================
 * portfoliolist - one-page
 * ========================================================================== */

.mod_portfoliolist  .onepage_item.item a {
	position: static;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	margin: 0;
	border: 0;
	transition: none;
}

/* =============================================================================
 * autogrid - extra classes
 * ========================================================================== */

.autogrid_wrapper.grid-l {
	margin-left: -3%;
	margin-right: -3%;
}

.autogrid_wrapper.grid-l .ce_autogridWrapperStart.autogrid {
	padding-left: 3%;
	padding-right: 3%;
}

/* =============================================================================
 * onepage horizontal scrolling
 * ========================================================================== */

@media only screen and (min-width: 768px) {

	.onepage_page.horizontal_scrolling {
		overflow-x: visible;
	}
	
	.onepage_page.horizontal_scrolling #fix-wrapper {
		position: fixed;
	}
	
	.onepage_page.horizontal_scrolling #slider .inside {
		overflow: hidden;
	}
	
	.onepage_page.horizontal_scrolling #slider .inside .mod_article {
		display: inline-block;
		width: 100vw;
		vertical-align: top;
	}
	
	.onepage_page.horizontal_scrolling #bottom {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_2 #slider > div.inside {
		width: calc(100vw * 2);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_3 #slider > div.inside {
		width: calc(100vw * 3);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_4 #slider > div.inside {
		width: calc(100vw * 4);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_5 #slider > div.inside {
		width: calc(100vw * 5);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_6 #slider > div.inside {
		width: calc(100vw * 6);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_7 #slider > div.inside {
		width: calc(100vw * 7);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_8 #slider > div.inside {
		width: calc(100vw * 8);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_9 #slider > div.inside {
		width: calc(100vw * 9);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_10 #slider > div.inside {
		width: calc(100vw * 10);
	}	
	
}

/* =============================================================================
 * breakpoint show smartmenu / hide mainmenu
 * ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 970px) {
	
	.smartmenu {
		display: block;
	}
		
	.mainmenu {
		display: none;
	}
	
}

/* =============================================================================
 * breakpoint for topbar // hide mod_top_phone
 * ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 1035px) {
	
	#top .mod_top_phone {
		display: none;
	}
	
	#top .mod_top_mail a {
		padding-left: 0;
	}
	
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	
#main .mod_article,
#main .mod_article.fullwidth.boxed-content .contentwrap,
#main .autogrid_wrapper.article,
#main .mod_article .ce_parallax .contentwrap,
#main .mod_article .ce_bgimage .ce_bgimage-inside,
#main .mod_article .ce_youtube_background .contentwrap,
body.sidebar.left #main .mod_article,
body.sidebar.right #main .mod_article,
.ce_headerimage .ce_headerimage_inside,
.ce_bgimage-inside,
.header .inside,
.ce_text_image_bar .inside,
.ce_iconbox_header .contentwrap {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

#main .autogrid_wrapper.article .mod_article,
#main .mod_article.fullwidth {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
	
.header .inside {
	height: 70px;
}

.header {
	padding-bottom: 0;
	padding-top: 0;
}

#fix-wrapper,
#top-wrapper {
	position: relative!important;
}

#bottom .inside .left,
#bottom .inside .right {
	float: none;
}

#bottom .inside .right a {
	margin-left: 0;
	margin-right: 15px;
}

#footer .inside {
	padding: 40px 20px;
}

.mod_breadcrumb {
	padding: 20px;
}

.mod_breadcrumb ul {
	display: none;
}

body.content_page #slider .pagetitle {
	font-size: 1.467rem;
}

#bottom .inside {
	padding-left: 20px;
	padding-right: 20px;
}

#footer .totop:before {
	display: none;
}

.ce_hyperlink.small a, 
a.btn.small, 
.ce_hyperlink a, 
a.btn {
	font-size: 0.9rem;
}

h1 {
	font-size: 1.733rem;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.467rem;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.067rem;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.067rem;
	margin-bottom: 10px;
}

.mod_breadcrumb {
	display: none;
}

.header .mod_langswitcher {
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -19px;
	line-height: 40px;
	margin-left: 0!important;
}

/*remove this line for showing the langswitch in mobile header */
.header .mod_langswitcher {
	display: none;
}

.header .mod_search {
	display: none;
}

#main .mod_article {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ce_imagemap .hotspot {
	display: none;
}

.header.cloned {
	box-shadow: none;
}

body.fixed-header .header.cloned {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.stickyheader {
	top: 0!important;
	transition: All 0s ease;
	-webkit-transition: All 0s ease;
}

.header.original {
	visibility: hidden;
}

#top {
	display: none;
}

.stickyheader .header.cloned {
	transition: All 0s ease;
	-webkit-transition: All 0s ease;
}

#main .mod_subscribe input,
#main .mod_subscribe input.submit,
#main .mod_subscribe button.submit {
	width: 100%;
	margin: 0;
}

#main .mod_subscribe input.submit,
#main .mod_subscribe button.submit {
	margin-top: 20px;
}

.autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
	margin-bottom: 25px;
}

body #contentwrapper .ce_form form .autogrid {
	margin-bottom: 0;
}

body .ce_form .autogrid {
	margin-bottom: 0;
}

.autogrid.autogrid-last {
	margin-bottom: 0;
}

#main .mod_article.autogrid {
	padding-top: 0;
	padding-bottom: 25px;
	margin-bottom: 0;
}

#main .mod_article.autogrid.autogrid-first {
	padding-top: 25px;
}

.ce_hyperlink.align-right {
	text-align: left!important;
}

#main .mod_subscribe.align-right input {
	margin-left: 0;
	margin-top: 20px;
}

.ce_revolutionslider #linkToContent {
	bottom: 10px; 
}

.ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 70px)!important;
}

.custommenu {
	bottom: 0px;
	padding: 10px;
}

.custommenu li {
	float: none;
	width: 100%!important;
	border: 1px solid rgb(255,255,255);
	border-bottom: 0;
}

.custommenu li.last {
	border-bottom: 1px solid rgb(255,255,255);
}

.custommenu li .pagetitle {
	display: none;
}

form.style4 {
	padding: 20px;
}

form.style4 .submit_container {
	margin-bottom: 10px;
}

.submenu_v2 li {
	width: 100%!important;
	padding: 0;
}

.submenu_v2 li a,
.submenu_v2 li a.first {
	border-top: 1px solid rgb(200,200,200);
	border-left: 0;
	border-right: 0; 
}

.submenu_v2 li a.first {
	border: 0;
}

.submenu_v2 li a i {
	font-size: 1.667rem;
}

.submenu_v2 li a.active:before {
	display: none;
}

.mod_langswitcher .mod_langswitcher_inside:before {
	top: -1px;
}

#top_link {
	display: none;
}

form.style9 {
	padding: 20px;
}

form.style9 input, 
form.style9 textarea, 
form.style9 select,
form.style9 input.big-letter {
	font-size: 1rem;
}

form.style9 label {
	margin-bottom: 0;
}

form.style9 input, 
form.style9 select {
	line-height: 1rem;
}

form.style9 input.datepicker {
	background-size: 15px;
}

form.style9 .submit_container {
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
	
#mmenu_container {
	display: block;
}

}
/* =============================================================================
 * browser bugfixes
 * ========================================================================== */

body.ie9 #fix-wrapper,
body.ie10 #fix-wrapper {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVFOENGOTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVFOENGQTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyRUU4Q0Y3OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyRUU4Q0Y4OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ndvI8gAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=');
}
/* ===========================================
 * Layout
 * ======================================== */
html, 
body {
	font-size: 16px;
	font-variant-ligatures: none;
	color: #5c3e20;
}
body {
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-weight: normal;
	background: #faf2e4;
}
#contentwrapper,
#container {
	background: none;
}
#fix-wrapper {
	position: absolute;
	left: 0;
}
#top-wrapper,
#stickyheader,
#footer,
#bottom,
#main .mod_article.fullwidth.boxed-content {
	padding-left: 32px;
	padding-right: 32px;
}
.header {
	line-height: 85px;
	background: none;
}
.header .inside,
#top .inside,
#footer .inside,
#bottom .inside,
.fullwidth.boxed-content > .contentwrap,
.ce_headerimage .ce_headerimage_inside {
	max-width: 1376px;
	padding-left: 48px;
	padding-right: 48px;
	background: #fff;
}
.logo {
	width: 192px;
	height: 92px;
}
.logo a {
	background-image: url(../../files/sennerei/logo.svg);
	background-size: 100% auto;
	background-position: left 20px;
}
.edge .logo a,
.ie .logo a {
	background-size: 99% auto;
}
@media only screen and (max-width: 1240px) {
	.header .inside,
	#top .inside {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media only screen and (max-width: 1100px) {
	#top-wrapper,
	#stickyheader,
	#footer,
	#bottom {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	body {
		line-height: 1.6;
	}
	.header.original {
		visibility: visible;
	}
	#fix-wrapper {
		position: absolute !important;
	}
	.header {
		line-height: 70px;
	}
	.header .inside {
		height: auto;
	}
	#top .inside {
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo {
		width: 175px;
		height: 70px;
	}
	.logo a {
		background-position: left 13px;
	}
}
@media only screen and (max-width: 640px) {
	#top .inside {
		padding-right: 14px;
	}
}

/* ===========================================
 * Artikel
 * ======================================== */
#slider .mod_article,
body #main .mod_article.fullwidth.boxed-content.import-article {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth),
.fullwidth.boxed-content .contentwrap,
.ce_bgimage.boxed-content.img-as-bg .contentwrap,
.ce_bgimage-inside,
.autogrid_wrapper.article,
#slider .mod_article:not(.fullwidth):not(.boxed-content):not(.autogrid) .img-as-bg .ce_bgimage-inside {
	padding-left: 48px;
	padding-right: 48px;
}
.mod_article:not(.fullwidth):not(.boxed-content):not(.autogrid) .img-as-bg .ce_bgimage-inside,
.newsreader .ce_bgimage.img-as-bg .ce_bgimage-inside {
	padding-left: 80px;
	padding-right: 80px;
}
.mod_article.fullwidth:not(.boxed-content):not(.autogrid) > .ce_headline_extended,
.mod_article.fullwidth:not(.boxed-content):not(.autogrid) > .ce_text_extented {
	padding-left: 32px;
	padding-right: 32px;
}
#main .mod_article {
	padding-top: 90px;
	padding-bottom: 90px;
}
#main .mod_article.fullwidth.boxed-content {
	padding-top: 0;
	padding-bottom: 0;
}
#main .mod_article.fullwidth.boxed-content.no-header,
#main .mod_article.no-header {
	padding-top: 165px;
}
.fullwidth.boxed-content > .contentwrap,
.ce_headerimage .ce_headerimage_inside {
	background: none;
}
#slider .no-header .ce_bgimage-inside.pt-no {
	padding-top: 185px;
}
@media only screen and (max-width: 1240px) {
	#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth),
	.fullwidth.boxed-content .contentwrap,
	.ce_bgimage.boxed-content.img-as-bg .contentwrap,
	.ce_bgimage-inside,
	.autogrid_wrapper.article,
	#slider .mod_article:not(.fullwidth):not(.boxed-content):not(.autogrid) .img-as-bg .ce_bgimage-inside {
		padding-left: 80px;
		padding-right: 80px;
	}
	#main .mod_article {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.mod_article.pb-70 {
		padding-bottom: 50px !important;
	}
}
@media only screen and (max-width: 1100px) {
	#slider .no-header .ce_bgimage-inside.pt-no {
		padding-top: 178px;
	}
}
@media only screen and (max-width: 990px) {
	#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth),
	.fullwidth.boxed-content .contentwrap,
	.ce_bgimage.boxed-content.img-as-bg .contentwrap,
	.ce_bgimage-inside,
	.autogrid_wrapper.article,
	#slider .mod_article:not(.fullwidth):not(.boxed-content):not(.autogrid) .img-as-bg .ce_bgimage-inside {
		padding-left: 32px;
		padding-right: 32px;
	}
	.mod_article:not(.fullwidth):not(.boxed-content):not(.autogrid) .img-as-bg .ce_bgimage-inside,
	.newsreader .ce_bgimage.img-as-bg .ce_bgimage-inside {
		padding-left: 64px;
		padding-right: 64px;
	}
	#main .mod_article {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	#main .mod_article.fullwidth.boxed-content.no-header,
	#main .mod_article.no-header {
		padding-top: 148px;
	}
	#slider .no-header .ce_bgimage-inside.pt-no {
		padding-top: 168px !important;
	}
}
@media only screen and (max-width: 767px) {
	#main .mod_article {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mod_article.pb-70 {
		padding-bottom: 25px !important;
	}
	.mod_article.pt-70 {
		padding-top: 45px !important;
	}
	#main .mod_article.fullwidth.boxed-content.no-header,
	#main .mod_article.no-header {
		padding-top: 118px;
	}
	#slider .no-header .ce_bgimage-inside.pt-no {
		padding-top: 135px !important;
	}
	#main .mod_article.fullwidth.boxed-content.import-article {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
@media only screen and (max-width: 340px) {
	.mod_article.fullwidth:not(.boxed-content):not(.autogrid) > .ce_headline_extended,
	.mod_article.fullwidth:not(.boxed-content):not(.autogrid) > .ce_text_extented {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.fullwidth.boxed-content > .contentwrap {
	padding-left: 0;
	padding-right: 0;
}

/* ===========================================
 * Autogrid
 * ======================================== */
.autogrid_wrapper {
	margin-left: -4%;
	margin-right: -4%;
}
.autogrid {
	padding-left: 4%;
	padding-right: 4%;
}
.autogrid_wrapper.article .inner {
	margin-left: -4%;
	margin-right: -4%;
}
.autogrid_wrapper.grid-l {
	margin-left: -8%;
	margin-right: -8%;
}
.autogrid_wrapper.grid-l .ce_autogridWrapperStart.autogrid {
	padding-left: 8%;
	padding-right: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
	.autogrid.adjust_desktop {
		width: 100%;
	}
	.autogrid.adjust_desktop_50 {
		width: 50%;
	}
}
@media only screen and (max-width: 990px) {
	.autogrid.adjust_tablet {
		width: 100%;
	}
	.autogrid_wrapper {
		margin-left: -3%;
		margin-right: -3%;
	}
	.autogrid {
		padding-left: 3%;
		padding-right: 3%;
	}
	.autogrid_wrapper.article .inner {
		margin-left: -3%;
		margin-right: -3%;
	}
	.autogrid_wrapper.grid-l {
		margin-left: -6%;
		margin-right: -6%;
	}
	.autogrid_wrapper.grid-l .ce_autogridWrapperStart.autogrid {
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media only screen and (max-width: 767px) {
	.autogrid.clear {
		width: auto !important;
	}
	.autogrid.adjust_smartphone {
		width: 50% !important;
	}
	.autogrid.autogrid-last:not(.ce_autogridwrapper):not(.no_gutter),
	.autogrid.clear:not(.ce_autogridwrapper):not(.no_gutter) {
		margin-bottom: 0;
	}
}

/* ===========================================
 * Paddings
 * ======================================== */
.pt-15 {
	padding-top: 15px;
}
.pt-17 {
	padding-top: 17px;
}
.pl-20-ul ul {
	padding-left: 20px;
}

/* ===========================================
 * Margins
 * ======================================== */
.mb-0-ul ul {
	margin-bottom: 0;
}
.mb-15 {
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.mb-s {
		margin-bottom: 25px !important;
	}
}

/* ===========================================
 * Top
 * ======================================== */
#top {
	background: none;
	font-size: 12px;
	line-height: 20px;
	height: 32px;
}
#top,
#top a,
#top .mod_socials a i {
	color: #5c3e20;
}
#top .top_metanavi a {
	transition: none;
	-webkit-transition: none;
}
#top .mod_socials a,
#top .mod_socials a i {
	line-height: inherit;
}
#top .mod_socials a i {
	width: 26px;
	font-size: 1rem;
}
#top .mod_socials a i:hover,
.mod_socials i.fa-instagram:hover {
	background: none !important;
	color: #ffc11a !important;
}
#top .mod_socials,
#top .mod_changelanguage {
	margin-left: 32px;
}
#top .top_metanavi,
#top .mod_login_top,
#top .mod_socials,
#top .mod_changelanguage {
	margin-top: 9px;
}
#top .top_metanavi li,
#top .mod_login_top {
	padding: 0 12px;
	margin-left: 0;
}
#top .top_metanavi li.shop-spacer {
	padding-left: 32px;
}
#top .top_metanavi li i,
#top .mod_login_top i {
	display: inline-block;
	margin-right: 6px;
}
#top .top_metanavi li i.fa-shopping-basket,
#top .top_metanavi li i.fa-user-o,
#top .mod_login_top i {
	position: relative;
	top: -1px;
}
#top .top_metanavi a:hover {
	opacity: 1;
}
#top .mod_login_top:hover {
	background: none;
	color: #5c3e20;
}
#top .mod_changelanguage {
	float: right;
}
#top .mod_changelanguage li {
	display: inline-block;
	padding-right: 6px;
}
#top .mod_changelanguage a {
	color: #cdb9a6;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#top .mod_changelanguage a.active,
#top .mod_changelanguage a:hover {
	color: #5c3e20;
}
#top .mod_changelanguage a.active {
	font-weight: bold;
}
@media only screen and (max-width: 1370px) {
	#top .top_metanavi li,
	#top .mod_login_top {
		padding: 0 10px;
	}
	#top .mod_socials,
	#top .mod_changelanguage {
		margin-left: 27px;
	}
	#top .top_metanavi li.shop-spacer {
		padding-left: 27px;
	}
}
@media only screen and (max-width: 1300px) {
	#top .top_metanavi li,
	#top .mod_login_top {
		padding: 0 9px;
	}
	#top .mod_socials,
	#top .mod_changelanguage {
		margin-left: 21px;
	}
	#top .top_metanavi li.shop-spacer {
		padding-left: 21px;
	}
}
@media only screen and (max-width: 1240px) {
	#top .mod_socials {
		margin-right: -5px;
	}
	#top .top_metanavi li.first {
		display: none;
	}
	#top .top_metanavi li,
	#top .mod_login_top {
		padding: 0 6px;
	}
}
@media only screen and (max-width: 1150px) {
	#top .mod_socials,
	#top .mod_changelanguage {
		margin-left: 12px;
	}
	#top .top_metanavi li.shop-spacer {
		padding-left: 12px;
	}
}
@media only screen and (max-width: 990px) {
	#top .top_metanavi li:not(.shop-spacer):not(.account) {
		display: none;
	}
	#top .top_metanavi li.shop-spacer {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	#top {
		display: block;
		height: 28px;
	}
	#top .top_metanavi,
	#top .mod_login_top,
	#top .mod_socials,
	#top .mod_changelanguage {
		margin-top: 6px;
	}
}
@media only screen and (max-width: 640px) {
	#top .mod_socials,
	#top .mod_changelanguage {
		display: none;
	}
}
@media only screen and (max-width: 540px) {
	#top .top_metanavi li.account,
	#top .mod_login_top {
		display: none;
	}
	#top .top_metanavi li.shop-spacer a {
		font-size: 10px;
	}
}
@media only screen and (max-width: 400px) {
	#top .top_metanavi li.cart a {
		font-size: 12px;
	}
	#top .top_metanavi li.cart a i {
		font-size: 10px;
	}
	#top .top_metanavi li.cart span {
		display: none;
	}
	#top .top_metanavi li i {
		margin-right: 4px;
	}
}
@media only screen and (max-width: 370px) {
	#top .top_metanavi li.cart a {
		font-size: 10px;
	}
	#top .top_metanavi li.shop-spacer:not(.cart) a {
		width: 13px;
		overflow: hidden;
		display: inline-block;
		white-space: nowrap;
	}
}

/* ===========================================
 * Top Firmenauswahl
 * ======================================== */
#top .companies {
	height: 32px;
}
#top .companies ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 2px;
}
#top .companies ul li a,
#top .companies ul li > span {
	display: block;
	padding: 0 12px;
	color: #cdb9a6;
	background: #3d2003;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#top .companies ul li a:hover,
#top .companies ul li.sennerei > span,
#top .companies ul li.gletscherfondue > span,
#top .companies ul li.schaukaeserei > span {
	color: #fff;
}
#top .companies ul li > span:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #3d2003;
	position: absolute;
	top: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
}
#top .companies ul li.sennerei a:hover,
#top .companies ul li.sennerei > span {
	background: #ffc11a;
}
#top .companies ul li.gletscherfondue a:hover,
#top .companies ul li.gletscherfondue > span {
	background: #e9aa00;
}
#top .companies ul li.schaukaeserei a:hover,
#top .companies ul li.schaukaeserei > span {
	background: #f5800c;
}
#top .companies ul li.sennerei > span:after {
	border-top-color: #ffc11a;
}
#top .companies ul li.gletscherfondue > span:after {
	border-top-color: #e9aa00;
}
#top .companies ul li.schaukaeserei > span:after {
	border-top-color: #f5800c;
}
@media only screen and (max-width: 1370px) {
	#top .companies .hide-name {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#top .companies {
		height: 28px;
	}
	#top .companies ul li {
		font-size: 10px;
		line-height: 20px;
	}
	#top .companies ul li a,
	#top .companies ul li > span {
		padding: 0 7px;
		transition: none;
		-webkit-transition: none;
	}
	#top .companies ul li > span:after {
		top: 20px;
	}
}
@media only screen and (max-width: 400px) {
	#top .companies ul li {
		font-size: 9px;
	}
}

/* ===========================================
 * Top Login
 * ======================================== */
#top .mod_login {
	background: none;
}
#top .mod_login form {
	border-radius: 0;
	border: 2px solid #bca289;
	background: #f1e8dd;
	color: #5c3e20;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
	-moz-box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
	box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
}
#top .mod_login form h3 {
	border-bottom: 0;
	padding: 32px 32px 0 32px;
}
#top .mod_login form .formbody {
	padding: 32px 32px 24px;
}
#top .mod_login .close-window-login i:before {
	font-size: 16px;
	background: none;
	color: #bca289;
}
#top .mod_login .close-window-login i:hover:before {
	cursor: pointer;
	color: #ab8b6b;
}
#top .mod_login form .autologin_container {
	margin: 5px 0 16px;
}
#top .mod_login p.registrieren {
	margin: 24px 0 0;
	padding-top: 16px;
	border-top: 1px solid #e9dcca;
}
#top .mod_login p.registrieren a {
	margin-right: 20px;
}

/* ===========================================
 * Navigation
 * ======================================== */
.mainmenu {
	margin-top: 7px;
}
.mainmenu ul li {
	margin-left: 27px;
	margin-right: 27px;
	line-height: 27px;
}
.mainmenu ul li a {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-weight: normal;
	font-size: 21px;
	color: #3d2003;
}
.mainmenu ul li a.active,
.mainmenu ul li a.trail {
	color: #3d2003 !important;
}
.mainmenu ul li a:after,
#top .top_metanavi li a:after,
#top .mod_login_top:after,
.newsteaser h4:after,
.mod_iso_checkout .steps li span.active:after {
	display: block;
	content: '';
	width: 99%;
	height: 2px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#top .top_metanavi li a:after,
.newsteaser h4:after {
	width: 100%;
}
#top .mod_login_top:after {
	width: 100%; /* bugfix hover */
}
.mainmenu ul li a:hover {
	opacity: 1;
}
.mainmenu ul li a.active:after,
.mainmenu ul li a.trail:after,
.mainmenu ul li a:hover:after,
#top .top_metanavi li a.active:after,
#top .top_metanavi li a.trail:after,
#top .top_metanavi li a:hover:after,
#top .mod_login_top.active:after,
#top .mod_login_top:hover:after,
.mod_iso_checkout .steps li span.active:after {
	background: #ffc11a;
}
#top .top_metanavi li.cart a.active:after,
#top .top_metanavi li.cart a.trail:after {
	background: #fff;
}
#top .top_metanavi li.cart a.active,
#top .top_metanavi li.cart a.trail {
	font-weight: bold;
}
@media only screen and (max-width: 1370px) {
	.mainmenu ul li {
		margin-left: 21px;
		margin-right: 21px;
	}
}
@media only screen and (max-width: 1300px) {
	.mainmenu ul li {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 1240px) {
	.mainmenu ul li a {
		font-size: 19px;
	}
}
@media only screen and (max-width: 1150px) {
	.mainmenu ul li a {
		font-size: 17px;
	}
}
@media only screen and (max-width: 1020px) {
	.mainmenu ul li {
		margin-left: 12px;
		margin-right: 12px;
	}
}
@media only screen and (max-width: 990px) {
	.mainmenu {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#top .top_metanavi li a:after,
	#top .mod_login_top:after {
		display: none;
	}
}

/* ===========================================
 * Navigation Mobile
 * ======================================== */
#nav-open-btn {
	margin-top: -11px;
	line-height: 0;
	height: auto;
}
#nav-open-btn:before {
	background: none;
	font-size: 24px;
	line-height: 24px;
	height: auto;
	width: 24px;
	text-align: right;
	color: #5c3e20;
}
.mm-navbar-top,
.mm-navbar-bottom {
	height: 80px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
	top: 80px;
	bottom: 80px;
}
.mm-menu {
	background: #3d2003;
}
.mm-menu,
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
	color: #cdb9a6;
}
.mm-menu,
.mm-menu .mm-listview {
	border-color: #3d2003;
}
.mm-panels > .mm-panel > .mm-listview {
	margin-left: 0;
	margin-right: 0;
}
.mm-listview {
	font-size: 27px;
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-weight: normal;
	text-align: center;
}
.mm-listview > li > a,
.mm-listview > li > span {
	padding: 10px 20px;
}
body .mm-menu a:hover,
body .mm-menu a.active,
body .mm-menu a.trail,
body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
body .mm-menu .mm-listview > li.mm-selected > span,
body .mm-menu .mm-listview > li.trail a {
	background: none;
	color: #ffc11a;
}
.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-listview > li.spacer {
	padding-bottom: 1.5rem;
}
.mm-listview > li.small-nav {
	font-size: 16px;
	display: inline-block;
}
.mm-listview > li.small-nav > a,
.mm-listview > li.small-nav > span {
	padding: 5px;
}
.mm-listview > li.hide-nav {
	display: none;
}
.mm-menu li.small-nav i.fa {
	margin-right: 6px;
	position: relative;
	top: -2px;
	font-size: 13px;
	width: auto;
}
.mm-menu .mod_changelanguage li {
	display: inline-block;
	font-size: 14px;
	padding: 15px 5px;
}
.mm-menu .mod_socials i.fa {
	margin-right: 0;
	width: auto;
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.mm-navbar-top,
	.mm-navbar-bottom {
		height: 40px;
	}
	.mm-hasnavbar-bottom-1 .mm-panels {
		top: 40px;
		bottom: 40px;
	}
	.mm-listview > li.spacer {
		padding-bottom: 0.9rem;
	}
	.mm-menu .mod_changelanguage li {
		padding: 10px 5px;
	}
}
@media only screen and (max-width: 330px) {
	.mm-navbar-top,
	.mm-navbar-bottom {
		height: 60px;
	}
	.mm-hasnavbar-bottom-1 .mm-panels {
		top: 60px;
		bottom: 60px;
	}
	.mm-listview {
		font-size: 23px;
	}
	.mm-listview > li > a,
	.mm-listview > li > span {
		padding: 8px 10px;
	}
	.mm-listview > li.spacer {
		padding-bottom: 1.2rem;
	}
	.mm-listview > li.small-nav {
		font-size: 15px;
	}
	.mm-listview > li.small-nav > a,
	.mm-listview > li.small-nav > span {
		padding: 3px 5px;
	}
	.mm-menu li.small-nav i.fa {
		font-size: 12px;
	}
}

/* ===========================================
 * Smartmenu
 * ======================================== */
.smartmenu .smartmenu-trigger {
	height: 92px;
	width: 28px;
}
.smartmenu .smartmenu-trigger:before {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #3d2003;
	content: 'Menu';
	position: relative;
	top: 29px;
	left: -55px;
}
.smartmenu .smartmenu-trigger .line {
	margin-top: 2px;
}
.smartmenu .smartmenu-trigger .line,
.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after {
	background: #5c3e20;
	width: 28px;
	height: 2px;
}
.smartmenu .smartmenu-trigger .line:before {
	margin-top: 5px;
}
.smartmenu .smartmenu-trigger .line:after {
	margin-top: -7px;
}
.smartmenu-content {
	background: rgba(61,32,3,0.98);
}
.smartmenu-content .mod_navigation ul.level_1 {
	padding-left: 15%;
	padding-right: 15%;
}
.smartmenu-content .mod_navigation li:not(.floatbox) {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-weight: normal;
	text-transform: none;
	font-size: 1.9rem;
	padding: 0.6rem;
}
.smartmenu-content .mod_navigation li.spacer {
	padding-bottom: 4rem;
}
.smartmenu-content .mod_navigation li.small-nav {
	font-size: 1.2rem;
	padding: 0.2rem 0.8rem;
	display: inline-block;
}
.smartmenu-content .mod_navigation li.hide-nav {
	display: none;
}
.smartmenu-content .mod_navigation i {
	margin-right: 8px;
	position: relative;
	top: -2px;
	font-size: 1rem;
}
.smartmenu-content .mod_navigation a {
	color: #cdb9a6;
	transition: none;
	-webkit-transition: none;
}
.smartmenu-content .smartmenu-close:before,
.smartmenu-content .smartmenu-close:after {
	background: #cdb9a6;
}
.smartmenu-content .mod_navigation a.active,
.smartmenu-content .mod_navigation a.trail {
	border-bottom: none;
	color: #ffc11a;
}
.smartmenu-content .mod_navigation a:hover {
	opacity: 1;
	color: #ffc11a;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.smartmenu {
		display: block;
	}
}

/* ===========================================
 * Stickyheader
 * ======================================== */
.stickyheader .header.cloned {
	box-shadow: none !important;
	line-height: 66px;
}
.stickyheader .logo {
	width: 156px;
}
.stickyheader .logo a {
	background-position: left center;
}
.stickyheader .mainmenu {
	margin-top: 4px;
}
.stickyheader .smartmenu .smartmenu-trigger .line {
	margin-top: 0;
}
.stickyheader .smartmenu .smartmenu-trigger:before {
	top: 16px;
}
@media only screen and (max-width: 767px) {
	.stickyheader {
		top: -100% !important;
		transition: All 0.6s ease;
		-webkit-transition: All 0.6s ease;
	}
	body.fixed-header .stickyheader {
		top: 0 !important;
	}
	.stickyheader .header.cloned {
		line-height: 50px;
	}
	.stickyheader .logo {
		width: 142px;
		height: 50px;
	}
}

/* ===========================================
 * Text
 * ======================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	color: #3d2003;
	font-weight: normal;
}
.font_headline {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-weight: normal;
}
.ce_text_extented.font_serif,
span.serif {
	font-family: 'Daft Brush W01 Regular', Georgia, Times, serif;
	font-weight: normal;
}
.font_serif_2,
.font-serif-2,
.main-title h1 {
	font-family: 'Kinfolk W01 Rough', Georgia, Times, serif;
	font-weight: normal;
}
.main-title h1 {
	font-size: 72px;
	line-height: 1.1;
}
.color-accent,
.color-accent p {
	color: #ffc11a;
}
.color-gray,
.color-gray p,
.team p,
.team ul {
	color: #bca289 !important;
}
.color-lightgray,
.color-lightgray p {
	color: #cdb9a6 !important;
}
.color-darkgray,
.color-darkgray p,
.color-darkgray li {
	color: #ab8b6b !important;
}
.color-success,
.color-success p,
.mod_subscribe p.confirm {
	color: #429d3f;
}
.mod_subscribe p.confirm,
.mod_subscribe p.error {
	font-weight: bold;
}
.color-alert,
.color-alert p,
form p.error,
p.error.message,
form span.mandatory,
.mod_registration .captcha_text,
.mod_subscribe .captcha_text,
.mod_subscribe p.error {
	color: #d02515;
}
.font-size-xxxxxl,
.font-size-xxxxxl p {
	font-size: 7.5rem;
}
.font-size-xxxxxl,
.font-size-xxxxxl p,
.font-size-xxxxl,
.font-size-xxxxl p,
.font-size-xxxl,
.font-size-xxxl p,
.font-size-xxl,
.font-size-xxl p,
.font-size-xl,
.font-size-xl p,
.font-size-l,
.font-size-l p,
.font-size-m,
.font-size-m p {
	line-height: 1.25;
}
.font-size-xxxxs,
.font-size-xxxxs p {
	font-size: 12px;
	line-height: 1.5;
}
p a,
.ce_text_extented a,
.ce_text li a,
.layout_simple a,
.mod_iso_productreader a,
.mod_iso_cart a.continue,
.mod_iso_checkout .review .info_container a.edit,
.mod_iso_checkout .orderconditions a {
	color: #ffc11a;
	text-decoration: underline;
}
p a:hover,
.ce_text_extented a:hover,
.ce_text li a:hover,
.layout_simple a:hover,
.mod_iso_productreader a:hover,
.mod_iso_cart a.continue:hover,
.mod_iso_checkout .review .info_container a.edit:hover,
.mod_iso_checkout .orderconditions a:hover {
	text-decoration: none;
}
.ce_text a[href^=tel],
.ce_text_extented a[href^=tel] {
	color: inherit !important;
	text-decoration: none;
}
.ce_text p:last-child {
	margin-bottom: 0;
}
.ce_text_extented li,
.newsreader .ce_text.list li,
.layout_full .ce_text li,
.layout_simple {
	padding: 5px 0;
	border-top: 1px dotted #e9dcca;
}
.ce_text_extented.list-padding li,
.newsreader .ce_text.list-padding li {
	padding: 8px 11% 12px;
}
.ce_text_extented li:last-child,
.newsreader .ce_text.list li:last-child,
.layout_full .ce_text li:last-child,
.layout_simple.last {
	border-bottom: 1px dotted #e9dcca;
}
.bg-lightgray .ce_text_extented li,
.bg-lightgray .ce_text_extented li:last-child,
.layout_full .ce_text li,
.layout_full .ce_text li:last-child,
.layout_simple,
.layout_simple.last {
	border-color: #decaaf;
}
.team h5,
h5.team {
	margin-bottom: 15px;
	padding-right: 10%;
}
.team strong {
	color: #5c3e20 !important;
	font-weight: normal;
}
.rechtliches h1,
.datenschutz h1 {
	font-size: 64px;
}
.datenschutz h2 {
	font-size: 1.867rem;
}
.datenschutz h3,
.datenschutz h4 {
	font-size: 1.5rem;
}
.rechtliches h4,
.datenschutz h2,
.datenschutz h3,
.datenschutz h4 {
	padding-top: 40px;
}
.datenschutz h2 + h3 {
	padding-top: 10px;
}
.rechtliches h6 {
	margin-bottom: 10px;
	margin-left: 15px;
}
.rechtliches ul + h6 {
	padding-top: 10px;
}
.rechtliches ul {
	margin-left: 15px;
}
.rechtliches li {
	padding-bottom: 5px;
}
.spezialitaeten p {
	line-height: 1.5;
}
.spezialitaeten strong {
	display: inline-block;
	width: 70px;
}
.new,
.new-product,
.sale-product {
	background: #d02515;
	color: #fff;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -3px;
	left: 3px;
}
.texticon:before,
.texticon2:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.texticon:before {
	margin-right: 3px;
	margin-left: 1px;
	font-size: 0.75em;
	position: relative;
	top: -3px;
}
.texticon2:before {
	margin-right: 5px;
	margin-left: 1px;
}
@media only screen and (min-width: 991px) and (max-width: 1240px) {
	.spezialitaeten.autogrid,
	.fonduemischung.autogrid,
	.alprestaurant.autogrid,
	.alpschaukaeserei.autogrid {
		padding-right: 0;
	}
	.spezialitaeten-last.autogrid,
	.fonduemischung-last.autogrid,
	.alprestaurant-last.autogrid,
	.alpschaukaeserei-last.autogrid {
		padding-left: 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1080px) {
	/*.spezialitaeten h4,*/
	.alpschaukaeserei h4 {
		font-size: 1.2rem;
	}
	/*.spezialitaeten p,*/
	.alpschaukaeserei li {
		font-size: 14px;
	}
	.spezialitaeten strong {
		width: 65px;
	}
	/*.spezialitaeten-last,*/
	.alpschaukaeserei-last {
		padding-top: 7px;
	}
	.fonduemischung-last,
	.gereift-last,
	.alprestaurant-last,
    .spezialitaeten-last {
		padding-top: 14px;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1100px) {
	.no-header .main-title h1.mt-xxs {
		margin-top: 13px !important;
	}
}
@media only screen and (max-width: 990px) {
	/*.spezialitaeten-last.align-right *,*/
	.alpschaukaeserei-last.align-right * {
		text-align: center !important;
	}
	/*.spezialitaeten-last .inside,*/
	.gereift-last {
		padding-top: 15px;
	}
	.alpschaukaeserei-last .inside {
		padding-top: 12px;
	}
	.fonduemischung-last,
	.alprestaurant-last,
    .spezialitaeten-last {
		padding-top: 0;
	}
	.spezialitaeten-last .ce_hyperlink:last-child a,
	.fonduemischung-last .ce_hyperlink:last-child a,
	.gereift-last .ce_hyperlink:last-child a,
	.alprestaurant-last .ce_hyperlink:last-child a,
	.alpschaukaeserei-last .ce_hyperlink:last-child a {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.rechtliches h1,
	.datenschutz h1 {
		margin-bottom: 10px !important;
	}
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.9rem;
	}
	h4, h5 {
		font-size: 1.4rem;
	}
	.main-title h1 {
		font-size: 48px;
	}
	.no-header .main-title h1.mt-xxs {
		margin-top: 17px !important;
	}
	.font-size-xxxxxl,
	.font-size-xxxxxl p {
		font-size: 4rem;
	}
	.font-size-xxl,
	.font-size-xxl p,
	.font-size-xl,
	.font-size-xl p,
	.font-size-l,
	.font-size-l p {
		font-size: 2.6rem;
	}
	.font-size-s,
	.font-size-s p {
		font-size: 1.3rem;
	}
	.font-size-xs,
	.font-size-xs p {
		font-size: 1.2rem;
	}
	.font-size-xxs,
	.font-size-xxs p {
		font-size: 1.1rem;
		line-height: 1.6;
	}
	.font-size-xxxs,
	.font-size-xxxs p {
		font-size: 0.9rem;
		line-height: 1.6;
	}
	.more a {
		font-size: 1em;
		padding: 0;
	}
	.spezialitaeten-last.align-right *,
	.fonduemischung-last.align-right *,
	.gereift-last.align-right *,
	.alprestaurant-last.align-right *,
	.alpschaukaeserei-last.align-right * {
		text-align: left !important;
	}
	.spezialitaeten-last.align-right a,
	.fonduemischung-last.align-right a,
	.gereift-last.align-right a,
	.alprestaurant-last.align-right a,
	.alpschaukaeserei-last.align-right a {
		text-align: center !important;
	}
	.spezialitaeten-last .ce_hyperlink-extended.align-inline,
	.fonduemischung-last .ce_hyperlink-extended.align-inline,
	.gereift-last .ce_hyperlink-extended.align-inline,
	.alprestaurant-last .ce_hyperlink-extended.align-inline,
	.alpschaukaeserei-last .ce_hyperlink-extended.align-inline {
		margin-left: 0;
	}
	.impressum {
		text-align: center;
	}
	.impressum p {
		margin-bottom: 10px;
	}
	.rechtliches h1,
	.datenschutz h1 {
		font-size: 42px;
	}
	.datenschutz h2 {
		font-size: 1.7rem;
	}
	.datenschutz h3,
	.datenschutz h4 {
		font-size: 1.4rem;
	}
	.rechtliches h4,
	.datenschutz h2,
	.datenschutz h3,
	.datenschutz h4 {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 420px) {
	.ce_text_extented.list-padding li,
	.newsreader .ce_text.list-padding li {
		padding: 8px 0 12px;
	}
}

/* ===========================================
 * Headline Extended
 * ======================================== */
.ce_headline_extended.divider:after {
	content: "";
	left: 0.4%;
	height: 2px;
	width: 99.2%;
	position: absolute;
	background-color: #e9dcca;
	top: 50%;
}
.ce_headline_extended.divider h6 {
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-size: 15px;
	color: #5c3e20;
	display: inline-block;
	position: relative;
	padding: 0 30px;
	z-index: 2;
	background: #faf2e4;
}
#footer .ce_headline_extended.divider:after {
	background-color: #572e05;
	left: 5.2%;
	width: 89.6%;
}
#footer .ce_headline_extended.divider h6 {
	background: #3d2003;
	color: #ab8b6b;
}
@media only screen and (max-width: 1240px) {
	#footer .ce_headline_extended.divider:after {
		left: 0.2%;
		width: 99.6%;
	}
}
@media only screen and (max-width: 767px) {
	.ce_headline_extended.divider h6 {
		padding: 0 20px;
	}
}

/* ===========================================
 * Hyperlinks
 * ======================================== */
.ce_hyperlink a,
.ce_revolutionslider_hyperlink,
.color-white .ce_hyperlink a,
.ce_bgimage.bg-second .ce_hyperlink a:not(.outline),
.ce_bgimage.bg-lightgray .ce_hyperlink a:not(.outline),
.ce_bgimage.bg-white .ce_hyperlink a:not(.outline),
.ce_image_text_box .ce_url a,
p.back a,
input.submit[type="submit"],
button.submit[type="submit"] {
	font-size: 14px;
	text-transform: uppercase;
	background: rgba(255,193,26,1);
	border-color: rgba(255,193,26,0) !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.ce_revolutionslider_hyperlink,
.img-as-bg .ce_hyperlink a {
	background: rgba(255,193,26,0.8);
}
.ce_hyperlink a.outline,
.color-white .ce_hyperlink a.outline {
	background: rgba(255,193,26,0);
	border-color: rgba(255,193,26,1) !important;
}
.ce_hyperlink a.outline {
	color: #3d2003;
}
.ce_bgimage.bg-second .ce_hyperlink a.outline {
	color: #cdb9a6;
}
.ce_bgimage.bg-second .ce_hyperlink a.outline:hover,
.ce_image_text_box .ce_url a,
p.back a {
	color: #fff;
}
.ce_hyperlink a.link-sec-color,
input.submit.checkout[type="submit"],
input.submit.next[type="submit"],
input.submit.confirm[type="submit"] {
	background: #3d2003;
}
.ce_hyperlink a:hover,
.ce_bgimage.bg-second .ce_hyperlink a:not(.outline):hover,
.ce_bgimage.bg-lightgray .ce_hyperlink a:not(.outline):hover,
.ce_bgimage.bg-white .ce_hyperlink a:not(.outline):hover,
.ce_image_text_box .ce_url a:hover,
p.back a:hover,
input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	background: rgba(255,193,26,0.8);
}
.ce_hyperlink a.outline:hover,
.ce_hyperlink a.link-sec-color:hover,
.ce_revolutionslider_hyperlink:hover,
.color-white .ce_hyperlink a:hover,
.img-as-bg .ce_hyperlink a:hover,
input.submit.checkout[type="submit"]:hover,
input.submit.next[type="submit"]:hover,
input.submit.confirm[type="submit"]:hover {
	background: rgba(255,193,26,1);
	color: #fff;
}
.ce_hyperlink a:hover {
	opacity: 1;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
	stroke: #cdb9a6;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon {
	fill: #ffc11a;
}
.ce_hyperlink.small a,
a.btn.small,
.ce_hyperlink-extended.small a,
.ce_image_text_box .ce_url a,
.newslist .ce_hyperlink a,
.ce_bgimage.bg-lightgray .ce_hyperlink.small a,
.ce_bgimage.bg-white .ce_hyperlink.small a {
	font-size: 12px;
	padding: 8px 16px;
	line-height: 1.5;
}
.ce_hyperlink .hyperlink_img {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-width: auto;
}
.ce_hyperlink .hyperlink_img:hover {
	background: none;
}
.ce_hyperlink-extended.align-inline {
	margin-left: 5px;
	margin-right: 5px;
}
.ce_hyperlink-extended.align-inline.no-border {
	margin-left: 0;
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.ce_hyperlink a,
	.ce_hyperlink-extended.align-inline {
		display: inline-block;
	}
}

/* ===========================================
 * Slider
 * ======================================== */
.ce_revolutionslider,
.ce_headerimage {
	background: #3d2003;
}
.ce_revolutionslider .tp-bannertimer,
.ce_revolutionslider .tp-loader {
	display: none;
}
.ce_revolutionslider_text {
	font-family: 'Daft Brush W01 Regular', Georgia, Times, serif;
	font-size: 32px;
	font-weight: normal;
	max-width: 550px;
	white-space: normal;
	text-align: center;
	line-height: 1.25;
	padding-left: 20px;
	padding-right: 20px;
	overflow: visible;
}
.ce_revolutionslider_text.bold,
.ce_headerimage h1,
.newsreader h1,
.layout_full > h1,
.mod_iso_productreader h1 {
	font-family: 'Kinfolk W01 Rough', Georgia, Times, serif;
	font-size: 100px;
	font-weight: normal;
	max-width: 900px;
	line-height: 1.1;
}
.ce_revolutionslider_hyperlink {
	border-width: 2px !important;
}
@media only screen and (max-width: 990px) {
	.ce_revolutionslider_text.bold,
	.ce_headerimage h1 {
		font-size: 86px;
	}
}
@media only screen and (max-width: 767px) {
	.ce_revolutionslider_text.bold {
		font-size: 100px;
	}
	.ce_revolutionslider_hyperlink {
		font-size: 18px;
		line-height: 60px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 500px) {
	.ce_revolutionslider_text.bold {
		font-size: 110px;
		margin-top: -30px;
	}
	.ce_revolutionslider_text {
		font-size: 40px;
		max-width: 670px;
	}
	.ce_revolutionslider_hyperlink {
		font-size: 21px;
		line-height: 65px;
		margin-top: 35px;
	}
}
@media only screen and (max-width: 420px) {
	.ce_revolutionslider_text.bold {
		font-size: 145px;
		margin-top: -260px;
		max-width: 700px;
	}
	.ce_revolutionslider_text {
		font-size: 46px;
		max-width: 750px;
	}
	.ce_revolutionslider_hyperlink {
		font-size: 30px;
		line-height: 100px;
		margin-top: 125px;
		padding: 0 40px;
	}
}
@media only screen and (max-width: 380px) {
	.ce_revolutionslider_text.bold {
		font-size: 150px;
		margin-top: -300px;
	}
	.ce_revolutionslider_text {
		font-size: 50px;
		max-width: 830px;
	}
	.ce_revolutionslider_hyperlink {
		font-size: 34px;
		line-height: 108px;
		margin-top: 160px;
		padding: 0 50px;
	}
}
@media only screen and (max-width: 330px) {
	.ce_revolutionslider_text.bold {
		font-size: 160px;
		margin-top: -320px;
	}
	.ce_revolutionslider_text {
		font-size: 52px;
		max-width: 840px;
	}
	.ce_revolutionslider_hyperlink {
		font-size: 36px;
		line-height: 118px;
		margin-top: 170px;
		padding: 0 55px;
	}
}

/* ===========================================
 * Background Image
 * ======================================== */
.bg-white {
	background-color: #fff;
}
.ce_bgimage.bg-nocolor {
	background: none;
}
.ce_bgimage.bg-accent {
	background-color: #ffc11a;
}
.ce_bgimage.bg-second,
.ce_bgimage .has-img-as-bg {
	background-color: #3d2003;
}
.ce_bgimage.bg-lightgray {
	background-color: #f1e8dd !important;
}
.ce_bgimage_overlay,
.ce_headerimage_overlay,
.newsslider .newsteaser_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
}
.ce_bgimage.dark .ce_bgimage_overlay {
	background: rgba(0,0,0,0.3);
}
.ce_bgimage_overlay:after {
	content: '';
	position: absolute;
	left: 24px;
	top: 24px;
	right: 24px;
	bottom: 24px;
	border: 2px solid #fff;
}
.ce_bgimage.no-border .ce_bgimage_overlay:after {
	display: none;
}
.ce_bgimage .ce_text_extented {
	overflow: visible;
}
.ce_bgimage.img-rightside-50 .ce_bgimage-inside {
	padding: 60px;
}
.ce_bgimage.bg_right_center .ce_bgimage-image {
    background-position: right center;
}
.ce_bgimage.mirror .ce_bgimage-image {
	transform: scaleX(-1);	
}
.ce_bgimage .mobile_image {
	margin: 0 -50px 50px;
	overflow: hidden;
	max-height: 432px;
}
.ce_bgimage .mobile_image img {
	width: 100%;
}
.ce_bgimage.max_width_m .contentwrap {
	max-width: 800px;
}
.ce_bgimage.max_width_s .contentwrap {
	max-width: 650px;
}
.ce_bgimage.direktzahlung {
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1240px) {
	.ce_bgimage.large-content .ce_bgimage-image {
		display: none;
	}
	.ce_bgimage.large-content .mobile_image {
		display: block !important;
	}
	.ce_bgimage.large-content .ce_bgimage-outer {
		margin-left: 0;
		margin-right: 0;
	}
	.ce_bgimage.large-content .ce_bgimage-inside {
		padding: 0 50px 50px !important;
	}
	.ce_bgimage.large-content .ce_text_extented.align-center {
		padding-left: 6%;
		padding-right: 6%;
	}
	.ce_bgimage.direktzahlung.img-leftside-50 .ce_bgimage-inside {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media only screen and (max-width: 990px) {
	.ce_bgimage.img-rightside-50 .ce_bgimage-inside,
	.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
		padding: 32px;
	}
	.ce_bgimage:not(.large-content) .ce_bgimage-inside:not(.pt-xxs) {
		padding-top: 48px !important;
	}
	.ce_bgimage:not(.large-content) .ce_bgimage-inside:not(.pb-xxs) {
		padding-bottom: 48px !important;
	}
	.ce_bgimage .ce_bgimage_overlay + .ce_bgimage-outer .ce_bgimage-inside {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	.ce_bgimage.large-content .ce_text_extented.align-center {
		padding-left: 3%;
		padding-right: 3%;
	}
}
@media only screen and (max-width: 767px) {
	.ce_bgimage_overlay:after {
		left: 12px;
		top: 12px;
		right: 12px;
		bottom: 12px;
	}
	.ce_bgimage:not(.large-content) .ce_bgimage-inside:not(.pt-xxs),
	.ce_bgimage:not(.large-content) .ce_bgimage-inside {
		padding-top: 32px !important;
	}
	.ce_bgimage:not(.large-content) .ce_bgimage-inside:not(.pb-xxs),
	.ce_bgimage:not(.large-content) .ce_bgimage-inside {
		padding-bottom: 32px !important;
	}
	.ce_bgimage.pb-0-s .ce_bgimage-inside {
		padding-bottom: 0 !important;
	}
	#main .ce_bgimage .ce_bgimage_overlay + .ce_bgimage-outer .ce_bgimage-inside {
		padding: 32px !important;
	}
	#main .ce_bgimage.img-rightside-50 .ce_bgimage-inside,
	#main .ce_bgimage.img-leftside-50 .ce_bgimage-inside {
		padding-top: 0 !important;
	}
	.ce_bgimage.large-content .ce_bgimage-inside {
		padding: 0 20px 32px !important;
	}
	.ce_bgimage.large-content .ce_text_extented.align-center {
		padding-left: 0;
		padding-right: 0;
	}
	.ce_bgimage .mobile_image {
		margin: 0 -20px 32px !important;
	}
	.ce_bgimage-inside h2.mb-xxs,
	.ce_bgimage-inside h3.mb-xxs {
		margin-bottom: 15px !important;
	}
}

/* ===========================================
 * Linkbox
 * ======================================== */
.ce_linkbox.version5 h5,
.newsslider h5 {
	font-weight: bold;
	text-transform: uppercase;
}
.ce_linkbox.version5 .ce_linkbox_overlay,
.newsslider .newsteaser_overlay {
	background: rgba(0,0,0,0.3);
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.ce_linkbox.version5:hover .ce_linkbox_overlay,
.newsslider a:hover .newsteaser_overlay {
	background: rgba(0,0,0,0.2);
	opacity: 1;
}
.ce_linkbox.version5 .ce_linkbox_overlay:after,
.newsslider .newsteaser_overlay:after {
	content: '';
	position: absolute;
	left: 12px;
	top: 12px;
	right: 12px;
	bottom: 12px;
	border: 2px solid #fff;
}
.ce_linkbox.version5 .content {
	line-height: 1.5;
	padding-left: 28%;
	padding-right: 28%;
}
.ce_linkbox.version5:hover .content .headline,
.newsslider a:hover h5 {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	opacity: 1;
}
.ce_linkbox.version5:hover .content p {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	opacity: 1;
}
.ce_linkbox.version5:hover .image_container img {
    transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
	.win .ce_linkbox.version5 h5 {
		font-size: 14px;
	}
	.win .ce_linkbox.version5 .content {
		padding-left: 20%;
		padding-right: 20%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.ce_linkbox.version5 h5 {
		font-size: 14px;
	}
	.ce_linkbox.version5 .content {
		padding-left: 23%;
		padding-right: 23%;
	}
}
@media only screen and (max-width: 767px) {
	.newsslider .newsteaser_overlay {
		margin-bottom: 0;
	}
}

/* ===========================================
 * Image
 * ======================================== */
.ce_image_extended.family-destination {
	float: right;
}
.ce_image_extended.family-destination .image_container img {
	width: 100px;
	height: auto;
	margin-top: 7px;
	margin-left: 32px;
}
@media only screen and (max-width: 767px) {
	.ce_image_extended.family-destination .image_container img {
		width: 80px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 340px) {
	.ce_image_extended.family-destination .image_container img {
		width: 60px;
	}
}

/* ===========================================
 * Image/Textbox
 * ======================================== */
.ce_image_text_box.version4 h4 {
	margin-bottom: 15px;
	padding: 0 20px;
}
.ce_image_text_box .ce_image_text_box_content {
	margin-top: 24px;
}
.ce_image_text_box.version4 .ce_image_text_box_inside {
	font-size: 0.9333rem;
	line-height: 1.5;
}
.ce_image_text_box .ce_url a {
	border-width: 2px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ce_image_text_box .ce_url a:hover {
	opacity: 1;
}
@media only screen and (max-width: 990px) {
	.ce_image_text_box .ce_image_text_box_content {
		margin-top: 18px;
	}
	.ce_image_text_box.version4 h4 {
		padding: 0 5px;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.ce_image_text_box.version4 .ce_url.block {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1060px) {
	.ce_image_text_box.standorte.gletscherkaeserei h4 {
		padding: 0 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.ce_image_text_box.standorte .ce_image_text_box_inside {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.ce_image_text_box .ce_image_text_box_content {
		margin-top: 20px;
	}
	.ce_image_text_box.version4 h4 {
		font-size: 1.9rem;
	}
	.ce_image_text_box.version4 .ce_image_text_box_inside {
		font-size: 1rem;
		line-height: 1.6;
	}
}

/* ===========================================
 * Headerimage
 * ======================================== */
.ce_headerimage {
		background-size: cover;
	}
.ce_headerimage.valign_middle .ce_headerimage_inside {
	top: 56%;
}
.ce_headerimage.long-text.valign_middle .ce_headerimage_inside {
	top: 60%;
}
.ce_headerimage.long-text h1 {
	max-width: 800px;
}
@media only screen and (max-width: 767px) {
	.ce_headerimage.height_xlarge {
		height: 400px;
	}
	.ce_headerimage h1 {
		font-size: 64px;
	}
	.ce_headerimage.long-text h1 {
		font-size: 58px;
	}
	.ce_headerimage.valign_middle .ce_headerimage_inside,
	.ce_headerimage.long-text.valign_middle .ce_headerimage_inside {
		top: 64%;
	}
}
@media only screen and (max-width: 410px) {
	.ce_headerimage h1 {
		font-size: 58px;
	}
	.ce_headerimage.long-text h1 {
		font-size: 52px;
	}
}
@media only screen and (max-width: 370px) {
	.ce_headerimage.height_xlarge {
		height: 380px;
	}
	.ce_headerimage h1 {
		font-size: 48px;
	}
	.ce_headerimage.long-text h1 {
		font-size: 44px;
	}
}

/* ===========================================
 * Newsliste
 * ======================================== */
.newsteaser .image_container img,
.newslist .image_container img,
.newsreader .image_container img,
.ce_gallery .image_container img,
.ce_image_text_box .image_container img,
.layout_full .image_container img,
.layout_latest .image_container img,
.product_list .image_container img,
.mod_iso_productreader .image_container img,
.mod_iso_cart .image_container img,
.mod_iso_checkout .image_container img,
.mod_iso_orderdetails .image_container img {
	border: 6px solid #fff;
	background: #3d2003;
}
.layout_latest .image_container img {
	border: 0;
}
.newsteaser .content {
	border: none;
	background: none;
	text-align: center;
	padding: 12px 0 24px;
}
.newsteaser .teaser p,
.layout_latest p.info,
.product_list .info,
.product_list .teaser {
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 6px;
}
.newsteaser p,
.newsteaser a,
.newsreader .teaser p,
.layout_full .info,
.layout_latest .info,
.product_list .info,
.mod_iso_productreader .teaser,
.mod_iso_productreader .sku {
	color: #bca289;
}
.layout_latest a,
.product_list a {
	color: #5c3e20;
}
.newsteaser h4 {
	display: inline-block;
}
.newsteaser h4:after {
	background: rgba(255,193,26,0);
}
.newsteaser a {
	display: block;
	position: relative;
}
.newsteaser a:hover h4:after {
	background: #ffc11a;
}
.newslist {
	text-align: center;
	margin-bottom: 90px;
}
.newslist.last {
	margin-bottom: 0;
}
.newslist .image_container {
	margin-bottom: 40px;
}
.newslist h2 {
	color: #3d2003;
	font-size: 2.333rem;
}
.newslist .teaser {
	border-top: none;
	padding: 0;
	margin: 0 auto;
	max-width: 650px;
}
.newslist .ce_hyperlink a {
	min-width: auto;
	margin-top: 5px;
}
.layout_latest .content {
	text-align: center;
	background: #fff;
	padding: 14px 30px 8px;
	margin-bottom: 80px;
	min-height: 177px;
	max-height: 177px;
	overflow: hidden;
}
.layout_latest p.info {
	margin-bottom: 2px;
}
.layout_latest h4 {
	margin-bottom: 6px;
	padding-top: 4px;
	color: #ffc11a;
	line-height: 1.2;
	font-size: 1.4rem;
}
.layout_latest .teaser {
	font-size: 13px;
	line-height: 1.5;
}
.layout_latest a:hover .teaser {
	text-decoration: underline;
}
.layout_simple {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.layout_simple a,
.layout_simple time {
	display: inline-block;
}
.layout_simple time {
	width: 38%;
	text-align: right;
	color: #ab8b6b;
	padding-right: 30px;
}
#footer .mod_newslist {
	padding-left: 5%;
	padding-right: 5%;
}
#footer .mod_newslist .autogrid_wrapper {
	margin-left: -2%;
	margin-right: -2%;
}
#footer .layout_latest.one_third {
	width: 25%;
	padding-left: 2%;
	padding-right: 2%;
}
#footer .layout_latest .content {
	background: none;
	border: 2px solid #572e05;
	border-top: 0;
	padding: 6px 15px 0px;
	min-height: 150px;
	max-height: 150px;
	margin-bottom: 30px;
}
#footer .layout_latest .image_container {
	border: 2px solid #572e05;
	padding: 4px;
	border-bottom: 0;
}
#footer .layout_latest .image_container img {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#footer .layout_latest a:hover .image_container img {
	opacity: 1;
}
#footer .layout_latest h4 {
	font-size: 1.1rem;
	margin: 0 0 5px;
	padding-top: 0;
}
#footer .layout_latest .teaser {
	font-size: 13px;
}
#footer .layout_latest .info {
	margin-bottom: 5px;
	font-size: 12px;
}
#footer .layout_latest a,
#footer .layout_latest a:hover .teaser {
	color: #ab8b6b;
	text-decoration: none;
}
@media only screen and (max-width: 1240px) {
	.newsteaser .content {
		min-height: 150px;
		padding-bottom: 0;
	}
	.newsteaser h4 {
		padding: 0 5px;
	}
	.layout_latest h4 {
		font-size: 1.2rem;
	}
	.layout_latest .teaser {
		font-size: 12px;
	}
	.layout_latest .content {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 70px;
		min-height: 166px;
		max-height: 166px;
	}
	#footer .mod_newslist {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 1100px) {
	#footer .layout_latest .content {
		padding-left: 10px;
		padding-right: 10px;
		min-height: 142px;
		max-height: 142px;
	}
	#footer .layout_latest h4 {
		font-size: 1rem;
		margin-bottom: 4px;
	}
	#footer .layout_latest .teaser {
		font-size: 12px;
	}
}
@media only screen and (max-width: 990px) {
	.newsteaser .content {
		min-height: 140px;
	}
	.newsteaser h4 {
		font-size: 1.4rem;
	}
	.newsteaser .teaser p {
		font-size: 11px;
		margin-bottom: 4px;
	}
	.layout_latest p.info {
		font-size: 12px;
		margin-bottom: 0;
	}
	.layout_latest .content {
		padding-top: 10px;
		min-height: 172px;
		max-height: 172px;
		margin-bottom: 40px;
	}
	#footer .layout_latest.one_third {
		width: 46%;
		border: 2px solid #572e05;
		padding: 8px;
		margin: 0 2% 25px;
	}
	#footer .layout_latest .image_container {
		padding: 0;
		border: 0;
		width: 150px;
		height: 100px;
		margin-right: 15px;
		float: left;
		overflow: hidden;
	}
	#footer .layout_latest .image_container img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	#footer .layout_latest .content {
		padding: 0 7px 0 0;
		min-height: auto;
		max-height: 100px;
		border: 0;
		text-align: left;
		margin-bottom: 0;
	}
	#footer .layout_latest h4 {
		font-size: 0.9rem;
		margin-bottom: 2px;
	}
	#footer .layout_latest .info,
	#footer .layout_latest .teaser {
		font-size: 11px;
		margin-bottom: 2px;
	}
	#footer .layout_latest .teaser {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 830px) {
	#footer .layout_latest .image_container {
		width: 100px;
	}
	#footer .layout_latest .image_container img {
		margin-left: -25px;
	}
}
@media only screen and (max-width: 767px) {
	.newsteaser.one_third,
	.layout_latest.one_third {
		width: 50% !important;
		margin-bottom: 0 !important;
	}
	.newsteaser .content {
		min-height: 115px;
	}
	.newslist {
		margin-bottom: 65px;
	}
	.newslist h2 {
		font-size: 2rem;
	}
	.newslist .image_container {
		margin-bottom: 25px;
	}
	.layout_latest .content {
		min-height: 155px;
		max-height: 155px;
	}
	.layout_simple {
		text-align: center;
		padding: 10px;
	}
	.layout_simple a,
	.layout_simple time {
		display: block;
	}
	.layout_simple time {
		width: auto;
		text-align: inherit;
		padding-right: 0;
		font-size: 14px;
	}
	#footer .mod_newslist .autogrid_wrapper {
		padding-bottom: 5px;
	}
	#footer .layout_latest.one_third {
		width: 46% !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 650px) {
	#footer .mod_newslist .autogrid_wrapper {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#footer .layout_latest.one_third {
		width: 96% !important;
		margin-bottom: 10px !important;
		border: none;
		border-bottom: 2px solid #572e05;
		padding: 0 0 10px;
	}
	#footer .layout_latest.one_third.first {
		border-top: 2px solid #572e05;
		padding-top: 8px;
	}
	#footer .layout_latest h4 {
		font-size: 0.95rem;
	}
	#footer .layout_latest .image_container {
		height: 104px;
	}
	#footer .layout_latest .content {
		max-height: 104px;
	}
}
@media only screen and (max-width: 520px) {
	.layout_latest.one_third {
		width: 100% !important;
	}
	.layout_latest .content {
		min-height: auto;
		max-height: none;
		padding: 15px 20px;
	}
	.layout_latest.last .content {
		margin-bottom: 0;
	}
	.layout_latest h4 {
		font-size: 1.7rem;
	}
	.layout_latest .teaser {
		font-size: 15px;
	}
	.layout_latest p.info {
		font-size: 14px;
		margin-bottom: 2px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 460px) {
	.newsteaser .content {
		padding-top: 9px;
	}
	.newsteaser h4 {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 340px) {
	.newsteaser.one_third {
		width: 100% !important;
		margin-bottom: 25px !important;
	}
	.newsteaser .content {
		min-height: auto;
	}
	#footer .layout_latest h4 {
		font-size: 0.9rem;
	}
	#footer .layout_latest .image_container {
		width: 80px;
		margin-right: 10px;
		height: 100px;
	}
	#footer .layout_latest .image_container img {
		margin-left: -35px;
	}
	#footer .layout_latest .content {
		max-height: 100px;
	}
}

/* ===========================================
 * Newsslider
 * ======================================== */
.ce_bgimage .mod_newslist {
	margin-left: -1%;
	margin-right: -1%;
}
.newsslider li {
	padding-left: 1%;
	padding-right: 1%;
}
.newsslider a {
	display: block;
	position: relative;
}
.newsslider .content {
	padding: 0 15%;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newsslider h5 {
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
@media only screen and (min-width: 991px) {
	.productslider .newsslider h5 {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1241px) {
	.productslider .ce_autogridWrapperStart:nth-child(n+3) .inside {
		padding-top: 70px;
		margin-top: 70px;
		border-top: 2px solid #e9dcca;
	}
}
@media only screen and (max-width: 1240px) {
	.productslider .ce_autogridWrapperStart + .ce_autogridWrapperStart .inside {
		padding-top: 70px;
		margin-top: 70px;
		border-top: 2px solid #e9dcca;
	}
}
@media only screen and (max-width: 990px) {
	.productslider .ce_autogridWrapperStart + .ce_autogridWrapperStart .inside {
		padding-top: 50px;
		margin-top: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px),
only screen and (min-width: 501px) and (max-width: 600px),
only screen and (max-width: 330px) {
	.newsslider .content {
		padding: 0 10%;
	}
	.newsslider h5 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.productslider .ce_autogridWrapperStart + .ce_autogridWrapperStart .inside {
		padding-top: 40px;
		margin-top: 40px;
	}
}

/* ===========================================
 * Newsslider Text
 * ======================================== */
.newsslider-text .content {
	background: #fff;
	position: relative;
	padding-bottom: 50%;
}
.newsslider-text .content-text {
	position: absolute;
	left: 50%;
	top: 0;
	text-align: left;
	padding: 8% 6% 6%;
}
.newsslider-text h3 {
	color: #ffc11a;
}
.newsslider-text .teaser,
.newsslider-text .more {
	font-size: 15px;
	line-height: 1.5;
}
.newsslider-text .image_container {
	width: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.newsslider-text .image_container img {
	width: auto;
	height: 100%;
	max-width: none;
}
@media only screen and (min-width: 1901px) and (max-width: 2100px) {
	.newsslider-text .content {
		padding-bottom: 65%;
	}
}
@media only screen and (min-width: 1701px) and (max-width: 1900px) {
	.newsslider-text .content {
		padding-bottom: 40%;
	}
}
@media only screen and (max-width: 1370px) {
	.newsslider-text .content {
		padding-bottom: 60%;
	}
	.newsslider-text .content-text {
		padding: 48px 32px;
	}
	.newsslider-text h3 {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 1240px) {
	.newsslider-text .content-text {
		padding: 32px;
	}
}
@media only screen and (max-width: 1100px) {
	.newsslider-text h3 {
		margin-bottom: 10px;
	}
	.newsslider-text .teaser,
	.newsslider-text .more {
		font-size: 13px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px),
only screen and (max-width: 460px) {
	.newsslider-text .content-text {
		padding: 21px 16px;
	}
	.newsslider-text h3 {
		font-size: 1.3rem;
	}
	.newsslider-text .teaser,
	.newsslider-text .more {
		font-size: 12px;
	}
	.newsslider-text p {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 850px),
only screen and (max-width: 390px) {
	.newsslider-text h3 {
		font-size: 1.2rem;
	}
	.newsslider-text .teaser,
	.newsslider-text .more {
		font-size: 11px;
	}
}
@media only screen and (max-width: 360px) {
	.newsslider-text h3 {
		font-size: 1rem;
		margin-bottom: 5px;
	}
	.newsslider-text .teaser,
	.newsslider-text .more,
	.newsslider-text p {
		font-size: 10px;
		margin-bottom: 5px;
	}
}

/* ===========================================
 * Newsreader
 * ======================================== */
.newsreader {
	text-align: center;
	padding-top: 185px;
	padding-bottom: 90px;
}
.layout_full {
	text-align: center;
}
.newsreader h1,
.newsreader .teaser,
.newsreader .image_container.float_above,
.newsreader .ce_text,
.newsreader .ce_bgimage,
.layout_full h2 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.newsreader .ce_text.bg-white,
.newsreader .ce_bgimage {
	max-width: 1144px;
}
.newsreader h1,
.layout_full > h1,
.newsreader .teaser,
.newsreader .image_container.float_above {
	padding-left: 48px;
	padding-right: 48px;
}
.newsreader h1,
.layout_full > h1,
.mod_iso_productreader h1 {
	font-size: 64px;
	margin-bottom: 15px;
	max-width: 800px;
}
.layout_full > h1,
.mod_iso_productreader h1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.newsreader .ce_text.bg-white h2,
.newsreader .ce_text.bg-white h3,
.newsreader .ce_text.bg-white h4,
.newsreader .ce_bgimage.bg-white h4 {
	color: #ffc11a;
	padding-left: 10%;
	padding-right: 10%;
}
.newsreader .teaser p,
.layout_full .info,
.mod_iso_productreader .teaser,
.mod_iso_productreader .sku {
	font-size: 15px;
}
.newsreader .image_container.float_above,
.layout_full .image_container.float_above {
	margin-top: 40px;
	margin-bottom: 80px;
}
.newsreader .image_container.float_above img,
.newslist .image_container img,
.layout_full .image_container.float_above img,
.mod_iso_productreader .image_container img {
	border-width: 10px;
	min-height: 652px;
}
.newsreader .ce_text,
.layout_full .ce_gallery {
	margin-bottom: 30px;
}
.newsreader .ce_text:not(.bg-white) {
	max-width: 800px;
}
.layout_full h2 {
	max-width: 700px;
}
.newsreader .ce_text.bg-white {
	padding: 50px 222px;
}
.newsreader .ce_text.bg-white.info-text {
	padding: 50px 130px 55px;
}
.newsreader .ce_text:not(.bg-white) + .ce_text.bg-white,
.newsreader .ce_bgimage {
	margin-top: 55px;
}
.newsreader .ce_hyperlink-extended {
	margin-top: 30px;
}
.newsreader .ce_text.bg-white + .ce_hyperlink-extended {
	margin-top: 60px;
}
.newsreader .ce_text.bg-white + .ce_text:not(.bg-white),
.newsreader .ce_bgimage + .ce_text:not(.bg-white),
.newsreader .ce_gallery {
	margin-top: 70px;
}
.newsreader .ce_bgimage + .ce_hyperlink-extended {
	margin-top: 90px;
}
.newsreader .ce_gallery {
	margin-bottom: 55px;
}
.layout_full .ce_text {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.layout_full .ce_text + .ce_gallery {
	padding-top: 10px;
}
.layout_full .block h1,
.layout_full .block h2,
.layout_full .block h3,
.layout_full .block h4,
.layout_full .block h5,
.layout_full .block h6 {
	font-size: 1.5rem !important;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.layout_full h2 + .block h1,
.layout_full h2 + .block h2,
.layout_full h2 + .block h3,
.layout_full h2 + .block h4,
.layout_full h2 + .block h5,
.layout_full h2 + .block h6 {
	margin-top: 25px;
}
.newsreader .ce_text.list {
	padding-left: 80px;
	padding-right: 80px;
}
.newsreader .ce_text.list ul,
.layout_full .ce_text ul,
.layout_full .ce_text ol {
	margin: 0;
	padding: 0;
}
.newsreader .ce_text.list li,
.layout_full .ce_text li {
	list-style: none;
}
.layout_full .ce_text li {
	font-size: 0.933rem;
	padding: 5px 5%;
}
.layout_full .ce_text ul + p,
.layout_full .ce_text ol + p {
	padding-top: 15px;
}
.mod_newsreader p.back {
	display: none;
	text-align: center;
}
.mod_newsreader .layout_full + p.back {
	display: block;
}
p.back a {
	min-width: 190px;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	border: 2px solid;
}
@media only screen and (max-width: 1240px) {
	.newsreader .image_container.float_above {
		padding-left: 80px;
		padding-right: 80px;
	}
	.newsreader .ce_text.bg-white,
	.newsreader .ce_bgimage {
		margin-left: 80px;
		margin-right: 80px;
	}
	.newsreader .image_container.float_above img,
	.newslist .image_container img,
	.layout_full .image_container.float_above img {
		min-height: auto;
	}
	.newsreader .ce_text.bg-white:not(.list),
	.newsreader .ce_text.bg-white.info-text {
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media only screen and (max-width: 990px) {
	.newsreader {
		padding-top: 175px;
		padding-bottom: 80px;
	}
	.layout_full > h1 {
		margin-top: 27px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.newsreader .image_container.float_above,
	.layout_full .image_container.float_above {
		margin-top: 25px;
		margin-bottom: 65px;
	}
	.newsreader .image_container.float_above,
	.newsreader .ce_text:not(.bg-white),
	.layout_full h2 {
		padding-left: 32px;
		padding-right: 32px;
	}
	.newsreader .ce_text.bg-white,
	.newsreader .ce_bgimage {
		margin-left: 32px;
		margin-right: 32px;
	}
	.newsreader .ce_text.bg-white,
	.newsreader .ce_text.bg-white:not(.list),
	.newsreader .ce_text.bg-white.info-text {
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media only screen and (max-width: 767px) {
	.newsreader {
		padding-top: 130px;
		padding-bottom: 40px;
	}
	.newsreader h1,
	.newsreader .teaser,
	.newsreader .image_container.float_above,
	.newsreader .ce_text:not(.bg-white),
	.newsreader .ce_text.bg-white,
	.newsreader .ce_text.bg-white:not(.list),
	.newsreader .ce_text.bg-white.info-text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.newsreader .ce_text.bg-white.info-text {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.newsreader h1,
	.layout_full > h1,
	.mod_iso_productreader h1 {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.layout_full > h1 {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.layout_full h2 {
		padding-left: 0;
		padding-right: 0;
	}
	.newsreader .font-size-xxs h2 {
		margin-bottom: 20px;
	}
	.layout_full .image_container.float_above + h2 {
		font-size: 1.9rem;
		margin-bottom: 25px;
	}
	.layout_full .block h1,
	.layout_full .block h2,
	.layout_full .block h3,
	.layout_full .block h4,
	.layout_full .block h5,
	.layout_full .block h6 {
		font-size: 1.4rem !important;
	}
	.layout_full h2 + .block h1,
	.layout_full h2 + .block h2,
	.layout_full h2 + .block h3,
	.layout_full h2 + .block h4,
	.layout_full h2 + .block h5,
	.layout_full h2 + .block h6 {
		margin-top: 10px;
	}
	.layout_full .ce_text {
		margin-bottom: 40px;
	}
	.layout_full .ce_text + .ce_gallery {
		padding-top: 0;
	}
	.layout_full .ce_text li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.newsreader .image_container.float_above img,
	.newslist .image_container img,
	.layout_full .image_container.float_above img,
	.mod_iso_productreader .image_container img {
		border-width: 6px;
	}
	.newsreader .image_container.float_above,
	.layout_full .image_container.float_above {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.newsreader .ce_text.bg-white,
	.newsreader .ce_bgimage {
		margin-left: 20px;
		margin-right: 20px;
	}
	.newsreader .ce_text.bg-white {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.newsreader .ce_text.bg-white h2,
	.newsreader .ce_text.bg-white h3,
	.newsreader .ce_text.bg-white h4,
	.newsreader .ce_bgimage.bg-white h4 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.newsreader .ce_text.bg-white + .ce_text:not(.bg-white),
	.newsreader .ce_bgimage + .ce_text:not(.bg-white),
	.newsreader .ce_gallery,
	.newsreader .ce_text:not(.bg-white) + .ce_text.bg-white,
	.newsreader .ce_bgimage {
		margin-top: 40px;
	}
	.newsreader .ce_bgimage + .ce_hyperlink-extended {
		margin-top: 50px;
	}
	.newsreader .ce_text:not(.bg-white) + .ce_hyperlink-extended {
		margin-top: 10px;
	}
	.newsreader .ce_hyperlink-extended + .ce_hyperlink-extended {
		margin-top: 0;
	}
	.newsreader .ce_text.bg-white + .ce_hyperlink-extended {
		margin-top: 20px;
	}
	.newsreader .ce_gallery {
		margin-bottom: 40px;
	}
	p.back a {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 340px) {
	.layout_full .ce_text li {
		padding-left: 0;
		padding-right: 0;
	}
	.newsreader h1,
	.layout_full > h1,
	.mod_iso_productreader h1 {
		font-size: 38px;
	}
}

/* ===========================================
 * Produktliste
 * ======================================== */
.mod_iso_productlist,
.mod_iso_productlist .autogrid_wrapper,
.mod_iso_productlist .product {
	overflow: visible;
}
.product_list .image_container img {
	border-width: 3px;
    border-bottom: 0px;
}
.product_list .content {
	min-height: 202px;
	max-height: 202px;
	padding: 16px 24px 19px;
	text-align: center;
	background: #fff;
	margin-bottom: 80px;
}
.product_list h4 {
	margin-bottom: 6px;
	color: #ffc11a;
	line-height: 1.25;
}
.product_list #fmd612_product_3 h4,
.product_list #fmd621_product_92 h4 {
	padding-left: 15px;
	padding-right: 15px;
}
.product_list #fmd615_product_25 h4,
.product_list #fmd615_product_83 h4,
.product_list #fmd615_product_84 h4,
.product_list #fmd621_product_66 h4,
.product_list #fmd621_product_67 h4,
.product_list #fmd621_product_74 h4,
.product_list #fmd612_product_13 h4,
.product_list #fmd622_product_27 h4 {
	padding-left: 30px;
	padding-right: 30px;
}
.product_list #fmd621_product_68 h4 {
	padding-left: 40px;
	padding-right: 40px;
}
.product_list #fmd621_product_69 h4 {
	padding-left: 70px;
	padding-right: 70px;
}
.product_list #fmd615_product_79 h4,
.product_list #fmd615_product_80 h4,
.product_list #fmd615_product_81 h4,
.product_list #fmd615_product_85 h4,
.product_list #fmd615_product_86 h4,
.product_list #fmd615_product_87 h4,
.product_list #fmd615_product_88 h4,
.product_list #fmd615_product_89 h4,
.product_list #fmd615_product_90 h4,
.product_list #fmd621_product_71 h4,
.product_list #fmd621_product_72 h4,
.product_list #fmd621_product_73 h4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product_list .price {
	font-weight: bold;
}
.product_list .original_price {
	display: none;
}
.product_list .teaser,
.product_list .info {
	margin-bottom: 8px;
}
.product_list .formbody {
	position: relative;
	top: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.product_list .formbody:hover {
	top: -3px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
	-moz-box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
	box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
}
.product_list .new-product,
.product_list .sale-product,
.mod_iso_productreader .new-product,
.mod_iso_productreader .sale-product,
.newsslider .new-product,
.newsslider .sale-product {
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.5;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 100;
	width: auto;
}
.newsslider .new-product,
.newsslider .sale-product {
	left: 50%;
	top: 5px;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
	padding: 1px 6px;
	font-size: 10px;
}
@media only screen and (max-width: 1240px) {
	.mod_iso_productlist .product {
		width: 50% !important;
	}
	.product_list .content > * {
		width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 1100px) {
	.product_list .content {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 990px) {
	.product_list .content {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.product_list .content {
		min-height: 189px;
		max-height: 189px;
		margin-bottom: 10px;
		padding: 15px 15px 20px;
	}
	.product_list .content > * {
		width: 250px;
	}
	.product_list h4 {
		font-size: 1.35rem;
	}
	.product_list .teaser,
	.product_list .info {
		font-size: 12px;
	}
	.product_list .price {
		font-size: 15px;
	}
}
@media only screen and (max-width: 640px) {
	.mod_iso_productlist .product {
		width: 100% !important;
	}
	.product_list .content {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
		min-height: auto;
		max-height: none;
	}
	.product_list h4 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 340px) {
	.product_list .content > * {
		width: auto;
	}
	.product_list h4 {
		font-size: 1.4rem;
	}
	.product_list .teaser,
	.product_list .info {
		font-size: 12px;
	}
	.product_list .price {
		font-size: 15px;
	}
}

/* ===========================================
 * Produktreader
 * ======================================== */
.mod_iso_productreader h1 {
	max-width: 700px;
}
.mod_iso_productreader #fmd611_product_3 h1 {
	max-width: 620px;
}
.mod_iso_productreader #fmd611_product_13 h1 {
	max-width: 540px;
}
.mod_iso_productreader h1,
.mod_iso_productreader .teaser {
	text-align: center;
}
.mod_iso_productreader .teaser {
	margin-bottom: 40px;
}
.mod_iso_productreader .teaser span {
	white-space: nowrap;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #5c3e20;
}
.mod_iso_productreader .image_container img {
	min-height: auto;
}
.mod_iso_productreader .price {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 36px;
	font-size: 1.1rem;
}
.mod_iso_productreader .price > div {
	display: inline;
}
.mod_iso_productreader .original_price {
	padding-right: 10px;
	font-weight: normal;
}
.mod_iso_productreader .description ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}
.mod_iso_productreader .description p:first-child {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 24px;
}
.mod_iso_productreader .description p:last-child,
.mod_iso_productreader .description ul:last-child {
	margin-bottom: 0;
}
.mod_iso_productreader .produktspezifikationen,
.mod_iso_productreader .naehrwerte {
	margin-top: 15px;
}
.mod_iso_productreader .produktspezifikationen + .naehrwerte {
	margin-top: 0;
}
.mod_iso_productreader .submit_container {
	padding-top: 3px;
}
.mod_iso_productreader .sku {
	margin-bottom: 20px;
	margin-top: -25px;
}
.mod_iso_productreader .quantity_container,
.mod_iso_productreader .offer {
	display: inline-block;
}
.mod_iso_productreader a i {
	margin-right: 8px;
	font-size: 15px;
}
.mod_iso_productreader p.back {
	display: none;
}
.mod_iso_productreader .new-product,
.mod_iso_productreader .sale-product {
	top: auto;
	left: auto;
	margin: 10px 0 0 10px;
	font-size: 15px;
}
@media only screen and (min-width: 991px) and (max-width: 1240px) {
	.mod_iso_productreader .autogrid_wrapper {
		margin-left: -2%;
		margin-right: -2%;
	}
	.mod_iso_productreader .autogrid {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.mod_iso_productreader .description p:first-child {
		font-size: 1.7rem;
		max-width: 580px;
	}
}
@media only screen and (max-width: 990px) {
	.mod_iso_productreader .autogrid.one_half {
		width: 100%;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_iso_productreader .teaser {
		margin-bottom: 25px;
	}
	.mod_iso_productreader .teaser span {
		font-size: 18px;
	}
	.mod_iso_productreader .new-product,
	.mod_iso_productreader .sale-product {
		margin: 6px 0 0 6px;
	}
}
@media only screen and (max-width: 340px) {
	.mod_iso_productreader .price > div {
		font-size: 1rem;
	}
}
	
/* ===========================================
 * Warenkorb & Kasse
 * ======================================== */
.mod_iso_cart,
.mod_iso_checkout,
.mod_iso_orderdetails {
	text-align: center;
}
.mod_iso_cart table,
.mod_iso_checkout table,
.mod_iso_orderdetails table,
.mod_iso_orderhistory table {
	width: 100%;
	border-top: 1px solid #e9dcca;
	border-bottom: 1px solid #decaaf;
	text-align: left;
	margin-bottom: 60px;
}
.mod_iso_cart td,
.mod_iso_checkout td,
.mod_iso_orderdetails td,
.mod_iso_orderhistory td {
	border-bottom: 1px solid #e9dcca;
	padding: 12px 40px 12px 0;
	line-height: 1.5;
}
.mod_iso_cart tbody tr.row_last td,
.mod_iso_checkout tbody tr.row_last td,
.mod_iso_orderdetails tbody tr.row_last td {
	border-color: #decaaf;
}
.mod_iso_cart tfoot tr td,
.mod_iso_checkout tfoot tr td,
.mod_iso_orderdetails tfoot tr td {
	border-bottom: 0;
	padding-top: 0;
}
.mod_iso_cart tr.foot_first td,
.mod_iso_checkout tr.foot_first td,
.mod_iso_orderdetails tr.foot_first td {
	padding-top: 12px;
}
.mod_iso_cart tr.foot_last td,
.mod_iso_checkout tr.foot_last td,
.mod_iso_orderdetails tr.foot_last td {
	border-top: 1px solid #e9dcca;
	padding-top: 12px;
}
.mod_iso_cart td.col_last,
.mod_iso_checkout td.col_last,
.mod_iso_orderdetails td.col_last,
.mod_iso_orderhistory td.col_last {
	padding-right: 0;
	text-align: right;
	width: 90px;
	white-space: nowrap;
}
.mod_iso_cart td.image,
.mod_iso_checkout td.image,
.mod_iso_orderdetails td.image {
	width: 140px;
}
.mod_iso_cart td.quantity,
.mod_iso_cart td.price,
.mod_iso_checkout td.quantity,
.mod_iso_checkout td.price,
.mod_iso_orderdetails td.quantity,
.mod_iso_orderdetails td.price {
	width: 90px;
	white-space: nowrap;
}
.mod_iso_cart td.price,
.mod_iso_checkout td.price,
.mod_iso_checkout td.quantity,
.mod_iso_orderdetails td.price,
.mod_iso_orderdetails td.quantity {
	text-align: right;
	color: #ab8b6b;
}
.mod_iso_cart td.total,
.mod_iso_checkout td.total,
.mod_iso_orderdetails td.total {
	padding-left: 60px;
	width: 240px;
	color: #5c3e20;
}
.mod_iso_cart tr.total,
.mod_iso_checkout tr.total,
.mod_iso_orderdetails tr.total {
	color: #5c3e20;
	font-weight: bold;
}
.mod_iso_cart td.name .trennstrich,
.mod_iso_cart .artikelnummer,
.mod_iso_cart .divider,
.mod_iso_cart .currency,
.mod_iso_checkout td.name .trennstrich,
.mod_iso_checkout .artikelnummer,
.mod_iso_checkout .divider,
.mod_iso_checkout .currency,
.mod_iso_orderdetails td.name .trennstrich,
.mod_iso_orderdetails .artikelnummer,
.mod_iso_orderdetails .divider,
.mod_iso_orderdetails .currency {
	display: none;
}
.mod_iso_cart .image_container img,
.mod_iso_checkout .image_container img,
.mod_iso_orderdetails .image_container img {
	width: auto;
	height: auto;
	max-width: 70px;
	border-width: 4px;
}
.mod_iso_cart td.name a,
.mod_iso_checkout tbody td.name,
.mod_iso_orderdetails td.name a {
	color: #5c3e20;
	font-weight: bold;
}
.mod_iso_cart td.name a:hover,
.mod_iso_orderdetails td.name a:hover {
	color: #ffc11a;
}
.mod_iso_cart td.name .variante,
.mod_iso_checkout td.name .variante,
.mod_iso_orderdetails td.name .variante {
	font-size: 14px;
	color: #ab8b6b;
	display: block;
	font-weight: normal;
}
.mod_iso_cart td.quantity input,
.mod_iso_checkout td.quantity input,
.mod_iso_orderdetails td.quantity input {
	width: 59px;
	margin-bottom: 0;
}
.mod_iso_cart td.total .currency,
.mod_iso_checkout td.total .currency,
.mod_iso_orderdetails td.total .currency {
	display: inline;
	float: left;
}
.mod_iso_cart td.actions a,
.mod_iso_checkout td.actions a,
.mod_iso_orderhistory a {
	color: #bca289;
}
.mod_iso_cart td.actions a:hover,
.mod_iso_checkout td.actions a:hover,
.mod_iso_orderhistory a:hover,
.mod_iso_orderhistory a .fa-eye {
	color: #5c3e20;
}
.mod_iso_cart td.actions i,
.mod_iso_checkout td.actions i,
.mod_iso_orderhistory td i {
	margin-left: 20px;
}
.mod_iso_cart .submit_container input,
.mod_iso_checkout .submit_container input {
	margin-left: 3px;
	margin-right: 3px;
}
.mod_iso_cart a.continue {
	font-size: 15px;
	line-height: normal;
	padding-top: 14px;
	position: absolute;
	right: 48px;
}
@media only screen and (max-width: 1240px) {
	.mod_iso_cart a.continue {
		right: 80px;
	}
	.mod_iso_cart td.image,
	.mod_iso_cart td.quantity,
	.mod_iso_cart td.price,
	.mod_iso_checkout td.image,
	.mod_iso_checkout td.quantity,
	.mod_iso_checkout td.price,
	.mod_iso_orderdetails td.image,
	.mod_iso_orderdetails td.quantity,
	.mod_iso_orderdetails td.price {
		width: auto;
	}
	.mod_iso_cart td.total,
	.mod_iso_checkout td.total,
	.mod_iso_orderdetails td.total {
		padding-left: 0;
		padding-right: 0;
		width: 130px;
	}
}
@media only screen and (max-width: 990px) {
	.mod_iso_cart a.continue {
		right: auto;
		position: static;
		display: block;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_iso_cart .formbody,
	.mod_iso_checkout .orderproducts,
	.mod_iso_orderhistory,
	.mod_iso_orderdetails .formbody {
		overflow-x: auto;
	}
	.mod_iso_cart table,
	.mod_iso_checkout table,
	.mod_iso_orderdetails table,
	.mod_iso_orderhistory table {
		margin-bottom: 30px;
		font-size: 0.8rem;
	}
	.mod_iso_cart td,
	.mod_iso_checkout td,
	.mod_iso_orderdetails td {
		padding-right: 20px;
		line-height: 1.4;
	}
	.mod_iso_cart td.name,
	.mod_iso_checkout td.name,
	.mod_iso_orderdetails td.name {
		min-width: 150px;
	}
	.mod_iso_cart td.name .variante,
	.mod_iso_checkout td.name .variante,
	.mod_iso_orderdetails td.name .variante {
		font-size: 0.8rem;
	}
	.mod_iso_cart td.total,
	.mod_iso_checkout td.total,
	.mod_iso_orderdetails td.total {
		width: 100px;
	}
	.mod_iso_cart .submit_container input,
	.mod_iso_checkout .submit_container input {
		margin-bottom: 10px;
		white-space: normal;
	}
	.mod_iso_cart a.continue {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.mod_iso_cart td.col_last,
	.mod_iso_checkout td.col_last,
	.mod_iso_orderhistory td.col_last {
		width: 50px;
		padding-left: 5px;
	}
	.mod_iso_cart td.total,
	.mod_iso_checkout td.total,
	.mod_iso_orderdetails td.total {
		width: auto;
		white-space: nowrap;
	}
	.mod_iso_cart td.total .currency,
	.mod_iso_checkout td.total .currency,
	.mod_iso_orderdetails td.total .currency {
		float: none;
		padding-right: 5px;
	}
	.mod_iso_cart td.actions i,
	.mod_iso_checkout td.actions i,
	.mod_iso_orderhistory td i {
		margin-left: 10px;
	}
}

/* ===========================================
 * Checkout
 * ======================================== */
.ce_text.guest {
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.ce_text.guest h5 {
	margin-bottom: 10px;
}
.mod_iso_checkout .billingaddress,
.mod_iso_checkout .shippingaddress,
.mod_iso_checkout .shippingmethod .widget,
.mod_iso_checkout .paymentmethod .widget,
.mod_iso_checkout .info_container,
.mod_iso_orderdetails .info_container {
	text-align: left;
}
.mod_iso_checkout h2 {
	font-size: 1.867rem;
}
.mod_iso_checkout h3,
.mod_iso_orderdetails h2 {
	font-size: 1.5rem;
}
.mod_iso_checkout p,
.mod_iso_orderdetails .order_status {
	font-size: 0.9333rem;
	line-height: 1.5;
}
.mod_iso_checkout .steps {
	border-top: 2px solid #e9dcca;
	border-bottom: 2px solid #e9dcca;
	padding: 24px 0;
	margin-bottom: 50px;
}
.mod_iso_checkout .process {
	border-top: 2px solid #e9dcca;
	padding-top: 50px;
}
.mod_iso_checkout .steps li {
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.mod_iso_checkout .steps li a,
.mod_iso_checkout .steps li span {
	color: #bca289;
}
.mod_iso_checkout .steps li a:hover,
.mod_iso_checkout .steps li span.active {
	color: #5c3e20;
}
.autogrid_wrapper + .mod_iso_checkout p.empty.message {
	border-top: 2px solid #e9dcca;
	padding-top: 48px;
}
.mod_iso_checkout .submit_container {
	padding-top: 40px;
	clear: both;
}
.mod_iso_checkout .billingaddress,
.mod_iso_checkout .shippingaddress {
	width: 46%;
	padding-bottom: 7px;
}
.mod_iso_checkout .billingaddress {
	padding-right: 4%;
	margin-right: 8%;
	float: left;
}
.mod_iso_checkout .shippingaddress {
	margin-left: 54%;
}
.mod_iso_checkout .billingaddress h2 + p,
.mod_iso_checkout .shippingaddress h2 + p {
	margin-bottom: 30px;
	max-width: 360px;
}
.mod_iso_checkout .billingaddress .widget-checkbox legend,
.mod_iso_checkout .shippingaddress .widget-checkbox legend {
	padding-top: 30px;
	margin-bottom: 5px;
}
.mod_iso_checkout .billingaddress .radio_container > span,
.mod_iso_checkout .shippingaddress .radio_container > span,
.mod_iso_checkout .address_new {
	border: 1px solid #decaaf;
	padding: 24px;
	margin-bottom: 10px;
}
.mod_iso_checkout p.error {
	margin-bottom: 3px;
}
.mod_iso_checkout p.error.message {
	margin-bottom: 40px;
}
.mod_iso_checkout fieldset {
	margin-bottom: 0;
}
.mod_iso_checkout .shippingmethod fieldset > span,
.mod_iso_checkout .paymentmethod fieldset > span,
.mod_iso_checkout .review .info_container,
.mod_iso_orderdetails .info_container {
	border: 1px solid #decaaf;
	padding: 36px 70px 36px 48px;
	margin: 25px 0 15px;
	float: left;
	width: 48%;
	margin-right: 4%;
	min-height: 213px;
}
.mod_iso_checkout .paymentmethod fieldset > span {
	width: 23.5%;
	margin-right: 2%;
	padding: 24px;
	min-height: 246px;
	background-repeat: no-repeat;
	background-position: 24px bottom;
}
.mod_iso_checkout .paymentmethod fieldset > span:nth-child(1) {
	background-image: url("../../files/gletscherfondue/kreditkarte.png");
}
.mod_iso_checkout .paymentmethod fieldset > span:nth-child(2) {
	background-image: url("../../files/gletscherfondue/paypal.png");
}
.mod_iso_checkout .paymentmethod fieldset > span:nth-child(3) {
	background-image: url("../../files/gletscherfondue/postfinance-twint.png");
}
.mod_iso_checkout .review .info_container,
.mod_iso_orderdetails .info_container {
	padding: 16px 24px;
	width: 23.5%;
	margin-right: 2%;
	min-height: 271px;
	font-size: 0.9rem;
	line-height: 1.5;
}
.mod_iso_checkout .review .info_container h3,
.mod_iso_orderdetails .info_container h3 {
	font-size: 1.333rem;
	margin-bottom: 5px;
	margin-top: 10px;
}
.mod_iso_checkout .shippingmethod fieldset > span + span,
.mod_iso_checkout .paymentmethod fieldset > span:nth-child(4),
.mod_iso_checkout .review .info_container.last,
.mod_iso_orderdetails .info_container.last {
	margin-right: 0;
}
.mod_iso_checkout .shippingmethod fieldset input,
.mod_iso_checkout .shippingmethod fieldset label,
.mod_iso_checkout .paymentmethod fieldset input,
.mod_iso_checkout .paymentmethod fieldset label {
	font-size: 1rem;
	font-weight: bold;
}
.mod_iso_checkout .shippingmethod fieldset .color-success,
.mod_iso_checkout .shippingmethod fieldset .color-alert {
	font-size: 1rem;
}
.mod_iso_checkout .shippingmethod fieldset .note,
.mod_iso_checkout .paymentmethod fieldset .note {
	margin: 15px 0 0;
	font-weight: normal;
}
.mod_iso_checkout .shippingmethod fieldset .note p,
.mod_iso_checkout .paymentmethod fieldset .note p {
	font-size: 13px;
	margin-bottom: 0;
}
.mod_iso_checkout .shippingmethod fieldset .note p + p,
.mod_iso_checkout .paymentmethod fieldset .note p + p {
	margin-top: 13px;
}
.mod_iso_checkout .shippingmethod fieldset .note span,
.mod_iso_checkout .paymentmethod fieldset .note span {
	display: inline;
	overflow: auto;
	margin-bottom: 0;
}
.mod_iso_checkout .shippingmethod .currency,
.mod_iso_checkout .paymentmethod .currency {
	display: inline;
	margin-bottom: 0;
}
/*.mod_iso_checkout .shippingmethod .currency:before {
	content: '';
	display: block;
	height: 1px;
	background: #decaaf;
	margin-bottom: 5px;
	margin-top: 5px;
}*/
.mod_iso_checkout .orderinfo {
	margin-bottom: 30px;
}
.mod_iso_checkout .vcard {
	font-size: 0.9rem;
	line-height: 1.5;
}
.mod_iso_checkout .address .vcard {
	margin: -25px 0 0 24px;
}
.mod_iso_checkout .vcard span,
.mod_iso_checkout .orderconditions span.mandatory {
	display: inline;
	margin: 0;
	overflow: auto;
}
.mod_iso_checkout .vcard a,
.mod_iso_orderdetails .vcard a {
	color: #5c3e20;
}
.mod_iso_checkout .orderconditions .widget-textarea {
	padding-top: 20px;
}
.mod_iso_checkout .orderconditions textarea {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.mod_iso_checkout .orderconditions legend {
	margin-bottom: 8px;
	line-height: 1.3;
	display: inline-block;
}
.mod_iso_checkout .orderconditions p.error {
	margin-top: 10px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1240px) {
	.mod_iso_checkout .shippingmethod fieldset > span {
		padding: 24px;
	}
	.mod_iso_checkout .paymentmethod fieldset > span {
		min-height: 200px;
	}
	.mod_iso_checkout .paymentmethod fieldset > span,
	.mod_iso_checkout .review .info_container,
	.mod_iso_orderdetails .info_container {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.mod_iso_checkout .paymentmethod fieldset > span:nth-child(2n),
	.mod_iso_checkout .review .info_container:nth-child(2n),
	.mod_iso_orderdetails .info_container:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1110px) {
	.mod_iso_checkout .paymentmethod fieldset > span {
		min-height: 220px;
	}
}
@media only screen and (max-width: 1040px) {
	.mod_iso_checkout .shippingmethod fieldset > span {
		min-height: 227px;
	}
}
@media only screen and (max-width: 990px) {
	.mod_iso_checkout .billingaddress,
	.mod_iso_checkout .shippingaddress {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
		padding-right: 0;
		text-align: center;
	}
	.mod_iso_checkout .billingaddress {
		margin-bottom: 40px;
	}
	.mod_iso_checkout .billingaddress h2 + p,
	.mod_iso_checkout .shippingaddress h2 + p {
		margin-left: auto;
		margin-right: auto;
	}
	.mod_iso_checkout .billingaddress .widget:not(.widget-checkbox),
	.mod_iso_checkout .shippingaddress .widget:not(.widget-checkbox) {
		text-align: left;
	}
	.mod_iso_checkout .address .vcard {
		margin: 0 0 8px 8px;
	}
	.mod_iso_checkout .shippingmethod fieldset > span,
	.mod_iso_checkout .paymentmethod fieldset > span {
		padding: 20px;
		margin: 25px 0 0;
		float: none;
		width: 100%;
		margin-right: 0;
		min-height: auto;
	}
	.mod_iso_checkout .shippingmethod fieldset .note,
	.mod_iso_checkout .paymentmethod fieldset .note {
		margin: 10px 0 0;
	}
	.mod_iso_checkout .paymentmethod fieldset > span {
		background-position: 20px bottom;
		padding-bottom: 65px;
	}
	.mod_iso_checkout .paymentmethod fieldset > span:nth-child(4) {
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.ce_text.guest h5 {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.ce_text.guest p {
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
	.mod_iso_checkout .steps {
		padding: 16px 0;
		margin-bottom: 40px;
		margin-top: 25px;
	}
	.mod_iso_checkout .process {
		padding-top: 40px;
	}
	.mod_iso_checkout .steps li {
		padding: 5px 10px;
	}
	.mod_iso_checkout h2 {
		font-size: 1.8rem;
	}
	.mod_iso_checkout h3 {
		font-size: 1.333rem;
	}
	.mod_iso_checkout .review h2 + p {
		margin-bottom: 30px;
	}
	.mod_iso_checkout .billingaddress .radio_container > span,
	.mod_iso_checkout .shippingaddress .radio_container > span,
	.mod_iso_checkout .address_new {
		padding: 12px;
	}
	.mod_iso_checkout .review .info_container,
	.mod_iso_orderdetails .info_container {
		width: 100%;
		margin: 20px 0 0;
		min-height: auto;
		padding: 16px 20px 20px;
		float: none;
	}
	.mod_iso_checkout .orderconditions textarea {
		width: 100%;
	}
}

/* ===========================================
 * Bestellungen
 * ======================================== */
.mod_iso_orderhistory .order_status {
	display: none;
}
.mod_iso_orderhistory table {
	margin-bottom: 0;
	border: 0;
	font-size: 0.933rem;
}
.mod_iso_orderhistory th {
	border-bottom: 1px solid #decaaf;
}
.mod_iso_orderhistory th,
.mod_iso_orderhistory td {
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}
.mod_iso_orderhistory .fa-shopping-basket {
	font-size: 0.8rem;
}
.mod_iso_orderdetails table {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.mod_iso_orderhistory table {
		padding-right: 20px;
	}
	.mod_iso_orderhistory .fa-shopping-basket {
		font-size: 0.7rem;
	}
}

/* ===========================================
 * Ajaxbox
 * ======================================== */
#iso_ajaxOverlay {
	background: none;
	z-index: 10000;
	-moz-opacity: 1;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#iso_ajaxBox {
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-size: 14px;
	line-height: 1.5;
	color: #3d2003;
	border-color: #bca289;
	padding: 24px;
	margin-left: -150px;
	width: 280px;
	left: 50%;
	top: 20%;
	z-index: 10001;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
	-moz-box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
	box-shadow: 0px 0px 35px 0px rgba(61,32,3,0.15);
}
#iso_ajaxBox p {
	margin: 0;
}
#iso_ajaxBox .iso_confirm {
	background-image: url(../../files/sennerei/iso-confirm.png);
	background-size: 24px 24px;
}

/* ===========================================
 * Gallery
 * ======================================== */
.ce_gallery .content {
	background: rgba(0,0,0,0.3);
	height: auto;
	margin: 6px;
}
.newsreader .gallery-container,
.mod_article.fullwidth .gallery-container,
.news-container {
	margin-left: -3%;
	margin-right: -3%;
}
.newsreader .ce_gallery li,
.mod_article.fullwidth .ce_gallery li,
.newsslider-text li {
	padding-left: 2%;
	padding-right: 2%;
}
.ce_gallery .gallery-margin,
.ce_gallery .gallery-margin .image_container {
	margin: 0;
}
.ce_gallery .gallery-margin {
	margin: 0 -2%;
}
.ce_gallery .gallery-margin li {
	padding: 0 2% 4%;
}
.fotogalerie .autogrid_wrapper {
	margin-left: -1.85%;
	margin-right: -1.85%;
}
.fotogalerie .autogrid {
	padding-left: 1.85%;
	padding-right: 1.85%;
}
.fotogalerie .autogrid .gallery-margin {
	margin: 0 -4%;
}
.fotogalerie .autogrid .gallery-margin li {
	padding: 0 4% 8%;
}
.ce_bgimage.bg-lightgray .ce_gallery .image_container img {
	border-color: #faf2e4;
}
@media only screen and (max-width: 1100px) {
	.fotogalerie .autogrid .gallery-margin {
		margin: 0 -3.7%;
	}
	.fotogalerie .autogrid .gallery-margin li {
		padding: 0 3.7% 7.4%;
	}
}
@media only screen and (max-width: 990px) {
	.fotogalerie .autogrid .gallery-margin {
		margin: 0 -3.45%;
	}
	.fotogalerie .autogrid .gallery-margin li {
		padding: 0 3.45% 6.9%;
	}
	.ce_gallery .gallery-margin.cols_5 li {
		width: 25%;
	}
}
@media only screen and (min-width: 768px) {
	.ie .ce_gallery .cols_3 li {
		width: 33.3%;
	}
}
@media only screen and (max-width: 767px) {
	.newsreader .gallery-container,
	.mod_article.fullwidth .gallery-container,
	.news-container {
		margin-left: -4%;
		margin-right: -4%;
	}
	.ce_gallery .gallery-margin.cols_4 li,
	.ce_gallery .gallery-margin.cols_5 li,
	.ce_gallery [class*='cols_'] li {
		width: 50%;
	}
	.fotogalerie .ce_gallery.autogrid {
		margin-bottom: 0;
	}
	.fotogalerie .ce_gallery .gallery-margin.cols_1 li {
		width: 100%;
	}
	.fotogalerie .ce_gallery.adjust_gallery .gallery-margin.cols_1 li {
		width: 50%;
		float: left;
	}
	.fotogalerie .autogrid_wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.fotogalerie .autogrid {
		padding-left: 0;
		padding-right: 0;
	}
	.fotogalerie .gallery-margin {
		margin: 0 -7px !important;
	}
	.fotogalerie .gallery-margin li {
		padding: 0 7px 14px !important;
	}
}

/* ===========================================
 * Video
 * ======================================== */
.ce_youtube.autogrid,
.ce_vimeo.autogrid {
	padding-bottom: 5%;
}
.ce_youtube .video-wrapper,
.ce_vimeo .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
}
.ce_youtube iframe,
.ce_vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3d2003;
}
.ce_youtube h5,
.ce_vimeo h5 {
	text-align: center;
}
@media only screen and (max-width: 1100px) {
	.ce_youtube.autogrid,
	.ce_vimeo.autogrid {
		padding-bottom: 6%;
	}
}
@media only screen and (max-width: 990px) {
	.ce_youtube.autogrid,
	.ce_vimeo.autogrid {
		padding-bottom: 10%;
	}
}
@media only screen and (max-width: 767px) {
	.ce_youtube.autogrid,
	.ce_vimeo.autogrid {
		padding-bottom: 12%;
		margin-bottom: 0 !important;
	}
	.ce_youtube h5,
	.ce_vimeo h5 {
		margin-bottom: 15px;
	}
}

/* ===========================================
 * 360 Tour
 * ======================================== */
iframe.tour360 {
	border: 0;
	width: 100%;
	height: 652px;
}
@media only screen and (max-width: 1100px) {
	iframe.tour360 {
		height: 500px;
	}
}
@media only screen and (max-width: 990px) {
	iframe.tour360 {
		height: 400px;
	}
}
@media only screen and (max-width: 767px) {
	iframe.tour360 {
		height: 300px;
	}
}

/* ===========================================
 * Divider
 * ======================================== */
.ce_divider_extended.version1,
.ce_divider_extended.version2,
.ce_divider_extended.version3 {
	background: #e9dcca
}
.ce_divider_extended.version3 {
	height: 2px;
}

/* ===========================================
 * Swiper
 * ======================================== */
.swiper-container {
	text-align: center;
}
.swiper-wrapper {
	padding-bottom: 22px;
}
.swiper-pagination {
	position: static;
	display: inline;
}
.swiper-pagination-bullet {
	box-shadow: 0 0 0 2px rgba(61,32,3,0.6);
	height: 10px;
	width: 10px;
}
.swiper-pagination-bullet-active {
	background: rgba(61,32,3,0.5);
}
.swiper-button-next,
.swiper-button-prev {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	margin: 0 15px;
	left: auto;
	right: auto;
	top: 3px;
	opacity: 0.5 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 25px;
	line-height: 24px;
	color: rgba(61,32,3,0.6);
	text-shadow: none;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 0.5 !important;
}
.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0.15 !important;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    opacity: 1 !important;
}

/* ===========================================
 * Google Maps
 * ======================================== */
.gm-style .gm-style-iw {
	font-family: 'Roboto Slab', Georgia, Times, serif !important;
	font-weight: normal !important;
}
.ce_google_map .gmap_infotext p:first-child {
	padding-top: 12px;
}
.ce_google_map_inside > div,
.gm-err-container {
	background-color: #f9f6f1 !important;
}
@media only screen and (max-width: 1240px) {
	.ce_google_map_inside {
		height: 345px !important;
	}
}
@media only screen and (max-width: 767px) {
	.ce_google_map .ce_google_map_inside {
		height: 300px !important;
	}
}

/* ===========================================
 * Formulare
 * ======================================== */
.mod_login,
.mod_lostPassword,
.mod_registration,
#main .mod_subscribe,
.mod_personalData,
.mod_iso_orderhistory,
.mod_iso_addressbook,
.mod_closeAccount,
.mod_iso_productreader .form_wrapper {
	border: none;
	background: #f1e8dd;
	padding: 48px;
	margin: 0 auto;
	max-width: 500px;
	box-shadow: none;
}
.mod_iso_orderhistory {
	max-width: 700px;
}
.mod_iso_productreader .form_wrapper {
	max-width: none;
	margin: 3px 0 37px;
	padding: 36px 48px;
}
form div.widget,
.mod_registration .widget,
.mod_subscribe .widget {
	margin-bottom: 0;
}
form div.widget-submit {
	margin-top: 20px;
}
form fieldset {
	padding: 0;
	margin-bottom: 40px;
	border: none;
}
form fieldset legend {
	font-family: 'Argone W00 Light', Georgia, Times, serif;
	font-size: 1.5rem;
	background: none;
	color: #3d2003;
	padding: 0;
	margin-bottom: 25px;
}
input,
textarea,
select,
form select {
	border-color: #decaaf;
	color: #3d2003;
	margin-bottom: 7px;
	padding: 15px;
    border-radius: 0;
}
#main .mod_subscribe input {
	margin-right: 0;
	margin-bottom: 7px;
	padding: 15px;
	width: 100%;
}
form select {
	line-height: normal;
	padding: 5px 45px 5px 15px;
	background-image: url(../../files/sennerei/select_bg.png);
}
.ie form select::-ms-expand {
    display: none;
}
input:hover:not([type="submit"]),
button:hover:not([type="submit"]),
textarea:hover,
select:hover {
	border-color: #bca289;
}
input:focus,
input:focus:hover,
textarea:focus,
textarea:focus:hover,
select:focus,
select:focus:hover {
	border-color: #ffc11a;
}
input.error {
	border-color: #d02515 !important;
}
input.submit,
button.submit,
#main .mod_subscribe input.submit {
	width: auto;
	margin-bottom: 0;
	border-radius: 0;
	padding: 12px 20px;
	border: 2px solid;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}
.mod_subscribe input.submit[type="submit"],
.mod_subscribe button.submit[type="submit"] {
	border-width: 2px;
	font-weight: bold;
	margin-top: 15px;
}
input.captcha {
	width: 100% !important;
	border-color: #d02515 !important;
}
input::placeholder {
	color: #bca289 !important;
}
label,
form p.error,
.mod_registration .captcha_text,
.mod_subscribe .captcha_text,
.mod_iso_orderhistory p.empty,
.mod_iso_addressbook p.empty,
.mod_iso_addressbook > div {
	font-size: 0.9rem;
}
form p.error,
p.error.message {
	font-weight: bold;
}
form p.login_info {
	max-width: 380px;
}
.mod_registration .captcha_text {
	margin-bottom: 25px;
}
.mod_subscribe .captcha_text {
	margin-top: 5px;
	margin-left: 0;
	font-weight: bold;
	display: block;
}
.mod_registration label,
.mod_subscribe label {
	color: #5c3e20;
	display: inline;
}
.mod_registration fieldset:last-of-type,
.mod_registration fieldset:last-of-type legend {
	margin-bottom: 0;
}
.mod_registration fieldset#ctrl_newsletter legend {
	font-size: 1rem;
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-weight: bold;
	color: #5c3e20;
}
.mod_iso_productreader label {
	font-weight: bold;
	display: block;
	margin-bottom: 0;
}
.mod_iso_productreader form .widget select {
	width: auto;
	max-width: 100%;
}
.mod_iso_productreader input.text {
	width: 59px;
	margin-right: 10px;
}
.mod_iso_productreader input.submit {
	display: block;
}
@media only screen and (max-width: 767px) {
	.mod_login,
	.mod_lostPassword,
	.mod_registration,
	#main .mod_subscribe,
	.mod_personalData,
	.mod_iso_orderhistory,
	.mod_iso_addressbook,
	.mod_closeAccount,
	.mod_iso_productreader .form_wrapper {
		padding: 32px 20px;
	}
	.mod_iso_orderhistory {
		padding-right: 0;
	}
	.mod_subscribe h4 {
		margin-bottom: 25px;
	}
}

/* ===========================================
 * Adressbuch
 * ======================================== */
.mod_iso_addressbook form {
	padding-top: 20px;
}
.mod_iso_addressbook form fieldset legend {
	font-size: 1.3rem;
}
.mod_iso_addressbook fieldset:last-of-type legend {
	display: none;
}
.mod_iso_addressbook .widget fieldset legend {
	display: block;
	margin-bottom: 10px;
}
.mod_iso_addressbook fieldset#ctrl_isDefaultBilling {
	margin-bottom: 30px;
}
.mod_iso_addressbook .widget-checkbox span {
	max-width: 350px;
	line-height: 1.5;
}
.mod_iso_addressbook > div {
	border: 1px solid #decaaf;
	background: #fff;
	padding: 28px 32px 32px;
	line-height: 1.5;
	margin-top: 25px;
}
.mod_iso_addressbook > div a {
	color: #5c3e20;
}
.mod_iso_addressbook > div .buttons {
	margin-bottom: 20px;
}
.mod_iso_addressbook > div .buttons a {
	color: #ffc11a;
	margin-right: 10px;
	text-decoration: underline;
}
.mod_iso_addressbook > div .buttons a:hover {
	text-decoration: none;
}

/* ===========================================
 * Footer & Bottom
 * ======================================== */
#footer,
#bottom {
	background: none;
}
#footer .inside,
#bottom .inside {
	background: #3d2003;
}
#footer,
#footer a,
.ce_bgimage.bg-second {
	color: #cdb9a6;
}
#footer h4,
.ce_bgimage.bg-second h3,
.ce_bgimage.bg-second h4 {
	color: #ffc11a;
}
#footer h4 {
	margin: 0 auto 40px;
	max-width: 350px;
}
#footer .inside {
	padding: 36px 36px 0;
}
#bottom .inside {
	font-size: 14px;
	padding: 0 36px 36px;
}
#bottom a,
#bottom span {
	padding: 0 15px;
}
#bottom .inside,
#bottom .inside a,
#bottom .inside a:hover {
	color: #9a744e;
}
#bottom .inside a:hover {
	border-bottom: 0;
	text-decoration: underline;
}
#bottom a i {
	margin-right: 6px;
	font-size: 12px;
	position: relative;
	top: -1px;
}
#bottom a {
	white-space: nowrap;
}
#bottom .inside a.newsletter {
	color: #ffc11a;
}
.footer-wrapper,
.bottom-wrapper {
	border: 2px solid #572e05;
	padding: 36px;
	text-align: center;
}
.bottom-wrapper {
	padding-left: 95px;
	padding-right: 95px;
}
.footer-wrapper {
	padding-top: 125px;
	padding-bottom: 18px;
	border-bottom: 0;
}
.bottom-wrapper {
	padding-top: 0;
	border-top: 0;
}
@media only screen and (max-width: 1100px) {
	#footer .inside {
		padding: 32px 32px 0;
	}
	#bottom .inside {
		padding: 0 32px 32px;
		font-size: 12px;
	}
	.footer-wrapper {
		padding: 120px 32px 16px;
	}
	.bottom-wrapper {
		padding: 0 32px 32px;
	}
}
@media only screen and (max-width: 767px) {
	#footer h4 {
		margin-bottom: 30px;
		max-width: 320px;
	}
	#footer .inside {
		padding: 22px 20px 0;
	}
	#bottom .inside {
		padding: 0 20px 20px;
	}
	.footer-wrapper {
		padding: 117px 20px 16px;
	}
	.bottom-wrapper {
		padding: 0 20px 20px;
	}
	#bottom a,
	#bottom span {
		padding: 0 8px;
	}
}

/* ===========================================
 * Footer Logos
 * ======================================== */
.footer-wrapper .ce_hyperlink:not(.footer-sennerei) {
	display: inline-block;
	padding: 15px 20px;
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.footer-wrapper .ce_hyperlink:not(.footer-sennerei):hover {
	opacity: 1;
}
.footer-wrapper .ce_hyperlink:not(.footer-sennerei) a {
	height: 80px;
}
.footer-sennerei {
	position: absolute;
	display: block;
	top: 25px;
	left: 50%;
	padding: 0 15px;
	background: #3d2003;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
}
.footer-gletscherfondue {
	margin-right: -9px;
}
.footer-schaukaeserei a.hyperlink_img {
	padding-top: 23px;
}
.footer-gletscherfondue a.hyperlink_img {
	padding-top: 3px;
}
.footer-gletscherkaeserei a.hyperlink_img {
	padding-top: 25px;
}
.footer-gletschermutschli a.hyperlink_img {
	padding-left: 2px;
	padding-right: 2px;
}
.footer-gletscherraclette a.hyperlink_img {
	padding-top: 20px;
}
.ie .footer-schaukaeserei .image_container img {
	max-width: 185px;
}
.ie .footer-gletscherfondue .image_container img {
	max-width: 174px;
}
.ie .footer-gletscherkaeserei .image_container img {
	max-width: 210px;
}
.ie .footer-gletschermutschli .image_container img {
	max-width: 79px;
}
.ie .footer-gletscherraclette .image_container img {
	max-width: 197px;
}
@media only screen and (max-width: 1370px) {
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) {
		padding: 10px;
	}
}
@media only screen and (max-width: 1180px) {
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) {
		padding: 5px 0;
	}
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) a {
		height: 67px;
	}
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) .image_container img {
		width: 84%;
		margin-left: 8%;
	}
	.footer-schaukaeserei a.hyperlink_img {
		padding-top: 20px;
	}
	.footer-gletscherfondue a.hyperlink_img {
		padding-top: 0;
	}
	.footer-gletscherkaeserei a.hyperlink_img {
		padding-top: 21px;
	}
	.footer-gletschermutschli a.hyperlink_img {
		padding-left: 4px;
		padding-right: 4px;
	}
	.footer-gletscherraclette a.hyperlink_img {
		padding-top: 17px;
	}
}
@media only screen and (max-width: 1100px) {
	.footer-sennerei {
		top: 21px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) {
		padding: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-sennerei {
		top: 12px;
	}
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) {
		margin-left: -15px;
		margin-right: -15px;
        padding: 4px;
	}
	.footer-wrapper .ce_hyperlink.footer-gletscherfondue {
		margin-right: -19px;
	}
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) a {
		height: 60px;
	}
	.footer-wrapper .ce_hyperlink:not(.footer-sennerei) .image_container img {
		width: 76%;
		margin-left: 12%;
	}
	.footer-schaukaeserei a.hyperlink_img {
		padding-top: 18px;
	}
	.footer-gletscherkaeserei a.hyperlink_img {
		padding-top: 18px;
	}
	.footer-gletschermutschli a.hyperlink_img {
		padding-left: 8px;
		padding-right: 8px;
	}
	.footer-gletscherraclette a.hyperlink_img {
		padding-top: 15px;
	}
}

/* ===========================================
 * Cookie-Banner
 * ======================================== */
#mm-cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 810px;
    font-size: .875rem;
    line-height: 1.5;
    color: inherit;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    transform: translateX(-50%);
    z-index: 1000000000;
}
#mm-cookie-banner p {
    margin-top: 0;
}
#mm-cookie-banner button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ffc11a;
    border: 2px solid #ffc11a;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    font-family: inherit;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: button;
    overflow: visible;
}
#mm-cookie-banner button:hover {
    background-color: #ffcd48;
    border-color: #ffcd48;
    color: #fff;
}
@media (min-width: 576px) {
    #mm-cookie-banner div {
        display: flex;
        align-items: center;
    }
    #mm-cookie-banner p {
        margin-bottom: 0;
        padding-right: 1.5rem;
    }
}
@media (min-width: 768px) {
    #mm-cookie-banner {
        padding: 15px 20px;
    }
}
@media (min-width: 992px) {
    #mm-cookie-banner {
        bottom: 15px;
    }
}
@media (max-width: 575.98px) {
    #mm-cookie-banner button {
        width: 100%;
    }
}

/* ===========================================
 * Layout
 * ======================================== */
.logo {
	width: 238px;
}
.logo a {
	background-image: url(../../files/gletscherfondue/logo.svg);
	background-position: left 7px;
}
@media only screen and (max-width: 767px) {
	.logo {
		width: 214px;
	}
	.logo a {
		background-position: left 0;
	}
}

/* ===========================================
 * Top
 * ======================================== */
#top .mod_socials a i:hover,
.mod_socials i.fa-instagram:hover {
	color: #e9aa00 !important;
}

/* ===========================================
 * Navigation
 * ======================================== */
.mainmenu ul li a.active:after,
.mainmenu ul li a.trail:after,
.mainmenu ul li a:hover:after,
#top .top_metanavi li a.active:after,
#top .top_metanavi li a.trail:after,
#top .top_metanavi li a:hover:after,
#top .mod_login_top.active:after,
#top .mod_login_top:hover:after,
.mod_iso_checkout .steps li span.active:after {
	background: #e9aa00;
}

/* ===========================================
 * Navigation Mobile
 * ======================================== */
body .mm-menu a:hover,
body .mm-menu a.active,
body .mm-menu a.trail,
body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
body .mm-menu .mm-listview > li.mm-selected > span,
body .mm-menu .mm-listview > li.trail a {
	color: #e9aa00;
}

/* ===========================================
 * Smartmenu
 * ======================================== */
.smartmenu-content .mod_navigation a.active,
.smartmenu-content .mod_navigation a.trail,
.smartmenu-content .mod_navigation a:hover {
	color: #e9aa00;
}

/* ===========================================
 * Stickyheader
 * ======================================== */
.stickyheader .logo {
	width: 192px;
}
.stickyheader .logo a {
	background-position: left 6px;
}
@media only screen and (max-width: 767px) {
	.stickyheader .logo {
		width: 156px;
	}
	.stickyheader .logo a {
		background-position: left center;
	}
}

/* ===========================================
 * Text
 * ======================================== */
.color-accent,
.color-accent p {
	color: #e9aa00;
}
p a,
.ce_text_extented a,
.ce_text li a,
.layout_simple a,
.mod_iso_productreader a,
.mod_iso_cart a.continue,
.mod_iso_checkout .review .info_container a.edit,
.mod_iso_checkout .orderconditions a {
	color: #e9aa00;
}

/* ===========================================
 * Hyperlinks
 * ======================================== */
.ce_hyperlink a,
.ce_revolutionslider_hyperlink,
.color-white .ce_hyperlink a,
.ce_bgimage.bg-second .ce_hyperlink a:not(.outline),
.ce_bgimage.bg-lightgray .ce_hyperlink a:not(.outline),
.ce_bgimage.bg-white .ce_hyperlink a:not(.outline),
.ce_image_text_box .ce_url a,
p.back a,
input.submit[type="submit"],
button.submit[type="submit"] {
	background: rgba(233,170,0,1);
	border-color: rgba(233,170,0,0) !important;
}
.ce_revolutionslider_hyperlink,
.img-as-bg .ce_hyperlink a {
	background: rgba(233,170,0,0.8);
}
.ce_hyperlink a.outline,
.color-white .ce_hyperlink a.outline {
	background: rgba(233,170,0,0);
	border-color: rgba(233,170,0,1) !important;
}
.ce_hyperlink a:hover,
.ce_bgimage.bg-second .ce_hyperlink a:not(.outline):hover,
.ce_bgimage.bg-lightgray .ce_hyperlink a:not(.outline):hover,
.ce_bgimage.bg-white .ce_hyperlink a:not(.outline):hover,
.ce_image_text_box .ce_url a:hover,
p.back a:hover,
input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	background: rgba(233,170,0,0.8);
}
.ce_hyperlink a.outline:hover,
.ce_hyperlink a.link-sec-color:hover,
.ce_revolutionslider_hyperlink:hover,
.color-white .ce_hyperlink a:hover,
.img-as-bg .ce_hyperlink a:hover,
input.submit.checkout[type="submit"]:hover {
	background: rgba(233,170,0,1);
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon {
	fill: #e9aa00;
}

/* ===========================================
 * Background Image
 * ======================================== */
.ce_bgimage.bg-accent {
	background-color: #e9aa00;
}

/* ===========================================
 * Newsliste
 * ======================================== */
.newsteaser h4:after {
	background: rgba(233,170,0,0);
}
.newsteaser a:hover h4:after {
	background: #e9aa00;
}
.layout_latest h4 {
	color: #e9aa00;
}

/* ===========================================
 * Newsslider Text
 * ======================================== */
.newsslider-text h3 {
	color: #e9aa00;
}

/* ===========================================
 * Newsreader
 * ======================================== */
.newsreader .ce_text.bg-white h2,
.newsreader .ce_text.bg-white h3,
.newsreader .ce_text.bg-white h4,
.newsreader .ce_bgimage.bg-white h4 {
	color: #e9aa00;
}

/* ===========================================
 * Produktliste
 * ======================================== */
.product_list h4 {
	color: #e9aa00;
}

/* ===========================================
 * Warenkorb & Kasse
 * ======================================== */
.mod_iso_cart td.name a:hover,
.mod_iso_orderdetails td.name a:hover {
	color: #e9aa00;
}

/* ===========================================
 * Formulare
 * ======================================== */
input:focus,
input:focus:hover,
textarea:focus,
textarea:focus:hover {
	border-color: #e9aa00;
}

/* ===========================================
 * Adressbuch
 * ======================================== */
.mod_iso_addressbook > div .buttons a {
	color: #e9aa00;
}

/* ===========================================
 * Footer & Bottom
 * ======================================== */
#footer h4,
.ce_bgimage.bg-second h3,
.ce_bgimage.bg-second h4,
#bottom .inside a.newsletter {
	color: #e9aa00;
}

/* ===========================================
 * Cookie-Banner
 * ======================================== */
#mm-cookie-banner button {
    background-color: #e9aa00;
    border: 2px solid #e9aa00;
}
#mm-cookie-banner button:hover {
    background-color: #edbb33;
    border-color: #edbb33;
}
