
/**
Vars:
U[0]
T[0|0]
*/


/* Fuer Video Fullscreen Hintergrund */
.bg-black {background-color: #000000 !important;}


:root {
	--bg1-border-color: rgba(255,255,255,0.00);
	--bg1-background-color: rgba(255,255,255,0.25098039215686274);
	.bg1-roundings-top {border-radius: 5px 5px 0px 0px;}
	.bg1-roundings-bottom {border-radius: 0px 0px 5px 5px;}
	--bg1-border-radius: 5px;
	--icon-icons-color: #ffffff;
	--icon-logo-color: #ffffff;
	--font-secondary-color: rgba(229,229,229,1);
	--dropdown-header-border-radius: 5px 5px 0px 0px;
	--dropdown-container-border-radius: 5px 0px 5px 5px;
	--dropdown-container-right-border-radius:  0px 5px 5px 5px;
	--dropdown-border-radius: 5px;
	--dropdown-border-color: rgba(255,255,255,1.00);
	--dropdown-background-color: rgba(121,189,234,1);
	--system-notification-error-color: #ff0000;
	--system-notification-error-border-color: #ff0000;
	--system-notification-background-color: rgba(255,110,0,1);
	--media-player-fullscreen-background-color: rgba(0,0,0,1.00);
	--image-player-background-color: rgba(0,0,0,0.00);
	--video-player-background-color: rgba(0,0,0,0.7529411764705882);
	--image-player-control-background-color: rgba(255,255,255,0.00);
	--video-player-control-background-color: rgba(0,0,0,0.5019607843137255);
	--font-online-color: rgba(0,255,0,1);
	--font-link-color: rgba(255,255,255,1);
	--font-link-hover-color: rgba(255,114,0,1);
	--body-background-image-attachment: fixed;
	--body-background-image-position: top center;
	--body-background-image-repeat: no-repeat;
	--body-background-color: rgba(121,189,234,1);
	--font-primary-color: rgba(255,255,255,1);
	--body-max-width: auto;
	--system-notification-color: rgba(255,255,255,1.00);
	--font-headline-color: rgba(255,255,255,1);
	--image-border-radius: 0px 0px;
	--media-border-radius: 5px;
	--button-background-color: rgba(255,114,0,1);
	--button-border-color: rgba(255,255,255,0.00);
	--button-color: rgba(255,255,255,1);
	--button-border-radius: 5px;
	--input-border-radius: 5px;
	--input-background-color: rgba(255,255,255,1);
	--input-border-color: rgba(229,229,229,1);
	--input-color: rgba(0,0,0,1);

}


