﻿/*	=================================
	SOFAs #3f5787 (Blue) + #2e2d35 (Gray) + #f6bd16 (yellow)
    ================================= */

::-moz-selection	{	background-color: rgba(246,189,022,1.00); color: rgba(000,000,000,1.00); }
::selection			{	background-color: rgba(246,189,022,1.00); color: rgba(000,000,000,1.00); } 

	nav:before, .btn
	{	background-color: rgba(063,087,135,1.00); color: rgba(255,255,255,1.00); }
	h1, h1 span, p > a	
	{	color: rgba(063,087,135,1.00); }
	
	header:before, .legal header:before, #intro:before, .swiper-slide > div:nth-child(1), footer, .toplink, ul > li:before, .flap > div	
	{	background-color: rgba(046,045,053,1.00); color: rgba(255,255,255,1.00); }
	#start > div > div *
	{	color: rgba(046,045,053,1.00); }
	
	#start > div > div:after
	{	background-color: rgba(252,216,108,1.00); }

/*	=================================
		BG-Colors
	================================= */
	
	/* BG White */  
	#start > div > div, #start a.more, article, header a:before, #referenzen ul > li:before,
	#kontakt > div > div > :nth-child(1), #kontakt > div > div > :nth-child(1):before, #kontakt > div > div a:before,
	#cookies:before
	{	background-color: rgba(255,255,255,1.00); }
	
	/* BG Gray (#dfe3e3) */  
	#referenzen, #leistungen > div > div > div > div, #jobs > div > div > div:after, 
	#jobs > div > div > div:before, #jobs > div > div > div:last-child:after, #kontakt	
	{	background-color: rgba(223,227,227,1.00); }
		
/*	=================================
		TXT-Colors
	================================= */
	
	/* TXT White */  
	header a, nav a, #start span, .swiper-slide > div:nth-child(1) *, footer *, .flap *
	{	color: rgba(255,255,255,1.00); }
		
	/* TXT Gray */
	*
	{	color: rgba(067,065,078,1.00); }
	
	/* TXT Black */
	h1 > span, h3
	{	color: rgba(000,000,000,1.00); }

/*	=================================
		Border
	================================= */
			
	/* Border Standard */
	*
	{	border-color: rgba(067,065,078,0.125); }
	
	#start > div > div > a > span + span, footer > div > div > div:nth-child(1) a + a
	{	border-color: rgba(067,065,078,1.00); }
	
	/* Border Radius */
	.btn, figure > img, #unternehmen figure > div, #leistungen > div > div > div > div, #kontakt > div > div > :nth-child(1)
	{	border-radius: 0.25rem; }
	
/*	=================================
		Gradients
	================================= */
	
	#start > div > div, #kontakt > div > div a:before	
	{	background-image: linear-gradient(90deg, rgba(252,216,108,1.00) 0.00%, rgba(252,216,108,1.00) 50.00%, rgba(246,189,022,1.00) 50.00%, rgba(246,189,022,1.00) 100.0%); }
		
/*	=================================
		END
	================================= */