/* cmsms stylesheet: lindenpark modified: Mittwoch, 18. Juni 2025 13:46:12 */
/*-----primary orange, sec hellgrün tert grün-*/



/*-------hellgruen und opacity-*/
.slider-fullscreen header.header-smaller, #stellen header{
	background-color: rgba(217,230,177, .8); 
}
.swiper-next, .swiper-prev {background-color:  rgba(217,230,177, 0.15); }

/*--petrol und opacity -*/

#to-show { 
background-color: #ba3e33; /*--fallback for IE*/
background-color: rgb(186,62,51, .8);}
.swiper-next:hover, .swiper-prev:hover {
  background-color: rgba(186,62,51, 0.45);  
}
.dark .scroll-down-arrow, .scroll-down-arrow.dark, .scroll-down-arrow {color:rgb(186,62,51, .8);} 


/*---Color--petrol-------------*/

body,a ,.main-menu a, .main-menu a:hover
{
color: #ba3e33;
}
.totoplink a:hover, .team-modal__inner, .team-modal__close .icon__close, footer,.mobile-nav-trigger span:before, .mobile-nav {
	background-color:#ba3e33;
}

.mobile-nav-trigger span:before  {box-shadow: 0 6px 0 0 #ba3e33, 0 12px 0 0 #ba3e33;}

/*---Color--gelb-------------*/

.team-modal__inner, #bannerleft,  #banner a, footer a, .impressum a, .mobile-nav li a, ul.mobile-nav a {
color: #d9e6b1; }

.team-modal__inner a.team-modal__close {background-color:#d9e6b1;}
 

/*---Color gelb2-*/
#bannerright, #bannerright a, a:hover, .impressumlink:hover  {
color: #aecc53; }


/*---------Browser-*/

::selection {
	background: #ba3e33;
}
::-moz-selection{
	background:#ba3e33;
}
::-webkit-selection{
	background:#ba3e33;
}
