body {
    font-size: 1em;
    font-family: Futura, "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 400;
    color: #444;
    text-rendering: optimizeLegibility;
    background-color: #f9f9f9;
}
form{
    margin:0;
}
input[type="text"], input[type="password"], select{
    width: 100%;
    margin-bottom: 10px;
}
.text-right{
    text-align: right;
}
.btn-primary{
    --bs-btn-border-color:#004489;
    --bs-btn-bg: #004489;
}
.btn-secondary{
    background-color: #fff;
    color: #004489;
    border-color: #004489;
}
.btn-secondary:hover {
    color: #fff;
    background: #004489;
}
.btn-lg{
    padding: 0.125rem 0.625rem 0.125rem 0.625rem;
    line-height: 2rem;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    -webkit-font-smoothing: inherit;
    display: inline-block;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid #004489;
    color: #004489;
}
.btn-lg:hover{
    background: #004489;
    color: #fff;
    border-color: #004489;
}
.container.main{
    background-color: #fff;
}
a{
    color: #004489;
}
.footerlinks{
    font-size: 0.875rem;
}
.copyright{
    font-size: 0.75rem;
}
.invalid
{
    border:1px solid red;
}

input.pflicht{
    border-color: #ff0000;
    box-shadow: #ff0000 1px 0px 0px;
    background-color:#ffa07a;
}

.pflichtmessage{
    background: #ff0000;
    color:#ffffff;
}

img.lang-switch {
    width: 45%;
}

input[type="checkbox"], input[type="radio"] {
    -moz-transform: scale(1.5);
    margin-right: 0.4rem;
    -webkit-transform: scale(1.5);
}


.honeypot{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.customer-deny{
    background: #fafafa;
    border-bottom: 1px solid #ccc;
}

.customer-deny-btn{
    background: #efefef;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 1rem 0;
}

p.denycustomer {
    font-weight: 600;
    padding: 0.125rem 0.625rem 0.125rem 0.625rem;
    margin: 0;
    line-height: 2rem;
    margin: 4px;
    border: 1px solid #004489;
    background-color: white;
    overflow: hidden;
    float: left;
}

p.denycustomer:hover{
    background: #004489;
    color: #fff;
    border-color: #004489;
    cursor: pointer;
}

.deny-message{
    width:100%;
    height:12rem;
}

.deny-subject{
    width:100%;
}

.customer-information{
    border: 20px solid #004489;
}
div#locations_length label{
    white-space: nowrap;
}
div#locations_length .selectize-input{
    width: 100px;
}
@media only screen and (max-width: 991px) {
    .cg-1{
        padding-left: 1rem!important;
    }
    .cg-2{
        padding-left: 2rem!important;
    }
    .container{
        max-width: 900px;
    }
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.modal-content{
    background: #efefef;
    width:520px;
    margin: 10rem auto 0 auto;
    display:flow-root;
}

.modal-content .selectize-control.single{
    margin: 0 1rem;
}

.modal-content h2{
    margin-top: 1rem;
    margin-left: 1rem;
}

.modal-content button#btnCloseCreateModal{
    width: fit-content;
    float:left;
    margin-left: 1rem;
}

.modal-content input#new {
    width: fit-content;
    float:right;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.export{
    margin-left: 1rem;
}

a.paginate_button.current {
    padding-left: 1rem;
    padding-right: 1rem;
}

.duty{
    font-size:0.825rem;
}

h1{
    font-size: 1.75rem
}

h3{
    font-size: 1.5rem;
}
h5{
    font-size:1.375rem;
}

textarea#description_de {
    width: 100%;
}

textarea#description_en {
    width: 100%;
}

.bg-grey{
    background: #efefef;
}


.back-button{
    padding-left: 3rem;
    padding-right: 3.5rem;
}