			body {
				/* background: #fefefe url("../i/rittco_be_body.jpg") repeat-x */
				background: #ffffff;
			}
			.tl_login_form:before {
				content:'';
				background: url("/files/logo/logo.svg") no-repeat;
				background-size: contain;
				position: relative;
				position: absolute;
				display: block;
				width: 165px;
				height: 70px;
				left:50%;
				transform: translate(-50%,-80%);
				background-position: center; 
			}
			body {
				/* margin-top: 100px; */
			}

			#header .inner {
				background: #C50A33;
			}

			#tmenu a:hover, #tmenu a.hover, #tmenu li:hover .h2, #tmenu .active .h2, #tmenu .burger button:hover,
			#tmenu a:hover, #tmenu a.hover, #tmenu li:hover h2, #tmenu .active h2, #tmenu .burger button:hover {
				background-color: #003770;
			}

			#tl_navigation .menu_level_1 li.current,
			#tl_navigation .tl_level_2 li.active {
				border-left-color: #C50A33;
			}

			@media (max-width: 991px) {
				body {margin-top: 130px;}
				body:before {
					top: 70px;
				}
			}
		