/*
        Farben
        #E2001A ROT
        #EDDEAF Beige dunkel
        #EEE8AA Beige hell	
*/

/* jquery-UI ueberschreiben */
.ui-widget-content a {
    color: #E2001A;
    text-decoration: none;
}


* {
    font-family: Calibri, Helvetica, sans-serif;
}
body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    width: 100%;
    background-color: #eee;
}

a {
    color: #E2001A;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.l {
    text-align: left;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.b {
    font-weight: bold;
}
.nw {
    white-space: nowrap
}

.blink {
    animation:blink 2.5s linear infinite alternate 2.5s;
}

@keyframes blink {
    80% {
        color:black;
    }
    90% {
        color:red;
    }
    100% {
        color:black;
    }
}

#datumKW {
    position: fixed;
    left: 10px;
    bottom: 10px;
    font-size: 16px;
    padding: 4px 10px;
    border: 1px solid #E2001A;
    border-radius: 8px;
    background-color: #eee;
}
#datumKWnav {
    display: inline-block;
    font-size: 16px;
    width: 155px;
    padding: 4px 10px;
    margin-left: 40px;
    margin-bottom: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #eee;
}
#toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    border: 1px solid #E2001A;
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #eee;
}
#toTop:hover {
    text-decoration: none;
    background-color: #ddd;
}
#alarm {
    position: fixed;
    right: 207px;
    top: 51px;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #eee;
}
#alarm.erfolg {
    border: 1px solid #093;
}
#alarm.fehler {
    border: 1px solid #E2001A;
}
@media screen and (max-width: 960px) {
    #datumKW {
        display: none;
    }
    #toTop {
        display: none;
    }
}


/*
nav {
        text-align: center;
        background-color: #E2001A;
        padding: 1px 0;
        margin: 0;
        color: #fff;
}

nav ul {
        overflow: hidden;
        list-style-type: none;
}

nav ul li {
        display: inline-block;
        margin-right: 20px;
        padding: 0;
        font-weight: bold;
}

nav ul li a {
        margin-left: 7px;
        margin-right: 7px;
        color: #fff;
        font-size: 20px;
}
nav ul li a:hover {
        text-decoration: underline
}
nav ul li a i {
        margin-right: 5px;
}
@media screen and (max-width: 960px) {
        span.menu_text { display: none; }
}

#menu_logo {
        margin-left: 20px;
}
#menu_form {
        margin-right: 20px;
}
*/
/* styles for mobile */
@media screen and (max-width: 960px) {
    nav#nav_desktop {
        display: none;
    }
    nav#nav_mobil {
        display: none;
    }
    header {
        display: inline-block;
        width: 96vw;
        height: 7vh;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 1vh;
        background-color: #E2001A;
        color: #fff;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
    }
    header div {
        display: inline-block;
    }
    #header_links {
        width: 20%;
        text-align: left;
    }
    #header_mitte {
        width: 50%;
        text-align: center;
    }
    #header_rechts {
        width: 25%;
        text-align: right;
    }
    header a {
        color: #fff;
    }

    img.logo {
        height: 4vh;
        width: auto;
        margin-top: 1vh;
        margin-right: 3vw;
    }
    #open_mobinav {
        display: inline-block;
        font-size: 5vh;
        color: #fff;
        margin-right: 3vw;
    }

    /* bessere Formularansichten */
    label {
        width: 20%;
    }

}

/* styles for desktop */
@media screen and (min-width: 961px) {
    nav#nav_mobil {
        display: none;
    }
    header {
        display: none;
    }
    #main-grid {
        /*		max-width: 1557px;*/
        /*		max-width: 1787px;*/
        margin: 34px 68px;
        background-color: #fff;

        display: grid;

        grid-template-areas:
            "nav content";

        grid-template-columns: 277px 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0;

        /*		height: 100vh;*/

        box-shadow: 0px 0px 17px #333;
        border-radius: 12px;

    }
}


nav#nav_desktop {
    grid-area: nav;
    padding-bottom: 200px;
    background-color: #666;
}
nav#nav_desktop .logo_area {
    display: block;
    background-color: #E2001A;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 7px;
}
nav#nav_desktop .logo {
    margin: 20px 40px 7px 40px;
    filter: drop-shadow(2px 4px 8px #333);
}
.schnellsuche {
    margin: -8px 40px;
}
.schnellsuche input[type=text] {
    margin-left: 33px;
    width: 123px;
}

nav#nav_desktop ul {
    list-style: none;
}

