html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    outline: none !important;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 150px;
    overflow-x: hidden;
}

a.button,
.btn-primary {
    /*margin: auto;*/
    padding: 8px;
    background-image: linear-gradient(180deg, #6d8dff, #151d3a 20%);
    background-color: #151d3a;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    transition-duration:.4s;
}

a.button,
a.button-secondary {
    display: block;
    max-width:300px;
}

a.button:hover,
.btn-primary:hover {
    background-image: linear-gradient(180deg, #6d8dff, #151d3a 80%);
}

a.button-secondary,
.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #6d8dff;
    border-radius: 5px;
}

a.button-secondary:hover,
.btn-secondary:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.btn-icon span {
    padding: 5px;
}

.btn-big {
    padding: 10px 30px;
}

strong {
    color: #6d8dff;
    font-weight: bolder;
}

.cursorPointer {
    cursor: pointer;
}

.headerOutside {
    z-index: 2;
    top: 0;
    width: 100%;
    min-height: 100px;
    padding: 20px 0px;

    background-color: #444444;
    border-top: 5px solid #6d8dff;

    text-align: center;
    color: #6d8dff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.headerOutside img {
    width: auto;
    height: auto;
    max-height: 176px;
}

.containerOutside {
    width: 90%;
    position: relative;
    max-width:1200px;
    margin:0px auto;
}

.containerOutside a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #6d8dff;
}

.containerOutside a:hover {
    color: #6d8dff;
    border-bottom: none;
    text-decoration: none;
}

.baseContainer {
    width: 100%;
}

.contentContainer,
.alertContainer {
    width: 75%;
    margin-left: 12%;
    margin-right: 12%;
    position: relative;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cbd6e2;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 40px;
    padding:0px;
    padding-left: 12%;
    padding-right: 12%;
    z-index: 12;

    background-color: #444444;
    color: #fff;
    border-top: 3px solid #6d8dff;

    box-shadow: 0px 0px 10px 0px #000;
    transition-duration:.4s;
}

.navbar-collapse.collapse.show{
    padding-bottom:20px;
}

@media screen and (min-width:992px)
{
    .navbar {
        min-height: 80px;
        padding:5px 20px;
    }
}


.navbar-light .navbar-brand {
    padding: 0px 20px 0px 0px;
    color: #6d8dff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;

    letter-spacing: -1px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.navbar-brand img {
    max-height: 40px;
}

.navbar-light .navbar-brand:hover {
    color: #fff;
}

.nav-item {
    padding: 0px 7px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.nav-link{
    position:relative;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav.mainnavigation .nav-link{
    margin-bottom: 2px;
}

.navbar-light .navbar-nav.mainnavigation .nav-link:focus,
.navbar-light .navbar-nav.mainnavigation .nav-link:hover {
    margin-bottom: 0px;
    border-bottom: 2px solid #6d8dff;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin:0px;
}

.nav-icon {
    padding: 10px;
}

.nav-icon a {
    font-size: 20px;
    color: #fff;
    border: 0;
}

.nav-icon a:hover {
    color: #6d8dff;
    border: 0;
    text-decoration: none;
}

.nav-icon a span {
    font-size: unset;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 15px;
    border-right: 1px solid #ffffff;
}

.divider-horizontal {
    width: 100%;
    border-bottom: 1px solid #cbd6e2;
    margin: 15px 0;
}

.navbar-toggler i {
    color: #6d8dff;
    font-size: 1.3em;
    padding: 7px 10px;
}

.nav-user {
    padding: 0px 0px;
}

.nav-user-img, .navCard-user-img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center top;
}

/* Ajax-Loader */
#ajax-loading{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:100;
}

#ajax-loading-inner{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);

    align-items: center;
    justify-content: center;
    display: flex;
}

#ajax-loading .spinner-grow {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    vertical-align: text-bottom;
    background-color: #6d8dff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

/* Anpassung der Boostrap-Navtabs */
.nav-tabs {
    border-bottom-color: #6d8dff;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    color: #767474;
}

.nav-tabs .nav-item {
    padding: 0;
}

.nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #6d8dff;
    border-color: #767474;
    border-bottom-color: #fff;
}

.nav-tabs .nav-link.active {
    color: #000;
    border-color: #6d8dff;
    border-bottom-color: #ffffff;
}

