/** 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_wrapper.same-height .autogrid.same-height, .autogrid_wrapper .inner.same-height .autogrid.same-height {display: block;}

/** 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.no_gutter {padding-left: 0; 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;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#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/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background: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/jquery/colorbox/1.6.1/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/jquery/colorbox/1.6.1/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/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
@media only screen and (min-width: 768px) {

body #contentwrapper #top-wrapper .header.original,
body #contentwrapper #top-wrapper .header.original .inside,
body #contentwrapper #top-wrapper .header.original .mainmenu {
	background: none!important;
}

.cloned .mainmenu ul li a,
.header.cloned .ce_search_label i,
.header.cloned .mod_langswitcher .mod_langswitcher_inside:after {
	color: #555;
}

.header.cloned .mod_langswitcher .mod_langswitcher_inside {
	border-color: rgba(0,0,0,0.05);
}

.header.cloned .smartmenu .smartmenu-trigger .line, 
.header.cloned .smartmenu .smartmenu-trigger .line:before, 
.header.cloned .smartmenu .smartmenu-trigger .line:after {
	background: #555;
}

.header .mod_langswitcher .mod_langswitcher_inside {
	border-color: rgba(255,255,255,0.4);
}

.header .mainmenu ul li,
.header .mainmenu ul li.first {
	border-top-color: rgba(255,255,255,0.1);
	border-bottom-color: rgba(255,255,255,0.1);
}

.header .mainmenu,
.header .mod_search {
	border-color: rgba(255,255,255,0.2);
}

body .header.original .mainmenu:before {
	background-color: rgba(255,255,255,0.2);
}

.header .smartmenu .smartmenu-trigger .line,
.header .smartmenu .smartmenu-trigger .line:before,
.header .smartmenu .smartmenu-trigger .line:after {
	background: #fff;
}

body .header.original .inside .mainmenu,
body .header.original .mod_search {
	border-color: rgba(255,255,255,0.2);
}

body .mainmenu ul li a:after {
	background: rgba(255,255,255,0.6);
}

#slider {
	min-height: 136px;
	background: #393939;
}

}

.bg-accent {
	background-color: #c2b59b;
}

p a {
	color: #c2b59b;
}

.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: #c2b59b;
}

hr.divider_3:before {
	background: #c2b59b;
}

hr.divider_3:before {
	background: #c2b59b;
}

.divider_4_first {
	border: 3px solid #c2b59b;
}

.divider_4_second {
	background-color: #c2b59b;
}

.divider_4::after, .divider_4::before {
	background-color: #c2b59b;
}

.divider_5 i {
	color: #c2b59b;
}

.header .mainmenu ul li a.trail,
.header .mainmenu ul li a.active {
	color: #c2b59b !important;
}

#top-wrapper.fixed .mainmenu a.active, 
#top-wrapper.fixed .mainmenu a.trail {
	color: #c2b59b;
}

.mainmenu ul ul li a:hover, 
.mainmenu ul ul li a.trail, 
.mainmenu ul ul li a.active {
	background: #c2b59b !important;
}

body.header-dark .fixed .mainmenu ul li a.trail, 
body.header-dark .fixed .mainmenu ul li a.active {
	color: #c2b59b;
}

.header-light #top-wrapper.fixed .mainmenu a.active,
.header-light #top-wrapper.fixed .mainmenu a.trail {
	color: #c2b59b;
}

.subnav a {
	color: #c2b59b;
}

#nav-open-btn:before {
	background: #c2b59b;
}

.ce_table table th {
	background: #c2b59b;
}

.ce_tabs .tabs.classic ul li.active, 
.ce_tabs .tabs.classic ul li:hover {
	border-color: #c2b59b;
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: #c2b59b;
}

.ce_teambox .image .overlay {
	background: #c2b59b;
}

.ce_teambox .email a {
	color: #c2b59b;
}

blockquote a {
	color: #c2b59b;
}

.header .mod_search .search-content {
	background: #c2b59b;
}

.ce_iconbox.version2 i {
	background: #c2b59b;
}

.ce_iconbox .link {
	color: #c2b59b;
}

.ce_testimonial a {
	color: #c2b59b;
}

.ce_accordion .toggler:before {
  color:#c2b59b;
}

.mod_calendar th.head {
  background:#c2b59b;
  border-top:1px solid #c2b59b;
  border-right:1px solid #c2b59b;
  border-left:1px solid #c2b59b;
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:#c2b59b;
}

.pagination li span.current {
	background: #c2b59b;
}

.pagination li a:hover {
	color: #c2b59b;
}

.mod_faqpage h3:before {
	color: #c2b59b;
}

.mod_search .submit {
	border: 1px solid #c2b59b;
}

input:focus,
textarea:focus {
  border:1px solid #c2b59b;
}

form fieldset legend {
  background-color:#c2b59b;
}

input.submit[type="submit"] {
	background: #c2b59b;
}

input.submit[type="submit"]:hover {
	background: #c2b59b;
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: #c2b59b;
}

.label-accent {
	background: #c2b59b;
}

.ce_hyperlink a,
a.btn {
	background: #c2b59b;
	border-color: #c2b59b;
}

#alu-start .ce_hyperlink a,
#alu-start a.btn {
	background: #ffffff;
	padding: 4px;
	min-width: auto;
}

#kupfer-start .ce_hyperlink a,
#kupfer-start a.btn {
	background: #ffffff;
	padding: 4px;
	min-width: auto;
}

#messing-start .ce_hyperlink a,
#messing-start a.btn {
	background: #ffffff;
	padding: 4px;
	min-width: auto;
}

#aluminium-start .ce_hyperlink a,
#aluminium-start a.btn {
	background: #ffffff;
	padding: 4px;
	min-width: auto;
}

#copper-start .ce_hyperlink a,
#copper-start a.btn {
	background: #ffffff;
	padding: 4px;
	min-width: auto;
}

#brass-start .ce_hyperlink a,
#brass-start a.btn {
	background: #ffffff;
	padding: 4px;
	min-width: auto;
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: #c2b59b;
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: #c2b59b;
}

.ce_hyperlink a.outline,
a.btn.outline {
	color: #c2b59b;
}

.newslist h2,
.newslist h2 a {
	color: #c2b59b;
}

.newslist .news-left .news-date {
	background: #c2b59b;
}

.newsteaser .date {
	background: #c2b59b;
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
	background: #c2b59b;
}

.ce_chartbar .chart_data {
	background: #c2b59b;
}

.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: #c2b59b;
}

blockquote {
	border-color: #c2b59b;
}

.ce_pricetable .pricetable.highlight .title {
	background: #c2b59b;
}

.ce_imagebox_v2 .ce_url a {
	background: #c2b59b;
}

.ce_gallery .content {
	background: #c2b59b;
}

.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: #c2b59b;
}

.ce_countup i {
	color: #c2b59b;
}

.newslist-v3 .date {
	background: #c2b59b;
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: #c2b59b;
}

.ce_leadertext.version2 .divider-first {
	border: 3px solid #c2b59b;
}

.ce_leadertext.version2 .divider-second {
	background-color: #c2b59b;
}

.ce_leadertext.version2 .divider:after, 
.ce_leadertext.version2 .divider:before {
	background-color: #c2b59b;
}

.ce_accordion .toggler i.fa {
	background: #c2b59b;
}

.newsteaser_v3 .news-overlay i {
	background-color: #c2b59b;
}

.newslist-v3 .subheadline {
	color: #c2b59b;
}

.ce_teambox .function {
	color: #c2b59b;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	border-color: #c2b59b transparent transparent transparent;
}

.subheadline-v2 {
	color: #c2b59b;
}

.ce_timeline .timeline-item .timeline-item-title {
	background: #c2b59b;
}

.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
	background: #c2b59b;
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
	color: #c2b59b;
}

.ce_revolutionslider_hyperlink {
	background: #c2b59b;
	border-color: #c2b59b;
}

#top .mod_top_mail a:hover,
#top .mod_login_top:hover,
#top .mod_search:hover,
#top .mod_langswitcher span:hover  {
	background: #c2b59b;
}

#top .mod_langswitcher ul li a:hover {
	color: #c2b59b;
}

.ce_headline_extended.version2 .divider-first {
	border-color: #c2b59b;
}

.ce_headline_extended.version2 .divider:after, 
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
	background-color: #c2b59b;
}

.mod_portfoliolist .item figure {
	background-color: #c2b59b;
}

.mod_portfoliolist .item a:hover {
	color: #c2b59b;
}

#top .mod_top_mail a {
	color: #c2b59b;	
}

#top .mod_top_phone span {
	color: #c2b59b;	
}

form .input-group-addon {
	background: #c2b59b;
	border-color: #c2b59b;
}

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: #c2b59b;
}

body .picker__list-item--highlighted, 
body .picker__list-item:hover {
	border-color: #c2b59b;
}

.ce_video_background .video-overlay  {
	background-color: #c2b59b;
}

.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
	background-color: #c2b59b;
}

#offcanvas-top {
	background: #7c7977;
}

.popup-banner {
	background: #c2b59b;
}

#footer a:hover,
#bottom .inside a:hover {
	color: #c2b59b;
}

.ce_bgimage_content_start.bg-accent .bg_overlay {
	background: #c2b59b;
}

.newslist-timeline:before,
.newslist-timeline-both h4:before {
	border-color: #c2b59b;
}

.ce_divider_extended.version4 span {
	background: #c2b59b;
}

.ce_divider_extended.version5 {
	background: #c2b59b;
}

#top a {
	color: #c2b59b;
}

.ce_linkbox h4 {
	color: #c2b59b;
}

.body_bottom .mod_search .search-content {
	background: #c2b59b;
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
	background: #c2b59b;
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
	background: #c2b59b;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
	color: #c2b59b;
}

.mod_customcatalogreader.cc_immorealty .price {
	background: #c2b59b;
}

.mod_customcataloglist .cc_immorealty_slider .category  {
	background: #c2b59b;
}

.header .mainmenu ul li.highlight a span {
	background: #c2b59b;
}
 
.mainmenu ul ul {
	border-top: 2px solid #c2b59b;
}


.mod_customcataloglist.cc_immorealty .customelements_notelist input {
	background-color: #c2b59b;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
	color: #c2b59b;
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
	background-color: #c2b59b;
}

.mod_customcatalogreader.cc_cardealer .single-price {
	color: #c2b59b;
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
	background-color: #c2b59b;
}

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
	background-color: #c2b59b;
}

.mod_customcataloglist .cc_cardealer_slider .state {
	background-color: #c2b59b;
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
	color: #c2b59b;
}

.ce_linkbox a i {
	background-color: #c2b59b;
}

.mod_portfoliolist.portfolio-v2 .item a:hover {
	color: #c2b59b;
}

.ce_fullscreen_gallery.version3 .bold {
	background-color: #c2b59b;
}

form.style2 {
	background: #c2b59b;
}

.ce_linkbox .ce_linkbox_banner {
	background-color: #c2b59b; 
}

.custommenu li:hover {
	background-color: #c2b59b;
}

.ce_featured_tab li .ce_headline .headline {
	color: #c2b59b;
}

.ce_featured_tab li.active {
	background-color: #c2b59b;
}

.ce_headerimage.version3 .ce_headline .headline {
	background: #c2b59b;
}

.ce_headerimage.version3 .subline {
	background: #c2b59b;
}

.mod_portfoliolist_v4 .item a:hover {
	background: #c2b59b;
}

.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
	background: #c2b59b;
}

.color-second {
	color: #7c7977; 
}

.bg-second {
	background-color: #7c7977; 
}

.ce_bgimage_content_start .bg_overlay.bg-second {
	background-color: #7c7977;
}


.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover {
	background-color: #7c7977;
}

.mod_customcataloglist.cc_cardealer .item-state {
	background-color: #7c7977;
}

form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover {
	background-color: #7c7977;
}

.ce_iconbox_v2.style2:hover {
	background-color: #7c7977;
}

.ce_leadertext.version1 {
    margin-bottom: 10px;
    max-width: 980px;
}

.dashboard_chart { width:19%; height:180px; display:inline-block;}
.dashboard_chart table {margin:0px auto !important;}




/* =============================================================================
 * ce_pricelist
 * ========================================================================== */