nav#nav_desktop ul .fas, nav#nav_desktop ul .svg-inline--fa {
    width: 25px;
    text-align: center;
}

nav#nav_desktop a {
    color: white;
}
nav#nav_desktop a.link_self {
    color: #E26666;
}
nav#nav_desktop .nav_link {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
}

nav#nav_desktop .nav_link_sub {
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: normal;
}

div#nav_mobil_links, div#nav_mobil_rechts {
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

nav#nav_mobil {
    padding-bottom: 20px;
    background-color: #666;
}
nav#nav_mobil .logo_area {
    display: block;
    background-color: #E2001A;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 7px;
}
nav#nav_mobil .logo {
    margin: 20px 40px 7px 40px;
}
.schnellsuche {
    margin: -8px 40px;
}
.schnellsuche input[type=text] {
    padding: 3px;
    margin-left: 33px;
    margin-right: 3px;
    width: 123px;
    border: none;
    border-radius: 4px;
}

nav#nav_mobil ul {
    list-style: none;
    display: inline-
}

nav#nav_mobil ul .fas {
    width: 25px;
    text-align: center;
}

nav#nav_mobil a {
    color: white;
}
nav#nav_mobil a.link_self {
    color: #E26666;
}
nav#nav_mobil .nav_link {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
}

nav#nav_mobil .nav_link_sub {
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: normal;
}



main {
    grid-area: content;
    padding: 30px;
    padding-bottom: 222px;
    background-color: #fff;
}
#werkstattkalender {
    /*	grid-area: content;*/
}
aside {
    grid-area: side;
    margin-right: 0.5rem;
}

footer {
    grid-area: footer;
}

main h1 {
    margin: 0;
    padding: 5px;
    text-align: left;
    font-size: 150%;
    color: #555;
    border-bottom: 1px solid #555;
}
main h2 {
    margin: 10px 0;
    padding: 5px;
    padding-top: 10px;
    font-size: 120%;
    color: #555;
    border-top: 1px dashed #555;
}
main h2:first-child {
    border: none;
}
main h3 {
    margin: 10px 0;
    padding: 5px;
    font-size: 100%;
    color: #555;
}
main hr {
    height: 10px;
    border: none;
    border-bottom: 1px dotted #555;
}

.achtung {
    font-weight: bold;
    color: #f00;
    text-align: center;
    border: 2px solid #f00;
}

div.linkliste {
    text-align: center;
    background-color: #eee;
    padding: 0;
}
div.linkliste a {
    display: inline-block;
    margin: 0;
    padding: 8px 16px;
    border-left: 2px solid #fff;
    text-align: center;
}
div.linkliste a:last-child {
    border-right: 2px solid #fff;
}
div.linkliste a.link_self {
    color: #333;
}
div.linkliste a i {
    margin-right: 4px;
}
/* styles for mobile */
@media screen and (max-width: 960px) {
    div.linkliste a {
        padding: 8px 8px;
    }
    div.linkliste a i {
        margin: 0 4px;
    }
}

/* Formulare */

div.float-end {
    clear: both;
}
div.form-block {
    float: left;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
}
div.form-block.form-block-left {
    width: 49%;
    padding: 0;
    padding-right: 1%;
}
div.form-block.form-block-right {
    width: 49%;
    padding: 0;
    padding-left: 1%;
}
@media only screen and (max-width: 980px ) {
    div.form-block, div.form-block.form-block-left, div.form-block.form-block-right {
        float: none;
        width: 100%;
        padding: 0;
        display: inline-block;
    }
}

.box_menu {
    float: right;
    padding-top: 20px;
}
.box_menu a {
    display: inline-block;
    margin-left: 20px;
}

div.topformlinks {
    text-align: center;
    padding-bottom: 7px;
}
div.topformlinks a {
    display: inline-block;
    width: 30%;
    text-align: center;
}

fieldset {
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px dashed #E2001A;
    background-color: #eee;
}
fieldset legend {
    font-weight: bold;
    padding: 4px 8px;
    background-color: #EDDEAF;
    border: 1px solid #E2001A;
    border-radius: 6px;
}
fieldset.halb {
    float: left;
    overflow: auto;
    width: 47%;
    margin-left: 1%;
}
fieldset.halb:first-of-type {
    margin-left: 0;
}
fieldset.halb label {
    width: 30%;
}
fieldset.submit {
    border: none;
    text-align: center;
}
fieldset.submit input {
    font-size: 12px;
    font-weight: bold;
}

