﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    #divMainPage {
        background-color: #fff !important;
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important;
    }
}



/*//Bank-Organisations-Details Anzeigen*/
.bankDetailDiV {
    display: none;
    position: absolute;
    border: 1px solid black;
    background-color: #fff;
    z-index: 1999;
    padding: 10px;
    max-width: 400px;
    min-width: 200px;
}

    .bankDetailDiV tr {
        font-size: 90%;
    }

    .bankDetailDiV h3 {
        padding-top: 0px;
        margin-top: 0px;
        font-size: 90%;
    }

    .bankDetailDiV .data td:first-child {
        padding-right: 15px;
    }
/*//Bank-Organisations-Details Anzeigen - ENDE*/


.smallTextWidth {
    max-width: 600px;
    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] {
    background-color: #369;
    color: white;
    border: 1px solid #369;
    cursor: pointer;
}

    input[type=button]:disabled, input[type=submit]:disabled {
        background-color: #ccc;
        color: #369;
        border: 1px solid #369;
        cursor: not-allowed;
    }

a {
    color: #369;
}

    a:hover {
        color: #69B;
        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;
            border: 1px solid #369;
            border-radius: 5px;
        }

.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;
    }

.hidden {
    display: none;
}
