@charset "utf-8";

.termine .tag {
    position: relative;
    display: inline-block;
    width: calc((100% / 7) - 2px);
    border-right: 1px solid #a7a7a7;
    vertical-align: top;
}

.termine .tag:first-of-type {
    border-left: 1px solid #a7a7a7;
}

.termine .einzeltag {
    width: 100%;
}

.termine .tag .kopf {
    text-align: center;
    display: block;
    width: calc(100% - 8px);
    padding: 4px;
    background-color: #fff;
    font-size: 17px;
    color: #488925;
    border-bottom: #a7a7a7 1px solid;
    border-top: #a7a7a7 1px solid;
    height: 68px;
}

.termine .tag .kopf span {
    display: block;
    font-size: 14px;
}

.termine .heute .kopf {
    background-color: #e6ffd9;
}



.termine .tag .kopf.desktop {
    display: block;
}
.termine .tag .kopf.mobile {
    display: none;
}


@media screen and (max-width: 1000px) {
    .termine .tag .kopf.desktop {
        display: none;
    }
    .termine .tag .kopf.mobile {
        display: block;
    }
}



.termine .abschnitt {
    display: block;
    width: 100%;
    height: 11px;
    background-color: #fff;
    color: #888888;
    border-bottom: #a7a7a7 1px solid;
    border-top: #fff 1px solid;
    padding-top: 2px;
    padding-bottom: 10px;
    text-align: right;
}
.termine .abschnitt span {
    font-size: 10px;
    display: inline-block;
    padding-right: 2px;
}

.termine .abschnitt:hover {
    background-color: #c8ffaa;
    border-top: #888888 1px solid;
    color: #888888;
}

.termine .vergangen {
    color: #888888;
    background-color: #f2ffeb;
    cursor: pointer;
}

.termine .gesperrt {
    color: #f5f5f5;
    background-color: #f5f5f5;
    border-bottom: #a7a7a7 1px solid;
    border-top: #f5f5f5 1px solid;
}

.termine .gesperrt:hover {
    background-color: #f5f5f5;
    border-top: #888888 1px solid;
    color: #888888;
}

.termine .aktuell {
    cursor: pointer;
}


.termine .termin {
    position: absolute;
    display: inline-block;
    width: 60%;
    max-width: 200px;
    background-color: #488925;
    color: #ffffff;
    padding: 4px 4px 0px 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #fff;
    opacity: 0.9;
    font-size: 12px;
}

.termine .termin.abgesagt {
    background-image: url(../../img/schraffierung1.png);
    opacity: 0.8;
}

.termine .termin.verfuegbar {
    background-image: url(../../img/schraffierung2.png);
    opacity: 0.8;
}

.termine .termin hr {
    border: none;
    border-top: 1px solid #ffffff33;
    margin: 4px 0px 4px 0px;
}

.termin_details hr {
    border: none;
    border-top: 1px solid #ffffff33;
    margin: 4px 0px 4px 0px;
}

.termin_details div {
    font-size: 12px;
}

.termine .tag .termin:hover {
    border: 2px solid #000000;
    opacity: 1.0;
    z-index: 150;
    height: auto !important;
}

.termine .anfahrt {
    position: absolute;
    display: inline-block;
    width: 60%;
    max-width: 200px;
    background-color: #488925;
    color: #ffffff;
    padding: 4px 4px 0px 4px;
    overflow: hidden;
    border: 2px solid #fff;
    opacity: 0.7;
    font-size: 10px;
}

.termine .anfahrt:hover {
    z-index: 150;
}


.termine .puffer {
    position: absolute;
    display: inline-block;
    width: 60%;
    max-width: 200px;
    background-color: #488925;
    color: #ffffff;
    padding: 4px 4px 0px 4px;
    overflow: hidden;
    border: 2px solid #fff;
    opacity: 0.7;
    font-size: 10px;
}


.termine .laufend {
    background-color: #892525;
}

.termine .vorbei {
    background-color: #888888;
}

.termine .termin .knapp {
    color: #ffeb00;
}


.termine .woche {
    white-space: nowrap;
}

.termine .woche .tag {
    width: calc((100% / 7) - 10px);
    border-bottom: 1px solid #a7a7a7;
    height: calc(16% - 16px);
    padding: 4px;
    background-color: #fff;
    text-align: left;
    min-height: calc(16% - 16px);
}

.termine .woche .tag:hover {
    background-color: #f0f0ff;
    height: auto;
    z-index: 120;
}

.termine .woche .tag .tagnummer {
    color: #888888;
    cursor: pointer;
}

.termine .woche .platzhalter {
    display: inline-block;
    border-right: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    vertical-align: top;
    width: calc((100% / 7) - 10px);
    height: calc(16% - 16px);
    padding: 4px;
    background-color: #f5f5f5;
}
.termine .woche .platzhalter:first-of-type {
    border-left: 1px solid #a7a7a7;
}

.termine .woche .wochentag {
    display: inline-block;
    border-right: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    vertical-align: top;
    width: calc((100% / 7) - 10px);
    padding: 4px;
    border-top: 1px solid #a7a7a7;
    text-align: center;
    background-color: #fff;
}

