﻿@import '_variables.scss';
#sub-header {
  position: fixed;
  top:0px;
  display: flex;
  flex: 1;
  /*left: 0;*/
  right: 0;
  min-width: 1000px;
  color: #787878;
  background-color: #FFF;
  /*background-image: linear-gradient(90deg, transparent, #000);*/
  font-size: 16px; }
  .sub-header:after {
    content: "";
    display: block;
    clear: both; }
  .sub-header .logo {
    padding: 13px 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    float: left;
    display: flex;
    align-items: center; }
    .sub-header .logo:before {
      content: "\e809";
      font-family: WebComponentsIcons;
      font-size: 32px;
      line-height: 1;
      margin-right: 4px;
      vertical-align: middle;
      display: inline-block; }

.index
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/Hiking_23.png) no-repeat center;
  z-index: 1;
}
.projektpartner
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/partner_01.png) no-repeat center;
  z-index: 1;
}
.technik
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/technik_01.png) no-repeat center;
  z-index: 1;
}
.datenschutz
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/datenschutz_01.png) no-repeat center;
  z-index: 1;
}
.impresum
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/contact_01.png) no-repeat center;
  z-index: 1;
}

.tourismus
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/touri_03.png) no-repeat center;
  z-index: 1;
}
.einzelhandel
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/POS_01.png) no-repeat center;
  z-index: 1;
}
.datenerfassunganonym
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/datenerfassung.png) no-repeat center;
  z-index: 1;
}
.vereine
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/vereine_01.png) no-repeat center;
  z-index: 1;
}
.kommunen
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/running_07.png) no-repeat center;
  z-index: 1;
}
.unternehmen
{
  color: #000;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/Office_01.png) no-repeat center;
  z-index: 1;
}
.krankenkassen
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/Versicherung_01.png) no-repeat center;
  z-index: 1;
}
.gesundheitsförderung
{
  color: #fff;
  padding: 30px 15px;
  border-radius:6px;
  margin-bottom:10px;
  background: url(../Images/vereine_01.png) no-repeat center;
  z-index: 1;
}

.jumbotron ul {
    font-size:18px;
    list-style-type:disc;
    margin: 10px 10px 10px 10px;
    padding: 0px;
    background-color: #fff;
}

#listView {
            padding: 10px 5px;
            margin-bottom: -1px;
            min-height: 510px;
        }

        .product {
            float: left;
            position: relative;
            width: 111px;
            height: 170px;
            margin: 0 5px;
            padding: 0;
        }

            .product img {
                width: 110px;
                height: 110px;
            }

            .product h3 {
                margin: 0;
                padding: 3px 5px 0 0;
                max-width: 96px;
                overflow: hidden;
                line-height: 1.1em;
                font-size: .9em;
                font-weight: normal;
                text-transform: uppercase;
                color: #999;
            }

            .product p {
                visibility: hidden;
            }

            .product:hover p {
                visibility: visible;
                position: absolute;
                width: 110px;
                height: 110px;
                top: 0;
                margin: 0;
                padding: 0;
                line-height: 110px;
                vertical-align: middle;
                text-align: center;
                color: #fff;
                background-color: rgba(0,0,0,0.75);
                transition: background .2s linear, color .2s linear;
                -moz-transition: background .2s linear, color .2s linear;
                -webkit-transition: background .2s linear, color .2s linear;
                -o-transition: background .2s linear, color .2s linear;
            }

        .k-listview:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }


        .k-nav-current > .k-link span + span {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    /*background-image: linear-gradient(to top, red 100%, black 50%)*/
}

#team-schedule {
    background: url('@Url.Content("~/Content/web/scheduler/")team-schedule.png') transparent no-repeat;
    height: 115px;
    position: relative;
}

#people {
    background: url('@Url.Content("~/Content/web/scheduler/")scheduler-people.png') no-repeat;
    width: 460px;
    height: 115px;
    position: absolute;
    right: 0;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #e6e6e6;
    color: #787878;
}
.k-panelbar .k-state-focused.k-state-hover {
    background: #FF0000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #787878;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #787878;
    background-color: #e6e6e6;
    border-color: #7ea700;
    border-style:solid
}
.k-panelbar > .k-item > .k-link {
    border-color: #dbdbdb;
    color: #787878;
}
.k-panelbar > li.k-state-default > .k-link.k-state-hover, .k-panelbar > li.k-state-hover > .k-link, .k-panelbar > li > .k-link.k-state-hover, .k-tabstrip-items .k-state-hover .k-link {
    color: #787878;
    background-color: #e6e6e6;
}
/* --> SIDE MENU */
.navbar-left {
    float: left !important;
    width:200px;
}


.k-state-highlight > .k-link {
    background-color:#a9a9a9 !important;
    
    /*background-image: linear-gradient(hsla(215, 29%, 70%, 0) 15%, rgba(0, 0, 0, 0.1) 50%, hsla(215, 29%, 70%, 0) 85%);*/
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.1) 15%, hsla(215, 29%, 70%, 0) 50%, rgba(0, 0, 0, 0.1) 85%);*/
    color:#fff;
   
}

.k-state-default > .k-link{
    /*background-color:#fff;*/
    background-image: linear-gradient(hsla(215, 29%, 70%, 0) 15%, rgba(0, 0, 0, 0.1) 50%, hsla(215, 29%, 70%, 0) 85%);
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.1) 15%, hsla(215, 29%, 70%, 0) 50%, rgba(0, 0, 0, 0.1) 85%);*/
    
}

