/* -------------------------------------------------------------
	CSS SITE TYPO LINKS
------------------------------------------------------------- */

/* Size Classes: html.size-bigscreen, html.size-full, html.size-tablet, html.size-mobile */



/* -------------------------------------------------------------
	Links & Anchors
------------------------------------------------------------- */

a:hover
{
	text-decoration: none !important;
}



/* -------------------------------------------------------------
	Links & Anchors
------------------------------------------------------------- */

.avia_textblock a,
.toggle_content a
{
	opacity: 1 !important;
	color: inherit !important;
	font-family: var(--textBoldFont) !important;
	font-weight: var(--textBold) !important;
	text-decoration: none !important;
	background-image: linear-gradient(#000, #000);
	background-position: 0% 100% !important;
	background-repeat: no-repeat !important;
	background-size: 0% 2px !important;
	-webkit-transition: all .25s ease-in-out !important;
	-moz-transition: all .25s ease-in-out !important;
	transition: all .25s ease-in-out !important;
}

.avia_textblock a:hover,
.avia_textblock a:focus,
.toggle_content a:hover,
.toggle_content a:focus,
.bl-hot.bl-hover .avia_textblock a,
.flex_cell.avia-link-column.av-cell-link:hover a.linked-cell-more-link,
.flex_cell.avia-link-column-atomic.av-cell-link:hover a.linked-cell-more-link
{
	opacity: 1 !important;
	background-size: 100% 2px !important;
}



/* -------------------------------------------------------------
	MORE LINKS
------------------------------------------------------------- */

.more-link:hover
{
	text-decoration: none !important;
}

body:lang(de-de) .more-link-arrow:before
{
	content: 'Mehr erfahren'
}

body:lang(en-en) .more-link-arrow:before,
body:lang(en-us) .more-link-arrow:before
{
	content: 'More'
}

.more-link:after,
.more-link-arrow:after
{
    content: "\E875";
    font-family: 'entypo-fontello';
    font-size: 1em;
    vertical-align: middle;
    padding-left: 0.3em;
}



/* -------------------------------------------------------------
	Backbutton
------------------------------------------------------------- */

div.backbutton
{
	margin-bottom: 30px;
}

/* Article backlink by JS */
a.article-backlink
{
	color: inherit;
	cursor: pointer;
	display: inline-block;
	margin-top: 0;
	font-size: inherit !important;
	font-family: inherit;
	font-weight: inherit !important;
	letter-spacing: 0 !important;
}

a.article-backlink:before
{
	content: '\E874';
    font-family: 'entypo-fontello';
    font-size: inherit;
    vertical-align: middle;
    padding-right: 0.3em;
}

a.article-backlink:hover,
.widget a
{
	text-decoration: none !important;
}

