@CHARSET "UTF-8";

/* roboto-condensed-300 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-condensed-v16-latin-300.woff') format('woff'); /* Modern Browsers */
}

/* roboto-condensed-300italic - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/roboto-condensed-v16-latin-300italic.woff') format('woff'); /* Modern Browsers */
}

/* roboto-condensed-regular - latin */
  @font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'); /* Modern Browsers */
}

/* roboto-condensed-italic - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v16-latin-italic.woff') format('woff'); /* Modern Browsers */
}

/* roboto-condensed-700 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* roboto-condensed-700italic - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v16-latin-700italic.woff') format('woff'); /* Modern Browsers */
}

/* nunito-600 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/nunito-v9-latin-600.woff2') format('woff2'); /* Super Modern Browsers */
}


/* nunito-800 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/nunito-v9-latin-800.woff2') format('woff2'); /* Super Modern Browsers */	 
}

/*Header*/
#header ._logo,
.responsive_medium .logo_small {
    background-image: url(../elements/Logo_EEW_ohne_Claim_ohne_Schrift.jpg);
    width: 143px;
    height: 66px;
}

.responsive_medium .logo_small {
    background-image: url(../elements/Logo_EEW_ohne_Claim_ohne_Schrift.jpg);
    width: 143px;
    height: 66px;
}

.responsive_medium .header_desktop {
	margin: 1rem;
}

/*Footer*/
.footer a {
	text-decoration: underline;
}

/*Register*/
.register_user #progressbar_wrapper {
	margin-top: 2px;
}

/*Sidebar*/
#side_column #ct #menu_side ul li a {
	display: flex;
	align-items: center;
	line-height: auto;
}


/*CustomerData*/
.wrapper_contact_navi .buttons_table_cell:not(.req_info) {
	width: unset;
}

/* Configaccount */
.q-dialog-plugin .q-dialog__message li.no_icon {
	padding-top: 1rem;
}

/*History*/
#chart1 {
	width: 100% !important;
}

/*Passwort*/
body .password_forget form.active tr td.label .info_text {
	border: 0;
	background: transparent;
}

#progressbar_wrapper {
	top: 2px;
}