.termine .woche .wochentag:first-of-type {
    border-left: 1px solid #a7a7a7;
}

.termine .woche .monatheute {
    background-color: #e6ffd9;
}

.termine .woche .kleintermin {
    color: #fff;
    font-size: 11px;
    padding: 2px;
    white-space: normal;
    overflow-x: hidden;
    margin-bottom: 1px;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #488925;
}

.termine .kleintermin.abgesagt {
    background-image: url(../../img/schraffierung1.png);
    opacity: 0.8;
}

.termine .kleintermin.verfuegbar {
    background-image: url(../../img/schraffierung2.png);
    opacity: 0.8;
}



.termine .kalender_monat_plus {
    float: right;
    cursor: pointer;
    width: 24px;
}



.termine .liste h2 {
    margin-top: 20px;
    font-size: 15px;
}

.termine .liste .termin {
    position: relative;
    display: block;
    padding: 12px;
    max-width: none;
    width: auto;
    border-radius: 8px;
    opacity: 1.0;
}

.termine .liste .termin:hover {
    border: 2px solid #000000;
}



.termine .woche .kleintermin:hover {
    border: 1px solid #000;
}

.terminneu .ergebnisse {
    position: absolute;
}

.terminneu .ergebnisse .karte {
    padding: 16px;
    margin-bottom: 4px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    overflow: hidden;
}

.terminneu .ergebnisse .karte:hover {
    border: 1px solid #727272;
}

.terminneu .ergebnisse .karte .email {
    font-size: 16px;
    margin-bottom: 8px;
    color: #488925;
    white-space: nowrap;
}

.terminneu .ergebnisse .karte .name {
    margin-bottom: 8px;
}

.zeitauswahl .tag {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-right: 1px solid #a7a7a7;
    vertical-align: top; }

.zeitauswahl .tag:first-of-type {
    border-left: 1px solid #a7a7a7; }

.zeitauswahl .tag .kopf {
    display: block;
    width: calc(100% - 8px);
    padding: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #488925;
    border-bottom: #a7a7a7 1px solid;
    border-top: #a7a7a7 1px solid; }

.zeitauswahl .tag .kopf span {
    font-size: 14px; }

.zeitauswahl .abschnitt {
    display: block;
    width: 100%;
    height: 11px;
    font-size: 10px;
    background-color: #fff;
    color: #bebebe;
    border-bottom: #a7a7a7 1px solid;
    border-top: #fff 1px solid;
    padding-top: 1px;
    padding-bottom: 5px; }

.zeitauswahl .abschnitt:hover {
    background-color: #c8ffaa;
    border-top: #888888 1px solid;
    color: #888888; }

.zeitauswahl .vergangen {
    color: #888888;
    background-color: #bebebe;
    cursor: not-allowed; }

.zeitauswahl .aktuell {
    cursor: pointer; }

.zeitauswahl .belegt {
    display: block;
    width: calc(100% - 8px);
    font-size: 12px;
    background-color: #808080;
    color: #ffffff;
    padding: 4px 4px 0px 4px;
    overflow: hidden;
    cursor: not-allowed; }

.zeitauswahl .auswahl {
    background-color: #488925; }


.terminneu .mitarbeiter {
    background-color: #fff;
    padding: 4px;
    cursor: pointer;
    margin-bottom: 4px; }

.terminneu .mitarbeiter:hover {
    background-color: #c8ffaa; }

.terminneu .diagrammbalken {
    background-color: #488925;
    width: 24px;
    margin-right: 2px;
    vertical-align: bottom;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.terminneu .diagrammbalken.auswahl {
    background-color: #386bdd;
}
.terminneu .diagrammbalken.highlight {
    background-color: #71dd38;
}
.terminneu .diagrammbalken span {
    position: relative;
    color: #fff;
    font-size: 9px;
}

#popup .pfeile {
    float: right;
}
#popup .pfeile img {
    width: 16px;
    margin-right: 4px;
    cursor: pointer;
}
#popup .woche {
    text-align: left;
}
#popup .platzhalter {
    width: 24px;
    padding: 6px 2px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    text-align: right;
}

#popup .tagauswahl .wochelegende {
    border-bottom: 1px solid #888888;
    color: #6c6c6c;
}
#popup .tagauswahl .tagfeld {
    width: 24px;
    padding: 6px 2px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    cursor: pointer;
    border: 1px solid #fff;
}
#popup .tagauswahl .tagfeld:hover {
    border: 1px solid #488925;
}
#popup .tagauswahl .tagfeldlegende {
    width: 24px;
    padding: 6px 2px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    color: #6c6c6c;
    border-right: 1px solid #888888;
}

#popup .wochenauswahl .wochelegende {
    border-bottom: 1px solid #888888;
    color: #6c6c6c;
}
#popup .wochenauswahl .woche {
    border: 1px solid #fff;
    cursor: pointer;
}
#popup .wochenauswahl .woche:hover {
    border: 1px solid #488925;
}
#popup .wochenauswahl .tagfeld {
    width: 24px;
    padding: 6px 2px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