/* Checkbox-Styling für toggle Checkboxen, also on/off-Stil */
.toggleCheckbox {
    display: block;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.toggleCheckbox input {
    position: absolute;
    visibility: hidden;
}

.toggleCheckbox input + i {
    border: 2px solid #d7d3d3;
    width: 50px;
    height: 25px;
    padding: 2px;
    float: left;
    border-radius: 20px;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.bigger {
    width: 60px !important;
    height: 30px !important;
}

.toggleCheckbox input + i:after {
    content: ' ';
    background-color: #d7d3d3;
    float: left;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

.toggleCheckbox input:checked + i {
    border-color: #6d8dff;
}

.toggleCheckbox input:checked + i:after {
    background-color: #6d8dff;
    margin-left: 50%;
}

/* Styling für normale Checkboxen */
.checkbox,
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark,
.indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d7d3d3;
}

/* On mouse-over, add a pink background color */
.checkbox:hover input ~ .checkmark,
.radio:hover input ~ .indicator {
    background-color: #6d8dff;
}

/* When the checkbox is checked, add a pink background */
.checkbox input:checked ~ .checkmark,
.radio input:checked ~ .indicator {
    background-color: #6d8dff;
}

/* Häkchen */
.checkmark:after,
.indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after,
.radio input:checked ~ .indicator:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio .indicator:after {
    left: 8px;
    top: 8px;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background: #fff;
}

.radio .indicator {
    border-radius: 50%;
}

.radio input:disabled ~ .indicator:after {
    background: #7b7b7b;
}

/* Inputfeld, das aufslidet */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; /* remove the search and cancel icon */
}

input.slide-input {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;

    background: #fff url('../images/plus-circle-solid.svg') no-repeat 0px center;
    border: solid 1px #fff;
    padding: 9px 0px 9px 0px;
    margin-left: 0.75rem;
    width: 42px;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    max-width:80%;
}

input.slide-input.search {
    background: #fff url(../images/search-solid.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    cursor: pointer;
}

input.slide-input.search.slideOut {
    background: #fff;
    padding: 9px 0px 9px 15px;
}

input.slide-input.slideOut {
    cursor: text;
    width: 200px;
    padding: 9px 0px 9px 45px;
    background-color: #fff;
    border-color: #6d8dff;
}

/* placeholder */
input:-moz-placeholder {
    display: none;
    color: #999;
}

input::-webkit-input-placeholder {
    display: none;
    color: #999;
}

/* Styling für das Ausklappmenü, wenn man auf Usernamen klickt */
.userNavCard {
    padding: 15px;
    width: 17vw;
    font-size: 14px;
}

/* Keinen Hover-Effekt, der vom Bootstrap-Dropdown kommt, auslösen */
.dropdown-item.userNavCard:hover,
.dropdown-item.userNavCardFooter:hover {
    color: unset;
    text-decoration: none;
    background-color: unset;
}

/* Dropdown-Pfeilchen in Navigation ausblenden */
.dropdown-toggle::after {
    display: none;
}

.userNavCard a {
    color: #6d8dff;
}

.userNavCard a:hover {
    color: #000;
}

a.silentLink {
    color: #000;
}

.navCard-user-img {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 4px;
    border-radius: 50px;
    background-size: cover;
}

.userNavCard .userName {
    font-size: 16px;
}

.userNavCard .userEmail {
    font-size: 13px;
    color: #383838;
}

.userNavCard .userNavCardFooter {
    font-size: 13px;
    text-align: center;
    padding: 0;
}

.alertContainer {
    margin-top: 90px;
}

.headerOutside + .alertContainer {
    margin-top: 260px;
}

.alertIcon {
    float: left;
    padding-right: 35px;
}

.alertIcon i {
    font-size: 25px;
}

.alert ul {
    margin: 0;
}

/* Profil & Einstellungen */
p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #6d8dff;
    cursor: pointer;
}

p a:hover {
    color: #6d8dff;
    border-bottom: none;
    text-decoration: none;
}

.spacer-vertical {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #6d8dff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profileSettingsContainer h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border: none;
}

.profileSettingsContainer h1 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #6d8dff;
}

.profileSettingsContainer h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.profileSettingsContainer > nav > .nav-item {
    display: block;
    margin: 10px 0px;
    padding: 15px;
}

.profileSettingsContainer > nav > .nav-item {
    color: #000;
}

.profileSettingsContainer > nav > .nav-item:hover {
    background-color: #eeeded;
    cursor: pointer;
}

.profileSettingsContainer > nav > .nav-item.active {
    background-color: #eeeded;
    font-weight: 600;
}

.profileSettingsContainer .userData {
    padding-left: 60px;
}

.profileSettingsContainer .userImage {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 30px;
    background-size: cover;
}

.profileSettingsContainer .userName,
#editorContent .container .userName {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 24px;
}

.profileSettingsContainer .userEmail i {
    display: inline-block;
    padding-left: 8px;
    padding-top: 2px;
}

