body {
    padding:0;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    font-family: 'Roboto', sans-serif;
}
.well {
    padding: 10px;
}
.header-fixed {
    padding-top: 52px;
}

.form-control {
    font-size: 16px;
}

a {
    color: #0b4195;
}

.pt-page-current, .no-js .pt-page {
    background-color: #fff;
}
.pt-page {
    margin-top: 44px;
    /*background: #f2f2f2;*/
    background: #d7f1e4;
    padding:8px;
}

.pt-page.noTopbar {
    margin-top: 0;
}

.topbarContainer {
    background-color: transparent;
    position: fixed;
    z-index: 1000;
}
/*basis 48C29D*/
/* hell a3ecd6*/
/* heller c8f8ea */
/* hellerer d7f1e4 */

/* dunkel 089e71*/


.topbar {
    border-bottom: 1px solid #089e71;
    height:44px;
    color:#fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24), 0 0 4px 0 rgba(0,0,0,0.12);
    background: #089e71;
    font-size: 24px;
}

.topBar-title a, .drilldown {
    color: #fff;
}

.topbar .link{
    font-size: 18px;
    padding-top: 8px;
    padding-right: 16px;
}
ul.list-group.list-touchfriendly li  {
    min-height: 44px;
    border-radius: 0;

}


ul.list-group.list-touchfriendly a li.list-group-item{
    padding:0;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}


ul.list-group.list-touchfriendly {
    border-bottom: 1px solid #ddd;
}



div.list-touchfriendly a {
    border-top: 1px solid #ddd;

    padding:0;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    min-height: 44px;
}
div.list-touchfriendly a:last-child {
    border-bottom: 1px solid #ddd;
}


.icon.topbar-icon{
    color:#fff;
}


/* Menu Icon */

#nav-menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin:  5px 10px ;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #DA0A16;
  
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-menu-icon span:nth-child(1) {
  top: 0px;
}

#nav-menu-icon span:nth-child(2),#nav-menu-icon span:nth-child(3) {
  top: 8px;
}

#nav-menu-icon span:nth-child(4) {
  top: 16px;
}

#nav-menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Navbar mobile */
/*.navbar-default {
    background-color: #fff;
    box-shadow: 0 0 1.875rem 0 rgba(0,0,0,.3)
}*/

.navbar-default.transparent{
    background: none;
    border: none;
}

.headerIcon {
    width: 30px;
  height: 20px;
  position: relative;
  margin:  5px ;
}

#menu{
    background-color: #fff;
    min-height: 300px;
    width: 100vw;
    position: fixed;
    top: 50px;
    right: 120vw;
    z-index: 1200;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 1.2rem 1.875rem -2px rgba(0,0,0,.3)
    /*0px 10px 15px -2px rgba(194,188,194,1);*/
}

#menu.open{
    right:0;
    position: absolute;

}



.highlightBg{
    background-color: #fff;
}
.takeBack{
    background-color: #ddd;
}

.tt-menu {
    min-width: 100vw;
    margin-left: -10px;
}

.borderBottom {
    border-bottom :1px solid #ccc;
}
footer {
    background-color: #ececec;
    color: #2d2d2f;
}

.iconFit {
    width:100%;
    max-height: 40px;
}
.form-control.typeahead{
    padding: 24px;
    font-size: 18px;
}

.topBar-title {
    font-size: 22px;
    font-weight: bold;
}

.scrollBox{
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
}

.imageTeaser {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 200px;
}

.imageTeaserSmall {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 160px;
}

.gridTeaser {
    width: 1050px;
}


.teaserLabel {
    background-color: #fefe00;
    color: #333;
    position: relative;
    padding: 8px;
    font-size: 18px;
    max-width: 80%;
    top: 160px;
    display: inline;
}
.teaserLabelSmall {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: relative;
    padding: 8px;
    font-size: 16px;
    min-width: 100%;
    max-width: 100%;
    top: 122px;
    display: block;
}


