/*
F8F9FA - Háttér + minden fehér
17A2B8 - türkiz mindenhol
343A40 - sötétszürke mindenhol
FD3D57 - redcord
EBC1A5 - váll pacemaker + Aliz
4E7AC6 - showmotion
77C1E9 - egyéni gyógytorna
C97C7D - állapotfelmérés
*/



#content{}
section, .section {background-color: transparent; padding: 20px 0 0 0;}

.img-fluid{max-width: 100%; width:100%}

u{font-weight: 700;}



.bg-light1{background:#F8F9FA}
.bg-turkiz{background: #085193}
  .text-turkiz{color: #085193!important}
.bg-darkgrey{background:#343A40}
.bg-beige{background: linear-gradient(162deg, rgb(8, 81, 147) 19%, rgb(33, 101, 163) 36%, rgb(80, 115, 148) 52%, rgb(146, 187, 205) 100%);}  /*váll pacemaker + Aliz*/
    .text-beige{color:#EBC1A5!important}  /*váll pacemaker + Aliz*/
.bg-red{background:#FD3D57}   /*redcord*/
     .text-red{color:#FD3D57!important}
.bg-blue{background:#4E7AC6}  /*showmotion*/
     .text-blue{color:#4E7AC6!important}
.bg-brown{background:#C97C7D}  /*állapotfelmérés*/
.bg-lightblue{background:#77C1E9}
    .text-lightblue{color:#77C1E9!important}


.handwrite {
  font-family: "Whisper", cursive;
  font-weight: 600;
  font-style: normal;
}
.h5, h5{position:relative; text-transform:uppercase}
.h5, h5::before{content:''; position:absolute; width:100%; height:2px; background:#085193; bottom:-2px}

/*----BUTTONS------------------*/
.btn{ padding:10px 20px;transition: 0.2s; border:0; border-radius:25px; font-weight:600}
   .btn:hover{xxxbox-shadow: inset 0 0 10px #f8a100;}


.btn-primary{background: #085193; color:white!important}
         .btn-primary:hover, .btn-primary:focus{color: white!important; background-color:black;}

.btn-secondary{background:black; color:white!important}
         .btn-secondary:hover, .btn-secondary:focus{color: white!important; background-color:grey;}


.btn-default{background:white; }
        .btn-default:hover, .btn-default:focus{color: white!important; background-color:black;}
        .btn-default:after{}


.left_egyedi{xxmargin-left:-120px; z-index:100}      
       @media (max-width: 992px) { .left_egyedi{margin-left:0px; z-index:100} }   
       
.right_egyedi{xxxmargin-right:-120px; z-index:100}      
       @media (max-width: 992px) { .right_egyedi{margin-right:0px; z-index:100} }       
       
       
footer{

}