.profileSettingsContainer .userEmail a {
    color: #6d8dff;
}

.operatorList {
}

[data-nosearchresults],
#noListEntries {
    opacity: 0;
    color: #6d8dff;
}

#noListEntries {
    opacity: 1;
}

.noSearchResultsShow {
    opacity: 1 !important;
    transition-duration: 1s;
}

.listItem {
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid transparent;
    min-height:60px;
}

.listHeader,
.innerListHeader {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #444444;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #6d8dff;
}

.innerListHeader {
    padding: 5px;
    background-color: unset;
    text-transform: unset;
    color: #000;
    border-bottom: 2px solid #6d8dff;
}

.headerSortLink {
    cursor: pointer;
}

.listItem .label,
.listItem .label a {
    color: #6d8dff;
    font-size: 18px;
    padding: 0;
}

.listItem .label a {
    max-width: calc(100vw - 215px);
    display: inline-block;
    float: left;
}

.listItem:hover {
    border-bottom: 1px solid #6d8dff;
    border-top: 1px solid #6d8dff;
    background: repeating-linear-gradient(    45deg,    #fafafa,    #fefefe,    #fafafa 5px,    #fefefe 5px  );

    color: black;
    background: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            #fafafa 5px,
            #fafafa 10px
    ),
    linear-gradient(
            to bottom,
            #fafafa,
            #fefefe
    )
}

.listItem .img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center top;

    position: absolute;
    top: 50%;
    left: 40px;
    height: 40px;
    width: 40px;
    margin: -20px;
    transition-duration:.4s;
}

.listItem .img:hover,
.listItem:hover .img{
    height: 50px;
    width: 50px;
    margin: -25px;
}

.listItem a {
    color: #000;
    text-decoration: none;
}

.listItem a:hover {
    color: #6d8dff;
    border-bottom: none;
    text-decoration: none;
}

.listItem a > i {
    color: #6d8dff;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    border: 0;
}

.listItem a > i:hover {
    color: #000;
    border-bottom: none;
    text-decoration: none;
}

.listItem a > i.disabled {
    color: #808080;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    border: 0;
    cursor: not-allowed;
}

.moreDots {
    position: relative;
}

.moreMenu {
    display: none;
    position: absolute;
    min-width: 240px;
    top: 20px;
    left: 0px;
    z-index: 2;
    background-color: #fff;
    box-shadow: rgb(205, 205, 205) 0px 0px 8px 3px;
}

.moreMenu li {
    background-color: #464444;
    color: #000;
    border: 0;
    border-bottom: 2px solid #6d8dff;
}

.moreMenu a,
.moreMenu span {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #fff;
    color: #000;
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #444444;
}

.moreMenu span.more {
    background-color: #ebeaea;
    border-bottom: 2px solid #6d8dff;
    font-weight: bolder;
}

.moreMenu a:hover {
    border-bottom: 1px solid #6d8dff;
    background-color: #fff;
    color: #000;

    transition: all 0.4s;

    color: black;
    background: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            #fafafa 5px,
            #fafafa 10px
    ),
    linear-gradient(
            to bottom,
            #fafafa,
            #fefefe
    )
}

/* Styling Pagination Liste */
.searchPagination .pagination,
.listPagination .pagination {
    justify-content: center;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #6d8dff;
    border: 1px solid #444444;
}

.searchPagination .page-link,
.listPagination .page-link {
    color: #000;
}

.page-link.disabled {
    cursor: default;
}

small {
    color: #6d8dff;
    font-weight: bolder;
}

.userListItem {
    padding: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ebeaea;
}

.userListHeader {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #444444;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #6d8dff;
}

.userListItem .userName {
    color: #6d8dff;
    font-size: 18px;
    padding: 0;
}

.userListItem:hover {
    border-bottom: 1px solid #6d8dff;
    cursor: pointer;
}

.userListItem .img {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center top;
    /* margin-left: auto;
     margin-right: auto;*/
}

.userListItem a {
    color: #000;
    text-decoration: none;
}

.userListItem a:hover {
    color: #6d8dff;
    border-bottom: none;
    text-decoration: none;
}

.userListItem a > i {
    color: #6d8dff;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    border: 0;
}

.userListItem a > i:hover {
    color: #000;
    border-bottom: none;
    text-decoration: none;
}

.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #6d8dff;
}

.btn-secondary:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

/* Anpassungen für kleinere Monitore */
@media only screen and (max-width: 1710px) {
    .nav-icon {
        padding: 10px 5px !important;
    }

    /* Weniger Seitenabstand zum Logo */
    .navbar-brand {
        padding-right: 10px !important;
    }

    /* Breitenanpassung Ausklappmenü Navigation User */
    .userNavCard {
        width: 20vw;
    }
}

