/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-500 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

  /* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
  }
  
  

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
}

body {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body,
html {
    height: 100%;
    margin: 0px;
    color: #333;
    font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
}
/*============================FUER ALLE SEITEN=================================*/
/*TEXT==========*/

.opensans {
    font-family: 'Open Sans', sans-serif;
}

.opensans-light {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.font-size-15 {
    font-size: 1.5rem;
}

.text-algin-left {
    text-align: left;
}

.text-algin-right {
    text-align: right;
}


/*ELEMENTE=========*/

.clearfix {
    clear: both;
}

.bg-blue {
    background-color: #0c2643;
}

/*z-index=========*/

#blue-top {
    z-index: 101;
}

header {
    z-index: 100;
}

.bgimg-1 {
    z-index: 0;
}


/*========*/

.content {
    z-index: 10;
}


/*========*/

.bgimg-2 {
    z-index: -10;
}

footer {
    z-index: -10;
}

/*fix top header=========*/

#blue-top {
    width: 100%;
    height: 20px;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(125, 185, 232, 0.18) 18%, rgba(125, 185, 232, 0.47) 47%, rgba(12, 38, 67, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(125, 185, 232, 0.18) 18%, rgba(125, 185, 232, 0.47) 47%, rgba(12, 38, 67, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(125, 185, 232, 0.18) 18%, rgba(125, 185, 232, 0.47) 47%, rgba(12, 38, 67, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #0c2643;
    position: fixed;
}

#blue-top p {
    color: white;
    font-size: 0.8rem;
    text-align: right;
    padding: 0px;
    margin: 0px 50px 0px 0px;
    letter-spacing: 1px;
}

#blue-top p a {
    color: white;
    text-decoration: none;
}

#blue-top p a:hover {
    color: #69b8e2;
}

header {
    width: 100%;
    padding: 10px;
    height: 100px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0px;
    text-align: right;
}

.logo {
    /*        width: 35%;*/
    width: 300px;
    height: auto;
    float: left;
    padding-top:8px;
}


/*HEADERBILD=========*/

.bgimg-1,
.bgimg-2,
.bgimg-praxis,
.bgimg-team,
.bgimg-behandlung,
.bgimg-kontakt,
.bgimg-anfahrt {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Turn off parallax scrolling for tablets and phones */


@media only screen and (min-device-width: 1024px) {
    footer{
        position: fixed;
        bottom: 0px;
    }
}

@media only screen and (max-device-width: 1023px) {
   
    .bgimg-1,
    .bgimg-2,
    .bgimg-praxis,
    .bgimg-team,
    .bgimg-behandlung,
    .bgimg-kontakt,
    .bgimg-anfahrt{
        background-attachment: scroll;
    }

    .bgimg-2{
        display: none;
    }
   
}   

.bgimg-1 {
    background-image: url("../img/empfang_6.jpg");
    min-height: 100%;
    display: flex;
    padding-top: 130px;
}


/*Headerbild BOX*/

.caption_v2_start {
    margin: auto;
    width: auto;
    height: auto;
    text-align: left;
}

.caption_v2_rest {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0%;
    right: 10%;
    text-align: right;
}

.caption_v2_start h1,
.caption_v2_rest h1 {
    font-size: 5rem;
    color: #0c2643;
    font-variant: small-caps;
    font-family: 'Ubuntu', sans-serif;
}


/*============================TOP IMAGES=============================*/

.bgimg-praxis {
    background-image: url("../img/behandlung-raum-1.jpg");
    min-height: 100%;
    display: flex;
    padding-top: 130px;
}

.bgimg-team {
    background-image: url("../img/6127.jpg");
    min-height: 100%;
    display: flex;
    padding-top: 130px;
    justify-content: center;
    align-items: flex-end;
}

.bgimg-behandlung {
    background-image: url("../img/behandlung1.jpg");
    /*        background-image: url("../img/behandlung2.jpg");*/
    min-height: 100%;
    display: flex;
    padding-top: 130px;
}

.bgimg-anfahrt {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 1) 100%), url("../img/praxis/aussen_img.jpg");
    /*        background-image: url("../img/praxis/aussen_img.jpg");*/
    min-height: 100%;
    display: flex;
    padding-top: 130px;
}

