﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.box {
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
}

.gegenstandCheck {
    padding-left: 5%;
}

.gegenstandFeld {
    display: flex;
}

.pauftrag {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-weight: 300;
}

@media only screen and (max-width: 1000px) {
    .gegenstandCheck {
        width: 100%;
    }
}

@media (min-width: 1002px) {
    .gegenstandCheck {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    .gegenstandFeld {
        width: 70%;
        padding-left: 10%;
    }
}

@media (min-width: 1002px) {
    .gegenstandFeld {
        width: 50%;
    }
}

@media only screen and (max-width: 780px) {
    .radioRow {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .radioRow {
        width: 51%;
    }
}

@media (min-width: 1202px) {
    .radioRow {
        width: 30%;
    }
}


@media only screen and (max-width: 780px) {
    .checkBoxRow {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .checkBoxRow {
        width: 50%;
    }
}

@media (min-width: 1202px) {
    .checkBoxRow {
        width: 30%;
    }
}

.radioBtn {
    width: 15px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 5px;
}

@media only screen and (max-width: 1000px) {
    .radiocheck {
        width: 3%;
    }
}

@media (min-width: 1002px) {
    .radiocheck {
        width: 30%;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .radiobtnlbl {
        width: 50%;
    }
}

@media (min-width: 1002px) {
    .radiobtnlbl {
        width: 20%;
    }
}


.card {
    padding-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #0069b4;
    padding-bottom: 10px;
    padding-left: 10px;
}


.lblcolumn {
    word-break: break-all;
    text-align: right;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 0px;
}

/*.lblcolumnsmall {
    word-break: break-all;
    text-align: right
}*/

.lblcolumnbig {
    word-break: break-all;
    text-align: right;
    font-weight: 700;
}

.lblcolumnright {
    word-break: break-all;
    text-align: right;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 0px;
}


.lblcolumnrightShort {
    word-break: break-all;
    text-align: right;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 1000px) {
    .row {
    }
}

@media (min-width: 1002px) {
    .row {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1000px) {
    .lblcolumn {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1002px) {
    .lblcolumn {
        max-width: 22%;
        flex: 1 0 20%;
    }
}


@media only screen and (max-width: 1000px) {
    .lblinput {
        max-width: 59%;
        flex: 0 0 59%;
        padding-bottom: 5px;
    }
}

@media (min-width: 1002px) {
    .lblinput {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media only screen and (max-width: 1000px) {
    .lblcolumnright {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1002px) {
    .lblcolumnright {
        max-width: 14%;
        flex: 1 0 12%;
    }
}


@media only screen and (max-width: 1000px) {
    .lblcolumnrightShort {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1002px) {
    .lblcolumnrightShort {
        max-width: 6%;
        flex: 1 0 5%;
    }
}

.annotation {
    font-size: 0.75rem;
    margin-bottom: 10px;
    font-weight: 100;
}

/*@media only screen and (max-width: 1000px) {
    .lblcolumnsmall {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1002px) {
    .lblcolumnsmall {
        max-width: 10%;
        flex: 0 0 10%;
    }
}*/


@media only screen and (max-width: 1000px) {
    .lblinputsmall {
        max-width: 59%;
        flex: 0 0 59%;
        padding-bottom: 5px;
    }
}

@media (min-width: 1002px) {
    .lblinputsmall {
        max-width: 18%;
        flex: 0 0 18%;
    }
}


@media only screen and (max-width: 1000px) {
    .lblcolumnbig {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1002px) {
    .lblcolumnbig {
        max-width: 22%;
        flex: 1 0 20%;
    }
}


@media only screen and (max-width: 1000px) {
    .lblinputbig {
        max-width: 59%;
        flex: 0 0 59%;
        padding-bottom: 5px;
    }
}

@media (min-width: 1002px) {
    .lblinputbig {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

/*@media only screen and (max-width: 1000px) {
    .lblinputsingle {
        max-width: 60%;
        flex: 0 0 60%;
        padding-bottom: 5px;
    }
}

@media (min-width: 1002px) {
    .lblinputsingle {
        max-width: 80%;
        flex: 0 0 80%;
    }
}*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
