.max600 {
    max-width: 600px;
}
.max900 {
    max-width: 900px;
}
.padRight {
    padding-right: 1.2em;
}
.eh-center {
    margin: 0 auto;
}
.eh-margin {
    margin: 10px;
}
span.fussnote {
    vertical-align: super;
    font-size: 0.8em;
    margin-left: 2px;
}

/* Spin-Animation für "wait on service" */
.eh-animation-spin {
	animation: spin 2s infinite linear
}
@keyframes spin {
	0% {transform:rotate(0deg)}
	100% {transform:rotate(-360deg)}
}
.eh-spin-circle {
	background-image: url("../img/busy.png");
	background-repeat: no-repeat;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    height: 80px;
	width: 80px;
}
/* Ende Spin-Animation */
td.link {
    cursor: pointer;
}
#gisNav {
    width:300px;
    right:0;
    z-index: 5;
}
#shortMenu {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0.75;
}
.eh-mnu-item {
    padding: 10px;
}
.eh-mnu-button {
    padding: 10px;
}
.inline {
    display: inline;
}
.w3-modal {
    z-index: 5;
}
/* Dienstplan-Buttons ... */
button.dienst {
    display: block;
    margin: 0 auto;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
    white-space: nowrap;
}
button.dienstNV {
    background-color: #CC2828;
    color: #F7D827;
}
button.dienstNiN {
    background-color: #F7D827;
    color: #274df7;
}
button.dienstN {
    background-color: #FFED3A;
    color: #808080;
}
button.dienstP {
    background-color: #1D5FE4;
    color: #f0f0f0;
}
button.dienstA {
    background-color: #40B735;
    color: #f0f0f0;
}
button.dienstE {
    background-color: #F28424;
    color: #f0f0f0;
}
button.dienstS {
    background-color: #EDDED3;
    color: #F2A7A7;
}
span.dienst {
    display: block;
    margin: 0 auto;
    padding: 4px;
}
/* Einstellungen für Handy senkrecht ... */
@media (max-width: 600px) {
    #shortMenu {
        top: auto;
        bottom: 0;
        width: 100%;
    }
        img.smnuIcon {
        padding-left: 5px;
    }
    img.navOpen {
        width:24px;
    }
    img.logo {
        height: 30px;
        margin-top: 8px;
    }
    .eh-mnu-item {
        padding: 3px;
    }
    .eh-mnu-button {
        padding: 3px;
        font-size: smaller;
    }
}
