﻿/* 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. */

.noselect {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard */
}

.videoPlayer .k-mediaplayer-titlebar {
    display: none !important;
}

.searchIconRow
{
    display:flex;
    justify-content: center;
}

.btn-searchTextLegende-style
{
    margin-left:auto;
}
.searchTextLegende-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

@font-face {
    font-family: "FrutingerÜberschriften";
    src: url('../webfonts/Linotype - FrutigerLTPro-BlackItalic.otf') format('opentype'), url('../webfonts/Linotype-FrutigerLTPro-BlackItalic.eot') format('embedded-opentype')
}

@font-face {
    font-family: "FrutingerZwischenüberschriften";
    src: url('../webfonts/Linotype - FrutigerLTPro-Italic.otf') format('opentype'), url('../webfonts/Linotype-FrutigerLTPro-Itelic.eot') format('embedded-opentype')
}

@font-face {
    font-family: "FrutingerFließtext";
    src: url('../webfonts/Linotype - FrutigerLTPro-Light.otf') format('opentype'), url('../webfonts/Linotype-FrutigerLTPro-Light.eot') format('embedded-opentype')
}

@font-face {
    font-family: "FrutingerHervorhebungenFließtext";
    src: url('../webfonts/Linotype - FrutigerLTPro-Bold.otf') format('opentype'), url('../webfonts/Linotype-FrutigerLTPro-Bold.eot') format('embedded-opentype')
}

@font-face {
    font-family: "FrutingerBildunterschriften";
    src: url('../webfonts/Linotype - FrutigerLTPro-Roman.otf') format('opentype'), url('../webfonts/Linotype - FrutigerLTPro-Roman.eot') format('embedded-opentype')
}

@font-face {
    font-family: "Frutiger LT Pro 55 Roman";
    src: url('../webfonts/Linotype - FrutigerLTPro-Roman.otf') format('opentype'), url('../webfonts/Linotype - FrutigerLTPro-Roman.eot') format('embedded-opentype')
}


@font-face {
    font-family: "Frutiger LT Pro 55 Roman Light";
    src: url('../webfonts/Linotype - FrutigerLTPro-Light.otf') format('opentype'), url('../webfonts/Linotype-FrutigerLTPro-Light.eot') format('embedded-opentype')
}

html * {
    font-family: 'FrutingerFließtext', sans-serif;
}

h1 {
    font-family: 'FrutingerÜberschriften', sans-serif;
}

h3 {
    font-family: "FrutingerZwischenüberschriften", sans-serif;
}

h5.InfoBox {
    font-size: 16px;
    color: #204085;
}

h5.InfoBoxList {
    font-size: 16px;
    color: #204085;
    padding-inline-start: 33px;
}

.page-sidebar {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), to(#ffffff00)) !important;
}

#Menu_Icon {
}

.custom-h {
    line-height: 1.3;
    font-size: large;
}

.Heading_float {
    display: flex;
    font-size: 16px
}

.ShowAsLink {
    text-decoration: underline;
    cursor: pointer;
    color: #204085;
    -webkit-tap-highlight-color: rgba(0,0,0,.10);
}

#Profile_TabStrip-4 {
    padding: 0 !important;
}

#Input_Code-error {
    position: absolute;
}


.PW_Liste > li {
    margin: 12px;
}

.field-validation-error > span {
    /*color: #fd3995;
    position: absolute;
    margin-top: 0.15em;
    padding: 0.15em 0.5em 0.08em 0.5em;
    border-radius: 5px;
    font-size: 12px;*/
}


.CardTopText {
    color: #204085;
    font-size: large;
}

.blue-text {
    color: #204085;
}

.k-window-iframecontent .k-content-frame {
    vertical-align: top;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute !important;
}

table.k-editor {
    height: 100%;
}

.dropGroup {
    align-content: center;
    display: inline-flex;
    vertical-align: middle;
}

.dropSubGroup {
    display: table-cell;
    vertical-align: middle;
    margin-right: 20px;
}

.Login_Loader_Center {
}

.error {
    color: red;
    font-size: small;
}

