@media only screen and (max-width: 992px) {
  .page-header {
    height: 150px !important;
  }
  #mobile-karte {
    display: block;
  }

  #desktop {
    display: none;
  }
  .main-wrapper: {
    height: 500px;
  }
  .navbar-brand {
    display: none;
  }
  .mobile-navbar-brand {
    display: block;
    margin-right: 21px;
  }
  .avatar {
    display: none;
  }

  .description {
    position: relative;
    top: 50px;
  }

  h2 {
    font-size: 1.4em;
  }
  h2,
  h6 {
    margin: 0px;
  }
  .toggle-switch-container {
    padding: 0px;
  }

  .headline {
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--aturkis);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.15em;
    height: 22px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    text-align: center;
    width: 100%;
  }
  .desktop {
    display: none;
  }

 

  #buttom-wrapper .flex-container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }

  .input-wrapper {
    margin-top: 11px;
    margin-left: 13px;
  }

  .user-content-dropdown {
    display: none;
    max-height: 300px;
    position: absolute;
    top: 50px;
    background-color: rgb(255, 255, 255);
    color: #000;
    z-index: 1;
    width: 200px;
    word-wrap: normal;
    overflow: hidden;
    border-width: 0px;
    border-style: solid;
    padding-top: 5px;
    padding-left: 11px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; /* For Safari 3.1 to 6.0 */
    -webkit-transition: width 4s, height 8s;
    transition: width 4s, height 8s;
  }
 .spinner-pos {
    display: inline-block;
    position: relative;
    top: 30px;
    width: 20px;
    height: 20px;
  
  }
.hasFarbkarte{
  width: 30px !important;
  z-index: 1000;
  position: relative;
  top: 10px;
}


  /*-----------------------Index -------------------------*/

  .abtn-lg {
    -moz-osx-font-smoothing: grayscale;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: small;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-text-decoration: none currentcolor solid;
            text-decoration: none currentcolor solid;
    text-decoration-thickness: auto;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    padding-top: 5px;
  }
  .abtn-lg i {
    margin-top: 7px;
    text-align: center;
  }

  .abtn-lg:hover {
    border: none;
    -o-border-image: none 100% 1 0 stretch;
       border-image: none 100% 1 0 stretch;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(255, 255, 255, 0.336);
  }

  .row {
    text-align: center;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  div .dimslide {
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-slideshow {
    padding-bottom: 42px;
  }
  .col1 {
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
  }

  .neu {
  position: relative;
  z-index: 1000;
 

}

.picwrap .imgfarbkarte{
   height: 50px !important;
  width: 50px !important;
  margin: 3px;
}
 .pflegeCodescenterImg{
  width:20px;
  height: 20px;
  margin: 2px;
  border-style: solid;
  border-width: 1px;
  }
}
/*----------------
/*-----------------------Desktop------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .page-header {
    height: 300px !important;
  }
#index-mobile{
  display: none;
}
  .mobile-navbar-brand {
    display: none;
  }

  .headline {
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--aturkis);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    height: 35px;
    margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    text-align: center;
    width: 100%;
  }

  .abtn-lg {
    -moz-osx-font-smoothing: grayscale;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: small;
    height: 80px;
    width: 80px;
    text-align: center;
    -webkit-text-decoration: none currentcolor solid;
            text-decoration: none currentcolor solid;
    text-decoration-thickness: auto;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    padding-top: 11px;
  }
  .abtn-lg i {
    margin-top: 7px;
    text-align: center;
  }

  .abtn-lg:hover {
    border: none;
    -o-border-image: none 100% 1 0 stretch;
       border-image: none 100% 1 0 stretch;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(255, 255, 255, 0.336);
  }
  div .dimslide {
    height: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-slideshow {
    padding-bottom: 42px;
  }

  #buttom-wrapper .flex-container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col1 {
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
  }
  .spinner-pos {
  display: inline-block;
  position: relative;
  top: 30px;
  width: 20px !important;
  height: 20px !important;
  z-index: 1000;
}
.pflegeCodescenter {
  margin-left: auto;
  margin-right: auto;
}
 .pflegeCodescenterImg{
  width:30px;
  height: 30px;
   border-style: solid;
  border-width: 1px;
  }

}
/*----------------------------------------------------------------------------------------------------------IE10 ------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  h2 {
    color: #9c27b0 !important;
  }
  h4,
  h6 {
    color: #10ccbf;
  }
  .flex-ie {
    display: block !important;
    display: -ms-inline-flexbox; /* IE 10 */
    -ms-flex-pack: center !important;
    -ms-flex-align: justify !important;
  }
  .abtn-lg {
    -moz-osx-font-smoothing: grayscale;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: small;

    text-align: center;
    -webkit-text-decoration: none currentcolor solid;
            text-decoration: none currentcolor solid;
    text-decoration-thickness: auto;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    padding-top: 11px;
    margin-left: 15px !important;
  }
  #buttom-wrapper .flex-container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

  @-moz-document url-prefix() {
    .flex-container {
      width: 100%;
      -moz-box-sizing: border-box;
    }
  }

  .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0px;
  }

  /*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

  @-moz-document url-prefix() {
    .btn-wrapper {
      width: 100%;
      -moz-box-sizing: border-box;
      min-width: 0px;
    }
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
}

.contentAreaLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.row.flex-container-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          margin-top: 13px;
}

.spinner-pos {
  display: block;
  position: relative;
  top: 0px;
  left: 40px;
 

}

.style1 {
  margin-left: auto;
  margin-right: auto;
 

}

.Error {
  position: absolute;
  top: 99px;
  left: 50px;}

.container {
  margin-bottom: 1px;
 

}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 0px;
 

}

.colorVariation {
 width: 100%;
  position: relative;
  display: inline-block;
  height: 10px;
  margin-bottom: 0px !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 21px;
}

.colorVariation1 {
 width: 100%;
  display: block;
  height: 5px;
  
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  z-index: 1000;

  position: relative;

  bottom: 5px;
}

.style2 {
  position: relative;
  bottom: 0px;



}


.imgfarbkarte {
  float: left;



}

.navunit {
  height: 100px;

}

.pflegeCodes {
  position: relative;
  top: 15px;
  text-align: center;
}

.header-name {
  margin-top: 20px;
  margin-bottom: 10px;
}










