@charset "ISO-8859-1";
/* Stylesheet fairfruits.de link-lists.css 2019-11-24 */

/* Link-Listen Downloads, Links etc. */	
.linkview_columne {background-color: transparent; height: 100%; width: auto; margin: 0 auto; text-align: center;}
ul#linkview_list {list-style: none; padding: 0 20px; margin: 0; text-align: center; line-height: 1.4; list-style-position: inside; font-size: 18px; font-weight: 500; border: none;}

#linkview_list li, #linkview_list li a, #linkview_list li a:link, #linkview_list li a:visited {padding: 3px 12px; margin: 0; color: #ffffff; text-decoration: none; text-align: center; vertical-align: middle; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; border: none; letter-spacing: -0.03em; position: relative;}
#linkview_list li a:hover, #linkview_list li a:focus, #linkview_list li a:active {padding: 3px 18px; margin: 0; color: #8bfd04; text-decoration: none; text-align: center; vertical-align: middle; letter-spacing: 0em;}
#linkview_list li:first-child {padding: 0 18px 3px 18px;}
#linkview_list li:last-child {padding: 3px 18px 0 18px;}

#linkview_list li a:after {background: none repeat scroll 0 0 transparent; bottom: 1px; content: ""; display: block; position: absolute; height: 0; left: 50%; background-color: #8bfd04; -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s; -o-transition: width 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: width 0.3s ease 0s, left 0.3s ease 0s; transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0;}
#linkview_list li a:hover:after {width: 100%; left: 0; height: 1px;}

@media only screen and (max-width:48em) {
	ul#linkview_list {line-height: 1.6;}}