h1, h2, h3, h4, h5, h6, body, .container #main p{
    font-family: 'Open Sans';
}

@font-face {
    font-family: 'fontello';
    src: url('/typo3conf/ext/ehn_redesign/Resources/Public/css/font/kaek.eot?65990115');
    src: url('/typo3conf/ext/ehn_redesign/Resources/Public/css/font/kaek.eot?65990115#iefix') format('embedded-opentype'),
         url('/typo3conf/ext/ehn_redesign/Resources/Public/css/font/kaek.woff?65990115') format('woff'),
         url('/typo3conf/ext/ehn_redesign/Resources/Public/css/font/kaek.ttf?65990115') format('truetype'),
         url('/typo3conf/ext/ehn_redesign/Resources/Public/css/font/kaek.svg?65990115#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .ehn-icon
  {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

  .icon-calendar:before { content: '\e800'; } /* '' */
.icon-money:before { content: '\e801'; } /* '' */
.icon-1:before { content: '\e800'; } /* '' */
.icon-2:before { content: '\e801'; } /* '' */
.icon-3:before { content: '\e802'; } /* '' */
.icon-4:before { content: '\e803'; } /* '' */
.icon-5:before { content: '\e804'; } /* '' */
.icon-6:before { content: '\e805'; } /* '' */
.icon-7:before { content: '\e806'; } /* '' */
.icon-8:before { content: '\e807'; } /* '' */
.icon-9:before { content: '\e808'; } /* '' */
.icon-10:before { content: '\e809'; } /* '' */
.icon-11:before { content: '\e80a'; } /* '' */
.icon-12:before { content: '\e80b'; } /* '' */
.icon-13:before { content: '\e80c'; } /* '' */
.icon-14:before { content: '\e80d'; } /* '' */
.icon-15:before { content: '\e80e'; } /* '' */
.icon-16:before { content: '\e80f'; } /* '' */

h2.orange {
  color: #2e635a !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}