/** 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;}
}
/* 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("../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("../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("../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("../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("../images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../images/desc.gif");
}

html, body {
  font-size: 16px;
}
.mainmenu ul li a {
  font-size: 16px;
}
#bottom {
	background-color: #96c300;
}
h1, h2, h3, h4, h5, h6, 
.ce_revolutionslider_text.bold {
	font-weight: 300;
}
.logo a {
	background-image: url(../images/logo_1.png);
}
label {
    margin-bottom: 8px !important;
}
.ce_iconbox .image_container img {
    width: 60px;
    height: auto;
}
#footer {
	background: #7E7E7E;
}
.only-mobile {
  display: none;
}

@media only screen and (min-width: 768px) {
	
body .logo {
	width: 200px;
}

}
@media only screen and (min-width: 768px) {
	
body .stickyheader .logo {
	width: 130px;
}

}
@media only screen and (max-width: 767px) {

  .only-mobile {
		display: block !important;
	}
  .hide-mobile {
    display: none;
  }
	
body .stickyheader .logo, .logo {
	width: 90px;
}

.ce_headerimage {
    height: 300px !important;
    object-fit: none;
    object-position: 65% 50%;
    background-position: 65% 50%;
}

}
.mainmenu ul li a {
	font-weight: 700;
}
body #top,
body #top .inside {
	background: #25a3d1;
}
body #top,
body #top .mod_socials a i {
	color: #ffffff;
}
body #top a,
body #top .mod_top_mail a {
	color: #ffffff;
}
#top {
	display: none;
}
#top .mod_socials {
	display: none;
}
#top .mod_login_top {
	display: none;
}
.bg-accent {
	background-color: #96c300;
}

p a {
	color: #96c300;
}

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

hr.divider_3:before {
	background: #96c300;
}

hr.divider_3:before {
	background: #96c300;
}

.divider_4_first {
	border: 3px solid #96c300;
}

.divider_4_second {
	background-color: #96c300;
}

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

.divider_5 i {
	color: #96c300;
}

.mainmenu ul ul {
	border-top: 2px solid #96c300;
}

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

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

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

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

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

.subnav a {
	color: #96c300;
}

#nav-open-btn:before {
	background: #96c300;
}

.ce_table table th {
	background: #96c300;
}

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

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

.ce_teambox .image .overlay {
	background: #96c300;
}

.ce_teambox .email a {
	color: #96c300;
}

blockquote a {
	color: #96c300;
}

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

.ce_iconbox.version2 i {
	background: #96c300;
}

.ce_iconbox.version2 .ce_iconbox_inside {
    min-height: 60px;
}

.ce_iconbox.version2 .ce_iconbox_cwrapper {
    vertical-align: middle;
}

.ce_iconbox .link {
	color: #96c300;
}

.ce_testimonial a {
	color: #96c300;
}

.ce_accordion .toggler {
  color: #5A90E8;
}

.ce_accordionStart.home-accordion-bayern:last-of-type .toggler,
.ce_accordionStart.home-accordion-bayern:last-of-type .accordion,
.home-accordion-bayern.ce_accordion .accordion {
  border: none;
}

.home-accordion-bayern.ce_accordion .accordion {
   padding-bottom: 0;
}

.home-accordion-bayern.ce_accordion .toggler {
  padding: 0;
  text-align: center;
}

.home-accordion-bayern.ce_accordion .toggler:before {
    width: 30px;
    height: 30px;
    float: none;
    clear: both;
    display: inline-block;
    margin-top: 3px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    font: 50px FontAwesome;
    font-weight: normal;
    color: rgb(152,152,152);
    content: "\f107";
}

.ce_accordion .toggler:hover,
.ce_accordion .toggler:before,
.ce_accordion .toggler.active {
  color:#96c300;
}

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

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

.pagination li span.current {
	background: #96c300;
}

.pagination li a:hover {
	color: #96c300;
}

.mod_faqpage h3:before {
	color: #96c300;
}

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

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

form fieldset legend {
  background-color:#96c300;
}

form .widget-checkbox fieldset {
    padding: 0;
    border: none;
}

form .widget-checkbox fieldset legend {
    background: transparent;
    padding-left: 0;
    color: inherit;
    margin-bottom: 4px;
}

form .widget-checkbox fieldset.checkbox-menu-header legend {
    background-color: #96c300;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 10px;
}

form div.widget.widget-checkbox {
    margin-bottom: 0;
}

form .widget-checkbox .checkbox_container {
    margin-bottom: 0;
}

form #condition_preis_zu_hoch,
form #condition_anderer_anbieter,
form #condition_desinfektion,
form #condition_heizungsinnenreinigung,
form #condition_fugenreinigung,
form #condition_hochdruckreiniger {
    margin-top: 8px;
}

form span.sep-checkbox input.checkbox {
    margin-top: 9px;
}

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

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

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

.label-accent {
	background: #96c300;
}

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

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

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

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

.newslist h2,
.newslist h2 a {
	color: #96c300;
}

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

.newsteaser .date {
	background: #96c300;
}

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

.ce_chartbar .chart_data {
	background: #96c300;
}

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

blockquote {
	border-color: #96c300;
}

.ce_pricetable .pricetable.highlight .title {
	background: #96c300;
}

.ce_imagebox_v2 .ce_url a {
	background: #96c300;
}

.ce_gallery .content {
	background: #96c300;
}

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

.ce_countup i {
	color: #96c300;
}

.newslist-v3 .date {
	background: #96c300;
}

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

.ce_leadertext.version1.cta-projekt-cleaner {
  max-width: 1100px;
  color: #fff;
  margin-bottom: 30px;
}

.ce_leadertext.angebot-ablehnen-leadertext.version1 {
  max-width: 1100px;
  margin-bottom: 30px;
}

.ce_leadertext.version1.cta-projekt-cleaner .subheadline {
  color: #fff;
}

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

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

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

.ce_accordion .toggler i.fa {
	background: #96c300;
}

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

.newslist-v3 .subheadline {
	color: #96c300;
}

.ce_teambox .function {
	color: #96c300;
}

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

.subheadline-v2 {
	color: #96c300;
}

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

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

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

.ce_revolutionslider_hyperlink {
	background: #96c300;
	border-color: #96c300;
}

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

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

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

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

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

.mod_portfoliolist .item a:hover {
	color: #96c300;
}

#top .mod_top_mail a {
	color: #96c300;	
}

#top .mod_top_phone span {
	color: #96c300;	
}

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

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

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

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

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

#offcanvas-top {
	background: #96c300;
}

.popup-banner {
	background: #96c300;
}

#footer a:hover {
	color: #96c300;
}

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

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

.ce_divider_extended.version4 span {
	background: #96c300;
}

.ce_divider_extended.version5 {
	background: #96c300;
}

#top a {
	color: #96c300;
}

.ce_linkbox h4 {
	color: #96c300;
}

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

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

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

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

.mod_customcatalogreader.cc_immorealty .price {
	background: #96c300;
}

.mod_customcataloglist .cc_immorealty_slider .category  {
	background: #96c300;
}

.header .mainmenu ul li.highlight a span {
	background: #96c300;
}

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

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

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

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

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

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

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

.mod_customcataloglist .cc_cardealer_slider .price strong {
	color: #96c300;
}

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

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

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

form.style2 {
	background: #96c300;
}

.ce_linkbox .ce_linkbox_banner {
	background-color: #96c300; 
}

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

.ce_featured_tab li .ce_headline .headline {
	color: #96c300;
}

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

.ce_headerimage.version3 .ce_headline .headline {
	background: #96c300;
}

.ce_headerimage.version3 .subline {
	background: #96c300;
}

.mod_portfoliolist_v4 .item a:hover {
	background: #96c300;
}

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

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

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

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


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

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

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

.ce_iconbox_v2.style2:hover {
	background-color: #7e7e7e;
}
.mainmenu ul li a {
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	
.header .mainmenu ul li a.trail, 
.header .mainmenu ul li a.active {
	color: #96c300 !important;
}

}

.ce_leadertext.version1 .subheadline {
    color: #5A90E8;
}

h3 {
    color: #5A90E8;
}

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

.home-cleaner {
    /* padding-top: 15px;
    padding-bottom: 15px; */
}

