/* Button Flyer*/
#service .spaced-cols a{
	transform:translatex(0px) translatey(0px);
	font-family:'Roboto', sans-serif;
	font-size:17px;
	font-weight:400;
	
}

/* Button Senden */
.init p input{
	font-family:'Roboto', sans-serif !important;
	font-weight:400 !important;
	font-size:16px !important;
	
}


/*-------------------------------------------------------------------------------------------------------------
Anpassung für Beitragsbild
/* Svg */
.post-thumbnail .post-list-item-thumb .mesmerize-post-list-item-thumb-placeholder{
	height:8px;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für 
/* Read more */
.read-more{
	color:#397cbf;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für Mouseover*/
a:hover {color:#92c022;}

/* Button */
.blog-section-standard .text-center a{
	background-color:#397cbf;
	border-color:#939393;	
}
/*-------------------------------------------------------------------------------------------------------------
Anpassung für Hero-Typo

/* Heading */
.col-md .center h1{
	font-weight:700;
}

/* Paragraph */
.col-md .center p{
	font-weight:500;
	
}
/*---------------------------------------------------------------------------------------------------------------/* Button */
#crowdfunding .section-title-col a{
	background-color:#f99300;
	border-color:#939393;
}
/*-------------------------------------------------------------------------------------------------------------

/* Button */
#ber-uns .button-holder a{
	background-color:#397cbf;
	border-color:#939393;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für Hintergrund Startseiten-Sektionen*/

/* Über uns */
#ber-uns{
	background-color:#ffffff !important;
}

/* Was macht uns aus */
#was-macht-uns-aus{
	background-color:#fafcf5 !important;
}

/* Unser portfolio */
#unser-portfolio{
	background-color:#ffffff !important;
}

/* Unser team */
#unser-team{
	background-color:#fafcf5 !important;;
}

/* Content section spacing */
#inhalt-1{
	background-color:#ffffff !important;
}

/* Content section spacing */
#inhalt-2{
	background-color:#fafcf5 !important;;
}

/* Crowdfunding */
#crowdfunding{
	background-color:#ffffff !important;
}

/* Client testimonials */
#client-testimonials{
	background-color:#fafcf5 !important;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für Menü*/

ul.dropdown-menu.simple-menu-items > .current_page_item > a, ul.dropdown-menu.simple-menu-items > .current-menu-item > a {
    color: #397cbf;
}

ul.dropdown-menu > li:hover > a, ul.dropdown-menu > li.hover > a {
    color: #397cbf;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für FARBEN*/

.color1 {
  color: #E9550D;
}

.bg-color1 {
  background-color: #E9550D;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für Hero Titel
Main title
 Heading */
.col-md .center h1{
	color:#92c022;
	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

/*Sub title
 Paragraph */
.col-md .center p{
	color:#f99300;
	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

/*-------------------------------------------------------------------------------------------------------------
Anpassung für Header top bar
Header top bar */
#page-top .header-top-bar{
	background-color:#ffffff;
}

/* Span Tag */
.header-top-bar .top-bar-field span{
	color:#686868;
}

/* Font Icon */
.top-bar-social-icons .social-icon .fa-facebook-official{
	color:#a3a3a3;
	
}

/* Font Icon */
.top-bar-social-icons .social-icon .fa{
	color:#a5a5a5;
}