.oneliner {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.oneliner260 {
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.oneliner240 {
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.nobreaks, .nowrap {
    white-space: nowrap;
}

.showImages {
    padding: 4px 16px;
    border-radius: 16px;
    background-color: #ffde03;
    color:#333;
    display: inline;
    position: relative;
    margin-left: 38vw;
    top: -8px;
}


.noTop {
    padding-top: 0;
    margin-top: 0;
}

.noBottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

.noPadding{
    padding: 0;
}
.noPaddingTop{
    padding-top: 0;
}
.noPaddingBottom{
    padding-bottom: 0;
}
.noPaddingVertical{
    padding-top: 0;
    padding-bottom: 0;
}
.noMargin{
    margin: 0;
}
.noMarginTop{
    margin-top: 0;
}
.noMarginBottom{
    margin-bottom: 0;
}
.noMarginVertical{
    margin-top: 0;
    margin-bottom: 0;
}

.noBorder{
    border: none;
}

.noBorderTop{
    border-top: none;
}

.noBorderBottom{
    border-bottom: none;
}



.btn-primary {
    background: #0b4195;
    border-color: : #0b4195;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.btn-text, .btn-text:active, .btn-text:hover, .btn-text:focus{
    background-color: transparent;
    color: #0b4195;
}

.starColor {
    color: #c60000;
}

.btn-facebook {
    background-color: #3B5998;
    border-color: #3B5998;
    color:#fff;
}
.btn-email {
    background-color: #eee;
    border-color: #333;
    color:#333;
}

.btn-primary:hover, .btn-primary:active {
    border-color: #9c0000;
    background-color: #9c0000;
}
.findOutMore {
     position: relative;
    top: -337px;
    z-index: 999;
    left: -141px;
}

.gridgap-0, .noGridgap{
    grid-gap: 0;
}

.gridgap-1{
    grid-gap: 1px;
}
.gridgap-2{
    grid-gap: 2px;
}
.gridgap-lg{
    grid-gap: 32px;
}
.gridgap-8x16{
    grid-gap: 32px;
}

.gridgap-8x32{
    grid-gap: 8px 32px;
}

.noGridGap{
    grid-gap: 0;
}
.gridGap4{
    grid-gap: 4px;
}
.gridGapV4{
    grid-gap: 4px 0;
}
.gridGapH4{
    grid-gap: 0 4px ;
}
.gridGapV4H8{
    grid-gap: 4px 8px;
}

.isBlock{
    display: block;
}







.datepicker-inline {
    width: 272px;
}
.datepicker.datepicker-inline{
    border: 1px solid #ddd;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin: 0 8px 0 0;
    top: -2px;
}

.inline-datepicker .datepicker td, .inline-datepicker .datepicker th {
    width: 40px;
    height: 40px;
}
.inline-datepicker .datepicker td.active {
    display: table-cell;
}
.eventdate{
    padding-top: 8px !important;
}

.offertime label{
    font-weight: normal;
    position: relative;
    top: 3px;
    margin-right: 16px;
}
.offertime label input{
    margin-right: 4px;
}

.dropdown-menu.inner li.active {
    display: block !important;
}

.normal {
    font-weight: normal;
}
h2 .small.text-info {
    color: #31708f;
}

.tooltipBox {
    font-size: 22px;
}

.phonedemo{
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 375px 1fr;
}

.phonedemo .showImages {
    margin-left: 152px;
}

.tabnavbar.navbar-fixed-bottom {
    height: 44px;
}

.nav-tabs > li > a{
    padding-left: 0;
    padding-right: 0;
    margin-right: 24px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    color: #333;
    font-weight: bold;
    z-index: 0;
}



.nav-tabs > li.active > a:after {

    background-color: #333;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
    bottom: 8px;
    padding:0;
    margin:0;
}

ul.nav.nav-tabs li a, .teaser li a {
    font-size: 18px;
}

.chekoutCTA{
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 1.2rem 1.875rem -2px rgba(0,0,0,.3);
    padding: 10px;
    height: 65px;
}

.tabnavbar.navbar-fixed-bottom.tabbar-large {
    height: 65px;
}

.tabnavbar.navbar-fixed-bottom.tabbar-large .tabbar {
    height: 65px;
}

#tabbarContainer, .tabnavbar.navbar-fixed-bottom.tabbar-large{
    transition: .6s height ease-in-out;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
}
#tabbarContainer.tabbar-expanded, #tabbarContainer.tabbar-expanded .tabbar{
    height:500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.verticalCentered {
     align-self: center;
}
.regularPrice{
    text-decoration: line-through;
    font-size: 14px;
}

.grid-autoN {
    display: grid;
    grid-template-columns: auto 1fr;
}

.grid-2autoN{
    display: grid;
    grid-template-columns: auto auto 1fr;
}

.grid-catSelect{
    grid-template-columns: 1fr 60px 70px 100px;
}
.grid-couponSelect{
    grid-template-columns: 1fr 70px 100px;
}
.grid-span2 {
    grid-column-end: span 2;
}
.grid-span3 {
    grid-column-end: span 3;
}
.containerPadding {
    padding-left: 10px;
}
.drilldown {
    border-bottom: 1px solid #ccc;
}

.drilldown > div {
    border-top: 1px solid #ccc;
    min-height: 44px;
    position: relative ;
}
.drilldown > div p {
   margin: 0;
   position: absolute;
   top: 50%;
   transform: translate(0, -50%) 
}
.input-group.credit-card .form-control{
    border-right: 0;
}
.input-group.credit-card .input-group-addon{
    background-color: #fff;
    font-size: 20px;
    padding-left: 0;
}

.default-bg {
    background-color: #fff;
}

.alert-success {
    background: none;
    border: none;
}

.topbar .btn.affordance {
    padding: 6px 12px;
    margin-top: 4px;
    margin-right: 8px;
    font-size: 16px;
}
.icon.icon-inline:before{
    top: 3px;
    position: relative;
}
.alignToIcon{
    padding-top: 8px;
}

.modal-backdrop.in {
    background-color: black;
    height:100%;
    width:375px;
}

.timegrid{
    /*grid-template-columns: 110px 1fr 70px;*/
    grid-template-columns: 1fr 40px 1fr;
}

.demo_container{
    padding:10px;
}

.container.container-grey, .demo_container.container-grey{
    background-color: #eee;
    padding: 8px 10px 12px;
}


#map {
        width: 375px;
        height: 300px;
      }

.slidertext {
    margin-top: 20px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 22px;
}

.slidertext.large {
    font-size: 28px;
}

.btn-default.btn-onCard, .btn-default.btn-onCard:focus, .btn-default.btn-onCard:active {
    border-color: #c60000;
    background-color: #fff;
    color: #c60000;
    position: absolute;
    top: 30px;
    right: 10px;
}

.btn-onCard.btn-primary{
    color: #fff;
    background-color: #c60000;
}


.btn-onCard.secondButton {
    position: absolute;
    top: 30px;
    right: 60px;
}

.iconborder{
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    width: 36px;
    padding-left: 2px;
}

.grid-uploadImage{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(auto, auto));

}

