.vl_alphabet {
	display: flex;
	margin: 10px 0;
	background-color: #f2f2f2;
	color: #000000;
}
a.vl_alpha {
	display: inline-block;
	padding: 2px;
	cursor: pointer;
	flex: auto;
	text-align: center;
}
a.vl_alpha.active,
a.vl_alpha:not(.disabled):hover,
a.vl_alpha:not(.disabled):focus {
	background-color: #007964;
	color: #fff;
}
a.vl_alpha.disabled {
	cursor: not-allowed;
}
.vl_branchen_liste,
.vl_branchen_liste_expandable,
.vl_arbeitgeber_liste {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px;
}
.vl_branche {
	width: 260px;
	text-align: center;
	margin: 5px;
	background-color: #3e7800;
	color: #fff;
	border-radius: 5px;
	flex-grow: 1;
	position: relative;
}
.vl_branche, .vl_arbeitgeber_box {
	width: 260px;
	text-align: center;
	margin: 5px;
	background-color: #f2f2f2;
	color: #333;
	border-radius: 5px;
	flex-grow: 1;
	position: relative;
	border: 1px solid #444444;
}
.vl_branchen_liste .vl_branche {
	padding-bottom: 36px;
}
.vl_branche h4.name i {
	font-size: 48px;
	display: block;
	margin-bottom: 5px;
}
.vl_branchen_liste .vl_branche h4.name,
.vl_arbeitgeber_liste .vl_arbeitgeber_box h4.vl_arbeitgeber_name {
	font-weight: normal;
	padding: 10px 5px;
	margin: 0;
	font-size: 18px;
	color: #333333;
}
.vl_arbeitgeber_liste .vl_arbeitgeber_box h4.vl_arbeitgeber_name {
	padding: 10px !important;
}
.vl_arbeitgeber_liste .vl_arbeitgeber_box .vl_arbeitgeber_img_wrapper {
	width: 100%;
	height: 80px;
	background-color: #fff;
	border: 1px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
}
.vl_arbeitgeber_liste .vl_arbeitgeber_box a {
	display: block;
	width: 100%;
	height: 100%;
}
.vl_arbeitgeber_liste .vl_arbeitgeber_box .vl_arbeitgeber_img {
	margin: 10px;
	display: block;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.vl_branchen_liste_expandable .vl_branche h4.name {
	font-weight: normal;
	font-size: 16px;
	padding: 10px 5px 10px 40px;
	font-size: 18px;
	margin: 0;
	transition: margin-bottom 0.3s ease-in-out;
	color: #333333;
}
.vl_branchen_liste_expandable .vl_branche:not(.open) h4.name {
	margin-bottom: -10px;
}
.vl_branchen_liste_expandable .vl_branche .toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 15px;
	padding: 3px 5px;
	border-radius: 15px;
	display: block;
	background-color: #ffffff;
	color: #007964 !important;
	border: 1px solid #007964;
	line-height: 1;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.vl_branchen_liste_expandable .branchen_link {
	position: absolute;
	bottom: 50%;
	margin-bottom: -15px;
	left: 10px;
	font-size: 16px;
	padding: 5px;
	border-radius: 15px;
	display: block;
	background-color: #3e7800;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.vl_branchen_liste_expandable .vl_branche:not(.open) .toggle .fa-minus,
.vl_branchen_liste_expandable .vl_branche.open .toggle .fa-plus,
.vl_branchen_liste_expandable .vl_branche:not(.open) .branchen_link {
	display: none;
}
.vl_branchen_liste_expandable .vl_branche:not(.open) .vl_branche_details {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}
.vl_branchen_liste_expandable .vl_branche_details {
	transition: max-height,opacity 0.2s ease-in-out;
	max-height: 200px;
	position: relative;
	padding: 5px 5px 5px 40px;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #444444;
	opacity: 1;
}
.vl_branche_details .description {
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
}
.vl_branchen_liste_expandable .vl_branche.open .vl_branche_details {
	background-color: #fff;
}
.vl_branchen_liste_expandable .vl_branche .anteil {
	font-size: 24px;
	margin-bottom: 0;
}
.vl_branchen_liste .vl_branche .anteil {
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 24px;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.vl_branchen .vl_branche {
	display: none;
}
.vl_branchen .vl_branche_empty,
.vl_arbeitgeber .vl_arbeitgeber_box_empty {
	display: flex;
	visibility: hidden;
	height: 1px;
	margin: 0 5px -1px;
}
.vl_branchen[data-selection=""] .vl_branche,
.vl_branchen[data-selection="A"] .vl_branche[data-firstletter="A"],
.vl_branchen[data-selection="B"] .vl_branche[data-firstletter="B"],
.vl_branchen[data-selection="C"] .vl_branche[data-firstletter="C"],
.vl_branchen[data-selection="D"] .vl_branche[data-firstletter="D"],
.vl_branchen[data-selection="E"] .vl_branche[data-firstletter="E"],
.vl_branchen[data-selection="F"] .vl_branche[data-firstletter="F"],
.vl_branchen[data-selection="G"] .vl_branche[data-firstletter="G"],
.vl_branchen[data-selection="H"] .vl_branche[data-firstletter="H"],
.vl_branchen[data-selection="I"] .vl_branche[data-firstletter="I"],
.vl_branchen[data-selection="J"] .vl_branche[data-firstletter="J"],
.vl_branchen[data-selection="K"] .vl_branche[data-firstletter="K"],
.vl_branchen[data-selection="L"] .vl_branche[data-firstletter="L"],
.vl_branchen[data-selection="M"] .vl_branche[data-firstletter="M"],
.vl_branchen[data-selection="N"] .vl_branche[data-firstletter="N"],
.vl_branchen[data-selection="O"] .vl_branche[data-firstletter="O"],
.vl_branchen[data-selection="P"] .vl_branche[data-firstletter="P"],
.vl_branchen[data-selection="Q"] .vl_branche[data-firstletter="Q"],
.vl_branchen[data-selection="R"] .vl_branche[data-firstletter="R"],
.vl_branchen[data-selection="S"] .vl_branche[data-firstletter="S"],
.vl_branchen[data-selection="T"] .vl_branche[data-firstletter="T"],
.vl_branchen[data-selection="U"] .vl_branche[data-firstletter="U"],
.vl_branchen[data-selection="V"] .vl_branche[data-firstletter="V"],
.vl_branchen[data-selection="W"] .vl_branche[data-firstletter="W"],
.vl_branchen[data-selection="X"] .vl_branche[data-firstletter="X"],
.vl_branchen[data-selection="Y"] .vl_branche[data-firstletter="Y"],
.vl_branchen[data-selection="Z"] .vl_branche[data-firstletter="Z"] {
	display: block;
}
#vl_loader {
	position: fixed;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.1);
	display: none;
}
#vl_loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
}

