@font-face {
  font-family: 'big_noodle_titling';
  src: url('/templates/semmelweis/font/big_noodle_titling.ttf'); /* IE9 Compat Modes */
}

.menu-logo {

   float:left;
   width:150px;
   padding-left:20px;
   font-family:Open Sans;font-size:30px;color:#ffffff;
   text-transform: uppercase;
   padding-top:5px;

}
.menu-inactive {
border-bottom:3px solid #2f53a1;
}

.menu-active {
border-bottom:3px solid #d35631;
}
.menu-frame {

   background-color:#2f53a1;
   border-bottom:solid 1px #ffffff;

}

.home-background-img { background-image: url('/templates/semmelweis/img/bg.jpg'); }
.home-placeholder { opacity:1; background:none; }
.home-background-content {
   background-color:rgba(255,255,255,0.4);
   margin:auto;
   margin-left:calc(100vw / 1.7);
   padding-top:80px;
   width:100%;
   max-width:500px;
   height:320px;
   text-align:center;

}
.home-slide {
text-transform: uppercase;
box-sizing: border-box;
padding:20px;
   position:absolute;
   width:100%;
   max-width:500px;
   height:250px;
   color: #d35631;
   font-family: big_noodle_titling;
   letter-spacing:2px;
   font-size: 46.0px;
   font-weight: 400;
   text-align:center;
   padding-top:20px;
      
}
.home-button-1,.home-button-2 {



color: #d35631;

}