.demo_similarEntries{
    display: none;
}

.tooltip-inner{
    font-size: 18px;
    min-width: 100px;
}

.ticketLabel{
    line-height: 0;
}

.ticketBorder{
    border-left: 1px dotted #777;
}

a.noHover, a.noHover:hover, a.noHover:focus, a.noHover:active{
    color: #333;
    text-decoration: none;
    background: none;
}

.btn-default.btn-default-red {
    background-color: rgba(255, 99, 132, 0.1);
    border-color:  rgba(255, 99, 132, 1);
    color: rgb(255, 99, 132);
}
.btn-success.btn-default.btn-default-red {
    background-color: rgba(255, 99, 132, 1);
    border-color:  rgba(255, 99, 132, 1);
    color: #fff;
}

.btn-default.btn-default-orange {
    background-color: rgba(255, 159, 64, 0.1);
    border-color:  rgba(255, 159, 64, 1);
    color: rgb(255, 159, 64);
}
.btn-success.btn-default.btn-default-orange {
    background-color: rgba(255, 159, 64, 1);
    border-color:  rgba(255, 159, 64, 1);
    color: #fff;
}


.btn-default.btn-default-purple {
    background-color: rgba(153, 102, 255, 0.1);
    border-color:  rgba(153, 102, 255, 1);
    color: rgb(153, 102, 255);
}

.btn-success.btn-default.btn-default-purple {
    background-color: rgba(153, 102, 255, 1);
    border-color:  rgba(153, 102, 255, 1);
    color: #fff;
}