.k-menu .k-item:hover{
    color:#FFF;
    
    
}
/* <-- SIDE MENU */
/* --> Besucher*/
.main-section {
  display: flex;
  flex-direction: column; }

.inner-section .edit-buttons {
  display: none;
  position: absolute; }
  .inner-section .edit-buttons .k-button {
    display: inline-block;
    width: 1.14286em;
    line-height: 1.14286;
    padding: 2px;
    border-radius: 50%;
    box-sizing: content-box;
    border-width: 2px; }
    .inner-section .edit-buttons .k-button .icon:before {
      font: 13px WebComponentsIcons; }
  .inner-section .edit-buttons .i-mail:before {
    content: "\e809"; }
  .inner-section .edit-buttons .i-edit:before {
    content: "\e10b"; }
  .inner-section .edit-buttons .i-delete:before {
    content: "\e10c"; }

.contacts-list {
  border: 0; }

.contact-view {
  position: relative;
  cursor: pointer;
  border-color: #ebebeb; }
  .contact-view:hover, .contact-view.k-state-selected {
    color: inherit;
    background: #fafafa;
    border-color: #ebebeb; }
  .contact-view:hover .edit-buttons {
    display: block; }
  .contact-view .image-wrapper {
    flex: none;
    overflow: hidden; }
  .contact-view img {
    width: 100%; }
  .contact-view:after {
    content: "";
    display: block;
    clear: both; }

.label {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  color: #999999; }

.details {
  white-space: nowrap; }
  .details .column {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 62%; }
    .details .column:first-child {
      width: 38%; }
    .details .column p,
    .details .column p > span {
      overflow: hidden;
      text-overflow: ellipsis; }
    .details .column p > span:nth-child(2) {
      width: 100%;
      display: inline-block; }

.header {
  display: flex; }
  .header .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .header:after {
    content: "";
    display: block;
    clear: both; }

.image-wrapper {
  width: 70px;
  height: 70px;
  margin-right: 18px; }

/* List view - default */
/*.list-view {
  flex-direction: row; 

}*/
  .list-view .list-view-inner {
    flex: 0.3;
    overflow: auto;
    border-right: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .list-view .list-view-inner .contacts-list {
      overflow: hidden;
      overflow-y: auto;
      flex: 1; }
    .list-view .list-view-inner .contact-view {
      line-height: 50px;
      font-size: 15px;
      border-width: 0 0 1px;
      border-color: #ebebeb;
      line-height: 50px; }
      .list-view .list-view-inner .contact-view.k-state-selected {
        color: #000; }
        .list-view .list-view-inner .contact-view.k-state-selected:before {
          content: "";
          display: block; }
    .list-view .list-view-inner .details {
      display: none; }
  .list-view .contacts-list .image-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 16px; }
  .list-view .contacts-list .edit-buttons {
    right: 15px;
    top: 0; }
  .list-view .single-contact-details {
    padding: 17px 15px;
    flex: 0.7;
    border: 0; }
    .list-view .single-contact-details .contact-view {
      border: 0;
      cursor: default;
      color: #000; }
      .list-view .single-contact-details .contact-view:hover {
        background: transparent; }
    .list-view .single-contact-details .header {
      margin-bottom: 15px;
      padding: 15px;
      background: #fafafa; }
      .list-view .single-contact-details .header .edit-buttons {
        display: block;
        left: 105px;
        top: 60px; }
      .list-view .single-contact-details .header .name {
        font: 100 30px 'Segoe UI'; }

/* Card view */
.card-view .list-view-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.card-view .single-contact-details {
  display: none; }

.card-view .contacts-list {
  border-color: #ebebeb;
  overflow: hidden;
  overflow-y: auto;
  flex: 1; }

.card-view .contact-view {
  float: left;
  width: 33.33333333%;
  padding: 15px;
  box-sizing: border-box;
  border-width: 0 0 1px 1px; }
  .card-view .contact-view.k-state-selected, .card-view .contact-view:hover {
    color: #000; }
  .card-view .contact-view:last-child {
    border-right: 1px solid #ebebeb; }

.card-view .header .name {
  max-width: calc(100% - 88px);
  display: inline-block;
  padding-top: 7px;
  font-weight: 100;
  font-size: 18px; }

.card-view .header .edit-buttons {
  display: block;
  top: 50px;
  left: 100px; }

.card-view .details {
  display: block; }

.k-listview {
  position: static; }

.contact-edit-view {
  padding: 15px 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  z-index: 9;
  overflow: auto; }
  .contact-edit-view.k-state-selected {
    color: inherit;
    background: #fff;
    border-color: #fff; }
  .contact-edit-view .k-dropdown,
  .contact-edit-view .k-textbox {
    width: 400px; }
  .contact-edit-view .forms-panel {
    width: 400px; }
  .contact-edit-view .forms-panel,
  .contact-edit-view .upload-wrapper {
    float: left; }

.list-view .contacts-list.k-pdf-export,
.card-view .contacts-list.k-pdf-export {
  overflow: visible; }

@media screen and (max-width: 1200px) {
  .card-view .contact-view {
    width: 50%; } }
/* <-- Besucher*/