* { padding: 0; margin: 0; }

/* BODY */

body {
  background-color: #ffffff;
    font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}



/* HEADER NEU */

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  }

.header-gray {
background: #f6f6f6;
  }

.header-blue1 {
background: #2BA4E9;
  }
 
.header-blue2 {
background: #2382B8;
  }


h1 {
  color:  #2382B8;
  font-family: 'Pathway Gothic One', sans-serif;
 font-weight: 400;
   font-size: 180%;
     text-align: left;
 padding: 5% 5% 1% 5%;
}


.box-font1 {
      font-family: 'Pathway Gothic One', sans-serif;
 font-weight: 300;
   font-size: 150%;
  color:  #111;
  line-height: 35px;
  text-decoration:none;
  text-align: left;
 padding: 2% 5% 5% 5%;
  margin-top: 10px;
}

.box-font2 {
      font-family: 'Pathway Gothic One', sans-serif;
 font-weight: 300;
   font-size: 150%;
  color:  #fff;
  line-height: 35px;
  text-decoration:none;
  text-align: left;
 padding: 2% 5% 5% 5%;
  margin-top: 10px;
}


  a.header1 { 
  color:  #111;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  z-index: 9;

  }

  a.header1:hover {
  color:  #658021;
  line-height: 30px;
  text-decoration:none;
  text-align: left;
  text-decoration: underline;
  }


/* IMG NEU */


 img.logo { 
display: block;
margin: auto;
    width:470px;
    max-width:75.2%;
	 padding: 5% 0% 5% 0%;
 }
 
  img.physio{ 
text-align: center;
    max-width:100%;
 }
 
  img.person{ 
margin: 3% 3% 3% 3%;
    max-width:100%;
 }
 
 







/* FOOTER */

  a.footer {
  color:  #111;
  line-height: 30px;
  text-decoration:none;
  text-align: left;
  text-decoration: underline;
 padding: 2% 5% 5% 5%;
 }

a.footer:hover {
  color:  #2382B8;
  text-decoration:underline;
}

 


/* LINE */

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #111; /* old IE */
    background-color: #111; /* Modern Browsers */
}
 





/* FONT */

/* pathway-gothic-one-regular - latin */
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  src: url('../font1/pathway-gothic-one-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font1/pathway-gothic-one-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font1/pathway-gothic-one-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font1/pathway-gothic-one-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font1/pathway-gothic-one-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font1/pathway-gothic-one-v9-latin-regular.svg#PathwayGothicOne') format('svg'); /* Legacy iOS */
}