.btn-default.btn-default-green {
    background-color: rgba(75, 192, 192, 0.1);
    border-color:  rgba(75, 192, 192, 1);
    color: rgb(75, 192, 192);
}
.btn-success.btn-default.btn-default-green {
    background-color: rgba(75, 192, 192, 1);
    border-color:  rgba(75, 192, 192, 1);
    color: #fff;
}


.btn-default.btn-default-blue {
    background-color: rgba(54, 162, 235, 0.1);
    border-color:  rgba(54, 162, 235, 1);
    color: rgb(54, 162, 235);
}
.btn-success.btn-default.btn-default-blue {
    background-color: rgba(54, 162, 235, 1);
    border-color:  rgba(54, 162, 235, 1);
    color: #fff;
}

.caps{
    text-transform: uppercase;
}

.card {
    
    /* Rectangle 11 Copy 3: */
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    /*border: 1px solid #c8f8ea;*/
}

.card-block.card-header{
    background-color: #0b4195;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-block-direction{
    color:  color: #929192;
}

.card-block-direction i.icon {
    position: relative;
    top: -8px;
}

ul{
    padding-left: 20px;
}



.card-header .card-title{
    font-size: 24px;
    font-weight: 400;
}

.noImageField{
    background: rgba(255,255,255, .2);
    width: 60px;
    height:60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 32px;
    display: block;
    text-align: center;
    font-weight: 300;
}

.textlabel{
    font-size: 16px;
    color: #929192;
    font-weight: 400;
    padding-right: 8px;
}

.strong{
    font-weight: 500;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 18px;

}

.label.label-default{
    background-color: #E0E0E0;
}

.label.label-front{
    background-color: #fff;
    margin-top: 3px;
    display: inline-block;
}

.nummereingabe{
    display: block;
    text-align: center;
    font-size: 32px;
}

.numberpad {
  display: grid;
    grid-gap: 8px 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin: 0 20px;
}

.numberpad::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.numberpad > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.numberpad div{
    
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    /* 1: */
    font-size: 32px;
    color: #50555A;
    place-items: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.numberpad div .paditem{
    align-self: center;
    justify-self: center;
}*/
/* Rectangle 11 Copy 3: */
.block{
    display: block;
}

#page-anmeldescreen {
    background-color: #fff;
  background-image: -webkit-linear-gradient(-60deg, #fff 50%, #DEEDE3 50%);
}

.large {
    font-size: 20px;
    line-height: 24px;
}

.largeInCard {
    font-size: 26px;
    line-height: 36px;
    color: #089e71;
}

.lhLargeInCard{
    line-height: 34px;
    vertical-align: middle;
}

.huge {
    font-size: 32px;
}



.faux-header{
    background-color: #fff;
    padding: 12px 16px; 
    margin-bottom: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);

}

.card.card-mini{
    padding: 4px 8px;
    margin-bottom: 0;
}
.card.card-mini .card-block{
    padding: 0;
}

/*a.icons8-*.topbar-icon,.icons8-*.topbar-icon{*/
i.topbar-icon[class*='icons8-']{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 5px;
}

.externalFrame{
    width: 100vw;
    height: 624px;
}

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

.padded{

}


.termin, .rowblock{
    display: block;
    padding: 16PX 22PX;
    /* Line Copy 14: */
    border-bottom: 1px solid rgba(0,0,0,0.12);
    background-color: #fff;
}

.termintag, .blockUeberschrift{
    display: block;
    padding: 24px 24px 8px;
}
.termin .zeit {
    /* 09:55 - 11:05: */
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
}

#authcodeSMS{
    background-color: rgba(209, 204, 229, .93);
    padding:10px;
    border-radius: 16px;
    width:94vw;
    margin: 4px 3vw;
    z-index: 1000;
    position: absolute;
    top:-200px;
    transition: top 0.6s;
}

#authcodeSMS.in{
    top:0px;
}

/* Motilium lingual (Sc: */
.rowblock-titel{

    font-weight: 500;
    font-size: 20px;
    color: #212121;
    letter-spacing: 0;
    line-height: 28px;
}

.medidosis0{
    background: #DDDDDD;

}
.medidosis1, .medidosis2, .medidosis3{
    background: #B6DEBD;
}

.grid-xs-6633.toggleParent{
    grid-template-columns: 2fr 1fr;
}
.transition{
    transition: all 0.5s ease;
}