.dnone {
    display: none;
}

.projekt-cleaner {
    /*
    padding: 15px 15px 70px;
    color: #fff;
    background-color: #5A90E8;
    margin-left: -4px;
    margin-right: 4px;
    */
    
}

.projekt-cleaner a {
    color: #fff;
}
.projekt-cleaner a:hover, .projekt-cleaner a:active, .projekt-cleaner a:focus {
    color: #5A90E8 !important;
}

.my-entruempler {
    /*
    padding: 15px 15px 70px;
    color: #fff;
    background-color: #981313;
    margin-left: 4px;
    margin-right: -4px;
    */
}

.my-entruempler a {
  color: #fff;
}
.my-entruempler a:hover, .my-entruempler a:active, .my-entruempler a:focus {
  color: #981313 !important;
}

a.cboxElement {
    color: #96c300;
}
.mod_customnav.insideNavigation{text-align:center;border-bottom:1px solid #ccc;padding:20px 100px}.mod_customnav.insideNavigation li{display:inline-block;padding:0 15px}.mod_customnav.insideNavigation li a{color:#000;font-weight:700;display:block;position:relative;z-index:1;padding-bottom:15px;margin:0;transition:color 0.2s ease-in-out}.mod_customnav.insideNavigation li a:hover{color:#96c300;text-decoration:underline}.mod_customnav.insideNavigation li a span{display:none}.mod_customnav.insideNavigation li.active a{text-decoration:underline;color:#96c300}.mod_article.boxIcons .ce_iconbox_outside{padding:20px;border:1px solid #444;min-height:300px}.mod_article.boxIcons .ce_iconbox_outside h3{color:#96c300}#header .headerContact{display:none;position:absolute;left:350px;width:200px;top:26px;text-align:center}#header .headerContact ul li{display:block;line-height:20px}#header .headerContact ul li a{text-transform:uppercase}#header .headerContact ul li a > i{margin-left:5px}