/* Responsive Anpassungen */
@media (max-width: 1600px) {
    .alertContainer,
    .contentContainer {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .navbar {
        padding-left: 10%;
        padding-right: 10%;
    }

    /* Breitenanpassung Ausklappmenü Navigation User */
    .userNavCard {
        width: 25vw;
    }

    .nav-user-img {
        display: none;
    }

    /* Anpassungsmenü rechtsbündig */
    .moreMenu {
        left: unset;
        right: 0px;
    }
}

@media (max-width: 1440px) {
    .alertContainer,
    .contentContainer {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .navbar {
        padding-left: 1%;
        padding-right: 1%;
    }

    .nav-item {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    /* Breitenanpassung Ausklappmenü Navigation User */
    .userNavCard {
        width: 20vw;
    }

    .openUserNavCard,
    nav .divider-vertical{
        display: none!important;
    }
}

@media (max-width: 991px) {

    .navbar-collapse {
        /*max-height: 280px;*/
        overflow-y: auto;
    }

    /* Mehr Abstand bei Items und Icons in der Navigation, leichter per Touch zu bedienen */
    .navbar-nav > .nav-item,
    .nav-icon {
        padding: 0px 10px;
    }

    .nav-icon {
        display: block;
        color: #fff;
    }

    .nav-icon a {
        font-size: 1rem;
        color: #fff;
        border: 0;
    }

    .nav-icon a:hover {
        color: #6d8dff;
        margin-bottom: -2px;
        text-decoration: none;
    }

    .nav-icon a span {
        font-size: unset;
    }
}

@media (max-width: 768px) {
    h1 {
        padding-top: 0;
        margin-bottom: 15px;
        font-size: 24px;
    }

    footer {
        position: unset;
    }

    .profileSettingsContainer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .profileSettingsContainer .userData {
        padding-left: 15px;
    }

    .profileSettingsContainer h1 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
}

.navbar-light .navbar-toggler {
    border: 0px;
}

@media screen and (min-width: 992px) {
    .content-lg-right {
        text-align: right;
    }

    .content-lg-right .btn-icon {
        margin-top: 0px;
    }
}


/* Language Switcher */
div.langSelect {
    cursor: pointer;
    display: block;
    margin: 2px;
    width: 180px;
}

.langSelect a {
    color: #000;
}

.langSelect a:hover {
    color: #6d8dff;
    text-decoration: none;
    font-weight: bolder;
}

.langFlag, .langLabel {
    display: inline-block;
    margin: 5px 10px;
}


/* UserClientRole Switcher */
[aria-labelledby=organizationPickerDropdown] {
    width: 100%;
}

div.roleSelect {
    cursor: pointer;
    display: block;
    margin: 2px;
}

.roleSelect a {
    color: #000;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.roleSelect a:hover {
    color: #6d8dff;
    text-decoration: none;
    font-weight: bolder;
}

.roleSelect .roleLabel
{
    font-size: 60%;
}

.roleLabel {
    display: inline-block;
    margin: 5px 10px;
    font-size: 80%;
    line-height: 80%;
}

.roleLabel.active {
    font-weight: bold;
    color: #ffffff;
}

a.button:hover{
    text-decoration:none;
}

.fixedtopright{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index:99;
}

.breakword{
    white-space: pre-wrap;
    word-break: break-word;
}

a .hint {
    position: absolute;
    top: 8px;
    right: 15px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    background-color: #6d8dff;
    color: #ffffff;
    transition-duration: .4s;
}

a i{
    position:relative;
}

i .hint{
    top: -10px;
    right: -10px;
}

@media screen and (min-width:992px)
{
    .navbar .navbar-collapse{
        overflow-y: inherit;
    }

    a .hint {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    i .hint {
        top: -10px;
        right: -10px;
    }
    .navbar .nav-icon,
    .navbar .navbar-collapse>.dropdown{
        display: inline-block;
        margin:0px;
    }

    .navbar .navbar-collapse>.dropdown.show{
        position: relative;
    }
}

span.flag-icon{
    width: 28px;
    height: 21px;
    line-height: 21px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px #000000;
}

@media screen and (max-width:1200px)
{
    .dropdown-menu[aria-labelledby=languagePickerDropdown]{
        left: -100px;
    }
}

input.slide-input.search:not(.slideOut)::-webkit-input-placeholder {
    color:transparent;
}

.flag-icon-deFormal {
    background-image: url(/images/vendor/flag-icon-css/flags/4x3/de.svg?52f420da94ae60f6dcf173d224e365d8);
}

.flag-icon-en {
    background-image: url(/images/vendor/flag-icon-css/flags/4x3/gb.svg?b9c954a867bfad1f950281bb7485ddb6);
}

.bookings .overview-header{
    background-color:#444444;
    color:#ffffff;
    padding:20px 0px;
    margin:5px 0px;

    overflow: hidden;
}

.bookings .overview-detail .row {
    padding:20px 0px;
    border:1px solid #444444;
    margin:10px 0px;
    background-color:#ffffff;
}


.day-piecerate-set .overview-header{
    background-color:#444444;
    color:#ffffff;
    padding:20px 0px;
    margin:5px 0px;
}

.day-piecerate-set .overview-detail .row {
    padding:20px 0px;
    border:1px solid #444444;
    margin:10px 0px;
    background-color:#ffffff;
}

.va-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.canvascontainer,
#canvasWeek{
   /* height:200px!important;*/
}

@media screen and (min-width:600px)
{
    .canvascontainer,
    #canvasWeek{
       /* height:1000px!important;*/
    }
}

.nav-pills .nav-link.active {
    background:#343a40;
}

.nav-pills .nav-link{
    color: #343a40;
}

.nav-pills .nav-lg >li{
    line-height: 2em;
    font-size: 2em;
}

.nav-pills .nav-lg >li>a{
    padding: 10px;
}

.entries-for-day{
    display:flex;
    flex-direction:column;
}

.booking-vacation .overview-header,
.booking-ill .overview-header,
.booking-holiday .overview-header{
    opacity: .8;
}

.booking-date{
    margin:10px;
}

.edit-slide-row {
    overflow: hidden;
}

.edit-slide {
    padding-left: 10px;
    padding-right: 5px;
    transition: .4s cubic-bezier(0, 1, 0.5, 1);
    transform: translateY(0);
}

.edit-slide-up {
    transform: translateY(-100%);
}

.collapsed, [collapsed="true"] {
    display: none;
}

.remove-worktime{
    cursor: pointer;
}

.booking-deleted{
    background:#a0a0a0;
    opacity:0.37;
}

.no-bookings-info{
    margin-top:2em;
}

.add-worktime{
    margin-right:15px;
}



@media screen and (max-width:565px)
{
    .booking-date{
        font-size:0.8em;
    }
    .pausetime-label{

        font-size:0.7em;
    }
    .worktime-label{

        font-size:0.7em;
    }
    .fa-2x{
        font-size:1.2em;

    }
    .add-worktime{
        margin-right:3%;
     }
}


.piecerate-sum{
    font-weight:700;
    font-size:1.3em;
}

.info-ribbon{
    width: 100px;
    position: absolute;
    top: -35px;
    left: -22px;
    text-align: center;
    line-height: 65px;
    height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.info-ribbon-in-list {
    top: -39px;
    left: -44px;
}

.info-ribbon-in-calendar{
    top: -12px;
    left: -37px;
}

.booking-ill .info-ribbon, .calendar-ill{
    background: #e43;
}
.booking-vacation .info-ribbon, .calendar-vacation{
     background: #6c96c1;
 }
.booking-holiday .info-ribbon, .calendar-holiday{
    background: #679b63;
}

.controlling-ill{
    background: rgba(238, 68, 51, 0.73);
}
.controlling-vacation{
    background: rgba(108, 150, 193, 0.62);
}
.controlling-holiday{
    background: rgba(103, 155, 99, 0.63);
}

.info-ribbon .fas,
.info-ribbon .fal {

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*
.bookings .overview-header{
    display:block;
    float:left;
    height:40px;
    width:40px;
    border:1px solid black;
    margin:10px;
    -webkit-transition:all .8s linear;
    -moz-transition:all .8s linear;
    -o-transition:all .8s linear;
    -ms-transition:all .8s linear;
    transition:all .8s linear;
    margin-top:20px;
}*/

/*
.canvascontainer{
    height:300px;
}

.canvascontainerMonth,
#canvasWeek{
    height:300px;
    max-height:300px;
}

@media screen and (min-width:600px)
{
    .canvascontainer{
        height:500px;
    }

    .canvascontainerMonth,
    #canvasWeek{
        height:500px;
        max-height:500px;
    }
}
*/

.material-switch{
    display: inline-block;
}

.material-switch > input[type="radio"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    background: inherit;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: inherit;
    opacity: .5;
    border-radius: 16px;
    background-color:#cdcdcd;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="radio"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="radio"]:checked + label::after {
    background-color: #6d8dff;
    opacity: 1;
    left: 20px;
}