fieldset .datepicker {
    width: 10%;
}

div.artikellisteneintrag {
    overflow: hidden;
    margin-top: 12px;
    padding-bottom: 4px;
    background-color: #EDDEAF;
    border-radius: 6px;
}
div.artikellisteneintrag-halb {
    display: inline-block;
    overflow: hidden;
    margin-top: 12px;
    margin-left: 1%;
    padding-bottom: 4px;
    background-color: #EDDEAF;
    border-radius: 6px;
    width: 48%;
}
div.fieldset-bezeichnung-preis, div.fieldset-infotext {
}
div.fieldset-bezeichnung-preis label,
div.fieldset-infotext label {
    width: 17%;
}
div.fieldset-beileger {
}
div.fieldset-beileger-daten {
    float: left;
    width: 30%;
}
div.fieldset-beileger-bild {
    float: left;
    width: 35%;
}
div.fieldset-beileger-check {
    float: left;
    width: 5%;
}
img.beileger-vorschau {
    width: 100%;
    height: auto;
}
label {
    display: inline-block;
    width: 10%;
    padding: 1%;
    text-align: right;
}
div.artikellisteneintrag-halb label {
    width: 20%;
}
label.checkbox {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 0;
}
label.radio {
    display: inline-block;
    width: auto;
    text-align: left;
}
.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    padding: 3px 4px;
    cursor: pointer;
}

.radio-toolbar label.pre {
    padding: 2px 3px;
    border: 1px dashed #000;
}

.radio-toolbar input[type="radio"]:checked+label {
    padding: 2px 3px;
    border: 1px solid #000;
}
input.titelzeile {
    width: 65%;
}
input.bezeichnung {
    width: 60%;
}
input.preis {
    width: 15%;
    text-align: right;
}
textarea.info {
    width: 60%;
    height: 70px;
    vertical-align: top;
}
textarea.rueckseite {
    width: 58%;
    height: 80px;
    vertical-align: top;
}
input.halb, textarea.halb, select.halb {
    display: inline-block;
    width: 30%;
    padding: 2px;
}
input.drittel, textarea.drittel, select.drittel {
    display: inline-block;
    width: 200px;
    padding: 2px;
    margin: 0;
}
input.lang {
    width: 67%;
}
input.position_anzahl {
    width: 40px;
}
input.position_einheit {
    width: 80px;
}
input.position_einzelpreis {
    width: 80px;
}
input[type=submit] {
    border: 2px solid #E2001A;
    border-radius: 4px;
    padding: 3px 6px;
    margin: 3px 20px;
    background-color: #EDDEAF;
    color: #E2001A;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    float: right;
}
a.clearbutton {
    border: 1px solid #E2001A;
    border-radius: 4px;
    padding: 4px 7px;
    margin: 3px 20px;
    background-color: transparent;
    color: #E2001A;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    float: right;
}
input.submit_table {
    border: 2px solid #E2001A;
    border-radius: 4px;
    padding: 2px 4px;
    margin: 3px 3px;
    background-color: #EDDEAF;
    color: #E2001A;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

/* Modal */
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal .modal-content {
    background-color: #fefefe;
    margin: 34px auto;
    padding: 17px;
    border: 1px solid #888;
    width: 60%;
}
.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal iframe {
    width: 100%;
    height: 700px;
}

/* Tabellen/Listen */

details summary {
    cursor: pointer;
}

a.link-page {
    padding: 3px 6px;
}
a.link-page.current {
    font-weight: bold;
}

table td, table th {
    vertical-align: top;
}

div.pagination {
    padding: 7px;
    margin-bottom: 17px;
    border-radius: 12px;
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-color: #eee;
    text-align: center;
}
div.pagination a {
    font-size: 200%;
    font-weight: bold;
}


table.liste {
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-color: #eee;
}
table.liste caption {
    padding: 7px;
    margin-bottom: 17px;
    background-color: #eee;
    border-radius: 12px;
}
table.liste thead td, table.liste thead th {
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #999;
    background-color: #fff;
    padding: 3px 9px;
    padding-top: 6px;
}
table.liste thead th {
    /*position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;*/
    text-align: left;
    border-bottom: 2px solid #000;
}
table.liste tbody td.firma {
    max-width: 160px;
}
table.liste tbody td.name {
    max-width: 160px;
}
table.liste tbody td.strasse {
    max-width: 140px;
}
table.liste tr.verstecken {
    display: none;
    color: #777;
}
table.liste tr:hover {
    background-color: #fff;
}
table.liste td {
    border: none;
    margin: 0;
    /*	padding: 0px 6px;*/
    padding: 3px 9px;
    padding-top: 6px;
}
table.liste td.status {
    font-size: 120%;
    letter-spacing: 2px;
    padding: 3px 9px;
    padding-top: 6px;
    width: 36px;
}
table.liste td.bl {
    border-left: 1px solid #999;
}
table.liste td.br {
    border-right: 1px solid #999;
}
table.liste tr.bb {
    border-bottom: 1px solid #999;
}
table.liste tr.eintrag td {
    border-bottom: 1px solid #999;
}
table.liste tr.eintrag.storniert td {
    text-decoration: line-through;
}
table.liste td.attention {
    color: #f00;
}
table.liste td.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
td.anrufernummer {
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 980px ) {
    table.liste td.no-mobile {
        display: none;
    }
}

table.positionen {
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-color: #eee;
}
table.positionen thead td {
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #999;
    background-color: #fff;
}
table.positionen td {
    border: none;
    margin: 0;
    padding: 0px 6px;
    padding-top: 4px;
}
table.positionen td.artikeltext {
    width: 50%;
}
table.positionen td.bl {
    border-left: 1px solid #999;
}
table.positionen td.br {
    border-right: 1px solid #999;
}
table.positionen tr.bb {
    border-bottom: 1px solid #999;
}
#positionen .handle {
    cursor: move;
}

