/*-------- GENERAL --------*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

p {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

hr {
    border: 1px solid #FF6F00;
    width: 70%!important;
    margin: auto;
    opacity: 100%;
}

@media(min-width: 760px){
    hr {
        display: none;
    }
}

/*-------- NAV --------*/

.brand-name {
    font-weight: 800;
    color: #FF6F00!important;
}

.nav-link {
    color: black!important;
}

.nav-link:hover {
    color: #9c9c9c!important;
}

.active {
    background-color: #FF6F00;
    color: white!important;
    border-radius: 9999px;
    padding: 5px;
    width: 150px;
    margin: auto;
}

.active:hover {
    background-color: white;
}

.navbar-toggler {
    background-color: #FF6F00;
    border-radius: 9999px;
    border: 0;
}


/*-------- HEADER --------*/

.header-img img {
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media(min-width: 760px){
    .header-text {
        text-align: justify;
    }
}

.header-text h1 {
    font-weight: 900;
    color: #FF6F00;
}

.header-text a{
    border-radius: 9999px;
    text-align: center;
    padding: 10px 50px;
    text-decoration: none;
}

.header-text .zsuzsa {
    color: #FF6F00;
    font-weight: 600;
}

.header-text a {
    padding: 5px 15px;
    margin-top: 10px;
}

.header-text .rendeles-btn {
    color: white;
    background-color: #FF6F00;
}

.header-text .rendeles-btn:hover {
    background-color: #b64f00;
}

.header-text .facebook-btn {
    color: #FF6F00;
    border: 1px solid #FF6F00;
}

.header-text .facebook-btn:hover {
    color: #b64f00;
    border: 1px solid #b64f00;
}

/*-------- MIRE JÓ --------*/

.mirejo {
    margin-top: 20px;
}

.mirejo h4{
    font-weight: 800;
    color: #FF6F00;
}

.mirejo .mirejo-wrapper {
    padding: 35px;
    margin: auto;
}

@media(min-width: 760px) {
    .mirejo .mirejo-center {
        border-left: 2px solid #FF6F00;
        border-right: 2px solid #FF6F00;
    }
}

.mirejo img {
    width: 60%;
}

/*.mirejo .mirejo-wrapper:hover {
    border: 1px solid #FF6F00;
    padding: 35px;
    border-radius: 15px;
}*/

/*-------- FELHASZNÁLÁSI MÓDOK --------*/

.felhasznalas {
    background-color: #FF6F00;
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 50px;
    margin-top: 25px;
    text-align: center;
}

/* .felhasznalas h2 {
    font-weight: 800;
    margin-bottom: 50px;
    color: #FF6F00;
} */

.felhasznalas-container {
    width: 85%;
    margin: auto;
}

.felhasznalas-container .row {
    display: flex;
    justify-content: center;
}

.felhasznalas-box {
    margin: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    vertical-align: middle;
    text-align: left;
}

.felhasznalas-container img {
    width: 48px;
    height: 40px;
    padding-right: 8px;
    border-right: 2px solid #FF6F00;
}

.felhasznalas-box p {
    margin-left: 8px;
    font-weight: 400;
    line-height: 20px;
}

@media(max-width:760px){
    .felhasznalas-container {
        width: 100%;
        margin-left: -10px;
    }
    .felhasznalas-box p {
        font-size: small;
    }
}
/*-------- RENDELES --------*/
.gyik h2, .gyik h5 {
    font-weight: 800;
    margin: 30px;
}

.gyik h5 {
    text-transform: uppercase;
    color: black;
}

.gyik h2, .gyik a {
    color: #FF6F00;
}

.gyik a {
    text-decoration: none;
    font-weight: 700;
}

.gyik a:hover {
    color: #b64f00;
}

/*--------ÚJDONSÁG --------*/
.ujdonsag {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    text-align: justify;
}

.ujdonsag .ujdaonsak-kep, .ujdonsag  .ujdolsag-box {
    width: 50%;
}


.ujdonsag img {
    width: 100%;

}

.ujdolsag-box {
    background-color: #FF6F00;
    color: white;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.ujdolsag-textbox {
    width: 90%;
    height: 90%;
    padding: 20px;
    margin: auto;
}

.ujdolsag-box h5 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.ujdolsag-box a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.ujdolsag-box a:hover {
    color: #b64f00;
}


@media(max-width: 760px){
    .ujdonsag{
        display: flex;
        flex-flow: column;
    }
    .ujdonsag .ujdaonsak-kep, .ujdonsag  .ujdolsag-box {
        width: 100%;
    }
}

/*--------FOOTER --------*/

.footer {
    background-color: rgb(65, 65, 65);
    color: white;
    font-size: small;
    text-align: left;
    padding: 30px;
    margin: auto;
}

.footer h5, .footer h6 {
    color: #FF6F00;
    text-transform: uppercase;
    font-weight: 800;
}

.footer h5 {
    margin-bottom: 25px;
}

.footer-box {
    display: flex;
    flex-flow: row nowrap;
    width: 80%;
    margin: auto;
}

.footer-text {
    width: 33%;
    margin: auto;
    padding: 5px;
    display: flex;
    flex-flow: column;
}

.footer-text a {
    color: white;
    text-decoration: none;
}

.footer-text a:hover {
    color: #9c9c9c;
}

@media(max-width: 760px){
    .footer-box{
        flex-flow: column nowrap;
        text-align: center;
    }
    .footer-text {
        width: 100%;
    }
}

/*--------Rozmaring General --------*/

.rozmaring {
    color: rgb(0, 158, 71) !important;
}

.rozmaring-bg {
    background-color: rgb(0, 158, 71) !important;
}

.header-r {
    width: 100%;
    height: 65vh;
}

.loading {
    margin-top: 50px;
    text-align: center !important;
}

/*--------Loading Animation --------*/
.loader{
    margin: 0 0 2em;
    height: 100px;
    width: 100%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
  }
  
  /*
    Set the color of the icon
  */
  svg path,
  svg rect{
    fill:  rgb(0, 158, 71);
  }