.grid-xs-6633.toggleParent.toFull{
    grid-template-columns: 0 1fr;
}



.img-responsive.oneThird{
    max-width: 30%;
}



#add2home {
    position: absolute;
    background: #ececec;
    border-radius: .4em;
    z-index: 1000;
    position: absolute;
    bottom: -200px;
    
    padding: 20px;
    width: 90vw;
    margin-left: 5vw;
    text-align: center;
    border:1px solid #666;
    transition: all 0.5s ease;
}

#add2home.shown{
    bottom: 20px;
}


#add2home:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 46.3%;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #666 transparent;
    display: block;
    width: 0;
}

#add2home:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 46.5%;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #ececec transparent;
    display: block;
    width: 0;
}

.addButton{
    width:60px;
    height:60px;
    border-radius: 30px;
    color:#fff;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24), 0 0 4px 0 rgba(0,0,0,0.12);
    /*background: #0b4195;*/
    background: #089e71;
    background-color: rgba(30, 185, 180,1);
    /*background-color: rgba(0, 136, 133, 1);*/
    position: fixed;
    bottom: 20px;
    right:20px;
    z-index: 10000;
}

#addButtonDropdownBackdrop{
    position: fixed;
    top: 0;
    bottom:0;
    width: 100vw;
    height: 100vh;
    z-index: 10005;
    background-color: transparent;
    overflow: none;
}

.buttonDropdown{
    position: fixed;
    bottom: 56px;
    right:56px;
    padding: 8px 4px;
    z-index: 10010;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#add2home.shown {
    font-size: 18px;
}
#add2home.shown .icon{
    line-height: 18px;
}

.addButton .icon {
    line-height: 62px;
    font-size: 36px;
}

.relativeParent{
    position: relative;
    width: 100%;
    height:100%;
}

label.noPadding{
    padding:0;
}

.btn {
    font-size: 16px;
}

.noPaddingLeft{
    padding-left: 0;
}

.card-block.info{
    background-color: #deefed;
}

body.noScroll { 
  overflow: hidden;
}

#flashmessage{
    position: fixed;
    top: 40vh;
    margin-left: 17vw;
    width: 66vw;
    z-index: 10100;
    background-color: #000;
    opacity: .8;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
}

.grid-cardlistIconAndLabel {
    display: grid;
    grid-template-columns: 40px 1fr;
}
.icons8-right-pointing-arrow{
    color: #089e71;
}

/*basis 48C29D*/
/* hell a3ecd6*/
/* heller c8f8ea */
/* hellerer d7f1e4 */

/* dunkel 089e71*/


.slantedDivA{
      position: relative;
      width: 100%;
      height: 0;
      /*background: rgba(8,158,113,1);*/
      background: linear-gradient(90deg, rgba(8,158,113,1) 20%, rgba(125,210,125,1) 100%);
      background: linear-gradient(90deg, rgba(30, 185, 180,1) 20%, rgba(125,210,125,1) 100%);
      /*background: linear-gradient(90deg, rgba(0, 136, 133,1) 20%, rgba(125,210,125,1) 100%);*/
      background-blend-mode: multiply;
      box-sizing: border-box;
      padding: 30px;
      color: #fff;
      margin-bottom: 0;
    }

    .slantedDivA:after{
      position: absolute;
      width: 100%;
      height: 101px;
      content: '';
      background: inherit;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top left;
      transform: skewY(6deg);
    }

 /*rgb(125, 210, 125) 0%, rgb(30, 185, 180) 100%);*/

.slantedDivB{
      position: relative;
      top:-90px;
      z-index: 10;
      width: 100%;
      height: auto;
      background: rgba(8,158,113,.7);
      background: linear-gradient(137deg, rgba(8,158,113,.7) 0%, rgba(125,210,125,.7) 100%);
      box-sizing: border-box;
      padding: 30px;
      color: #fff;
      margin-bottom: 0;
    }

    .slantedDivB:after{
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: inherit;
      z-index: 9;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top right;
      transform: skewY(-3deg);
    }


.headerText {
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 80px;
    padding: 8px 16px;
    z-index: 10000;
}

h4.patientName{
    font-size: 24px;
    font-weight: 400;
}

a.matchLabel {
    color: #fff;
}