.bgimg-kontakt {
    background-image: url("../img/eingang.jpg");
    min-height: 100%;
    display: flex;
    padding-top: 130px;
}


/*============================NAV=============================*/

nav {
    width: 70%;
    height: auto;
    position: absolute;
    font-weight: 100;
    bottom: 5px;
    right: 50px;
    letter-spacing: 0.04rem;
}

nav ul {
    text-align: right;
}

nav li {
    font-size: 1.2rem;
    display: inline;
    margin-left: 10px;
    padding-left: 20px;
}

nav a {
    text-decoration: none;
    color: #333333;
}

nav a:hover {
    color: #69b8e2;
}


/*=====NAVIGATION END=====*/


/*============================FOOTER=============================*/


/*===========FOOTER MAP==============*/

#map {
    width: 100%;
    height: 300px;
    color: #333;
}

#content-maps {
    width: 300px;
}

#firstHeading {
    font-size: 1rem;
}

#bodyContent a {
    color: blue;
    margin: 0px;
    padding: 0px;
}

#bodyContent a:hover {
    color: #0c2643;
    text-decoration: none;
}

#bodyContent a:hover {
    color: red;
}


/*===========FOOTER ADRESS==============*/

.bgimg-2 {
    background-image: url("/img/empfang_6.jpg");
}

.bgimg-2,
footer {
    height: 670px;
}

footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #061526;
    color: white;
}


/*================================*/

.footer-contact ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1.2rem;
    padding: 20px;
    margin: 0px;
}

.footer-contact li:nth-child(1) {
    margin: 10px 100px;
}

.footer-contact img {
    width: 200px;
    height: auto;
}


/*================================*/

.footer-contact-innerflex {
    display: flex;
    flex-direction: column;
}


/*================================*/

.footer-contact-innerflex-2 {
    display: flex;
}


/*================================*/

.footer-contact-innerflex h2 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

.footer-contact-innerflex-2 h3,
.footer-contact-innerflex-2 table{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin: 10px 100px 0px 0px;
}


/*================================*/

.impressum-da-ha ul {
    display: flex;
    list-style: none;
    background-color: #7fa0b9;
    padding: 5px;

    justify-content: flex-end;
}

.impressum-da-ha li {
    font-size: 1rem;
    margin-right: 30px;
    background-color: #7fa0b9;
    
}

footer a {
    margin-left: 20px;
    color: #ffffff;
    text-decoration: none;
/*    transition: all 300ms ease-in-out;*/
}

footer a:hover {
    color: #061526;
}

.copyright {
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}


/*================================================================*/


/*============================CONTENT=============================*/


/*================================================================*/


/*Content fuer alle*/

.content {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 0px 0px 80px 0px;
    border-bottom: #0c2643 3px solid;
}


/*Startseite:: 3 Boxes */

.row-with3boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #e6f0f8;
    padding: 30px 0px 30px 0px;
}

.r-element {
    width: 320px;
    color: #ddd;
    background-color: #0c2643;
    margin: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.r-element p {
    padding: 0px 20px;
}

.r-element img {
    width: 320px;
}


/*   Startseite textblock */

.textbox1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 30px auto 30px auto;
    font-size: 1rem;
    font-weight: 400;
}


.ueberschrift1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #0c2643;
    padding: 0px;
    margin: 0px;
}

.ueberschrift1 img {
    height: 28px;
    width: auto;
    margin-top: 2px;
}

.ueberschrift1 h2 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0px 0px 0px 15px;
}

.text1 {
    font-size: 1rem;
    text-align: left;
    margin: auto;
    letter-spacing: 0.04rem;
    margin: 30px 0px 30px 0px;
}

.center{
    max-width:600px;
    text-align: center;
}

