/* This CSS file will be loaded at last. Any CSS customization should be placed here 
#41494F
#82878c
#ffc800 gelb
*/

:root {
	/* Backgrounds */
	--vrc-white-bg-color: #fff;
	--vrc-grey-bg-color: #eee;
	--vrc-light-grey-bg-color: #f6f6f6;
	--vrc-dark-grey-bg-color: #444;
	--vrc-dark-grey-bg-color-hover: #666;
	
	/* Borders */
	--vrc-border-color: #ddd;
	--vrc-light-border-color: #eee;
	
	/* Texts */
	--vrc-text-color: #000000;
	--vrc-light-text-color: #333333;
	--vrc-contrast-text-color: #fff;

	/* Input Style */
	--vrc-input-style: #fff;
	--vrc-input-style-deactive: #f6f7f7;
	--vrc-input-style-nested-deactive: #eee;

	/* Colors 
--vrc-blue-color: #3286B8; = gelb
*/

	--vrc-darkblue-color: #144D5C;
	--vrc-blue-color: #ffc800!important;
--vrc-pref-color-btn:#ffc800!important;
	--vrc-blue-color-hover: #2B74A0;
	--vrc-lightblue-color: #80b3ca;
	--vrc-lightblue-color-hover: #649fbb;
	--vrc-green-color: #52aa20;
	--vrc-green-color-hover: #4c794c;
	--vrc-orange-color: #FF8000;
	--vrc-orange-color-hover: #D06800;
	--vrc-red-color: #c70000;
	--vrc-red-color-hover: #9f0000;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input,
.btn

{background-color:#ffc800!important;
background:#ffc800!important; 
color:white; 
border: 8px solid #FFc800;
font-weight: bold;
font-size: 110%;}



.vrcdivcustomfield input {
    height: 32px!important;
    font-size: .9em!important;
}