:root
{
	/* colors */
	--color-slate-50: #F8FAFC;
	--color-slate-100: #F1F5F9;
	--color-slate-200: #E2E8F0;
	--color-slate-300: #CBD5E1;
	--color-slate-400: #94A3B8;
	--color-slate-500: #64748B;
	--color-slate-600: #475569;
	--color-slate-700: #334155;
	--color-slate-800: #1E293B;
	--color-slate-800-permanent: #1E293B;
	--color-slate-900: #0F172A;
	--color-slate-900-permanent: #0F172A;
	--color-green-50: #F0FDF4;
	--color-green-100: #DCFCE7;
	--color-green-200: #BBF7D0;
	--color-green-300: #86EFAC;
	--color-green-400: #4ADE80;
	--color-green-500: #22C55E;
	--color-green-700: #15803D;
	--color-red-500: #FB2C36;
	--color-black: #000000;
	--color-white: #FFFFFF;
	--color-white-permanent: #FFFFFF;
	--color-body-bg: var(--color-white);
	/*  */
	--font-size-base: 16px;
	--font-size-h1: 48px;
	--font-size-h2: 40px;
	--font-size-h3: 32px;
	--font-size-h4: 28px;
	--font-size-h5: 24px;
	--font-size-h6: 18px;
	--font-size-small: 14px;
	--font-size-smaller: 12px;
	/* images */
	--bg-img-fmh-logo: url(https://cdn1.fmh.de/images/fmh.svg);
	--bg-img-award: url(https://cdn1.fmh.de/images/fmh/award.svg);
	--bg-img-award-permanent: url(https://cdn1.fmh.de/images/fmh/award.svg);
	--bg-img-award-line: url(https://cdn1.fmh.de/images/fmh/award-line.svg);
	--bg-img-award-line-permanent: url(https://cdn1.fmh.de/images/fmh/award-line.svg);
	--bg-img-chevron-down-select: url(https://cdn1.fmh.de/images/fmh/chevron-down-select.svg);
	--bg-img-gift-fill: url(https://cdn1.fmh.de/images/fmh/gift-fill.svg);
	--bg-img-gift-fill-permanent: url(https://cdn1.fmh.de/images/fmh/gift-fill.svg);
	--bg-img-info-circle: url(https://cdn1.fmh.de/images/fmh/info-circle.svg);
	--bg-img-info-circle-permanent: url(https://cdn1.fmh.de/images/fmh/info-circle.svg);
	--bg-img-location-fill: url(https://cdn1.fmh.de/images/fmh/location-fill.svg);
	--bg-img-location-on: url(https://cdn1.fmh.de/images/fmh/location-on.svg);
	--bg-img-question-fill: url(https://cdn1.fmh.de/images/fmh/question-fill.svg);
	--bg-img-question-fill-permanent: url(https://cdn1.fmh.de/images/fmh/question-fill.svg);
}

body
{
	margin: 0px;
	background-color: var(--color-body-bg);
}

div.alfag *
{
	font-family: Inter, serif;
	font-size: var(--font-size-base);
	font-weight: normal;
	box-sizing: border-box;
	line-height: 125%;
	color: var(--color-slate-900);
}
div.alfag
{
	width: 100%;
	max-width: 1024px;
	position: relative;
	clear: both;
}

div.alfag table
{
	border-collapse: collapse;
	width: 100%;
}

div.alfag table td, div.alfag table th
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

div.alfag p
{
	margin: 12px 12px;
	padding: 0px;
}

div.alfag h1, div.alfag h2, div.alfag h3, div.alfag h4
{
	font-family: Recursive, serif;
	font-weight: bold;
}
div.alfag h1
{
	font-size: var(--font-size-h1);
	margin: 10px 0;
}
div.alfag h2
{
	font-size: var(--font-size-h2);
	margin: 10px 0;
	padding: 0;
}
div.alfag h3
{
	font-size: var(--font-size-h3);
	padding: 0;
	margin: 5px;
}
div.alfag h4
{
	font-size: var(--font-size-h4);
	padding: 8px 0;
	margin: 5px;
}

div.alfag .heading
{
	font-family: Recursive, serif;
	font-weight: bold;
}
div.alfag .input-headline
{
	color: var(--color-slate-800-permanent);
	font-size: var(--font-size-h3);
	font-weight: bold;
	padding: 20px;
	margin-bottom: 16px;
	background-color: var(--color-green-200);
	border-radius: 6px;
}

div.alfag img
{
	vertical-align: middle;
	border: none;
}

div.alfag .container
{
	border: none;
	clear: both;
}

div.alfag .cbox
{
	border-bottom: none;
}

div.alfag .line
{
	border-top: none;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

div.alfag .sline td
{
	border-top: none;
}

div.alfag .sline2 td
{
	border-top: none;
}

div.alfag .rowspacer
{
	line-height: 4px;
	clear: both;
}

div.alfag .center
{
	text-align: center;
}

div.alfag .border
{
	border-top: none;
}

div.alfag .bold
{
	font-weight: bold;
}

div.alfag .nofloat
{
	float: none;
}

/* Tabs */
div.alfag ul.tabs
{
	border-bottom: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
div.alfag ul.tabs li
{
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	width: 25%;
	min-width: 140px;
	margin-right: 2px;
	margin-bottom: 2px;
}
div.alfag ul.tabs li#liSchnellcheck2
{
	width: 42%;
}
div.alfag ul.tabs li a
{
	display: block;
	width: 100%;
	text-align: center;
	color: var(--color-slate-800);
	background-color: var(--color-white);
}
div.alfag ul.tabs li a:hover
{
	transition: 0.300s ease-out;
	background: var(--color-slate-100);
	text-decoration: none;
}
div.alfag ul.tabs li a span
{
	font-weight: bold;
	line-height: 36px;
	vertical-align: middle;
	text-transform: uppercase;
}
div.alfag ul.tabs li.active a
{
	background: var(--color-slate-800);
}
div.alfag ul.tabs li.active a:hover
{
	transition: 0.300s ease-out;
	background: var(--color-slate-600);
}
div.alfag ul.tabs li.active a span
{
	color: var(--color-white-permanent);
}


/* Eingabeseite */
div.alfag fieldset
{
	border: none;
	padding: 5px 0;
}

div.alfag label
{
	margin-left: 0;
	margin-right: 10px;
}

div.alfag input, div.alfag select
{
	background-color: var(--color-body-bg);
	border: 1px solid var(--color-slate-300);
}
div.alfag select option:hover, div.alfag select option:checked
{
	background: var(--color-green-200);
}

div.alfag .tb, div.alfag .sb
{
	width: 100px;
}

div.alfag .tb
{
	padding: 8px 12px;
	height: 48px;
	border-radius: 8px;
}
div.alfag .tb:focus
{
	outline: 2px solid var(--color-slate-400);
	outline-offset: 1px;
}

div.alfag .sb
{
	width: 140px;
	padding: 8px 12px;
	height: 38px;
	border-radius: 6px;
	background-color: var(--color-body-bg);
	background-image: var(--bg-img-chevron-down-select);
	background-repeat: no-repeat;
	background-position: right 12px center;
	-webkit-appearance: none;
}
div.alfag .sb:focus
{
	border: 1px solid var(--color-slate-400);
	outline: 0;
}

div.alfag .sb2
{
	width: 180px;
	float: right;
}

div.alfag .rb input, div.alfag .cb input
{
	width: 16px;
	height: 16px;
	margin: 4px 6px 4px 4px;
	vertical-align: middle;
	accent-color: var(--color-green-200);
}
div.alfag .rb label, div.alfag .cb label
{
	vertical-align: middle;
}

div.alfag fieldset .rb
{
	white-space: nowrap;
}

div.alfag fieldset .resultinput
{
	text-align: right;
	padding-right: 2px;
	margin-right: 5px;
}

div.alfag .submit
{
	font-weight: 500;
	color: var(--color-white-permanent);
	background: var(--color-slate-800);
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	width: 100%;
	max-width: 250px;
	height: 48px;
	cursor: pointer;
}
div.alfag .submit:hover
{
	transition: 0.300s ease-out;
	background: var(--color-slate-600);
}

div.alfag .schnellcheck-buttonset .submit
{
	width: 250px;
}

div.alfag fieldset ul
{
	padding: 5px 0;
}

div.alfag fieldset li
{
	overflow: visible;
	padding: 3px 5px 2px 5px;
	width: 25%;
}

div.alfag fieldset li.headline, div.alfag fieldset li.hl
{
	/*width: 28%;*/
}

div.alfag fieldset li.cs2
{
	width: 50%;
}

div.alfag fieldset li.cs3
{
	width: 75%;
}

div.alfag fieldset td, div.alfag fieldset th
{
	padding: 3px 5px 2px 5px;
}

div.alfag fieldset th
{
}

div.alfag fieldset th span
{
}

div.alfag .col1
{
	width: 30%;
}

div.alfag .col2
{
	width: 20%;
}

div.alfag .col3
{
	width: 30%;
}

div.alfag .col4
{
	width: 20%;
}

/*-----------------------------------*/
div.alfag .schnellcheck-buttonset fieldset
{
	margin: 4px 0;
}

div.alfag .schnellcheck-buttonset td, div.alfag .schnellcheck-buttonset th
{
	padding: 5px 5px 5px 3px;
}

div.alfag .schnellcheck-buttonset th
{
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

div.alfag .schnellcheck-buttonset th.hl
{
}

div.alfag .schnellcheck-buttonset small
{
	font-size: var(--font-size-small);
	font-weight: normal;
	text-transform: none;
}

div.alfag .schnellcheck-buttonset th span
{
	font-size: var(--font-size-small);
	font-weight: normal;
	text-transform: none;
}

div.alfag .schnellcheck-buttonset .tb, div.alfag .schnellcheck-buttonset .sb
{
	width: 120px;
	/*height: 24px;*/
	vertical-align: middle;
}

div.alfag .schnellcheck-buttonset .rb, div.alfag .schnellcheck-buttonset .cb
{
	display: inline-block;
}

div.alfag .schnellcheck-buttonset .rb label, div.alfag .schnellcheck-buttonset .cb label
{
	font-weight: normal;
	text-transform: none;
	display: inline-block;
	width: 140px;
	vertical-align: middle;
}

div.alfag .schnellcheck-buttonset .rb2 label
{
	width: 153px;
}

div.alfag .schnellcheck-buttonset .cb2 label
{
	width: 250px;
}

div.alfag .schnellcheck-buttonset .tb2
{
	width: 240px;
}

div.alfag .cb-kreditkartengebuehr
{
	/*float: right;*/
}

div.alfag .plz-lbl
{
	padding-left: 28px;
	background: var(--bg-img-location-fill) no-repeat;
	/*background-size: 32px;*/
	/*background-position-x: -6px;*/
	background-position-y: center;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}


/*-----------------------------------*/
div.alfag .result table td, div.alfag .result table th
{
	padding: 4px 5px 3px 5px;
}

div.alfag .result table th
{
	font-weight: bold;
	text-align: left;
}

div.alfag .result ul
{
	padding: 5px 0;
}

div.alfag .result li
{
	overflow: visible;
	padding: 3px 5px 2px 5px;
	width: 13%;
}

div.alfag .result li.hl
{
	width: 20%;
	line-height: 22px;
}

div.alfag fieldset li.cs2
{
	width: 50%;
}

div.alfag fieldset li.cs3
{
	width: 75%;
}

/*-----------------------------------*/
div.alfag .resulttable
{
	width: 100%;
	border-top: none;
	border-bottom: none;
}

div.alfag .resulttable th, div.alfag .resulttable td
{
	text-align: center;
	padding: 8px 4px 6px 4px;
	vertical-align: middle;
}

div.alfag .headerrow th, div.alfag .headerrow td
{
	font-size: var(--font-size-small);
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 160%;
	color: var(--color-slate-900-permanent);
	background-color: var(--color-green-100);
	border-left: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
}

div.alfag .headerrow th span
{
}

div.alfag .resulttable .al
{
	text-align: left;
	padding-left: 8px;
}

div.alfag .datarow1 th, div.alfag .datarow1 td, div.alfag .datarow2 th, div.alfag .datarow2 td, div.alfag .datarow3 th, div.alfag .datarow3 td
{
	border-top: 8px solid var(--color-body-bg);
}

div.alfag .datarow1 th, div.alfag .datarow1 td
{
	background-color: var(--color-slate-100);
}

div.alfag .datarow2 th, div.alfag .datarow2 td
{
	background-color: var(--color-slate-100);
}

div.alfag .datarow3 th, div.alfag .datarow3 td
{
}

div.alfag .datarow1 img, div.alfag .datarow2 img
{
	margin: -2px 0;
}

div.alfag .datarow-selected th, div.alfag .datarow-selected td
{
	color: var(--color-slate-900-permanent);
	background-color: var(--color-green-100);
}
div.alfag .resulttable .datarow-selected button
{
	color: var(--color-slate-900-permanent);
}
div.alfag .resulttable .datarow-selected .ilink
{
	background: var(--bg-img-gift-fill-permanent) no-repeat;
}
div.alfag .resulttable .datarow-selected .awardlink
{
	background: var(--bg-img-award-line-permanent) no-repeat;
}

div.alfag .resulttable .hiddenrow
{
	display: none;
}

div.alfag .resulttable .inaktivrow td
{
	filter: opacity(50%);
	pointer-events: none;
}

div.alfag .resulttable td.col-kontoentgelt
{
	color: var(--color-slate-900-permanent);
	background-color: var(--color-green-100);
}
div.alfag .resulttable td.col-angebot
{
	background-color: var(--color-white);
}

div.alfag .kws
{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 0 5px;
}

div.alfag .kws1
{
	background: url(//cdn1.fmh.de/images/common/thumbs/25/1.png) no-repeat;
}

div.alfag .kws2
{
	background: url(//cdn1.fmh.de/images/common/thumbs/25/2.png) no-repeat;
}

div.alfag .kws3
{
	background: url(//cdn1.fmh.de/images/common/thumbs/25/3.png) no-repeat;
}

div.alfag .kws4
{
	background: url(//cdn1.fmh.de/images/common/thumbs/25/4.png) no-repeat;
}

div.alfag .kws5, div.alfag .kws0
{
	background: url(//cdn1.fmh.de/images/common/thumbs/25/5.png) no-repeat;
}

div.alfag .thumbkws
{
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	margin: 10px;
}

div.alfag .thumbkws1
{
	background: url(//cdn1.fmh.de/images/common/thumbs/64/1.png) no-repeat;
}

div.alfag .thumbkws2
{
	background: url(//cdn1.fmh.de/images/common/thumbs/64/2.png) no-repeat;
}

div.alfag .thumbkws3
{
	background: url(//cdn1.fmh.de/images/common/thumbs/64/3.png) no-repeat;
}

div.alfag .thumbkws4
{
	background: url(//cdn1.fmh.de/images/common/thumbs/64/4.png) no-repeat;
}

div.alfag .thumbkws5, div.alfag .thumbkws0
{
	background: url(//cdn1.fmh.de/images/common/thumbs/64/5.png) no-repeat;
}

div.alfag .mittelwertrow th, div.alfag .mittelwertrow td
{
	font-weight: bold;
}

div.alfag .datarow td
{
	padding: 4px 0 4px 0;
	text-align: left;
}

div.alfag .detailsrow td
{
	padding: 0;
	text-align: left;
}

div.alfag .anbieterlink
{
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
}

div.alfag .angebotslink
{
	font-weight: 500;
	color: var(--color-white-permanent);
	background: var(--color-slate-800);
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	display: block;
	white-space: nowrap;
}
div.alfag .angebotslink:hover
{
	transition: 0.300s ease-out;
	background: var(--color-slate-600);
	text-decoration: none;
}

/* Anbieter-Details */
div.alfag .anbieter-details
{
	padding: 12px;
	display: none;
}

div.alfag .anbieter-details p
{
}

div.alfag .anbieter-details td
{
	padding: 4px 0 3px 0;
}

div.alfag ul.anbieter-details-tabs
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
div.alfag ul.anbieter-details-tabs li
{
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	padding-right: 3px;
}
div.alfag ul.anbieter-details-tabs li a
{
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 8px 12px 8px 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-decoration: none;
}
div.alfag ul.anbieter-details-tabs li a:hover
{
	transition: 0.300s ease-out;
	background: var(--color-slate-100);
}
div.alfag ul.anbieter-details-tabs li.active a
{
	color: var(--color-slate-900-permanent);
	background-color: var(--color-green-100);
}

div.alfag .anbieter-details-tab
{
	padding: 15px 0;
	border: 2px solid var(--color-green-100);
	position: relative;
}

div.alfag .anbieter-details-tab h3
{
	margin: 5px 10px;
}

div.alfag .anbieter-details-tab h4
{
	font-size: var(--font-size-h6);
	color: var(--color-slate-900-permanent);
	background-color: var(--color-green-100);
	margin: 10px;
	padding: 8px 16px;
	border-top: none;
}

div.alfag .anbieter-details-tab p
{
	margin: 10px;
}

div.alfag .anbieter-details-tab table
{
	margin: 0px;
}

div.alfag .anbieter-details-tab td, div.alfag .anbieter-details-tab th
{
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}

div.alfag .anbieter-details-tab th
{
	text-align: left;
}

div.alfag .anbieter-details-tab .bemerkung
{
	padding-bottom: 12px;
}

div.alfag .anbieter-details-table th
{
	width: 200px;
}

div.alfag .anbieter-details-table2 th
{
	width: 230px;
}

div.alfag .rbox
{
	width: 35%;
	float: right;
	margin-right: 10px;
	border: 3px solid var(--color-green-400);
	/*background-color: var(--color-green-50);*/
	border-radius: 8px;
}

div.alfag .rbox h4
{
	color: var(--color-slate-900);
	background: none;
	margin: 0;
	padding: 12px;
	text-align: center;
}

div.alfag .rbox div
{
	padding: 12px;
}

div.alfag .rbox table
{
}

div.alfag .rbox th, div.alfag .rbox td
{
	padding: 8px 0;
	border-bottom: 1px solid #000000;
}

div.alfag .rbox th
{
	font-weight: normal;
}

div.alfag .rbox td
{
	text-align: right;
}

div.alfag .rbox p
{
	font-size: var(--font-size-small);
	padding: 12px;
	margin: 0;
}

div.alfag .hinweis-bs
{
	float: left;
	width: 30%;
	margin-top: 100px;
	margin-left: 20%;
}

div.alfag .zinsen-gebuehren
{
}

div.alfag .zinsen-gebuehren.mit-bonus
{
	width: 62%;
	float: left;
}

div.alfag .buchungsvorgaenge
{
	float: left;
	width: 62%;
}

div.alfag .bonus
{
}

div.alfag .bonus span
{
	font-size: var(--font-size-h6);
	font-weight: bold;
	padding: 10px;
	display: inline-block;
}

div.alfag .col-tanverfahren
{
	width: 35%;
}

div.alfag .col-tangebuehr, div.alfag .col-tanfrei
{
	width: 30%;
}

div.alfag .gesamtkosten
{
}

div.alfag .gesamtkosten tr:nth-last-child(2) th, div.alfag .gesamtkosten tr:nth-last-child(2) td
{
	border-bottom: none;
}

div.alfag .gesamtkosten .gesamt th, div.alfag .gesamtkosten .gesamt td
{
	font-weight: bold;
	border-top: 1px solid #333333 !important;
	border-bottom: none;
}

div.alfag.schnellcheck .gesamtkosten
{
	display: none;
}

div.alfag .institutdetails-details
{
	width: 75%;
	float: left;
}

div.alfag .institutdetails-auszeichnung
{
	width: 20%;
	text-align: center;
	float: left;
}

div.alfag .institutdetails-auszeichnung img
{
	max-width: 120px;
	max-height: 190px;
	width: auto;
	height: auto;
}

div.alfag .ablaufkontoeroeffnung table
{
	float: left;
	width: 62%;
}

div.alfag .ablaufkontoeroeffnung h4
{
	background: none;
	padding-left: 0;
}

/* Auszeichnungen */
div.alfag .auszeichnungen img
{
	margin: 10px;
	vertical-align: top;
}

div.alfag .auszeichnungen-images
{
	padding: 10px;
}

/* Kreditkarten */
div.alfag .girocard, div.alfag .visa, div.alfag .mastercard, div.alfag .creditcard
{
	padding-right: 40px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: right;
	margin: 0;
}

div.alfag .girocard
{
	background: url(//cdn1.fmh.de/images/common/cards/girocard32.png) no-repeat right;
}

div.alfag .visa
{
	background: url(//cdn1.fmh.de/images/common/cards/visa32.png) no-repeat right;
	height: 30px;
	line-height: 30px;
}

div.alfag .mastercard
{
	background: url(//cdn1.fmh.de/images/common/cards/mastercard32.png) no-repeat right;
	height: 30px;
	line-height: 30px;
}

div.alfag .creditcard
{
	background: url(//cdn1.fmh.de/images/common/cards/creditcard32.png) no-repeat right;
	height: 30px;
	line-height: 30px;
}

div.alfag .ga_girocard, div.alfag .ga_kreditkarte
{
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
}

div.alfag .ga_kreditkarte
{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

div.alfag .ga_kreditkarte2
{
	height: 30px;
	line-height: normal;
	padding: 4px 0;
	vertical-align: middle;
}

div.alfag .ga_girocard, div.alfag .girocard
{
	border-bottom: 1px solid #FFFFFF;
}

div.alfag .ga_kreditkarte, div.alfag .ga_kreditkarte2, div.alfag .visa, div.alfag .mastercard, div.alfag .creditcard
{
	border-top: 1px solid #FFFFFF;
}

div.alfag td.col-kreditkarten
{
	padding-right: 0;
}

div.alfag td.col-bargeldabhebung
{
	padding-left: 0;
}

/* Bankinfo-Seite */
div.alfag .bankinfo h2
{
	float: left;
}

div.alfag .anbieter
{
	clear: both;
}
div.anbieter table td, div.anbieter table th
{
	padding: 4px 5px 3px 5px;
	vertical-align: top;
}
div.anbieter table th
{
	font-weight: bold;
	text-align: left;
}
div.anbieter#pnlScheckUndKreditkarten table td
{
	vertical-align: middle;
}
div.anbieter .produkt-infos
{
	/*border-top: 1px solid #DDDDDD;*/
	margin: 10px 0;
}
/* --------------- */
div.anbieterdetails table th, div.anbieterdetails table td
{
	padding: 4px 8px 3px 8px;
}

div.anbieterdetails table th
{
	font-weight: normal;
	text-align: left;
}

div.anbieterdetails table td
{
	font-weight: normal;
	text-align: right;
}
/* --------------- */
div.zinskonditionen table td
{
	line-height: 18px;
	padding: 4px 8px 3px 8px;
}
/* --------------- */
div.alfag .award
{
	float: right;
	position: relative;
	overflow: visible;
	height: 40px;
	padding: 4px 4px 0 0;
}

div.alfag .fmhaward
{
	float: right;
	position: absolute;
	right: 10px;
	overflow: visible;
	padding: 0px 0px 0 0;
}


/* Tooltip */
div.alfag .iblink, div.alfag .iblink:hover
{
	position: relative;
	text-decoration: underline;
	text-decoration-color: var(--color-slate-800);
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	cursor: help;
}
div.alfag .infobox
{
	position: absolute;
	display: none;
	
	background-color: var(--color-green-100);
	border: solid 1px var(--color-green-100);
	border-radius: 6px;
	z-index: 100;
	width: 70%;
	/*max-width: 700px;*/
	padding: 0px;
	left: 15%;
}
div.alfag .resulttable .infobox
{
	width: 50%;
	/*max-width: 600px;*/
	left: 25%;
}
div.alfag .infobox *
{
	color: var(--color-slate-900-permanent);
	text-align: left;
}
div.alfag .infobox p
{
	margin: 10px;
}

/* Printlink */
div.alfag .printlink
{
	float: right;
	margin: 4px 0 8px 0;
}

div.alfag p.print
{
	margin-left: 0px;
}

/* Links */
div.alfag a
{
	color: var(--color-slate-800);
	text-decoration: none;
}
div.alfag a:hover
{
	transition: 300ms ease-out;
	text-decoration: underline;
}

div.alfag .ilink, div.alfag .alink, div.alfag .awardlink
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
}

div.alfag .ilink
{
	background: var(--bg-img-question-fill) no-repeat;
	position: relative;
	vertical-align: middle;
}
div.alfag .resulttable .ilink
{
	background: var(--bg-img-gift-fill) no-repeat;
}

div.alfag .awardlink
{
	background: var(--bg-img-award-line) no-repeat;
	float: none;
	position: relative;
}

div.alfag .referrerlink
{
	clear: both;
	float: right;
	margin: 0px 0 10px 0;
}

div.alfag .bonuslink
{
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	border: 1px solid #0077B0;
	padding: 1px 2px;
	position: relative;
	cursor: pointer;
}

div.alfag .rechnerlink
{
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px;
	display: inline-block;
}

div.alfag .referrerlink
{
	clear: both;
	float: right;
	margin: 0px 0 10px 0;
}

div.alfag .dlink, div.alfag .dclink
{
	font-weight: normal;
	cursor: pointer;
	background: none;
	white-space: nowrap;
}

div.alfag .dclink
{
	float: right;
	margin: 20px 10px 0 0;
}

div.alfag .dalink
{
	font-weight: 500;
	color: var(--color-white-permanent);
	background: var(--color-slate-800);
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	margin: 10px 0 0 10px;
	float: left;

	white-space: nowrap;
}
div.alfag .dalink:hover
{
	transition: 0.300s ease-out;
	background: var(--color-slate-600);
	text-decoration: none;
}

div.alfag .mlink
{
	display: inline-block;
	padding: 12px 24px;
	color: var(--color-slate-800);
	background: var(--color-white);
	border: 1px solid var(--color-slate-400);
	border-radius: 6px;
	/*font-size: 14px;*/
	font-weight: normal;
	white-space: nowrap;
	cursor: pointer;
	height: 48px;
	text-transform: none;
}
div.alfag .mlink:hover
{
	transition: 0.300s ease-out;
	background: var(--color-green-200);
	border: 1px solid var(--color-green-700);
}

/* FMH-Footer */
div.alfag .fmh-footer
{
	background-color: var(--color-green-200);
	padding: 20px;
	border-radius: 6px;
}
div.alfag .fmh-footer *
{
	color: var(--color-slate-800-permanent);
}