﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    #divMainPage {
        background-color: #fff !important;
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important;
    }
}

.smallTextWidth {
    max-width: 800px;
    margin: 0px auto;
    text-align: justify;
    line-height: 1.25;
}

th {
    font-weight: bold;
    text-align: left;
    width: 180px;
    white-space: nowrap;
}

input[type=button], input[type=submit], button {
    background-color: forestgreen;
    color: white;
    border: 1px solid forestgreen;
    cursor: pointer;
    border-radius: 3px;
}

    input[type=button]:disabled, input[type=submit]:disabled {
        background-color: #ddd;
        color: forestgreen;
        border: 1px solid forestgreen;
        cursor: not-allowed;
        border-radius: 3px;
    }

.noBorder {
    border: none;
}

.LegendButton {
    background-color: forestgreen;
    color: white;
    border: 1px solid forestgreen;
    cursor: pointer;
    border-radius: 3px;
    padding: 3px;
    text-decoration: none;
    font-size: small;
    font-weight: normal;
}

.LegendClickable {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

a {
    color: forestgreen;
}

    a:hover {
        color: forestgreen;
        text-decoration: none;
    }

.boxes {
    margin-top: 15px;
}

    .boxes textarea {
        font-family: 'Times New Roman', Times, serif;
        font-size: medium;
    }

    .boxes, .boxes fieldset {
        overflow-x: auto;
    }

        .boxes fieldset {
            margin: 0px;
        }

.hidden {
    display: none !important;
}

.deleteButton {
    background-color: DarkRed !important;
    color: #FFF !important;
    border: none !important;
}

.toDo {
    color: red;
    border: 1px solid red;
}

    .toDo h2 {
        font-size: larger;
        margin: 3px;
    }

    .toDo ul {
        margin: 3px;
    }

.btnDel {
    color: red !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}

.btnInvert {
    color: #369 !important;
    background-color: transparent !important;
    border: 1px solid #369 !important;
}

#divQuickKontakt {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 1000;
    width: 40px;
}

    #divQuickKontakt:hover {
        width: 220px;
    }


    #divQuickKontakt > div {
        padding: 10px;
        padding-left: 12px;
        transition: margin-left 0.1s;
        -webkit-transition: margin-left 0.1s;
        margin: 0px;
        text-align: left;
        margin-left: 0px;
        height: 18px;
        box-shadow: 4px 4px #ddd;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 10px 0px 0px 10px;
    }


    #divQuickKontakt:hover > div {
        transition: none;
        -webkit-transition: none;
        margin-left: 160px;
    }

    #divQuickKontakt > div:hover {
        transition: margin-left 0.1s;
        -webkit-transition: margin-left 0.1s;
        margin-left: 0px;
    }

    #divQuickKontakt > div > i {
        color: white;
        margin-right: 15px;
        float: left;
    }

    #divQuickKontakt > div > a {
        -webkit-transition: display 0s;
        transition: display 0s;
        -webkit-transition-delay: 3s;
        transition-delay: 3s;
    }

        #divQuickKontakt > div > a, #divQuickKontakt > div > a:hover {
            color: white;
            float: right;
            display: none;
        }

    #divQuickKontakt > div:hover > a {
        display: inline-block;
    }

    #divQuickKontakt > .phone {
        background-color: deepskyblue;
    }

    #divQuickKontakt > .chat {
        background-color: lightseagreen;
    }

    #divQuickKontakt > .mail {
        background-color: forestgreen;
    }


.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.littleRedNumber {
    position: absolute;
    background-color: red;
    font-size: 60%;
    border: 1px solid darkred;
    color: white;
    padding: 1px;
    border-radius: 50%;
    height: 10px;
    text-align: center;
    margin-top: -5px;
    right: -5px;
    line-height: 11px;
    padding-left: 4px;
    padding-right: 3px;
    min-width: 4px;
    font-weight: bold;
}

/*InfoBuble*/
.MessageBubblesOutFrame {
    position: absolute;
    left: 5px;
    top: 36px;
}

.MessageBubblesInnerFrame {
    position: relative;
}

.bubble {
    position: relative;
    padding: 15px;
    margin-top: 20px;
    border: 5px solid #369;
    background: lightpink;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .bubble.top:before {
        top: -20px;
        bottom: auto;
        left: 7px;
        border-width: 0 20px 20px;
    }

    .bubble:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 40px;
        border-width: 20px 20px 0;
        border-style: solid;
        border-color: #369 transparent;
        display: block;
        width: 0;
    }

    .bubble.top:after {
        top: -13px;
        bottom: auto;
        left: 13px;
        border-width: 0 14px 14px;
    }

    .bubble:after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 46px;
        border-width: 14px 14px 0;
        border-style: solid;
        border-color: lightpink transparent;
        display: block;
        width: 0;
    }

.DatenschutzMeldung .buttonsList {
    display: flex;
    flex-direction: column;
}

    .DatenschutzMeldung .buttonsList input {
        white-space: pre-line;
        margin: 5px;
        padding: 5px;
    }

fieldset {
    border-radius: 5px;
    border: forestgreen solid 1px;
    padding: 5px;
}

.dataLists > tbody > tr:nth-child(2n+1) {
    background-color: #dfd;
}

.divEditBox {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    z-index: 1000;
}

    .divEditBox table {
        margin: 7px;
        width: 95%;
    }

    .divEditBox input[type=text] {
        width: 100%;
    }

.clickableFieldset {
}

    .clickableFieldset legend {
        cursor: pointer;
    }

.hiddenFieldset {
    height: 21px;
    overflow: hidden;
    border: none;
    margin-top: 11px;
    margin-bottom: 13px;
}

    .hiddenFieldset legend {
        border: 1px solid green;
        padding: 5px;
        border-radius: 5px;
        background-color: #dfd;
    }

.check:before {
    content: '';
    position: absolute;
    border-color: #009933;
    border-style: solid;
    border-width: 0 0.3em 0.25em 0;
    height: 10px;
    top: calc(50% - 10px);
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
}

.cross:before {
    content: 'X';
    position: absolute;
    border-style: none;
    top: calc(50% - 13px);
    left: 6px;
    transform: rotate(0deg);
    width: 5px;
    font-weight: 800;
    color: red;
}
.warning{
    color: red;
    font-weight: bold;
}
.noData {
    font-style: italic;
    text-align: center;
}