.k-loader-primary {
    padding-left: 0;
    color: white !important;
}

#Profile_TabStrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

.k-link {
    color: #204085 !important;
    text-decoration-color: #204085;
}

.k-state-active {
    color: black;
}

.row-height tbody tr {
    height: 116px;
}

.button-delete {
    color: #fff !important;
    background-color: red !important;
    margin-right: 0.3rem;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: none;
    border-color: red;
}

.button-delete:hover {
    color: #fff !important;
    background-color: #FF6666 !important;
    border-color: #3060af !important;
}

.button-save {
    color: #fff!important;
    background-color: #204085!important;
    margin-right: 0.3rem;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex!important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: none;
    border-color: #204085;
}

.button-save:hover {
    color: #fff!important;
    background-color: #3366b9!important;
    border-color: #3060af!important;
}

.button-add, .button-cancle, .button-default {
    margin-right: 0.3rem;
    display: inline-flex !important;
    align-items: center;
}

.edit-menu-btn {
    width: 100%;
    height: 100%;
    clip-path: polygon(26.5% 5%, 73.5% 5%, 100% 50%, 73.5% 95%, 26.5% 95%, 0% 50%);
    -webkit-border-radius: 0%;
    background-color: #214084!important;
    color: #fff;
    text-align: center;
}

.menu-open:checked + .menu-open-button .app-shortcut-icon {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1) !important;
    transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8) translateZ(0) perspective(1000px) !important;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}

.menu-open:checked ~ .menu-item:nth-child(3) {
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    transition-duration: 150ms !important;
    transform: translate3d(0,48px,0) !important;
}

.menu-open:checked ~ .menu-item:nth-child(4) {
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    transition-duration: 250ms !important;
    transform: translate3d(0,96px,0) !important;
}

.menu-open:checked ~ .menu-item:nth-child(5) {
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    transition-duration: 350ms !important;
    transform: translate3d(0,144px,0) !important;
}

.menu-open:checked + .menu-open-button {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0) !important;
    transform: scale(0.9, 0.9) translateZ(0) translate3d(0, 0, 0) perspective(1000px) !important;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}

#Profile_TabStrip h2 span {
    background: none;
    padding-left: 5px;
    font-size: .3em;
    vertical-align: top;
}

.b-red {
    background: linear-gradient(250deg, rgba(0,0,0,1) 0%, rgba(250,0,0,0.5046393557422969) 0%);
}

.b-yellow {
    background: linear-gradient(250deg, rgba(0,0,0,1) 0%, rgba(250,250,0,0.5046393557422969) 0%);
}

#Profile_TabStrip p {
    margin: 0;
    padding: 0;
}

.own-hover {
    background-color: black;
    transition: 0.3s;
    opacity: 0.6;
    border-bottom: 1px, solid, #808080;
}

    .own-hover:hover {
        opacity: 1;
    }

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;
}

.Heading_size {
    color: #204085;
    font-size: large;
}
/* 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 */
}

/* Scroll Top button
-------------------------------------------------- */
#ScrollTop {
    position: fixed !important;
    bottom: 1rem;
    right: 1rem;
    opacity: 1;
    z-index: 10005;
    width: 50px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: All 0.2s ease;
}

.scroll-top-btn {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    width: 100%;
    height: 100%;
    clip-path: polygon(26.5% 5%, 73.5% 5%, 100% 50%, 73.5% 95%, 26.5% 95%, 0% 50%);
    -webkit-border-radius: 0%;
    background-color: #214084;
    color: #fff;
    text-align: center;
    float: left;
}

    .scroll-top-btn:hover {
        margin-top: -7px;
        color: #fff!important;
    }

#fil_list {
    overflow-y: scroll !important;
}

#LiefWindow {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
}