.vl_rechner fieldset {
	width: 100%;
	border: 1px solid #444444;
	margin: 0 auto;
}
.vl_rechner legend {
	padding: 5px 10px;
	background-color: #007964;
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #444;
	display: block;
}
.vl_rechner fieldset + fieldset {
	margin-top: 20px;
}
.vl_rechner .berechnungsgrundlage_radio label,
.vl_rechner .anlagetyp_radio label,
.vl_rechner .fonds_radio label {
	display: block;
	padding: 5px;
	flex: 1;
	cursor: pointer;
}
.vl_rechner .berechnungsgrundlage_radio,
.vl_rechner .anlagetyp_radio {
	margin: 15px -5px 15px;
}
.vl_rechner .berechnungsgrundlage_radio label,
.vl_rechner .anlagetyp_radio label {
	padding: 10px 15px;
	font-size: 15px;
	margin: 5px;
	text-align: center;
	color: #fff;
	background-color: #fd6c40;
	border: 1px solid #fd6c40;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vl_rechner .fonds_radio label {
	max-width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #333333;
	transition: all 0.3s;
}
.vl_rechner .fonds_radio label span,
.vl_rechner .fonds_radio .label span {
	display: block;
	padding: 0 5px;
}

.vl_rechner .berechnungsgrundlage_radio label.active,
.vl_rechner .anlagetyp_radio label.active,
.vl_rechner .berechnungsgrundlage_radio label:focus,
.vl_rechner .anlagetyp_radio label:focus,
.vl_rechner .berechnungsgrundlage_radio label:hover,
.vl_rechner .anlagetyp_radio label:hover {
	color: #fff;
	text-shadow: none;
	background-color: #007964;
	border-color: #007964;
}
.vl_rechner .fonds_radio label.active,
.vl_rechner .fonds_radio label:focus,
.vl_rechner .fonds_radio label:hover {
	background-color: #007964;
	border-color: #007964;
	color: #ffffff;
}
.vl_rechner .berechnungsgrundlage_radio input,
.vl_rechner .fonds_radio input,
.vl_rechner .anlagetyp_radio input {
	display: none;
}
.vl_rechner #radio_fonds,
.vl_rechner #radio_individuell,
.vl_rechner #anlagetyp_einmalanlage,
.vl_rechner #anlagetyp_sparplan {
	transition: height,max-height 0.3s;
	overflow-y: hidden;
	max-height: 0;
}
.vl_rechner #radio_fonds.open {
	max-height: 920px;
}
.vl_rechner #radio_fonds label,
.vl_rechner #radio_fonds .label {
	text-align: center;
}
.fonds_radio span.vl_isin {
	font-weight: normal;
}
.vl_rechner #radio_individuell.open,
.vl_rechner #anlagetyp_einmalanlage.open,
.vl_rechner #anlagetyp_sparplan.open {
	max-height: 160px;
}
.vl_rechner .vl_feld {
	margin-top: 15px;
	position: relative;
}
.vl_rechner legend + .vl_feld {
	margin-top: 0;
}
.vl_rechner .vl_feld:not(.radio-normal) label,
.vl_rechner .vl_feld .vl_label {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0;
}
.vl_rechner .vl_feld:not(.radio-normal) label i,
.vl_rechner .vl_feld .vl_label i,
.vl_rechner .vl_hint i {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	color: #3e7800;
	text-align: center;
	border-radius: 50%;
}
.vl_rechner .radio-normal label {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
}
.vl_rechner .radio-normal input {
	border-width: 1px;
	margin-right: 5px;
	vertical-align: middle;
}
.vl_rechner input[type="number"],
.vl_rechner output {
	display: inline-block;
	width: 100%;
	height: 42px;
	margin: 10px 0;
	text-align: right;
	padding: 5px 30px 5px 10px;
	border-radius: 5px;
	border: 1px solid #444444;
	background-color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
.vl_rechner output {
	line-height: 1.9;
}
.vl_rechner input[type="number"]::placeholder {
	opacity: 0.5;
}
.vl_rechner span.vl_unit {
	display: inline-block;
	width: 0;
	position: relative;
	left: -26px;
	vertical-align: middle;
	font-size: 16px;
}
.vl_rechner .radio-choices {
	display: block;
	width: 100%;
}
.vl_rechner span.vl_aendern {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-style: italic;
	vertical-align: middle;
}
.vl_rechner span.vl_aendern {
	display: none;
	font-style: italic;
	color: #fd6c40;
}
.vl_buttons button,
.vl_buttons label{
	display: block;
	width: 100%;
	padding: 5px 10%;
	color: #fff !important;
	text-align: center;
	margin: 15px 0;
	border-width: 0;
}
.vl_buttons button[type="submit"],
.vl_buttons label {
	background-color: #fd6c40 !important;
	border: 1px solid #fd6c40;
	transition: all 0.3s;
}
.vl_buttons label {
	line-height: 1.5;
	vertical-align: inherit;
}
.vl_buttons label:hover,
.vl_buttons label:focus {
	background-color: #007964 !important;
	border: 1px solid #007964 !important;
}
.vl_buttons button[type="reset"],
.vlfonds_buttons #vlfonds_reset {
	background-color: #798495 !important;
	border: 1px solid #798495 !important;
	transition: all 0.3s;
	font-size: 14px !important;
}
.vl_buttons button[type="reset"]:hover,
.vlfonds_buttons #vlfonds_reset:hover {
	background-color: #007964 !important;
	border-color: #007964 !important;
	color: #ffffff !important;
	border-width: 1px;
}
.berechnungsgrundlage_radio i,
.vl_buttons i,
.vl_rechner_cta i,
.vlfonds_modal_buttons i {
	margin: 0 10px;
}
.vl_hint {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
.vl_error {
	color: red;
	font-size: 16px;
	margin-bottom: 15px;
}


.uvw_fonds_wrapper {
	position: relative;
}
.uvw_fonds_wrapper .uvw_fonds_form {
	margin: 10px;
}
.uvw_fonds_wrapper .not-empty .only-if-empty {
	display: none !important;
}

.uvw_fonds_wrapper div.description{
	font-size: 16px;
	margin-bottom: 10px;
}

.uvw_fonds_wrapper .only-if-not-empty {
	display: none !important;
}
.uvw_fonds_wrapper .not-empty div.only-if-not-empty {
	display: block !important;
}
.uvw_fonds_wrapper span.only-if-not-empty {
	margin: 10px 0;
	font-size: 20px;
	font-weight: 400;
	color: #007964;
}
.uvw_fonds_wrapper button.search {
	background-color: #fd6c40;
	transition: all 0.3s;
}
.uvw_fonds_wrapper .not-empty span.only-if-not-empty,
.uvw_fonds_wrapper .not-empty button.only-if-not-empty {
	display: inline-block !important;
	font-weight: bold;
}
.uvw_fonds_wrapper .not-empty button.only-if-not-empty {
	line-height: 1;
	border: none !important;
	background-color: #798495;
	padding: 10px;
	transition: all 0.3s;
	font-weight: normal;
}
.uvw_fonds_wrapper button.search:hover,
.uvw_fonds_wrapper button.search:focus,
.uvw_fonds_wrapper .not-empty button.only-if-not-empty:hover,
.uvw_fonds_wrapper .not-empty button.only-if-not-empty:focus {
	background-color: #007964;
}

.uvw_fonds_wrapper .hidden {
	display: none;
}
.uvw_fonds_wrapper .i-group,
.uvw_fonds_wrapper .action {
	display: inline-block;
}
.uvw_fonds_wrapper input,
.uvw_fonds_wrapper .uvw_fonds_form button,
.uvw_fonds_suchbox input,
.uvw_fonds_suchbox button {
	display: inline-block;
	min-width: 200px;
	margin: 10px;
	padding: 
}
.uvw_fonds_suchbox.disabled input, .uvw_fonds_suchbox.disabled button {
	cursor: not-allowed !important;
	opacity: 0.5;
}
.uvw_fonds_suchbox button {
	transition: all .3s;
	background-color: #FD6C40;
	border-color: #FD6C40;
}
.uvw_fonds_suchbox button:hover {
	background-color: #007964;
	border-color: #007964;
}
.uvw_fonds_messages {
	display: block;
	margin: 10px;
}
.uvw_fonds_success,
.uvw_fonds_warning {
	border-style: solid;
	border-width: 1px;
	padding: 10px 15px;
}
.uvw_fonds_success {
	color: #007964;
	border-color: #007964;
}
.uvw_fonds_warning {
	color: red;
	border-color: red;
}
.uvw_fonds_results {
	margin: 10px;
}
.uvw_fonds_results table {
	font-size: 16px !important;
}
.uvw_fonds_results th,
.uvw_fonds_results td {
	text-align: center;
	font-size: 16px;
}
.uvw_fonds_results th {
	font-weight: 400;
	color: #000000;
}
.uvw_fonds_results th.accented {
	color: #fd6c40;
	font-weight: 700;
}
.uvw_fonds_results .number_large {
	font-size: 20px;
	font-weight: 700;
}
.uvw_fonds_results td {
	vertical-align: middle;
}
.uvw_fonds_results td.accented {
	font-weight: 500;
}
.uvw_fonds_results .fondsfinder-result {
	position: relative;
}
.uvw_fonds_results a.remove-fonds {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	padding: 5px;
	border: 1px solid #ccc;
}
.uvw_fonds_results a.remove-fonds .fa-times {
	color: red;
	font-size: 24px;
	top: calc(50% - 12px);
	position: relative;
}
.uvw_fonds_wrapper .slick-dots li button {
	background-color: transparent !important;
}
.uvw_fonds_wrapper .slick-dots li button::before {
	font-size: 40px !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
}
.uvw_fonds_wrapper .slick-dots li button {
	width: 40px;
	height: 40px;
}
.uvw_fonds_wrapper .slick-prev, .uvw_fonds_wrapper .slick-next {
	background-color: transparent !important;
}

.uvw_fonds_wrapper .uvw_fonds_results .fa-check {
	color: #007964;
}
.uvw_fonds_wrapper .uvw_fonds_results .fa-times {
	color: red;
}
.uvw_fonds_wrapper .uvw_fonds_results .toggle_mobile_expandable {
	display: none;
}
.uvw_fonds_wrapper .uvw_fonds_results td.bank img {
	max-height: 30px;
}
.uvw_fonds_wrapper .bolder_numbers {
	font-weight: 700 !important;
}
.uvw_fonds_aktualisierung {
	padding: 15px 10px 15px 85px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.uvw_fonds_aktualisierung .fa.fa-warning {
	position: absolute;
	left: 30px;
	top: 35%;
	font-size: 30px;
	color: #888;
}

.uvw_formulare {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.uvw_form_box {
	width: calc(33.333333% - 5px);
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: #ccc 0 0 5px 0;
	margin-bottom: 10px;
}
.uvw_empty_form_box {
	visibility: hidden;
}
.uvw_form_inner {
	color: #333;
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}
.uvw_form_inner .nohover {
	position: absolute;
	background-color: #ffffff !important;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	z-index: 10;
}
.uvw_form_inner a.form_toggle {
	position: absolute;
	top: 65px;
	left: 0;
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	cursor: pointer;
	color: #007964 !important;
	border-radius: 300px;
	border: 1px solid #007964;
	line-height: 29px !important;
	text-decoration: none !important;
}
.uvw_form_inner .form_toggle i {
	font-size: 15px;
}
.uvw_form_inner .form_toggle i.fa-minus {
	display: none;
}
.uvw_form_inner .form_toggle.active i.fa-minus {
	display: inline-block;
}
.uvw_form_inner .form_toggle.active i.fa-plus {
	display: none;
}
.uvw_form_inner h2 {
	font-size: 16px;
	min-height: 140px;
	padding-left: 40px;
	position: relative;
	margin-top: 0;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 400;
/*	background: #e3f0ee;*/
}
.uvw_formulare h2::after {
	content: 'PDF';
	position: absolute;
	left: 35px;
	top: 0;
	width: calc(100% - 35px);
	height: 100%;
	background: rgba(0, 0, 0, 0);
	border-top-right-radius: 5px;
	color: transparent;
	text-align: center;
	letter-spacing: .05em;
	transition: all .15s ease-in-out;
	font-size: 250%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.uvw_formulare .uvw_form_inner > a:hover > h2::after {
	background: rgba(0, 0, 0, 0.2);
	color: white;
}
.uvw_form_inner h2 span.nr {
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	height: 30px;
	border-radius: 50%;
	color: #007964;
	font-weight: 300;
	border: 1px solid #007964;
	z-index: 99;
}
.uvw_form_inner h2 span.action {
	font-size: 13px;
	color: #000000;
	display: block;
	padding-top: 5px;
	font-weight: 300;
}
.uvw_form_inner h2 i.download-icon {
	font-size: 20px;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 30px;
	text-align: center;
	line-height: 20px;
	z-index: 20;
	color: #FD6C40;
}

.uvw_form_inner .remark {
	z-index: 99;
	padding-left: 40px;
}
.uvw_form_description {
	max-height: 0;
	z-index: 99;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.uvw_form_description.active {
	max-height: 500px;
	z-index: 99;
/*	padding-bottom: 20px;*/
}
.uvw_form_description.active .remark {
	  background: #FFF2EC;
	  width: 100%;
}
.uvw_form_description p.description {
	font-size: 14px !important;
	line-height: 17px !important;
	padding-left: 40px;
}


@media screen and (max-width: 767px){
	.vl_arbeitgeber {
		margin: 0 10px;
	}
	.vl_alphabet {
		flex-wrap: wrap;
	}
	.vl_alpha {
		min-width: 6.5%;
	}
	.vl_rechner .desktop-only {
		display: none !important;
	}
	.vl_rechner [data-mobile-label]:before {
		display: inline-block;
		margin-right: 5px;
		content: attr(data-mobile-label)':';
		font-weight: normal;
	}
	.vl_rechner .fonds_radio span.vl_rendite,
	.vl_rechner .fonds_radio span.vl_fondsname {
		font-weight: bold;
	}
	.vl_rechner span.vl_aendern {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 16px;
	}
	.vl_rechner span.vl_aendern.active {
		display: inline-block;
	}
	.vl_buttons {
		margin: 0 12px 0 14px;
	}
	.vl_buttons button + button {
		margin: -5px 0 15px;
	}

	.uvw_fonds_wrapper .i-group,
	.uvw_fonds_wrapper .action,
	.uvw_fonds_wrapper input,
	.uvw_fonds_wrapper .uvw_fonds_form button {
		display: block;
		min-width: unset;
		margin-top: 15px !important;
	}
	.uvw_fonds_wrapper .uvw_fonds_results table td {
		padding: 5px 10px 5px 10px;
	}

	.uvw_fonds_wrapper .uvw_fonds_results tr,
	.uvw_fonds_wrapper .uvw_fonds_results th,
	.uvw_fonds_wrapper .uvw_fonds_results td {
		display: block;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td {
		border-bottom:0px;
		text-align:left;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td:last-child {
		border-bottom: 1px solid #ccc;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td.fondsname {
		border-top: none !important;
		border-bottom: none !important;
	}
	.uvw_fonds_wrapper .uvw_fonds_results th:not([colspan="7"]) {
		display: none;
	}
	.uvw_fonds_results td.fondsname {
		text-align: left;
	}
	.uvw_fonds_wrapper .description br {
		display: none;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td[data-mobile-label] {
		padding-left: 160px;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td[data-mobile-label]::before {
		content: attr(data-mobile-label);
		display: block;
		color: #333333;
		font-weight: normal;
		padding: 0 5px 5px;
		margin: 0 -10px 10px -150px;
		width: 150px;
		position: absolute;
		text-align: left;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td[data-mobile-label="Fonds-Cashback"]::before,
	.uvw_fonds_wrapper td.accented[data-mobile-label]::before {
		color: #333333;
		font-weight: 600;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td[data-mobile-label="Fonds-Cashback"]::before {
		padding-top: 5px;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td.bank {
		margin-top: 10px;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td.bank::before {
		line-height: 2;
	}
	.uvw_fonds_wrapper .uvw_fonds_results td.bank img {
		height: 25px;
		margin-right: unset;
		margin-left: unset;
		text-align: left;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.uvw_fonds_wrapper .uvw_fonds_results a.toggle_mobile_expandable {
		display: block;
		float: right;
		line-height: 1.4;
		width: 24px;
		height: 24px;
		border: 1px solid #007964;
		border-radius: 50%;
		text-align: center;
		top: 4px;
		position: relative;
	}
	.uvw_fonds_wrapper .uvw_fonds_results a.toggle_mobile_expandable i {
		color: #007964;
		font-size: 15px;
		display: none;
	}
	.uvw_fonds_wrapper .uvw_fonds_results tr.mobile-expandable:not(.open) i.fa-plus,
	.uvw_fonds_wrapper .uvw_fonds_results tr.mobile-expandable.open i.fa-minus {
		display: inline-block;
	}
	.uvw_fonds_wrapper .uvw_fonds_results tr.mobile-expandable:not(.open) td {
		display: none;
	}
	.uvw_fonds_wrapper .uvw_fonds_results tr.mobile-expandable:not(.open) td:first-child {
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.uvw_fonds_wrapper .uvw_fonds_form span.only-if-not-empty {
		display: none !important;
	}
	.uvw_fonds_wrapper input,
	.uvw_fonds_wrapper .uvw_fonds_form button {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	.uvw_fonds_wrapper .uvw_fonds_form button + button {
		margin-top: 0;
	}
	.uvw_fonds_wrapper .uvw_fonds_form .i-group,
	.uvw_fonds_wrapper .uvw_fonds_form .action {
		display: block;
	}
	.uvw_fonds_wrapper tfoot td {
		padding: 10px !important;
		margin-top: 50px;
		text-align: center !important;
	}
	.uvw_form_box {
		width: 100%;
	}
	.uvw_empty_form_box {
		display: none !important;
	}

	.uvw_fonds_suchbox .spanFonds {
		display: none;
	}
	.uvw_fonds_suchbox .uvw_fonds_submit {
		width: 20%;
		margin-left: 0 !important;
	}
	.uvw_fonds_suchbox .uvw_fonds_suchfeld {
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
/*	.uvw_fonds_suchbox {
		margin-top: 2em;
		margin-bottom: 2em;
	}*/

	.uvw_fonds_wrapper div.description{
		font-size: 16px;
	}


	.uvw_form_inner .nohover {
		width: 55px;
	}
	.uvw_form_inner a.form_toggle,
	.uvw_form_inner h2 span.nr,
	.uvw_form_inner h2 i.download-icon {
		left: 10px;
	}
	.uvw_form_inner h2 {
		padding-left: 60px;
	}
	.uvw_form_description p.description,
	.uvw_form_inner .remark {
		padding-left: 60px;
	}
}

@media screen and (min-width: 768px){
	.desktop-centered {
		text-align: center;
	}
	.vl_rechner fieldset,
	.vl_buttons_wrapper {
		max-width: 800px;
		margin: 0 auto;
	}
	.vl_rechner legend {
		margin-top: 20px;
		padding: 5px 10px;
	}
	.vl_rechner .berechnungsgrundlage_radio,
	.vl_rechner .anlagetyp_radio, 
	.vl_rechner .fonds_radio {
		display: flex;
	}
	.vl_rechner .berechnungsgrundlage_radio label {
		max-width: 50%;
	}
	.vl_rechner .anlagetyp_radio label {
		max-width: 33%;
	}
	.vl_rechner .fonds_radio {
		flex-direction: column;
	}
	.vl_rechner #radio_fonds.open {
		max-height: 700px;
	}
	.vl_rechner #radio_individuell.open,
	.vl_rechner #anlagetyp_einmalanlage.open,
	.vl_rechner #anlagetyp_sparplan.open {
		max-height: 70px;
	}
	.vl_rechner .fonds_radio label,
	.vl_rechner .fonds_radio .label {
		display: flex;
		flex-direction: row;
	}
	.fonds_radio span.vl_fondsname {
		width: 60%;
		text-align: left;
	}
	.fonds_radio span.vl_isin {
		width: 25%;
	}
	.fonds_radio span.vl_rendite {
		width: 15%;
		text-align: right;
	}
	.vl_rechner .vl_feld {
		margin-top: 0;
	}
	.vl_rechner .vl_feld:not(.radio-normal) label,
	.vl_rechner .vl_feld .vl_label {
		display: inline-block;
		width: 260px;
		font-size: 16px;
	}
	.vl_rechner input[type="number"], .vl_rechner output {
		display: inline-block;
		width: 200px;
		height: 42px;
		margin: 10px 0;
		text-align: right;
		padding: 5px 30px 5px 10px;
		border-radius: 5px;
		border: 1px solid #444444;
		vertical-align: middle;
		background-color: #fff;
		font-size: 16px;
	}
	.vl_rechner .radio-choices {
		display: inline-block;
		width: 202px;
	}
	.vl_rechner .vl_feld:not(.radio-normal) label i,
	.vl_rechner .vl_feld .vl_label i,
	.vl_rechner .vl_hint i {
		font-size: 16px;
		position: relative;
		top: -10px;
	}
	.vl_rechner span.vl_aendern {
		margin-left: 10px;
		font-size: 16px;
		vertical-align: middle;
	}
	.vl_rechner span.vl_aendern.active {
		display: inline-block;
	}
	.vl_rechner .vl_buttons {
		width: calc(100% - 14px);
		max-width: 810px;
		display: block;
		margin: 10px 6px;
	}
	.vl_fonds_modal_buttons {
		width: calc(100% + 10px);
		max-width: 810px;
		display: flex;
		margin: 10px -5px;
	}
	.vl_rechner .vl_buttons button, .vl_fonds_modal_buttons button, .vl_rechner .vl_buttons label {
		margin: 5px;
		display: inline-block;
		width: 250px;
		text-align: center;
		padding: 5px 10px;
	}
	.vl_fonds_modal_buttons button {
		margin: 5px;
		flex: content;
		cursor: pointer;
	}
	.vl_hint {
		font-size: 16px;
	}
}


#vl_ergebnis,
.vl_buttons button[type="reset"] {
	display: none;
}

