@charset "UTF-8";
@import url("https://use.typekit.net/ahw1uul.css");

/* CSS Document */

* {
    font-family: "din-2014";
    box-sizing: border-box;
}

.bg-soak {
    background-color: #ffcc00 !important;
}

.btn-soak {
    color: #212529;
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.btn-white {
    color: black;
    background-color: white;
    border-color: white;
}

.content-width{
    width: intrinsic;           /* Safari/WebKit verwendet einen nicht standardisierten Namen */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

/* Custom Control label*/
.custom-control-label:before {
    border-color: red;
    background-color: red;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: darkgreen;
    background-color: darkgreen;
}

/* CSS Body */


.ui-datepicker-div {
    background-color: darkgray;
}

.ui-datepicker {
    background-color: darkgray;
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}


#annehmen {
    background-color: #009900;
}

#ablehnen {
    background-color: #f46542;
}

#angenommen {
    background-color: #009900;
}

#abgelehnt {
    background-color: #f46542;
}

#keineEntscheidung {
    background-color: #ffffcc;
}


.such-feld {
    background-color: lightgray;

    padding: 10px;
    border: 3px solid #ffcc00;
}

.allAko {
    background-color: #lightblue;
    min-height: 50%;
    padding: 5px 0 0 5px;
    float: left;
}

.selectedAko {
    background-color: #ffcc00;
    min-height: 20px;
    padding: 5px 0 0 0;
    margin: 10px;
    float: left;
}

#sortable1, #sortable2 {
    list-style-type: none;
    border: 1px solid #ffcc00;


}

#sortable1 {

}

#sortable2 {
    background-color: #ffcc00;
}

#sortable1 li, #sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    cursor: pointer;
}

.sortList {
    background-color: gray;
}


/* [GALLERY] */
#gallery {
    max-width: 80%;
    margin: 0 auto;
}

#gallery img {
    box-sizing: border-box;
    width: 25%;
    max-height: 300px;
    padding: 5px;
    /* fill, contain, cover, scale-down : use whichever you like */
    object-fit: contain;
    cursor: pointer;
}

/* [RESPONSIVE GALLERY] */
@media screen and (max-width: 850px) {
    #gallery img {
        width: 33%;
    }
}

@media screen and (max-width: 640px) {
    #gallery img {
        width: 50%;
    }
}

/* [LIGHTBOX] */
#lfront, #lback {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    width: 100%;
}

#lfront img {
    max-width: 100vw;
    max-height: 100vh;
    margin: 0 auto;
    display: block;
}

#lback {
    height: 100vh;
    background: #000;
}

#lfront.show {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}

#lback.show {
    z-index: 999;
    opacity: 0.8;
    visibility: visible;
}

/* The Close Button */
.closeButton {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.closeButton:hover,
.closeButton:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* The Downlaod Button */
.downloadButton {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.downloadButton:hover,
.downloadButton:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}