﻿/* anfang  quicklinks */




.quicklinksholder {
}

.quicklinkswrapper {
	right: 41px;
	position: fixed;
	top: 514px;
	width: 1px;
	z-index: 5000;
	float: left;
}

.quicklinksbutton  {
	position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -36px;
    white-space: nowrap;
    width: 70px;
    z-index: 5002;
    height: 54px;
    display: none; /* HIERMIT WIRD DER BUTTON ZUM EIN- UND AUSBLENDEN NICHT ANGEZEIGT */
}


.quicklinks {
   float: left;
    height: 1px;
    position: relative;
    left: 0px;
    top: 50px;
    top: -54px;
}


.quicklinks img { 
    position: relative;
    right: 0px;
    top: 0px;
    max-width: 35px;
    height: auto;
    margin: 5px 0;
    filter: brightness(120%);
}


.quicklinksbutton .fa {
	color: #9d9d9c;
	font-size: 39px;
	padding: 6px 4px 4px 4px;
	background: white;
	border-radius: 0 5px 5px 0;
}



.quicklinkinhalt {
	padding: 1px 3px 1px 2px;
	height: 129px;
	background: #6a6f73;
	border: solid 1px #2c2f34;
}

/* ende quicklinks */