#popup .wochenauswahl .tagfeldlegende {
    width: 24px;
    padding: 6px 2px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    color: #6c6c6c;
    border-right: 1px solid #888888;
}

#popup .monatsauswahl .monat {
    padding: 8px;
    text-align: left;
    border: 1px solid #fff;
    margin-bottom: 2px;
    cursor: pointer;
}
#popup .monatsauswahl .monat:hover {
    border: 1px solid #488925;
}

#popup .startstringkopieren {
    width: 44%;
    margin-left: 8px;
    display: inline-block
}

#popup .startzeitkopieren {
    width: 46%;
    display: inline-block
}



#popup .tagauswahl .selected {
    background-color: #e6ffd9;
    display: block;
    border: 1px solid #adff83; 
}

#popup .monatsauswahl .selected {
    background-color: #e6ffd9;
    display: block;
    border: 1px solid #adff83; 
}

#popup .wochenauswahl .selected {
    background-color: #e6ffd9;
    display: block;
    border: 1px solid #adff83; 
}



.kalenderkopf {
    margin-bottom: 16px;
}

.kalenderkopfknopf {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.kalenderkopfknopf img {
    height: 32px;
}

.kalenderkopftext {
    display: inline-block;
    height: 32px;
    width: calc(100% - 75px);
    vertical-align: middle;
    text-align: center;
}

.overlaybereich #kalendersuche {
    margin-bottom: 8px;
    margin-right: 8px;
    width: calc(100% - 45px);
    font-size: 16px;
    padding: 16px 16px 16px 48px;
    background-image: url('../../img/lupe.png');
    background-position: 8px center;
    background-size: 32px;
    background-repeat: no-repeat;
}

#overlay #benutzerauswahl_termine {
    background-color: #fff;
    border: 1px solid #818181;
    border-radius: 4px;
    margin: 8px;
    width: calc(100% - 30px);
    padding: 4px;
}



.contentcard.icsimport .termin {
    position: relative;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    background-color: #488925;
    color: #ffffff;
    padding: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #fff;
    opacity: 1.0;
    font-size: 12px;
}

.contentcard.icsimport .termin:hover {
    border: 2px solid #000000;
}



#terminbestaetigungvorschlaege {
    margin-top: 16px;
    height: 100px;
    overflow-y: scroll;
}



.contentcard.terminneu .ben_zeile {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    margin-bottom: 8px;
    cursor: pointer;
}

.contentcard.terminneu .ben_zeile:hover {
    border: 1px solid #727272;
}

.contentcard.terminneu .ben_zeile .ben_zeile_titel {
    font-weight: bold;
}

.contentcard.terminneu .ben_zeile .ben_zeile_vias div {
    margin-top: 4px;
}

.contentcard.terminneu .ben_zeile .ben_zeile_vias img {
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.contentcard.terminneu .ben_zeile .ben_zeile_vias span {
    font-size: 12px;
    vertical-align: middle;
}



.contentcard.terminneu .best_zeile {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    margin-bottom: 8px;
    cursor: pointer;
}

.contentcard.terminneu .best_zeile:hover {
    border: 1px solid #727272;
}

.contentcard.terminneu .best_zeile .best_zeile_titel {
    font-weight: bold;
}

.contentcard.terminneu .best_zeile .best_zeile_vias div {
    margin-top: 4px;
}

.contentcard.terminneu .best_zeile .best_zeile_vias img {
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.contentcard.terminneu .best_zeile .best_zeile_vias span {
    font-size: 12px;
    vertical-align: middle;
}

.contentcard.terminneu .best_zeile .best_zeile_status div {
    margin-top: 4px;
}

.contentcard.terminneu .best_zeile .best_zeile_status img {
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.contentcard.terminneu .best_zeile .best_zeile_status span {
    font-size: 12px;
    vertical-align: middle;
}

.contentcard.terminneu .best_zeile .best_zeile_status .offen span {
    color: #999999;
}

.contentcard.terminneu .best_zeile .best_zeile_status .offen img {
    filter: grayscale(1);
}

.contentcard.terminneu .best_zeile .best_zeile_status .verschickt span {
    color: #488925;
}



.datenblock .termin {
    display: block;
    background-color: #488925;
    color: #ffffff;
    padding: 4px;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 12px;
    opacity: 0.9;
}

.datenblock .termin:hover {
    border: 2px solid #000000;
    opacity: 1.0;
}

.datenblock .termin hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 4px 0px 4px 0px;
}



.kalender_liste_plus {
    display: inline-block;
    margin-right: 8px;
    background-color: #d6d6d6;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

.kalender_liste_plus:hover {
    transform: scale(1.3);
    filter: brightness(1.2);
}



@media screen and (max-width: 900px) {

    .termine .kalender_monat_plus {
        display: none;
    }

    .termine .woche .tag {
        width: calc((100% / 7) - 4px);
        height: auto;
        padding: 1px;
    }

    .termine .woche .platzhalter {
        width: calc((100% / 7) - 4px);
        height: auto;
        padding: 1px;
        opacity: 0.0;
    }

    .termine .woche .kleintermin {
        font-size: 10px;
        padding: 1px;
    }

}