@charset "UTF-8";
/* 
Bürogemeinschaft Tedesco & Bruns
 
mike lang
10.2023

*/

/*farben*/


/*
Vorlage für Farbwahl.psd
orange: 		#fe5c13	rgb(254,92,19) (dunkel) rgb(243,144,9) (hell)
braun: 		#91503c	rgb(145,80,60)
dunkelgrau: #58575c	rgb(88,87,92)
hellgrau: 	#c1c2be	rgb(193,194,190)
rosa-sand: 	#f9e8dc	rgb(249,232,220)
weiss: 		#ffffff	rgb(255,255,255)

Logo:
27,54,75 		dunkel Petrol
95,154,255,.5	hellblau, 50% deckkraft

*/


body 	{ background-color: rgb(255,255,255); color: rgb(84,83,83); }
/*#home { background-color: rgb(31,31,31); color: rgb(204,204,204); }*/

/*Links*/
.txt-img a, .txt-img a:link, .txt-img a:visited { color: rgb(84,83,83);  text-decoration-color: rgba(84,83,83,.5); }

/*#home .txt-img a, #home .txt-img a:link, #home .txt-img a:visited { color: rgb(204,204,204); text-decoration-color: rgba(204,204,204,.7); }*/
.txt-img a:focus 	{ color: #8991a1; }
.txt-img a:active { color: white; }
.txt-img a:hover	{ color: #836d69; }



#header  { background: linear-gradient(to right,rgb(225,215,205) 20%,rgb(116,86,58) 90%); }

#footer { background-color: rgba(116,86,58,.9); }



/* mit cursor ausgewählt */
::selection,
code {
    /*color: black;*/
    background: rgba(95,154,255,.5);
}