/* Ansprechpartner Fahne
-------------------------------------------------- */
.hexagon-img {
    height: 120px !important;
    width: 120px !important;
    align-self: center;
    transform: unset;
    top: unset;
    position: relative;
    clip-path: unset !important;
    -webkit-clip-path: polygon(26.5% 5%, 73.5% 5%, 100% 50%, 73.5% 95%, 26.5% 95%, 0% 50%);
    clip-path: polygon(26.5% 5%, 73.5% 5%, 100% 50%, 73.5% 95%, 26.5% 95%, 0% 50%) !important;
    -webkit-transform: unset;
    margin-left: 1rem;
}

    .hexagon-img img {
        width: -webkit-fill-available;
    }

.ansprechpartner-card {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center;
    margin: 0px !important;
    /*border-bottom-left-radius: 100px !important;
    border-top-left-radius: 100px !important;*/
    border: 1px solid #d5d9d9 !important;
    clip-path: polygon(12% 0%, 100% 0%, 100% 50%, 100% 100%, 12% 100%, 0% 50%) !important;
}

.ans-dialog {
    position: fixed;
    bottom: 150px;
    transition: all 1s;
    display: flex;
    align-items: center;
    z-index: 6;
}

.ans-dialog-toggled {
    right: 0px!important;
}

.ap-btn {
    width: 50px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    margin-right: 1rem;
    transition: width linear 1s; 
}

.w-0 {
    width: 0px!important;
}

.ap-modal {
    z-index: 5!important;
}

.ap-body {
    overflow-y: scroll!important;
    padding-right: 0px!important;
}

@media screen and (max-width: 700px) {
    .ans-dialog {
        bottom: 60px!important;
    }
}
/* Dokumenten styles
-------------------------------------------------- */
.doc-title {
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 41px;
}

.doc-filesize {
    font-size: 12px;
}

.doc-filetype {
    font-size: 14px !important;
}

.browser-dialog {
    border: 1px solid #d5d9d9;
    border-radius: 5px;
    z-index: 5;
    background-color: #fff;
    position: absolute;
    align-self: center;
}

.browser-dialog iframe {
    border: none;
}

.icons ul {
    display: flex;
    flex-wrap: wrap;
}
/* Favoritenstern
-------------------------------------------------- */
#LiefSetFavorit {
    margin-bottom: 0.2rem;
    position: absolute;
    visibility: hidden;
}

.starTop {
    visibility: hidden;
    font-size: 30px;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    width: 30px;
}

#LiefSetFavorit:checked + .starTop::before {
    content: "\2605";
    position: absolute;
}

.starTop::before {
    content: "\2606";
    position: absolute;
    visibility: visible;
    color: #204085;
}


.star-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.news-input {
    position: absolute;
    visibility: hidden;
}

.star {
    visibility: hidden;
    font-size: 30px !important;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
}

.star-safari {
    font-size: 20px !important;
}

    .star::before {
        content: "\2606";
        position: absolute;
        visibility: visible;
        color: #fff;
    }

.news-input:checked + .star::before {
    content: "\2605";
    position: absolute;
}