.ce_albko_job_card .ce_albko_job_card_inside {
	box-shadow: 0 0 4px 2px rgba(108, 108, 108, 0.14);
	padding: 30px 50px;
	background: rgb(255,255,255);
	border-radius: 6px;
	margin: 5px;
	overflow: hidden;
}

.ce_albko_job_card ul {
	padding-left: 25px;
}

.ce_albko_job_card li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_albko_job_card .attribute.ce_headline {
	margin-bottom: 0px;
}

.ce_albko_job_card .price {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.swiper-wrapper .ce_albko_job_card .ce_albko_job_card_inside {
	margin: 10px;
}


.ce_albko_jobs_form {
	box-shadow: 0 0 4px 2px rgba(108, 108, 108, 0.14);
	padding: 30px 50px;
	background: rgb(255,255,255);
	border-radius: 6px;
	margin: 5px;
	overflow: hidden;
}

.aluminium_bg { background-image: url("../../files/albko/images/aluminium_bg.jpg"); background-repeat: no-repeat; }
.copper_bg { background-image: url("../../files/albko/images/copper_bg.jpg"); background-repeat: no-repeat; }
.brass_bg { background-image: url("../../files/albko/images/brass_bg.jpg"); background-repeat: no-repeat; }

#farben { background-color: #fff; padding-bottom:100px; }
#farben .ce_iconbox_cwrapper { padding-top:15px; }
#farben .content { margin-top:-15px; }

@media only screen and (max-width: 768px) {
.dashboard_chart { width:100%; height:180px;padding-left:0px; }
}

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

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

.demo_default_tds #slider { max-height: 250px; }

.img-reset-width img { max-width: auto !important; width: auto !important;}

.ce_revolutionslider_hyperlink {
    background: #5ebbd7;
    border-color: #5ebbd7;
}

.ce_revolutionslider .invertcolor, .ce_typed span, #automotive-keywords span { background-color:rgba(0,0,0,0.40); padding-left:15px; padding-right:15px; }
.jobs .ce_typed span { background:none !important; padding-left:0px; padding-right:0px; }
.ce_typed .typed-cursor { padding-bottom:3px; }
#automotive-keywords { width: 100%; max-height:0px; font-weight:bold; }

.pdf_link { float:right; }

.ce_download {
    background: #5ebbd7;
}

#bottom .inside a:hover { text-decoration: none !important; }



.mainmenu ul ul {
	border-top:2px solid #c2b59b;
}
.mainmenu ul ul li a.active {
	background-color:#c2b59b;
	background-color:#c2b59b important;
}
#nav-open-btn::before {
	background-color:#c2b59b;
}
h2,
h3 {
	color:#898a8d;
}
.ce_table table:not(.table-striped):not(.table-striped-dark) td.col_first {
	padding-left:12px;
}
.ce_table table:not(.table-striped):not(.table-striped-dark) td.col_last {
	padding-right:12px;
}
.ce_table table th {
	background-color:#c2b59b;
}
.ce_iconbox .link {
	color:#c2b59b;
}
.header .mainmenu ul li a.trail,
.header .mainmenu ul li a.active {
	color: #c2b59b!important;
}
#top .mod_top_mail a:hover,
#top .mod_login_top:hover,
#top .mod_search:hover,
#top .mod_langswitcher span:hover {
	background:#c2b59b;
}
#top .mod_top_mail a {
	color:#c2b59b;
}
.body_bottom .mod_search .search-content,
.ce_divider_extended.version5 {
	background-color:#c2b59b;
}
#acs-start h1 {
	color:#fff;
}
#autogrid_wrapper_15520 .fa-check,
#autogrid_wrapper_15520 li,
.ce_typed span {
	color:#fff;
}
#acs-start .divider {
	background-color:#fff;
}
.coming_soon .ce_list li::after {
	background: none !important;
}
.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:#c2b59b;
}
input.submit[type="submit"] {
	background-color:#c2b59b;
}
input.submit[type="submit"]:hover {
	background-color:#d1d3d4;
}
.coming_soon .widget label {
	color:#fff;
}
.logo a {
	background-image:url("../../files/acs/images/acs-200x60.png");
}
.ce_hyperlink a,
a.btn {
	background-color:#c2b59b;
	border-color:#c2b59b;
}
#slider { min-height: 0px; }
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../../files/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../../files/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

