/*Als Sammelbucher kein Konto für andere anlegen, das macht es automatisch, weil ausgeblendet */
#partnerData #account{
	display:none !important;
}

.button-contact-container {
    background-color: #858583 !important;
    color: white !important;
    font-weight: bold;
    display: block;
    padding: 12px 18px;
    position: fixed;
    transform: rotate(90deg);
    transform-origin: 100% 0 0;
    transition: right 1s ease 0.1s, opacity 1s ease 0.1s, height 0.1s ease 0s, line-height 0.1s ease 0s;
    z-index: 101;
    opacity: 1;
    right: 0;
}

.button-contact-container.KontaktF {
    top: 400px;
}
.button-contact-container.KontaktB {
    top: 600px;	
}

.button-contact-container a, .button-contact-container a:visited{
background-color: #858583 !important;
    color: white !important;
}