table.statistik {
    width: 100%;
    background-color: #eee;
    border-collapse: collapse;
}
table.statistik thead td {
    font-weight: bold;
    border-bottom: 1px solid #999;
}
table.statistik td {
    border: 1px solid #fff;
    margin: 0;
    padding: 2px 6px;
}
table.statistik td.monat {
    width: 5%;
    text-align: right;
    vertical-align: middle;
    background-color: #ddd;
}
table.statistik td.wert {
    width: 8%;
    text-align: right;
    vertical-align: middle;
    background-color: #ddd;
}
table.statistik div.balken {
    display: inline-block;
}
table.statistik div.balken-erwartet {
    background-color: #cc9;
}
table.statistik div.balken-erzielt {
    background-color: #9c9;
}

table.details {
    width: 100%;
    background-color: #eee;
    border-collapse: collapse;
    border-radius: 3px;
}
table.details thead td {
    font-weight: bold;
    border-bottom: 1px solid #999;
}
table.details td {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 2px 6px;
}
table.details td.headline {
    height: 26px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    background-color: #ddd;
}
table.details td.feld {
    width: 20%;
    height: 26px;
    text-align: right;
    vertical-align: middle;
    background-color: #ddd;
}
table.details td.feld.top {
    vertical-align: top;
}
table.details td.trenner {
    font-size: 4px;
    height: 10px;
    background-color: #fff;
}
table.details td.leer {
    background-color: #fff;
}
table.details td.button {
    background-color: #fff;
    text-align: right;
}
table.details td.daten {
    width: 80%;
    vertical-align: middle;
}
table.details input[type=text] {
    width: 90%;
    border-left: none;
    border-top: none;
    border-right: none;
    /*border-bottom: 1px solid #333;*/
    border-bottom: none;
    border-radius: 3px;
    font-size: 14px;
}
/*table.details input[type=text]:focus {*/
input[type=text]:focus {
    -webkit-box-shadow: 0 0 0 1px #E2001A inset;
    box-shadow: inset 0 0 0 1px #E2001A;
    outline: 0;
    /*border-color: #E2001A;*/
}

table.details select.mitarbeiter {
    width: 40%;
}
table.details input.auftragsnummer_laufend {
    width: 20%;
}
table.details input.kundennummer {
    width: 30%;
}
table.details input.nachname {
    width: 40%;
}
table.details input.vorname {
    width: 30%;
}
table.details input.plz {
    width: 20%;
}
table.details input.ort {
    width: 30%;
}
table.details input.stunden {
    width: 20%;
}
table.details input.betrag {
    width: 20%;
    text-align: right;
}
table.details input.datepicker {
    width: 40%;
}
table.details textarea {
    width: 90%;
    min-height: 20px;
    border-left: none;
    border-top: none;
    border-right: none;
    /*border-bottom: 1px solid #333;*/
    border-bottom: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
table.details textarea.niedrig {
    height: 100px;
}
/*table.details textarea:focus {*/
textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #E2001A inset;
    box-shadow: inset 0 0 0 1px #E2001A;
    outline: 0;
}
table.details select {
    width: auto;
    border-left: none;
    border-top: none;
    border-right: none;
    /*border-bottom: 1px solid #333;*/
    border-bottom: none;
    border-radius: 3px;
    font-size: 14px;
}
/*table.details select:focus {*/
select:focus {
    -webkit-box-shadow: 0 0 0 1px #E2001A inset;
    box-shadow: inset 0 0 0 1px #E2001A;
    outline: 0;
}

