/*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/
html {	
background-color:#4b8f2c;
}
 .green {	
background-color:#4b8f2c;
	color:#fff!important;
	font-weight:bold;
}
#Wrapper {
	background-color:#4b8f2c!important;
}
#Header .top_bar_left, 
.header-classic #Top_bar, 
.header-plain #Top_bar, 
.header-stack #Top_bar, 
.header-split #Top_bar, 
.header-fixed #Top_bar, 
.header-below #Top_bar, 
#Header_creative, 
#Top_bar #menu, 
.sticky-tb-color #Top_bar.is-sticky {
  background-color: #a1daf8
}
#Top_bar .menu > li ul {
  background-color: #a1daf8;
}
#Top_bar .menu > li > a {
  color: #000;
}
@media only screen and (max-width: 767px) {
#Top_bar, #Action_bar {
  background: #a1daf8!important;
}
#Top_bar .logo #logo {
  margin: 5px 42px 0 0;
}
}
@media only screen and (min-width: 768px) {
.logo {
	margin: 20px 0px 0px 0px;
	width: 100%;
	position: absolute;
	top: 0;
	max-height: 61px;
	border-bottom: 2px solid black;
}
.logo a {
	display:inline-block;
	height:100%;
}
#logo img {
	max-width: 324px;
}
}
@media only screen and (max-width: 1239px) {
#Top_bar #menu ul li.submenu .menu-toggle {
  color: #fff;
}
}
@media only screen and (max-width: 767px) {
.section_wrapper .column {
  margin: 0;
}
.section the_content:not(.no_content) {
padding-bottom:20px;	
}
}
#Footer {
  background-color: #4b8f2c;
}
a.button, a.tp-button {
  background-color: #a1daf8;
}
#cookie-law-info-again {
	background-color: #a1daf8!important;
	box-shadow: #161616 0px 0px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.ls-inner {
	background-image: linear-gradient(to bottom, #a1daf8 0%, #4b8f2c 100%);
}
#Footer .footer_copy {
  border-top: none;
}
#Content:after {
	content:"AM RAND - Ein erfahrenes Team aus Erziehern, Heilpädagogen, Therapeuten, Lehrern und Psychologen für Kinder und Jugendliche zwischen 6 und 18 Jahren. Die Kinder und Jugendlichen werden in ihrer Persönlichkeitsentwicklung begleitet, gefordert und gefördert. Sie finden ein Zuhause entweder auf Zeit oder bis zum Erwachsenwerden. Gemeinsam mit Ihnen werden Lebens- und Berufsperspektiven entwickelt.";
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	background:#4b8f2c;
	padding:30px;
	display:block;
	color:#fff;
	font-weight:normal;
}
@media only screen and (min-width: 767px) {
#Content:after {
		display:none;
	}
}