.two{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.cardo {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 280px;
    margin:20px;
  }
  
  .cardo:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
   .cardo h2{
    font-size:1.2em;
   }
  .container {
    padding: 2px 16px;
  }

 
.accordion {
    max-width: 600px; margin: 0 auto;

  }
  
  .accordion__heading {
    display: block; position: relative; cursor: pointer;
    padding: 10px 15px; margin: 0;
    background: #a7d2ec;
    color: white;
  }

  
  .accordion__heading:after, .accordion__heading:before {
    content: ""; position: absolute;
    width: 12px; height: 3px;
    top: 50%; right: 20px;
    background: white;
    transition: all 0.1s;
  }
  
  .accordion__checkbox:checked~.accordion__heading:before {
    transform: rotate(90deg);
    opacity: 0;
    transition: all 0.1s;
  }
  
  .accordion__heading:after {
    transform: rotate(90deg);
    transition: all 0.1s;
  }
  
  .accordion__checkbox:checked~.accordion__heading:after {
    transform: rotate(180deg);
  }
  
  .accordion__checkbox {
    display: none; position: absolute; left: -9999em;
  }
  
  .accordion__checkbox:checked~.accordion__content {
    max-height: 1000px;
    transition: all 2s;
  }
  
  .accordion__content {
    max-height: 0; overflow: hidden; padding: 0 15px;
    transition: all 0.5s;
  }
/*============================================================*/


/*===========================ONLY STARTSEITE ==========================*/


/*============================================================*/

.img_1040 {
    max-width: 1040px;
    height: auto;
}


/*============================================================*/


/*===========================ONLY PRAXIS==========================*/


/*============================================================*/

.headline {
    width: 50px;
    float: left;
    height: 150px;
    background: #0c2643;
    border: 2px solid #fff;
}

.headline p {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin: 105px auto auto auto;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}


/*BILDERGALLERIE==========*/

.gal-container {
    width: 1000px;
    margin: auto;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gal-item img {
    width: 250px;
}

.gallery a img {
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}


/*============================================================*/


/*===========================ONLY TEAM==========================*/


/*============================================================*/

.cards {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
}

.card {
    width: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card img {
    width: 300px;
    height: auto;
}

.card span {
    font-size: 2rem;
}

.card:hover .card__inner {
    background-color: #0c2643;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.card__inner {
    width: 100%;
    padding: 0px;
    position: relative;
    cursor: pointer;
    background-color: #a7d2ec;
    color: #eceef1;
    font-size: 1.5em;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card__inner:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card__inner .fa {
    width: 100%;
    margin-top: .25em;
}

.card__expander {
    width: 100%;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #0c2643;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eceef1;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    letter-spacing: 1.2px;
}

.card__expander .fa {
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    right: 15px;
}

.card__expander .fa:hover {
    opacity: 0.9;
}

.card.is-collapsed .card__inner:after {
    content: "";
    opacity: 0;
}

.card.is-collapsed .card__expander {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
}

.card.is-expanded .card__inner {
    background-color: #0c2643;
}

.card.is-expanded .card__inner:after {
    content: "";
    opacity: 1;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #0c2643;
}

.card.is-expanded .card__inner .fa:before {
    content: "\f077";
}

.card.is-expanded .card__expander {
    max-height: 1000px;
    min-height: 200px;
    overflow: visible;
    margin-top: 30px;
    opacity: 1;
}

.card.is-expanded:hover .card__inner {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card.is-inactive .card__inner {
    pointer-events: none;
    opacity: 0.5;
}

.card:nth-of-type(3n+2) .card__expander {
    margin-left: calc(-100% - 30px);
}

.card:nth-of-type(3n+3) .card__expander {
    margin-left: calc(-200% - 60px);
}

.card:nth-of-type(3n+4) {
    clear: left;
}

.card__expander {
    width: calc(300% + 60px);
}


/*===========================portfolio==========================*/

.container1040 {
    width: 1040px;
    margin: 50px auto 50px auto;
}

.portfolio-flex {
    max-width: 1040px;
    margin: 50px auto 50px auto;
    background-color: #e6f0f8;
}

.portfolio-img {
    float: left;
    max-width: 300px;
    max-height: 450px;
    margin: 0px 30px 0px 0px;
}

.porfolio-text {
    color: #333;
    padding: 10px 30px;
    padding-bottom: 30px;
}

.porfolio-text h2 {
    margin: 5px 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #0c2643;
}

.porfolio-text p {
    font-size: 1.0rem;
}

.portfolio-flex-tech {
    /*
    background-image: url(../img/praxisteam/per1_300x450_background.jpg);
    background-size: cover;
    background-position: center;
*/
    background-color: #e6f0f8;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    /*        border: solid 1px #0c2643;*/
    padding: 10px;
}

.flex-tech-child{
    
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    padding: 20px;
    align-items: center;
}


.tech-img {
    margin: 20px auto;
    /*    border-radius: 1000px;*/
    /*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.portfolio-tech {
    padding: 0% 10%;
}

.portfolio-tech h2 {
    text-align: center;
}

.portfolio-tech p {
    text-align: justify;
}

.row-with3boxesport {
    background-color: #e6f0f8;
}


/*============================================================*/


/*===========================ONLY KONTAKT=====================*/


/*============================================================*/

.hoursWrapper {
    width: 1040px;
    margin: 50px auto 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hoursBox {
    margin: 20px 0px;
    background: #e6f0f8;
    border-radius: 5px;
}

.hoursContent {
    width: 500px;
    padding: 0px 10px;
}

.hoursBox hr {
    width: 100%;
    height: 1px;
    border-bottom-color: #0c2643;
}

.hours {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #0c2643;
    margin: 20px;
}

.hours td:first-child {
    font-weight: 700;
    padding-right: 20px;
}

.hours td:last-child {
    font-weight: 400;
}


/*===========================FORMULAR==========================*/

form {
    width: 1040px;
    margin: 0px auto 20px auto;
}

form span {
    font-size: 1.1em;
    margin-top: 30px;
    font-weight: 700;
}

label {
    font-size: 1em;
    cursor: pointer;
    color: dimgray;
}

.textfeld label {
    display: block;
    margin-top: 15px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    /*        border: 1px solid #ccc;*/
    width: 100%;
    min-width: 280px;
    height: 30px;
    border: 0;
    outline: 0;
    background: #e6f0f8;
    border-bottom: 1px solid #0c2643;
    color: #333;
    box-shadow: 0px;
    font-size: 1rem;
    border-radius: 1px;
    margin-top: 10px;
}

textarea {
    height: 200px;
    font-size: 1rem;
}

select {
    font-size: 1rem;
    margin-top: 15px;
}

.btn {
    border: 2px solid #ccc;
    cursor: pointer;
    background: #F7F7F7;
    padding: 10px;
    margin: 3% 0% 4% 0%;
    color: dimgrey;
    font-size: 1em;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

.btn:hover {
    border-color: #061526;
}

#ende {
    margin-top: 20px;
    text-align: center;
    color: #333;
}


/*============================================================*/


/*===========================ONLY Anfahrt=====================*/


/*============================================================*/

.anfahrt-card-container {
    max-width: 1040px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    background: #fafafa;
    align-items: flex-start;
    /* NEW */
}


/*============================*/

.mdl-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: flex-start;
    /* NEW */
}

.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdl-card__title {
    width: 100%;
    height: 50px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    /* NEW */
    padding: 15px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    -ms-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
}

.mdl-card--expand {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.demo-card-square.mdl-card {
    width: 300px;
    margin: 1rem;
    position: relative;
}

.demo-card-square.mdl-card:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.mdl-card__title.mdl-card--border {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mdl-card__title-text {
    height: 20px;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: 149px 48px;
    -ms-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}

.mdl-card__supporting-text {
    overflow: hidden;
    width: 85%;
}


/*============================*/


/*============================*/

.mdl-card__supporting-text {
    font-size: 1rem;
}

.demo-card-square.mdl-card {
    width: 300px;
    margin: 1rem;
    position: relative;
}

.park-height {
    height: 30px;
}

.mdl-card__title h2 {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.demo-card-square.mdl-card:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.demo-card-square>.mdl-card__title {
    letter-spacing: 0.5px;
    color: #fff;
    background-color: skyblue;
}

.demo-card-square>.mdl-card__accent {
    background-color: skyblue;
}

.mdl-card__supporting-text a {
    color: #0c2643;
    text-decoration: none;
}

.mdl-card__supporting-text a:hover {
    color: skyblue;
}

.mdl-card__supporting-text {
    margin: auto;
}

.text-algin-center {
    text-align: center;
}

.border-radius {
    border-radius: 5px;
}

.route-marker{
    width:25px;
    height: auto;
}