table.details td.artikelliste_pos {
    width: 30px;
}
table.details td.artikelliste_menge {
    width: 60px;
}
table.details td.artikelliste_einheit {
    width: 60px;
}
table.details td.artikelliste_einzelpreis {
    width: 60px;
}
table.details td.artikelliste_gesamtpreis {
    width: 60px;
}
table.details td.artikelliste_button {
    width: 60px;
}
table.details textarea.position_beschreibung {
    width: 99%;
    min-height: 150px;
}
table.details textarea.position_notizen {
    width: 99%;
    background: transparent;
}

table.scroll thead tr:after {
    content: '';
    overflow-y: scroll;
    visibility: hidden;
}
table.scroll thead th {
    flex: 1 auto;
    display: block;
}
table.scroll tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: auto;
    max-height: 200px;
}
table.scroll thead tr,
table.scroll tbody tr {
    display: flex;
}
table.scroll tbody tr td {
    flex: 1 auto;
    word-wrap: break;
}

#map {
    margin: 0;
    width: 100%;
    height: 700px;
    border: 1px solid #999;
}

#map.kunde_detail {
    height: 600px;
}

div.bilderliste {
    overflow: auto;
}
img.bilderliste_bild {
    background-color: #ccc;
    float: left;
    margin: 0.5%;
    padding: 0.5%;
    border-radius: 5%;
    width: 12%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
img.bilderliste_bild:hover {
    background-color: #aaa;
}


div.kundenbild-thumbnail-wrapper {
    display: inline-block;
    padding: 7px;
    background-color: #ccc;
    margin-right: 13px;
    margin-bottom: 12px;
    border-radius: 9px;
}
div.kundenbild-thumbnail {
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

div.kunden-email-text {
    height: 300px;
    overflow: scroll;
    border: 1px dotted #666;
    margin: 10px;
    padding: 10px;
}

/* Werkstattkalender */

h2 span.monatsname {
    display: inline-block;
    width: 200px;
}

#werkstattkalender {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-basis: 100%;
}
#werkstattkalender .einzeln {
    flex: none;
    display: block;
}
#werkstattkalender .kw_uebersicht {
    margin-right: 1px;
    width: 260px;
}
#werkstattkalender .kw_uebersicht_einzeln {
    margin: 10px;
    padding: 10px;
    width: 100%;
}
#werkstattkalender .kw_uebersicht h3 {
    background-color: #eee;
    text-align: center;
    padding: 4px;
    margin: 0;
}
#werkstattkalender .kw_uebersicht h3.aktuell {
    background-color: #ccc;
}
#werkstattkalender .kw_uebersicht h4 {
    background-color: #eee;
    text-align: center;
    padding: 4px;
    margin: 0;
}
#werkstattkalender .kw_uebersicht h4.positiv {
    color: #093;
}
#werkstattkalender .kw_uebersicht h4.negativ {
    color: #f30;
}
#werkstattkalender .kw_uebersicht table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}
#werkstattkalender .kw_uebersicht table td {
    padding: 2px 4px;
}
#werkstattkalender .kw_uebersicht table td.kalenderBorderBottom {
    border-bottom: 1px solid #ccc;
}
#werkstattkalender .stunden {
    width: 30px;
    border: none;
    text-align: right;
    padding: 0;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 16px;
}
#werkstattkalender .datepickerWerkstatt {
    width: 40px;
    border: none;
    text-align: right;
    padding: 0;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 16px;
}
#werkstattkalender .datepickerButton {
    font-size: 16px;
}

/* Werkstattmodul */

#werkstattmodul {
    background-color: #fff;
    width: 92%;
    margin: 20px auto;
    padding: 2%;
    border: 1px solid #ccc;
}

/* Samstagsliste */
.samstag_older, .samstag_newer {
    display: none;
}

/* Überschreiben von jQuery/UI/Elementen */
#tabs {
    margin-top: 17px;
    padding: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    /*background-color: #E2001A;*/
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #000;
}