.vertCenter {
    padding-top: 0.5rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

/*Navigationskacheln*/
.nav-card {
    background-image: url(/img/kachel-dunkelgrau.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    width: 9vw;
    height: 9vw;
    max-width: 180px;
    max-height: 180px;
    min-width: 125px;
    min-height: 125px;
    border-radius: 3px;
}

    .nav-card h3 {
        color: #fff;
    }

/* Newskacheln
-------------------------------------------------- */
.news-card {
    background-image: url(/img/kachel-blau.png);
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center center;
    color: #fff;
    width: 9vw;
    height: 9vw;
    max-width: 180px;
    max-height: 180px;
    min-width: 125px;
    min-height: 125px;
    border-radius: 3px;
    font-size: 14px;
}

@media screen and (min-width: 1500px){
    .news-card {
        /*font-size: 16px!important;*/
    }
}

    .news-card p {
        float: right;
        margin: 0px;
        text-align: end!important;
        font-size: 14px;
    }

    .news-card div {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        font-size: 12px;

    }

    .news-card > div:nth-child(2) {
        height: 5rem;
    }

.news-card h3 {
    margin: 0px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

/* Suchergebnis
-------------------------------------------------- */
.ergebnis-layout {
    float: left;
    position: relative;
    max-width: 180px;
    min-width: 125px;
    width: 9vw;
    height: 20%;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 3em;
    padding: 0;
}

    .ergebnis-layout figure {
        display: flex;
        transition: transform .6s ease-in-out;
        margin: 0px;
        cursor: pointer;
        width: 9vw;
        height: 9vw;
        max-width: 180px;
        max-height: 180px;
        min-width: 125px;
        min-height: 125px;
        overflow: hidden;
    }

        .ergebnis-layout figure:hover {
            transform: scale(1.04);
        }

    .ergebnis-layout img {
        margin: auto;
        width: 100%;
        height: auto;
    }

    .ergebnis-layout h2 {
        font-size: 14px !important;
        line-height: 1.2;
    }

    .ergebnis-layout h4 {
        line-height: 1.1;
        font-size: 13px !important;
    }

.news-title {
    position: absolute;
    top: 25%;
    z-index: 1;
    align-self: center;
    padding: 0rem;
    margin: 0.2rem;
    text-align: center;
    pointer-events: none;
    font-size: 14px;
}

.news-title h3{
    font-size: 14px;
    margin-bottom: 0px;
}

.item-typ-fahne {
    clip-path: polygon(100% 0%, 100% 100%, 25% 100%, 0 0, 25% 0%);
    background-color: #00407f;
    width: 82%;
    height: 28px;
    position: absolute;
    right: 0;
    opacity: 0.7;
    z-index: 1;
    word-break: break-word;
    text-align: right !important;
}

    .item-typ-fahne > p {
        color: white;
        float: right;
        padding: 2%;
        margin-right: 0.25rem;
        font-size: smaller;
        text-align: right !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.text-wrapp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.imgcover {
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    position: absolute;
    background: black;
    transform-origin: 50% 50% 0;
    transition: opacity .6s ease-in-out;
}

    .imgcover:hover {
        opacity: .4 !important;
    }

.ergebnis-layout .k-card-body {
    z-index: 1;
    font-size: 13px;
}

.ergebnis-layout .k-card {
    min-height: 200px;
    max-height: 255px;
    height: 14vw;
}

@media screen and (max-width: 768px) {

    .news-card h3 {
        -webkit-line-clamp: 2 !important;
    }

    .news-card div {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }

    .news-title {
        word-break: break-word;
    }

    .text-wrapp {
        -webkit-line-clamp: 2 !important;
    }

    .ergebnis-layout {
        margin-bottom: 1em !important;
    }

        .ergebnis-layout .k-card-body {
            z-index: 1;
            padding: 0rem 1rem;
        }

    .item-typ-fahne {
        width: 72% !important;
        height: 18px !important;
    }

    .konzept_layout > h2 {
        text-align: center;
    }
}

.k-grid-search {
    width: 15rem !important;
}

.zat_Layout > div:nth-child(1) {
    justify-content: center;
}

@media (max-width: 500px) {
    .k-window:has(#LiefWindow) {
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 100% !important;
    }

    .k-window:has(#BrowserNotSupportedWindow) {
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 1000px !important;
    }
}

/* HTML Vorlagen
-------------------------------------------------- */

@media screen and (max-width: 900px) {
    .zat_Layout > div:nth-child(2) > div:first-child {
        width: 100%;
    }

    .zat_Layout > div:nth-child(2) > div:nth-child(2) {
        width: 100%;
    }
}

@media screen and (min-width: 901px) {
    .zat_Layout > div:nth-child(2) > div:first-child {
        max-width: 49%;
    }

    .zat_Layout > div:nth-child(2) > div:nth-child(2) {
        width: 49%;
    }
}

.zat_Layout > div:nth-child(2) > div:first-child {
    min-width: 40%;
    min-height: 20rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zat_Layout > div:nth-child(2) > div:nth-child(2) {
    margin-left: 1rem;
}

    .zat_Layout > div:nth-child(2) > div:nth-child(2) h2 {
        display: flex;
        justify-content: center;
    }

.zat_Layout > div:nth-child(3) {
    margin-top: 1rem;
    justify-content: center;
}

@media screen and (max-width: 1248px) {
    .zat_Layout p {
        width: 90%;
        text-align: center;
    }
}

.firmenprofil_layout > h4 {
    color: #204085;
    margin-top: 0.5rem;
}

.konzept_layout img {
    margin: 1rem;
    width: auto;
    height: 9vw;
    max-height: 180px;
    min-width: 125px;
    min-height: 125px;
    border-radius: 3px;
}

.konzept_layout > .gallerie {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.konzept_layout > div:nth-of-type(3) {
    margin-bottom: 2rem;
}

.konzept_layout > div:nth-of-type(4) {
    margin-bottom: 2rem;
}

.konzept_layout > div:nth-last-of-type(1) {
    margin-bottom: 0rem!important;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    font-size: small;
}


/* KendoGrid
-------------------------------------------------- */


.k-grid {
    font-size: small;
}

.k-datetimepicker > button {
    padding: 0.075rem 0.375rem !important;
}

.validation-summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    cursor: pointer;
}



/* gelöschte Elemente im Kendo Grid */
tr.isDeleted {
    background-color: #afafaf !important;
}



.showDelete-switch-layout {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-right: 0.5rem;
}

    .showDelete-switch-layout .k-switch {
        transform: scale(0.7,0.7);
        margin-right: 1rem;
    }

    .showDelete-switch-layout label {
        margin-bottom: 0 !important;
    }



.k-grid-cell-error {
    position: relative !important;
}

.k-cell-error {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: red transparent transparent red;
    top: 0;
    left: 0;
}


.k-tool.k-button {
    display:block;
}
.k-tool.k-button .k-tool-icon {
    padding-bottom:0.3rem;
}

.sortitem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sortdoc-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sortitem-btns {
    display: flex;
    flex-direction: column;
}


.break-word {
    white-space: pre-wrap;
    overflow: hidden;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.break-DisplayName {
    max-width: 192px;
    white-space: pre-wrap !important;
    overflow: hidden !important;
    overflow-wrap: break-word !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;    
}

.icon-list {
    max-width: 150px;
    width: 150px;
}

.dropdowndisabled {
    outline: none !important;
    cursor: default !important;
    opacity: 0.65 !important;
    filter: grayscale(0.1) !important;
    pointer-events: none !important;
    box-shadow: none !important;
}


.box-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    word-break: break-word;
    color: #d9d9d9;
}

.box-flex-center-left {
    align-items: center;
    justify-content: flex-start;
}
.box-flex-center {
    align-items: center;
}

.box-caption {
    position: absolute;
    max-width: 200px;
    word-break: break-word;
}

.sortiment-overlay {
    margin:0.3rem;
}

/* MOD
-------------------------------------------------- */
.HelpPos::after {
  content: "";
  clear: both;
  display: table;
}
.HelpPos {
  position: inherit !important;
}

.Heading_desc{
  
}

.Help_Admin_global .Help_Admin_desc .Help_Admin_searchbox .Help_Admin_buttonBar .Help_Admin_buttonBar .Help_Admin_grid .Help_Admin_footer {

}

.Help_Admin_Add .Help_Admin_Save .Help_Admin_Cancel .Help_Admin_Delete {

}

.display_ib {
  /*margin-bottom: 15px;*/
  display: inline-block;
}
.display_flex{
  display: flex;
}

.fixedheader {
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #204085;
}

.sticky {
  position: fixed;
  top: 4rem;
  width: 100%;
  z-index: 2;
  background-color: #fff !important;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #204085;
}

.Infotext {
  font-size: small;
}

/* Telerik Hack */
.k-card-image{
    border: 0;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.k-icon {
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    flex-shrink: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.k-icon:hover, k-icon:focus {
    text-decoration: none;
}

#SocialNav {
    outline: 0;
    color: #d7dad3;
    font-size: 30px;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    flex-shrink: 0;
    display: none; /*inline-flex;*/
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

    #SocialNav .socialicon {
        font-family: "SocialIcoReg";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 50px;
        margin-left: 5px;
    }

    #SocialNav .socialicon2 {
        font-family: "SocialIcoReg";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 50px;
        margin-left: 0px;
    }
